All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.storagegateway-2013-06-30-intermediate.json Maven / Gradle / Ivy

{
  "customizationConfig" : {
    "additionalShapeConstructors" : null,
    "authPolicyActions" : {
      "actionPrefix" : null,
      "fileNamePrefix" : null,
      "skip" : true
    },
    "calculateCRC32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customClientConfigFactory" : null,
    "customCodeTemplates" : null,
    "customErrorCodeFieldName" : null,
    "customExceptionUnmarshallerImpl" : null,
    "customFileHeader" : null,
    "customResponseMetadataClassName" : null,
    "customServiceMetadata" : null,
    "customServiceNameForRequest" : null,
    "customSignerProvider" : null,
    "operationModifiers" : null,
    "operationsWithResponseStreamContentLengthValidation" : null,
    "renameShapes" : null,
    "requestMetrics" : null,
    "requiredParamValidationEnabled" : false,
    "sdkModeledExceptionBaseClassName" : null,
    "sendEmptyAutoConstructedListAsEmptyList" : null,
    "sendExplicitlyEmptyListsForQuery" : false,
    "serviceClientHoldInputStream" : false,
    "shapeModifiers" : {
      "InternalServerError" : {
        "exclude" : [ "error" ],
        "excludeShape" : false,
        "inject" : null,
        "modify" : null
      },
      "InvalidGatewayRequestException" : {
        "exclude" : [ "error" ],
        "excludeShape" : false,
        "inject" : null,
        "modify" : null
      }
    },
    "shapeSubstitutions" : null,
    "simpleMethods" : {
      "DescribeTapeArchives" : {
        "methodForms" : [ [ ] ]
      },
      "ListGateways" : {
        "methodForms" : [ [ ] ]
      },
      "ListTagsForResource" : {
        "methodForms" : [ [ ] ]
      },
      "RemoveTagsFromResource" : {
        "methodForms" : [ [ ] ]
      }
    },
    "skipInterfaceAdditions" : false,
    "skipSmokeTests" : false,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : false
  },
  "metadata" : {
    "apiVersion" : "2013-06-30",
    "asyncClient" : "AWSStorageGatewayAsyncClient",
    "asyncClientBuilderClassName" : "AWSStorageGatewayAsyncClientBuilder",
    "asyncInterface" : "AWSStorageGatewayAsync",
    "cborProtocol" : false,
    "checksumFormat" : null,
    "contentType" : null,
    "cucumberModuleInjectorClassName" : "AWSStorageGatewayModuleInjector",
    "defaultEndpoint" : "https://storagegateway.us-east-1.amazonaws.com",
    "defaultEndpointWithoutHttpProtocol" : "storagegateway.us-east-1.amazonaws.com",
    "documentation" : "AWS Storage Gateway Service 

AWS 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 AWS's storage infrastructure. The service enables you to securely upload data to the AWS cloud for cost effective backup and rapid disaster recovery.

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

AWS 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-1122AABB. When you use this ID with the EC2 API, you must change it to vol-1122aabb. 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 ARN with the longer volume ID format will look like this:

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

A snapshot ID with the longer ID format will look like this: snap-78e226633445566ee.

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

", "endpointPrefix" : "storagegateway", "hasApiWithStreamInput" : false, "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "packageName" : "com.amazonaws.services.storagegateway", "packagePath" : "com/amazonaws/services/storagegateway", "protocol" : "json", "protocolDefaultExceptionUmarshallerImpl" : null, "serviceAbbreviation" : null, "serviceFullName" : "AWS Storage Gateway", "serviceName" : "AWS Storage Gateway", "signingName" : "storagegateway", "smokeTestsPackageName" : "com.amazonaws.services.storagegateway.smoketests", "syncClient" : "AWSStorageGatewayClient", "syncClientBuilderClassName" : "AWSStorageGatewayClientBuilder", "syncInterface" : "AWSStorageGateway", "unmarshallerClassSuffix" : "JsonUnmarshaller", "unmarshallerContextClassName" : "JsonUnmarshallerContext", "xmlProtocol" : false }, "operations" : { "ActivateGateway" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ActivateGatewayResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Activates the gateway you previously deployed on your host. For more information, see Activate the AWS Storage Gateway. In the activation process, you specify information such as the you want to use for storing snapshots, 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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ActivateGatewayRequest", "variableName" : "activateGatewayRequest", "variableType" : "ActivateGatewayRequest", "documentation" : "

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

", "simpleType" : "ActivateGatewayRequest", "variableSetterType" : "ActivateGatewayRequest" }, "inputStreamPropertyName" : null, "methodName" : "activateGateway", "operationName" : "ActivateGateway", "returnType" : { "returnType" : "ActivateGatewayResult", "documentation" : "

AWS 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 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.

" }, "syncReturnType" : "ActivateGatewayResult" }, "AddCache" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "AddCacheResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Configures one or more gateway local disks as cache for a cached-volume gateway. This operation is supported only for the gateway-cached volume architecture (see Storage Gateway Concepts).

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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AddCacheRequest", "variableName" : "addCacheRequest", "variableType" : "AddCacheRequest", "documentation" : "", "simpleType" : "AddCacheRequest", "variableSetterType" : "AddCacheRequest" }, "inputStreamPropertyName" : null, "methodName" : "addCache", "operationName" : "AddCache", "returnType" : { "returnType" : "AddCacheResult", "documentation" : null }, "syncReturnType" : "AddCacheResult" }, "AddTagsToResource" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "AddTagsToResourceResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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 AWS Storage Gateway resources:

  • Storage gateways of all types

  • Storage Volumes

  • Virtual Tapes

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

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AddTagsToResourceRequest", "variableName" : "addTagsToResourceRequest", "variableType" : "AddTagsToResourceRequest", "documentation" : "

AddTagsToResourceInput

", "simpleType" : "AddTagsToResourceRequest", "variableSetterType" : "AddTagsToResourceRequest" }, "inputStreamPropertyName" : null, "methodName" : "addTagsToResource", "operationName" : "AddTagsToResource", "returnType" : { "returnType" : "AddTagsToResourceResult", "documentation" : "

AddTagsToResourceOutput

" }, "syncReturnType" : "AddTagsToResourceResult" }, "AddUploadBuffer" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "AddUploadBufferResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Configures one or more gateway local disks as upload buffer for a specified gateway. This operation is supported for both the gateway-stored and gateway-cached volume architectures.

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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AddUploadBufferRequest", "variableName" : "addUploadBufferRequest", "variableType" : "AddUploadBufferRequest", "documentation" : "", "simpleType" : "AddUploadBufferRequest", "variableSetterType" : "AddUploadBufferRequest" }, "inputStreamPropertyName" : null, "methodName" : "addUploadBuffer", "operationName" : "AddUploadBuffer", "returnType" : { "returnType" : "AddUploadBufferResult", "documentation" : null }, "syncReturnType" : "AddUploadBufferResult" }, "AddWorkingStorage" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "AddWorkingStorageResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Configures one or more gateway local disks as working storage for a gateway. This operation is supported only for the gateway-stored volume architecture. This operation is deprecated in cached-volumes 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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AddWorkingStorageRequest", "variableName" : "addWorkingStorageRequest", "variableType" : "AddWorkingStorageRequest", "documentation" : "

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

", "simpleType" : "AddWorkingStorageRequest", "variableSetterType" : "AddWorkingStorageRequest" }, "inputStreamPropertyName" : null, "methodName" : "addWorkingStorage", "operationName" : "AddWorkingStorage", "returnType" : { "returnType" : "AddWorkingStorageResult", "documentation" : "

A JSON object containing the of the gateway for which working storage was configured.

" }, "syncReturnType" : "AddWorkingStorageResult" }, "CancelArchival" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CancelArchivalResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Cancels archiving of a virtual tape to the virtual tape shelf (VTS) after the archiving process is initiated.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CancelArchivalRequest", "variableName" : "cancelArchivalRequest", "variableType" : "CancelArchivalRequest", "documentation" : "

CancelArchivalInput

", "simpleType" : "CancelArchivalRequest", "variableSetterType" : "CancelArchivalRequest" }, "inputStreamPropertyName" : null, "methodName" : "cancelArchival", "operationName" : "CancelArchival", "returnType" : { "returnType" : "CancelArchivalResult", "documentation" : "

CancelArchivalOutput

" }, "syncReturnType" : "CancelArchivalResult" }, "CancelRetrieval" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CancelRetrievalResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CancelRetrievalRequest", "variableName" : "cancelRetrievalRequest", "variableType" : "CancelRetrievalRequest", "documentation" : "

CancelRetrievalInput

", "simpleType" : "CancelRetrievalRequest", "variableSetterType" : "CancelRetrievalRequest" }, "inputStreamPropertyName" : null, "methodName" : "cancelRetrieval", "operationName" : "CancelRetrieval", "returnType" : { "returnType" : "CancelRetrievalResult", "documentation" : "

CancelRetrievalOutput

" }, "syncReturnType" : "CancelRetrievalResult" }, "CreateCachediSCSIVolume" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateCachediSCSIVolumeResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a cached volume on a specified cached gateway. This operation is supported only for the gateway-cached volume architecture.

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, AWS Storage Gateway creates the volume and returns information about it 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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateCachediSCSIVolumeRequest", "variableName" : "createCachediSCSIVolumeRequest", "variableType" : "CreateCachediSCSIVolumeRequest", "documentation" : "", "simpleType" : "CreateCachediSCSIVolumeRequest", "variableSetterType" : "CreateCachediSCSIVolumeRequest" }, "inputStreamPropertyName" : null, "methodName" : "createCachediSCSIVolume", "operationName" : "CreateCachediSCSIVolume", "returnType" : { "returnType" : "CreateCachediSCSIVolumeResult", "documentation" : null }, "syncReturnType" : "CreateCachediSCSIVolumeResult" }, "CreateSnapshot" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateSnapshotResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Initiates a snapshot of a volume.

AWS Storage Gateway provides the ability to back up point-in-time snapshots of your data to Amazon Simple Storage (S3) for durable off-site recovery, as well as 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 ad-hoc snapshot. For more information, see Working With Snapshots in the AWS Storage Gateway Console.

In the CreateSnapshot request you identify the volume by providing its Amazon Resource Name (ARN). You must also provide description for the snapshot. When AWS Storage Gateway takes the snapshot of specified volume, the snapshot and description appears in the AWS Storage Gateway Console. In response, AWS 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.

To list or delete a snapshot, you must use the Amazon EC2 API. For more information, see DescribeSnapshots or DeleteSnapshot in the EC2 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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateSnapshotRequest", "variableName" : "createSnapshotRequest", "variableType" : "CreateSnapshotRequest", "documentation" : "

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

", "simpleType" : "CreateSnapshotRequest", "variableSetterType" : "CreateSnapshotRequest" }, "inputStreamPropertyName" : null, "methodName" : "createSnapshot", "operationName" : "CreateSnapshot", "returnType" : { "returnType" : "CreateSnapshotResult", "documentation" : "

A JSON object containing the following fields:

" }, "syncReturnType" : "CreateSnapshotResult" }, "CreateSnapshotFromVolumeRecoveryPoint" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateSnapshotFromVolumeRecoveryPointResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Initiates a snapshot of a gateway from a volume recovery point. This operation is supported only for the gateway-cached volume architecture.

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 gateway-cached volumes, 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 AWS Storage Gateway takes a snapshot of the specified volume, the snapshot and its description appear in the AWS Storage Gateway console. In response, AWS 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.

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

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateSnapshotFromVolumeRecoveryPointRequest", "variableName" : "createSnapshotFromVolumeRecoveryPointRequest", "variableType" : "CreateSnapshotFromVolumeRecoveryPointRequest", "documentation" : "", "simpleType" : "CreateSnapshotFromVolumeRecoveryPointRequest", "variableSetterType" : "CreateSnapshotFromVolumeRecoveryPointRequest" }, "inputStreamPropertyName" : null, "methodName" : "createSnapshotFromVolumeRecoveryPoint", "operationName" : "CreateSnapshotFromVolumeRecoveryPoint", "returnType" : { "returnType" : "CreateSnapshotFromVolumeRecoveryPointResult", "documentation" : null }, "syncReturnType" : "CreateSnapshotFromVolumeRecoveryPointResult" }, "CreateStorediSCSIVolume" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateStorediSCSIVolumeResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a volume on a specified gateway. This operation is supported only for the gateway-stored volume architecture.

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, AWS Storage 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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateStorediSCSIVolumeRequest", "variableName" : "createStorediSCSIVolumeRequest", "variableType" : "CreateStorediSCSIVolumeRequest", "documentation" : "

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

", "simpleType" : "CreateStorediSCSIVolumeRequest", "variableSetterType" : "CreateStorediSCSIVolumeRequest" }, "inputStreamPropertyName" : null, "methodName" : "createStorediSCSIVolume", "operationName" : "CreateStorediSCSIVolume", "returnType" : { "returnType" : "CreateStorediSCSIVolumeResult", "documentation" : "

A JSON object containing the following fields:

" }, "syncReturnType" : "CreateStorediSCSIVolumeResult" }, "CreateTapeWithBarcode" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateTapeWithBarcodeResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a virtual tape by using your own barcode. You write data to the virtual tape and then archive the tape.

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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateTapeWithBarcodeRequest", "variableName" : "createTapeWithBarcodeRequest", "variableType" : "CreateTapeWithBarcodeRequest", "documentation" : "

CreateTapeWithBarcodeInput

", "simpleType" : "CreateTapeWithBarcodeRequest", "variableSetterType" : "CreateTapeWithBarcodeRequest" }, "inputStreamPropertyName" : null, "methodName" : "createTapeWithBarcode", "operationName" : "CreateTapeWithBarcode", "returnType" : { "returnType" : "CreateTapeWithBarcodeResult", "documentation" : "

CreateTapeOutput

" }, "syncReturnType" : "CreateTapeWithBarcodeResult" }, "CreateTapes" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateTapesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates one or more virtual tapes. You write data to the virtual tapes and then archive the tapes.

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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateTapesRequest", "variableName" : "createTapesRequest", "variableType" : "CreateTapesRequest", "documentation" : "

CreateTapesInput

", "simpleType" : "CreateTapesRequest", "variableSetterType" : "CreateTapesRequest" }, "inputStreamPropertyName" : null, "methodName" : "createTapes", "operationName" : "CreateTapes", "returnType" : { "returnType" : "CreateTapesResult", "documentation" : "

CreateTapeOutput

" }, "syncReturnType" : "CreateTapesResult" }, "DeleteBandwidthRateLimit" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteBandwidthRateLimitResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteBandwidthRateLimitRequest", "variableName" : "deleteBandwidthRateLimitRequest", "variableType" : "DeleteBandwidthRateLimitRequest", "documentation" : "", "simpleType" : "DeleteBandwidthRateLimitRequest", "variableSetterType" : "DeleteBandwidthRateLimitRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteBandwidthRateLimit", "operationName" : "DeleteBandwidthRateLimit", "returnType" : { "returnType" : "DeleteBandwidthRateLimitResult", "documentation" : "

A JSON object containing the of the gateway whose bandwidth rate information was deleted.

" }, "syncReturnType" : "DeleteBandwidthRateLimitResult" }, "DeleteChapCredentials" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteChapCredentialsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target and initiator pair.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteChapCredentialsRequest", "variableName" : "deleteChapCredentialsRequest", "variableType" : "DeleteChapCredentialsRequest", "documentation" : "

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

", "simpleType" : "DeleteChapCredentialsRequest", "variableSetterType" : "DeleteChapCredentialsRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteChapCredentials", "operationName" : "DeleteChapCredentials", "returnType" : { "returnType" : "DeleteChapCredentialsResult", "documentation" : "

A JSON object containing the following fields:

" }, "syncReturnType" : "DeleteChapCredentialsResult" }, "DeleteGateway" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteGatewayResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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 AWS Storage Gateway Detail Page.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteGatewayRequest", "variableName" : "deleteGatewayRequest", "variableType" : "DeleteGatewayRequest", "documentation" : "

A JSON object containing the id of the gateway to delete.

", "simpleType" : "DeleteGatewayRequest", "variableSetterType" : "DeleteGatewayRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteGateway", "operationName" : "DeleteGateway", "returnType" : { "returnType" : "DeleteGatewayResult", "documentation" : "

A JSON object containing the id of the deleted gateway.

" }, "syncReturnType" : "DeleteGatewayResult" }, "DeleteSnapshotSchedule" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteSnapshotScheduleResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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 Working with Snapshots. In the DeleteSnapshotSchedule request, you identify the volume by providing its Amazon Resource Name (ARN).

To list or delete a snapshot, you must use the Amazon EC2 API. in Amazon Elastic Compute Cloud API Reference.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteSnapshotScheduleRequest", "variableName" : "deleteSnapshotScheduleRequest", "variableType" : "DeleteSnapshotScheduleRequest", "documentation" : "", "simpleType" : "DeleteSnapshotScheduleRequest", "variableSetterType" : "DeleteSnapshotScheduleRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteSnapshotSchedule", "operationName" : "DeleteSnapshotSchedule", "returnType" : { "returnType" : "DeleteSnapshotScheduleResult", "documentation" : null }, "syncReturnType" : "DeleteSnapshotScheduleResult" }, "DeleteTape" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteTapeResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified virtual tape.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteTapeRequest", "variableName" : "deleteTapeRequest", "variableType" : "DeleteTapeRequest", "documentation" : "

DeleteTapeInput

", "simpleType" : "DeleteTapeRequest", "variableSetterType" : "DeleteTapeRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteTape", "operationName" : "DeleteTape", "returnType" : { "returnType" : "DeleteTapeResult", "documentation" : "

DeleteTapeOutput

" }, "syncReturnType" : "DeleteTapeResult" }, "DeleteTapeArchive" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteTapeArchiveResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified virtual tape from the virtual tape shelf (VTS).

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteTapeArchiveRequest", "variableName" : "deleteTapeArchiveRequest", "variableType" : "DeleteTapeArchiveRequest", "documentation" : "

DeleteTapeArchiveInput

", "simpleType" : "DeleteTapeArchiveRequest", "variableSetterType" : "DeleteTapeArchiveRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteTapeArchive", "operationName" : "DeleteTapeArchive", "returnType" : { "returnType" : "DeleteTapeArchiveResult", "documentation" : "

DeleteTapeArchiveOutput

" }, "syncReturnType" : "DeleteTapeArchiveResult" }, "DeleteVolume" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteVolumeResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified gateway volume that you previously created using the CreateCachediSCSIVolume or CreateStorediSCSIVolume API. For gateway-stored volumes, 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 gateway 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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteVolumeRequest", "variableName" : "deleteVolumeRequest", "variableType" : "DeleteVolumeRequest", "documentation" : "

A JSON object containing the DeleteVolumeInput$VolumeARN to delete.

", "simpleType" : "DeleteVolumeRequest", "variableSetterType" : "DeleteVolumeRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteVolume", "operationName" : "DeleteVolume", "returnType" : { "returnType" : "DeleteVolumeResult", "documentation" : "

A JSON object containing the of the storage volume that was deleted

" }, "syncReturnType" : "DeleteVolumeResult" }, "DescribeBandwidthRateLimit" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeBandwidthRateLimitResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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 only 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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeBandwidthRateLimitRequest", "variableName" : "describeBandwidthRateLimitRequest", "variableType" : "DescribeBandwidthRateLimitRequest", "documentation" : "

A JSON object containing the of the gateway.

", "simpleType" : "DescribeBandwidthRateLimitRequest", "variableSetterType" : "DescribeBandwidthRateLimitRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeBandwidthRateLimit", "operationName" : "DescribeBandwidthRateLimit", "returnType" : { "returnType" : "DescribeBandwidthRateLimitResult", "documentation" : "

A JSON object containing the following fields:

" }, "syncReturnType" : "DescribeBandwidthRateLimitResult" }, "DescribeCache" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeCacheResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information about the cache of a gateway. This operation is supported only for the gateway-cached volume architecture.

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

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeCacheRequest", "variableName" : "describeCacheRequest", "variableType" : "DescribeCacheRequest", "documentation" : "", "simpleType" : "DescribeCacheRequest", "variableSetterType" : "DescribeCacheRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeCache", "operationName" : "DescribeCache", "returnType" : { "returnType" : "DescribeCacheResult", "documentation" : null }, "syncReturnType" : "DescribeCacheResult" }, "DescribeCachediSCSIVolumes" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeCachediSCSIVolumesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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

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

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeCachediSCSIVolumesRequest", "variableName" : "describeCachediSCSIVolumesRequest", "variableType" : "DescribeCachediSCSIVolumesRequest", "documentation" : "", "simpleType" : "DescribeCachediSCSIVolumesRequest", "variableSetterType" : "DescribeCachediSCSIVolumesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeCachediSCSIVolumes", "operationName" : "DescribeCachediSCSIVolumes", "returnType" : { "returnType" : "DescribeCachediSCSIVolumesResult", "documentation" : "

A JSON object containing the following fields:

" }, "syncReturnType" : "DescribeCachediSCSIVolumesResult" }, "DescribeChapCredentials" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeChapCredentialsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns an array of Challenge-Handshake Authentication Protocol (CHAP) credentials information for a specified iSCSI target, one for each target-initiator pair.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeChapCredentialsRequest", "variableName" : "describeChapCredentialsRequest", "variableType" : "DescribeChapCredentialsRequest", "documentation" : "

A JSON object containing the Amazon Resource Name (ARN) of the iSCSI volume target.

", "simpleType" : "DescribeChapCredentialsRequest", "variableSetterType" : "DescribeChapCredentialsRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeChapCredentials", "operationName" : "DescribeChapCredentials", "returnType" : { "returnType" : "DescribeChapCredentialsResult", "documentation" : "

A JSON object containing a .

" }, "syncReturnType" : "DescribeChapCredentialsResult" }, "DescribeGatewayInformation" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeGatewayInformationResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeGatewayInformationRequest", "variableName" : "describeGatewayInformationRequest", "variableType" : "DescribeGatewayInformationRequest", "documentation" : "

A JSON object containing the id of the gateway.

", "simpleType" : "DescribeGatewayInformationRequest", "variableSetterType" : "DescribeGatewayInformationRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeGatewayInformation", "operationName" : "DescribeGatewayInformation", "returnType" : { "returnType" : "DescribeGatewayInformationResult", "documentation" : "

A JSON object containing the following fields:

" }, "syncReturnType" : "DescribeGatewayInformationResult" }, "DescribeMaintenanceStartTime" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeMaintenanceStartTimeResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeMaintenanceStartTimeRequest", "variableName" : "describeMaintenanceStartTimeRequest", "variableType" : "DescribeMaintenanceStartTimeRequest", "documentation" : "

A JSON object containing the of the gateway.

", "simpleType" : "DescribeMaintenanceStartTimeRequest", "variableSetterType" : "DescribeMaintenanceStartTimeRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeMaintenanceStartTime", "operationName" : "DescribeMaintenanceStartTime", "returnType" : { "returnType" : "DescribeMaintenanceStartTimeResult", "documentation" : null }, "syncReturnType" : "DescribeMaintenanceStartTimeResult" }, "DescribeSnapshotSchedule" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeSnapshotScheduleResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the snapshot schedule for the specified gateway volume. The snapshot schedule information includes intervals at which snapshots are automatically initiated on the volume.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeSnapshotScheduleRequest", "variableName" : "describeSnapshotScheduleRequest", "variableType" : "DescribeSnapshotScheduleRequest", "documentation" : "

A JSON object containing the DescribeSnapshotScheduleInput$VolumeARN of the volume.

", "simpleType" : "DescribeSnapshotScheduleRequest", "variableSetterType" : "DescribeSnapshotScheduleRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeSnapshotSchedule", "operationName" : "DescribeSnapshotSchedule", "returnType" : { "returnType" : "DescribeSnapshotScheduleResult", "documentation" : null }, "syncReturnType" : "DescribeSnapshotScheduleResult" }, "DescribeStorediSCSIVolumes" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeStorediSCSIVolumesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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 Amazon Storage Gateway returns volume information sorted by volume ARNs.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeStorediSCSIVolumesRequest", "variableName" : "describeStorediSCSIVolumesRequest", "variableType" : "DescribeStorediSCSIVolumesRequest", "documentation" : "

A JSON object containing a list of DescribeStorediSCSIVolumesInput$VolumeARNs.

", "simpleType" : "DescribeStorediSCSIVolumesRequest", "variableSetterType" : "DescribeStorediSCSIVolumesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeStorediSCSIVolumes", "operationName" : "DescribeStorediSCSIVolumes", "returnType" : { "returnType" : "DescribeStorediSCSIVolumesResult", "documentation" : null }, "syncReturnType" : "DescribeStorediSCSIVolumesResult" }, "DescribeTapeArchives" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeTapeArchivesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a description of specified virtual tapes in the virtual tape shelf (VTS).

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

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeTapeArchivesRequest", "variableName" : "describeTapeArchivesRequest", "variableType" : "DescribeTapeArchivesRequest", "documentation" : "

DescribeTapeArchivesInput

", "simpleType" : "DescribeTapeArchivesRequest", "variableSetterType" : "DescribeTapeArchivesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeTapeArchives", "operationName" : "DescribeTapeArchives", "returnType" : { "returnType" : "DescribeTapeArchivesResult", "documentation" : "

DescribeTapeArchivesOutput

" }, "syncReturnType" : "DescribeTapeArchivesResult" }, "DescribeTapeRecoveryPoints" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeTapeRecoveryPointsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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

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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeTapeRecoveryPointsRequest", "variableName" : "describeTapeRecoveryPointsRequest", "variableType" : "DescribeTapeRecoveryPointsRequest", "documentation" : "

DescribeTapeRecoveryPointsInput

", "simpleType" : "DescribeTapeRecoveryPointsRequest", "variableSetterType" : "DescribeTapeRecoveryPointsRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeTapeRecoveryPoints", "operationName" : "DescribeTapeRecoveryPoints", "returnType" : { "returnType" : "DescribeTapeRecoveryPointsResult", "documentation" : "

DescribeTapeRecoveryPointsOutput

" }, "syncReturnType" : "DescribeTapeRecoveryPointsResult" }, "DescribeTapes" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeTapesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeTapesRequest", "variableName" : "describeTapesRequest", "variableType" : "DescribeTapesRequest", "documentation" : "

DescribeTapesInput

", "simpleType" : "DescribeTapesRequest", "variableSetterType" : "DescribeTapesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeTapes", "operationName" : "DescribeTapes", "returnType" : { "returnType" : "DescribeTapesResult", "documentation" : "

DescribeTapesOutput

" }, "syncReturnType" : "DescribeTapesResult" }, "DescribeUploadBuffer" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeUploadBufferResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information about the upload buffer of a gateway. This operation is supported for both the gateway-stored and gateway-cached volume architectures.

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

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeUploadBufferRequest", "variableName" : "describeUploadBufferRequest", "variableType" : "DescribeUploadBufferRequest", "documentation" : "", "simpleType" : "DescribeUploadBufferRequest", "variableSetterType" : "DescribeUploadBufferRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeUploadBuffer", "operationName" : "DescribeUploadBuffer", "returnType" : { "returnType" : "DescribeUploadBufferResult", "documentation" : null }, "syncReturnType" : "DescribeUploadBufferResult" }, "DescribeVTLDevices" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeVTLDevicesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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

The list of VTL devices must be from one gateway.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeVTLDevicesRequest", "variableName" : "describeVTLDevicesRequest", "variableType" : "DescribeVTLDevicesRequest", "documentation" : "

DescribeVTLDevicesInput

", "simpleType" : "DescribeVTLDevicesRequest", "variableSetterType" : "DescribeVTLDevicesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeVTLDevices", "operationName" : "DescribeVTLDevices", "returnType" : { "returnType" : "DescribeVTLDevicesResult", "documentation" : "

DescribeVTLDevicesOutput

" }, "syncReturnType" : "DescribeVTLDevicesResult" }, "DescribeWorkingStorage" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeWorkingStorageResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information about the working storage of a gateway. This operation is supported only for the gateway-stored volume architecture. 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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeWorkingStorageRequest", "variableName" : "describeWorkingStorageRequest", "variableType" : "DescribeWorkingStorageRequest", "documentation" : "

A JSON object containing the of the gateway.

", "simpleType" : "DescribeWorkingStorageRequest", "variableSetterType" : "DescribeWorkingStorageRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeWorkingStorage", "operationName" : "DescribeWorkingStorage", "returnType" : { "returnType" : "DescribeWorkingStorageResult", "documentation" : "

A JSON object containing the following fields:

" }, "syncReturnType" : "DescribeWorkingStorageResult" }, "DisableGateway" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DisableGatewayResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Disables a 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 gateway-VTL that is not reachable or not functioning.

Once a gateway is disabled it cannot be enabled.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DisableGatewayRequest", "variableName" : "disableGatewayRequest", "variableType" : "DisableGatewayRequest", "documentation" : "

DisableGatewayInput

", "simpleType" : "DisableGatewayRequest", "variableSetterType" : "DisableGatewayRequest" }, "inputStreamPropertyName" : null, "methodName" : "disableGateway", "operationName" : "DisableGateway", "returnType" : { "returnType" : "DisableGatewayResult", "documentation" : "

DisableGatewayOutput

" }, "syncReturnType" : "DisableGatewayResult" }, "ListGateways" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListGatewaysResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists gateways owned by an AWS account in a 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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListGatewaysRequest", "variableName" : "listGatewaysRequest", "variableType" : "ListGatewaysRequest", "documentation" : "

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

", "simpleType" : "ListGatewaysRequest", "variableSetterType" : "ListGatewaysRequest" }, "inputStreamPropertyName" : null, "methodName" : "listGateways", "operationName" : "ListGateways", "returnType" : { "returnType" : "ListGatewaysResult", "documentation" : null }, "syncReturnType" : "ListGatewaysResult" }, "ListLocalDisks" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListLocalDisksResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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).

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListLocalDisksRequest", "variableName" : "listLocalDisksRequest", "variableType" : "ListLocalDisksRequest", "documentation" : "

A JSON object containing the of the gateway.

", "simpleType" : "ListLocalDisksRequest", "variableSetterType" : "ListLocalDisksRequest" }, "inputStreamPropertyName" : null, "methodName" : "listLocalDisks", "operationName" : "ListLocalDisks", "returnType" : { "returnType" : "ListLocalDisksResult", "documentation" : null }, "syncReturnType" : "ListLocalDisksResult" }, "ListTagsForResource" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListTagsForResourceResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the tags that have been added to the specified resource.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTagsForResourceRequest", "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "documentation" : "

ListTagsForResourceInput

", "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "inputStreamPropertyName" : null, "methodName" : "listTagsForResource", "operationName" : "ListTagsForResource", "returnType" : { "returnType" : "ListTagsForResourceResult", "documentation" : "

ListTagsForResourceOutput

" }, "syncReturnType" : "ListTagsForResourceResult" }, "ListTapes" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListTapesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTapesRequest", "variableName" : "listTapesRequest", "variableType" : "ListTapesRequest", "documentation" : "

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

", "simpleType" : "ListTapesRequest", "variableSetterType" : "ListTapesRequest" }, "inputStreamPropertyName" : null, "methodName" : "listTapes", "operationName" : "ListTapes", "returnType" : { "returnType" : "ListTapesResult", "documentation" : "

A JSON object containing the following fields:

" }, "syncReturnType" : "ListTapesResult" }, "ListVolumeInitiators" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListVolumeInitiatorsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists iSCSI initiators that are connected to a volume. You can use this operation to determine whether a volume is being used or not.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListVolumeInitiatorsRequest", "variableName" : "listVolumeInitiatorsRequest", "variableType" : "ListVolumeInitiatorsRequest", "documentation" : "

ListVolumeInitiatorsInput

", "simpleType" : "ListVolumeInitiatorsRequest", "variableSetterType" : "ListVolumeInitiatorsRequest" }, "inputStreamPropertyName" : null, "methodName" : "listVolumeInitiators", "operationName" : "ListVolumeInitiators", "returnType" : { "returnType" : "ListVolumeInitiatorsResult", "documentation" : "

ListVolumeInitiatorsOutput

" }, "syncReturnType" : "ListVolumeInitiatorsResult" }, "ListVolumeRecoveryPoints" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListVolumeRecoveryPointsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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

Each gateway-cached 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. To create a snapshot from a volume recovery point use the CreateSnapshotFromVolumeRecoveryPoint operation.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListVolumeRecoveryPointsRequest", "variableName" : "listVolumeRecoveryPointsRequest", "variableType" : "ListVolumeRecoveryPointsRequest", "documentation" : "", "simpleType" : "ListVolumeRecoveryPointsRequest", "variableSetterType" : "ListVolumeRecoveryPointsRequest" }, "inputStreamPropertyName" : null, "methodName" : "listVolumeRecoveryPoints", "operationName" : "ListVolumeRecoveryPoints", "returnType" : { "returnType" : "ListVolumeRecoveryPointsResult", "documentation" : null }, "syncReturnType" : "ListVolumeRecoveryPointsResult" }, "ListVolumes" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListVolumesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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 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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListVolumesRequest", "variableName" : "listVolumesRequest", "variableType" : "ListVolumesRequest", "documentation" : "

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

", "simpleType" : "ListVolumesRequest", "variableSetterType" : "ListVolumesRequest" }, "inputStreamPropertyName" : null, "methodName" : "listVolumes", "operationName" : "ListVolumes", "returnType" : { "returnType" : "ListVolumesResult", "documentation" : null }, "syncReturnType" : "ListVolumesResult" }, "RemoveTagsFromResource" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "RemoveTagsFromResourceResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Removes one or more tags from the specified resource.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "RemoveTagsFromResourceRequest", "variableName" : "removeTagsFromResourceRequest", "variableType" : "RemoveTagsFromResourceRequest", "documentation" : "

RemoveTagsFromResourceInput

", "simpleType" : "RemoveTagsFromResourceRequest", "variableSetterType" : "RemoveTagsFromResourceRequest" }, "inputStreamPropertyName" : null, "methodName" : "removeTagsFromResource", "operationName" : "RemoveTagsFromResource", "returnType" : { "returnType" : "RemoveTagsFromResourceResult", "documentation" : "

RemoveTagsFromResourceOutput

" }, "syncReturnType" : "RemoveTagsFromResourceResult" }, "ResetCache" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ResetCacheResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Resets all cache disks that have encountered a error and makes the disks available for reconfiguration as cache storage. If your cache disk encounters a 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.

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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ResetCacheRequest", "variableName" : "resetCacheRequest", "variableType" : "ResetCacheRequest", "documentation" : "", "simpleType" : "ResetCacheRequest", "variableSetterType" : "ResetCacheRequest" }, "inputStreamPropertyName" : null, "methodName" : "resetCache", "operationName" : "ResetCache", "returnType" : { "returnType" : "ResetCacheResult", "documentation" : null }, "syncReturnType" : "ResetCacheResult" }, "RetrieveTapeArchive" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "RetrieveTapeArchiveResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves an archived virtual tape from the virtual tape shelf (VTS) to a gateway-VTL. 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.

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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "RetrieveTapeArchiveRequest", "variableName" : "retrieveTapeArchiveRequest", "variableType" : "RetrieveTapeArchiveRequest", "documentation" : "

RetrieveTapeArchiveInput

", "simpleType" : "RetrieveTapeArchiveRequest", "variableSetterType" : "RetrieveTapeArchiveRequest" }, "inputStreamPropertyName" : null, "methodName" : "retrieveTapeArchive", "operationName" : "RetrieveTapeArchive", "returnType" : { "returnType" : "RetrieveTapeArchiveResult", "documentation" : "

RetrieveTapeArchiveOutput

" }, "syncReturnType" : "RetrieveTapeArchiveResult" }, "RetrieveTapeRecoveryPoint" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "RetrieveTapeRecoveryPointResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves the recovery point for the specified virtual tape.

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 gateway-VTL. There is no charge for retrieving recovery points.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "RetrieveTapeRecoveryPointRequest", "variableName" : "retrieveTapeRecoveryPointRequest", "variableType" : "RetrieveTapeRecoveryPointRequest", "documentation" : "

RetrieveTapeRecoveryPointInput

", "simpleType" : "RetrieveTapeRecoveryPointRequest", "variableSetterType" : "RetrieveTapeRecoveryPointRequest" }, "inputStreamPropertyName" : null, "methodName" : "retrieveTapeRecoveryPoint", "operationName" : "RetrieveTapeRecoveryPoint", "returnType" : { "returnType" : "RetrieveTapeRecoveryPointResult", "documentation" : "

RetrieveTapeRecoveryPointOutput

" }, "syncReturnType" : "RetrieveTapeRecoveryPointResult" }, "SetLocalConsolePassword" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "SetLocalConsolePasswordResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SetLocalConsolePasswordRequest", "variableName" : "setLocalConsolePasswordRequest", "variableType" : "SetLocalConsolePasswordRequest", "documentation" : "

SetLocalConsolePasswordInput

", "simpleType" : "SetLocalConsolePasswordRequest", "variableSetterType" : "SetLocalConsolePasswordRequest" }, "inputStreamPropertyName" : null, "methodName" : "setLocalConsolePassword", "operationName" : "SetLocalConsolePassword", "returnType" : { "returnType" : "SetLocalConsolePasswordResult", "documentation" : null }, "syncReturnType" : "SetLocalConsolePasswordResult" }, "ShutdownGateway" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ShutdownGatewayResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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 storage gateway's virtual machine (VM) and not the 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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ShutdownGatewayRequest", "variableName" : "shutdownGatewayRequest", "variableType" : "ShutdownGatewayRequest", "documentation" : "

A JSON object containing the of the gateway to shut down.

", "simpleType" : "ShutdownGatewayRequest", "variableSetterType" : "ShutdownGatewayRequest" }, "inputStreamPropertyName" : null, "methodName" : "shutdownGateway", "operationName" : "ShutdownGateway", "returnType" : { "returnType" : "ShutdownGatewayResult", "documentation" : "

A JSON object containing the of the gateway that was shut down.

" }, "syncReturnType" : "ShutdownGatewayResult" }, "StartGateway" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "StartGatewayResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StartGatewayRequest", "variableName" : "startGatewayRequest", "variableType" : "StartGatewayRequest", "documentation" : "

A JSON object containing the of the gateway to start.

", "simpleType" : "StartGatewayRequest", "variableSetterType" : "StartGatewayRequest" }, "inputStreamPropertyName" : null, "methodName" : "startGateway", "operationName" : "StartGateway", "returnType" : { "returnType" : "StartGatewayResult", "documentation" : "

A JSON object containing the of the gateway that was restarted.

" }, "syncReturnType" : "StartGatewayResult" }, "UpdateBandwidthRateLimit" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "UpdateBandwidthRateLimitResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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.

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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateBandwidthRateLimitRequest", "variableName" : "updateBandwidthRateLimitRequest", "variableType" : "UpdateBandwidthRateLimitRequest", "documentation" : "

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

", "simpleType" : "UpdateBandwidthRateLimitRequest", "variableSetterType" : "UpdateBandwidthRateLimitRequest" }, "inputStreamPropertyName" : null, "methodName" : "updateBandwidthRateLimit", "operationName" : "UpdateBandwidthRateLimit", "returnType" : { "returnType" : "UpdateBandwidthRateLimitResult", "documentation" : "

A JSON object containing the of the gateway whose throttle information was updated.

" }, "syncReturnType" : "UpdateBandwidthRateLimitResult" }, "UpdateChapCredentials" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "UpdateChapCredentialsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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.

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

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateChapCredentialsRequest", "variableName" : "updateChapCredentialsRequest", "variableType" : "UpdateChapCredentialsRequest", "documentation" : "

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

", "simpleType" : "UpdateChapCredentialsRequest", "variableSetterType" : "UpdateChapCredentialsRequest" }, "inputStreamPropertyName" : null, "methodName" : "updateChapCredentials", "operationName" : "UpdateChapCredentials", "returnType" : { "returnType" : "UpdateChapCredentialsResult", "documentation" : "

A JSON object containing the following fields:

" }, "syncReturnType" : "UpdateChapCredentialsResult" }, "UpdateGatewayInformation" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "UpdateGatewayInformationResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateGatewayInformationRequest", "variableName" : "updateGatewayInformationRequest", "variableType" : "UpdateGatewayInformationRequest", "documentation" : "", "simpleType" : "UpdateGatewayInformationRequest", "variableSetterType" : "UpdateGatewayInformationRequest" }, "inputStreamPropertyName" : null, "methodName" : "updateGatewayInformation", "operationName" : "UpdateGatewayInformation", "returnType" : { "returnType" : "UpdateGatewayInformationResult", "documentation" : "

A JSON object containing the ARN of the gateway that was updated.

" }, "syncReturnType" : "UpdateGatewayInformationResult" }, "UpdateGatewaySoftwareNow" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "UpdateGatewaySoftwareNowResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateGatewaySoftwareNowRequest", "variableName" : "updateGatewaySoftwareNowRequest", "variableType" : "UpdateGatewaySoftwareNowRequest", "documentation" : "

A JSON object containing the of the gateway to update.

", "simpleType" : "UpdateGatewaySoftwareNowRequest", "variableSetterType" : "UpdateGatewaySoftwareNowRequest" }, "inputStreamPropertyName" : null, "methodName" : "updateGatewaySoftwareNow", "operationName" : "UpdateGatewaySoftwareNow", "returnType" : { "returnType" : "UpdateGatewaySoftwareNowResult", "documentation" : "

A JSON object containing the of the gateway that was updated.

" }, "syncReturnType" : "UpdateGatewaySoftwareNowResult" }, "UpdateMaintenanceStartTime" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "UpdateMaintenanceStartTimeResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateMaintenanceStartTimeRequest", "variableName" : "updateMaintenanceStartTimeRequest", "variableType" : "UpdateMaintenanceStartTimeRequest", "documentation" : "

A JSON object containing the following fields:

", "simpleType" : "UpdateMaintenanceStartTimeRequest", "variableSetterType" : "UpdateMaintenanceStartTimeRequest" }, "inputStreamPropertyName" : null, "methodName" : "updateMaintenanceStartTime", "operationName" : "UpdateMaintenanceStartTime", "returnType" : { "returnType" : "UpdateMaintenanceStartTimeResult", "documentation" : "

A JSON object containing the of the gateway whose maintenance start time is updated.

" }, "syncReturnType" : "UpdateMaintenanceStartTimeResult" }, "UpdateSnapshotSchedule" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "UpdateSnapshotScheduleResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates a snapshot schedule configured for a gateway volume.

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.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateSnapshotScheduleRequest", "variableName" : "updateSnapshotScheduleRequest", "variableType" : "UpdateSnapshotScheduleRequest", "documentation" : "

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

", "simpleType" : "UpdateSnapshotScheduleRequest", "variableSetterType" : "UpdateSnapshotScheduleRequest" }, "inputStreamPropertyName" : null, "methodName" : "updateSnapshotSchedule", "operationName" : "UpdateSnapshotSchedule", "returnType" : { "returnType" : "UpdateSnapshotScheduleResult", "documentation" : "

A JSON object containing the of the updated storage volume.

" }, "syncReturnType" : "UpdateSnapshotScheduleResult" }, "UpdateVTLDeviceType" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "UpdateVTLDeviceTypeResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates the type of medium changer in a gateway-VTL. When you activate a gateway-VTL, you select a medium changer type for the gateway-VTL. This operation enables you to select a different type of medium changer after a gateway-VTL is activated.

", "exceptions" : [ { "exceptionName" : "InvalidGatewayRequestException", "documentation" : "

An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

" }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error has occurred during the request. For more information, see the error and message fields.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateVTLDeviceTypeRequest", "variableName" : "updateVTLDeviceTypeRequest", "variableType" : "UpdateVTLDeviceTypeRequest", "documentation" : "", "simpleType" : "UpdateVTLDeviceTypeRequest", "variableSetterType" : "UpdateVTLDeviceTypeRequest" }, "inputStreamPropertyName" : null, "methodName" : "updateVTLDeviceType", "operationName" : "UpdateVTLDeviceType", "returnType" : { "returnType" : "UpdateVTLDeviceTypeResult", "documentation" : "

UpdateVTLDeviceTypeOutput

" }, "syncReturnType" : "UpdateVTLDeviceTypeResult" } }, "shapes" : { "ActivateGatewayRequest" : { "c2jName" : "ActivateGatewayInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ActivateGateway", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.ActivateGateway", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ActivationKey", "c2jShape" : "ActivationKey", "deprecated" : false, "documentation" : "

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.

", "enumType" : null, "fluentSetterDocumentation" : "/**

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.

\n@param activationKey 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ActivationKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ActivationKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ActivationKey", "setterDocumentation" : "/**

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.

\n@param activationKey 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activationKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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.

\n@param activationKey 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "activationKey", "variableType" : "String", "documentation" : "

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.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GatewayName", "c2jShape" : "GatewayName", "deprecated" : false, "documentation" : "

The name you configured for your gateway.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name you configured for your gateway.

\n@param gatewayName The name you configured for your gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name you configured for your gateway.

\n@return The name you configured for your gateway.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayName", "setterDocumentation" : "/**

The name you configured for your gateway.

\n@param gatewayName The name you configured for your gateway.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name you configured for your gateway.

\n@param gatewayName The name you configured for your gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayName", "variableType" : "String", "documentation" : "

The name you configured for your gateway.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GatewayTimezone", "c2jShape" : "GatewayTimezone", "deprecated" : false, "documentation" : "

A value that indicates the time zone you want to set for the gateway. The time zone is used, for example, for scheduling snapshots and your gateway's maintenance schedule.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A value that indicates the time zone you want to set for the gateway. The time zone is used, for example, for scheduling snapshots and your gateway's maintenance schedule.

\n@param gatewayTimezone A value that indicates the time zone you want to set for the gateway. The time zone is used, for example, for scheduling snapshots and your gateway's maintenance schedule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A value that indicates the time zone you want to set for the gateway. The time zone is used, for example, for scheduling snapshots and your gateway's maintenance schedule.

\n@return A value that indicates the time zone you want to set for the gateway. The time zone is used, for example, for scheduling snapshots and your gateway's maintenance schedule.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayTimezone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayTimezone", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayTimezone", "setterDocumentation" : "/**

A value that indicates the time zone you want to set for the gateway. The time zone is used, for example, for scheduling snapshots and your gateway's maintenance schedule.

\n@param gatewayTimezone A value that indicates the time zone you want to set for the gateway. The time zone is used, for example, for scheduling snapshots and your gateway's maintenance schedule.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayTimezone", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A value that indicates the time zone you want to set for the gateway. The time zone is used, for example, for scheduling snapshots and your gateway's maintenance schedule.

\n@param gatewayTimezone A value that indicates the time zone you want to set for the gateway. The time zone is used, for example, for scheduling snapshots and your gateway's maintenance schedule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayTimezone", "variableType" : "String", "documentation" : "

A value that indicates the time zone you want to set for the gateway. The time zone is used, for example, for scheduling snapshots and your gateway's maintenance schedule.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GatewayRegion", "c2jShape" : "RegionId", "deprecated" : false, "documentation" : "

A value that indicates the region where you want to store the snapshot backups. The gateway region specified must be the same region as the region in your Host header in the request. For more information about available regions and endpoints for AWS Storage Gateway, see Regions and Endpoints in the Amazon Web Services Glossary.

Valid Values: \"us-east-1\", \"us-west-1\", \"us-west-2\", \"eu-west-1\", \"eu-central-1\", \"ap-northeast-1\", \"ap-northeast-2\", \"ap-southeast-1\", \"ap-southeast-2\", \"sa-east-1\"

", "enumType" : null, "fluentSetterDocumentation" : "/**

A value that indicates the region where you want to store the snapshot backups. The gateway region specified must be the same region as the region in your Host header in the request. For more information about available regions and endpoints for AWS Storage Gateway, see Regions and Endpoints in the Amazon Web Services Glossary.

Valid Values: \"us-east-1\", \"us-west-1\", \"us-west-2\", \"eu-west-1\", \"eu-central-1\", \"ap-northeast-1\", \"ap-northeast-2\", \"ap-southeast-1\", \"ap-southeast-2\", \"sa-east-1\"

\n@param gatewayRegion A value that indicates the region where you want to store the snapshot backups. The gateway region specified must be the same region as the region in your Host header in the request. For more information about available regions and endpoints for AWS Storage Gateway, see Regions and Endpoints in the Amazon Web Services Glossary.

Valid Values: \"us-east-1\", \"us-west-1\", \"us-west-2\", \"eu-west-1\", \"eu-central-1\", \"ap-northeast-1\", \"ap-northeast-2\", \"ap-southeast-1\", \"ap-southeast-2\", \"sa-east-1\"\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A value that indicates the region where you want to store the snapshot backups. The gateway region specified must be the same region as the region in your Host header in the request. For more information about available regions and endpoints for AWS Storage Gateway, see Regions and Endpoints in the Amazon Web Services Glossary.

Valid Values: \"us-east-1\", \"us-west-1\", \"us-west-2\", \"eu-west-1\", \"eu-central-1\", \"ap-northeast-1\", \"ap-northeast-2\", \"ap-southeast-1\", \"ap-southeast-2\", \"sa-east-1\"

\n@return A value that indicates the region where you want to store the snapshot backups. The gateway region specified must be the same region as the region in your Host header in the request. For more information about available regions and endpoints for AWS Storage Gateway, see Regions and Endpoints in the Amazon Web Services Glossary.

Valid Values: \"us-east-1\", \"us-west-1\", \"us-west-2\", \"eu-west-1\", \"eu-central-1\", \"ap-northeast-1\", \"ap-northeast-2\", \"ap-southeast-1\", \"ap-southeast-2\", \"sa-east-1\"*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayRegion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayRegion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayRegion", "setterDocumentation" : "/**

A value that indicates the region where you want to store the snapshot backups. The gateway region specified must be the same region as the region in your Host header in the request. For more information about available regions and endpoints for AWS Storage Gateway, see Regions and Endpoints in the Amazon Web Services Glossary.

Valid Values: \"us-east-1\", \"us-west-1\", \"us-west-2\", \"eu-west-1\", \"eu-central-1\", \"ap-northeast-1\", \"ap-northeast-2\", \"ap-southeast-1\", \"ap-southeast-2\", \"sa-east-1\"

\n@param gatewayRegion A value that indicates the region where you want to store the snapshot backups. The gateway region specified must be the same region as the region in your Host header in the request. For more information about available regions and endpoints for AWS Storage Gateway, see Regions and Endpoints in the Amazon Web Services Glossary.

Valid Values: \"us-east-1\", \"us-west-1\", \"us-west-2\", \"eu-west-1\", \"eu-central-1\", \"ap-northeast-1\", \"ap-northeast-2\", \"ap-southeast-1\", \"ap-southeast-2\", \"sa-east-1\"*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayRegion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A value that indicates the region where you want to store the snapshot backups. The gateway region specified must be the same region as the region in your Host header in the request. For more information about available regions and endpoints for AWS Storage Gateway, see Regions and Endpoints in the Amazon Web Services Glossary.

Valid Values: \"us-east-1\", \"us-west-1\", \"us-west-2\", \"eu-west-1\", \"eu-central-1\", \"ap-northeast-1\", \"ap-northeast-2\", \"ap-southeast-1\", \"ap-southeast-2\", \"sa-east-1\"

\n@param gatewayRegion A value that indicates the region where you want to store the snapshot backups. The gateway region specified must be the same region as the region in your Host header in the request. For more information about available regions and endpoints for AWS Storage Gateway, see Regions and Endpoints in the Amazon Web Services Glossary.

Valid Values: \"us-east-1\", \"us-west-1\", \"us-west-2\", \"eu-west-1\", \"eu-central-1\", \"ap-northeast-1\", \"ap-northeast-2\", \"ap-southeast-1\", \"ap-southeast-2\", \"sa-east-1\"\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayRegion", "variableType" : "String", "documentation" : "

A value that indicates the region where you want to store the snapshot backups. The gateway region specified must be the same region as the region in your Host header in the request. For more information about available regions and endpoints for AWS Storage Gateway, see Regions and Endpoints in the Amazon Web Services Glossary.

Valid Values: \"us-east-1\", \"us-west-1\", \"us-west-2\", \"eu-west-1\", \"eu-central-1\", \"ap-northeast-1\", \"ap-northeast-2\", \"ap-southeast-1\", \"ap-southeast-2\", \"sa-east-1\"

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GatewayType", "c2jShape" : "GatewayType", "deprecated" : false, "documentation" : "

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 STORED.

", "enumType" : null, "fluentSetterDocumentation" : "/**

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 STORED.

\n@param gatewayType 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 STORED.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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 STORED.

\n@return 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 STORED.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayType", "setterDocumentation" : "/**

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 STORED.

\n@param gatewayType 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 STORED.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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 STORED.

\n@param gatewayType 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 STORED.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayType", "variableType" : "String", "documentation" : "

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 STORED.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TapeDriveType", "c2jShape" : "TapeDriveType", "deprecated" : false, "documentation" : "

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

Valid Values: \"IBM-ULT3580-TD5\"

", "enumType" : null, "fluentSetterDocumentation" : "/**

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

Valid Values: \"IBM-ULT3580-TD5\"

\n@param tapeDriveType The value that indicates the type of tape drive to use for gateway-VTL. This field is optional.

Valid Values: \"IBM-ULT3580-TD5\"\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

Valid Values: \"IBM-ULT3580-TD5\"

\n@return The value that indicates the type of tape drive to use for gateway-VTL. This field is optional.

Valid Values: \"IBM-ULT3580-TD5\"*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeDriveType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeDriveType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeDriveType", "setterDocumentation" : "/**

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

Valid Values: \"IBM-ULT3580-TD5\"

\n@param tapeDriveType The value that indicates the type of tape drive to use for gateway-VTL. This field is optional.

Valid Values: \"IBM-ULT3580-TD5\"*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeDriveType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

Valid Values: \"IBM-ULT3580-TD5\"

\n@param tapeDriveType The value that indicates the type of tape drive to use for gateway-VTL. This field is optional.

Valid Values: \"IBM-ULT3580-TD5\"\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeDriveType", "variableType" : "String", "documentation" : "

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

Valid Values: \"IBM-ULT3580-TD5\"

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MediumChangerType", "c2jShape" : "MediumChangerType", "deprecated" : false, "documentation" : "

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

Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"

", "enumType" : null, "fluentSetterDocumentation" : "/**

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

Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"

\n@param mediumChangerType The value that indicates the type of medium changer to use for gateway-VTL. This field is optional.

Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"

\n@return The value that indicates the type of medium changer to use for gateway-VTL. This field is optional.

Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MediumChangerType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MediumChangerType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MediumChangerType", "setterDocumentation" : "/**

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

Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"

\n@param mediumChangerType The value that indicates the type of medium changer to use for gateway-VTL. This field is optional.

Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mediumChangerType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"

\n@param mediumChangerType The value that indicates the type of medium changer to use for gateway-VTL. This field is optional.

Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "mediumChangerType", "variableType" : "String", "documentation" : "

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

Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ActivationKey" : { "c2jName" : "ActivationKey", "c2jShape" : "ActivationKey", "deprecated" : false, "documentation" : "

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.

", "enumType" : null, "fluentSetterDocumentation" : "/**

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.

\n@param activationKey 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ActivationKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ActivationKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ActivationKey", "setterDocumentation" : "/**

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.

\n@param activationKey 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activationKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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.

\n@param activationKey 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "activationKey", "variableType" : "String", "documentation" : "

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.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "GatewayName" : { "c2jName" : "GatewayName", "c2jShape" : "GatewayName", "deprecated" : false, "documentation" : "

The name you configured for your gateway.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name you configured for your gateway.

\n@param gatewayName The name you configured for your gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name you configured for your gateway.

\n@return The name you configured for your gateway.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayName", "setterDocumentation" : "/**

The name you configured for your gateway.

\n@param gatewayName The name you configured for your gateway.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name you configured for your gateway.

\n@param gatewayName The name you configured for your gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayName", "variableType" : "String", "documentation" : "

The name you configured for your gateway.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "GatewayRegion" : { "c2jName" : "GatewayRegion", "c2jShape" : "RegionId", "deprecated" : false, "documentation" : "

A value that indicates the region where you want to store the snapshot backups. The gateway region specified must be the same region as the region in your Host header in the request. For more information about available regions and endpoints for AWS Storage Gateway, see Regions and Endpoints in the Amazon Web Services Glossary.

Valid Values: \"us-east-1\", \"us-west-1\", \"us-west-2\", \"eu-west-1\", \"eu-central-1\", \"ap-northeast-1\", \"ap-northeast-2\", \"ap-southeast-1\", \"ap-southeast-2\", \"sa-east-1\"

", "enumType" : null, "fluentSetterDocumentation" : "/**

A value that indicates the region where you want to store the snapshot backups. The gateway region specified must be the same region as the region in your Host header in the request. For more information about available regions and endpoints for AWS Storage Gateway, see Regions and Endpoints in the Amazon Web Services Glossary.

Valid Values: \"us-east-1\", \"us-west-1\", \"us-west-2\", \"eu-west-1\", \"eu-central-1\", \"ap-northeast-1\", \"ap-northeast-2\", \"ap-southeast-1\", \"ap-southeast-2\", \"sa-east-1\"

\n@param gatewayRegion A value that indicates the region where you want to store the snapshot backups. The gateway region specified must be the same region as the region in your Host header in the request. For more information about available regions and endpoints for AWS Storage Gateway, see Regions and Endpoints in the Amazon Web Services Glossary.

Valid Values: \"us-east-1\", \"us-west-1\", \"us-west-2\", \"eu-west-1\", \"eu-central-1\", \"ap-northeast-1\", \"ap-northeast-2\", \"ap-southeast-1\", \"ap-southeast-2\", \"sa-east-1\"\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A value that indicates the region where you want to store the snapshot backups. The gateway region specified must be the same region as the region in your Host header in the request. For more information about available regions and endpoints for AWS Storage Gateway, see Regions and Endpoints in the Amazon Web Services Glossary.

Valid Values: \"us-east-1\", \"us-west-1\", \"us-west-2\", \"eu-west-1\", \"eu-central-1\", \"ap-northeast-1\", \"ap-northeast-2\", \"ap-southeast-1\", \"ap-southeast-2\", \"sa-east-1\"

\n@return A value that indicates the region where you want to store the snapshot backups. The gateway region specified must be the same region as the region in your Host header in the request. For more information about available regions and endpoints for AWS Storage Gateway, see Regions and Endpoints in the Amazon Web Services Glossary.

Valid Values: \"us-east-1\", \"us-west-1\", \"us-west-2\", \"eu-west-1\", \"eu-central-1\", \"ap-northeast-1\", \"ap-northeast-2\", \"ap-southeast-1\", \"ap-southeast-2\", \"sa-east-1\"*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayRegion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayRegion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayRegion", "setterDocumentation" : "/**

A value that indicates the region where you want to store the snapshot backups. The gateway region specified must be the same region as the region in your Host header in the request. For more information about available regions and endpoints for AWS Storage Gateway, see Regions and Endpoints in the Amazon Web Services Glossary.

Valid Values: \"us-east-1\", \"us-west-1\", \"us-west-2\", \"eu-west-1\", \"eu-central-1\", \"ap-northeast-1\", \"ap-northeast-2\", \"ap-southeast-1\", \"ap-southeast-2\", \"sa-east-1\"

\n@param gatewayRegion A value that indicates the region where you want to store the snapshot backups. The gateway region specified must be the same region as the region in your Host header in the request. For more information about available regions and endpoints for AWS Storage Gateway, see Regions and Endpoints in the Amazon Web Services Glossary.

Valid Values: \"us-east-1\", \"us-west-1\", \"us-west-2\", \"eu-west-1\", \"eu-central-1\", \"ap-northeast-1\", \"ap-northeast-2\", \"ap-southeast-1\", \"ap-southeast-2\", \"sa-east-1\"*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayRegion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A value that indicates the region where you want to store the snapshot backups. The gateway region specified must be the same region as the region in your Host header in the request. For more information about available regions and endpoints for AWS Storage Gateway, see Regions and Endpoints in the Amazon Web Services Glossary.

Valid Values: \"us-east-1\", \"us-west-1\", \"us-west-2\", \"eu-west-1\", \"eu-central-1\", \"ap-northeast-1\", \"ap-northeast-2\", \"ap-southeast-1\", \"ap-southeast-2\", \"sa-east-1\"

\n@param gatewayRegion A value that indicates the region where you want to store the snapshot backups. The gateway region specified must be the same region as the region in your Host header in the request. For more information about available regions and endpoints for AWS Storage Gateway, see Regions and Endpoints in the Amazon Web Services Glossary.

Valid Values: \"us-east-1\", \"us-west-1\", \"us-west-2\", \"eu-west-1\", \"eu-central-1\", \"ap-northeast-1\", \"ap-northeast-2\", \"ap-southeast-1\", \"ap-southeast-2\", \"sa-east-1\"\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayRegion", "variableType" : "String", "documentation" : "

A value that indicates the region where you want to store the snapshot backups. The gateway region specified must be the same region as the region in your Host header in the request. For more information about available regions and endpoints for AWS Storage Gateway, see Regions and Endpoints in the Amazon Web Services Glossary.

Valid Values: \"us-east-1\", \"us-west-1\", \"us-west-2\", \"eu-west-1\", \"eu-central-1\", \"ap-northeast-1\", \"ap-northeast-2\", \"ap-southeast-1\", \"ap-southeast-2\", \"sa-east-1\"

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "GatewayTimezone" : { "c2jName" : "GatewayTimezone", "c2jShape" : "GatewayTimezone", "deprecated" : false, "documentation" : "

A value that indicates the time zone you want to set for the gateway. The time zone is used, for example, for scheduling snapshots and your gateway's maintenance schedule.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A value that indicates the time zone you want to set for the gateway. The time zone is used, for example, for scheduling snapshots and your gateway's maintenance schedule.

\n@param gatewayTimezone A value that indicates the time zone you want to set for the gateway. The time zone is used, for example, for scheduling snapshots and your gateway's maintenance schedule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A value that indicates the time zone you want to set for the gateway. The time zone is used, for example, for scheduling snapshots and your gateway's maintenance schedule.

\n@return A value that indicates the time zone you want to set for the gateway. The time zone is used, for example, for scheduling snapshots and your gateway's maintenance schedule.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayTimezone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayTimezone", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayTimezone", "setterDocumentation" : "/**

A value that indicates the time zone you want to set for the gateway. The time zone is used, for example, for scheduling snapshots and your gateway's maintenance schedule.

\n@param gatewayTimezone A value that indicates the time zone you want to set for the gateway. The time zone is used, for example, for scheduling snapshots and your gateway's maintenance schedule.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayTimezone", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A value that indicates the time zone you want to set for the gateway. The time zone is used, for example, for scheduling snapshots and your gateway's maintenance schedule.

\n@param gatewayTimezone A value that indicates the time zone you want to set for the gateway. The time zone is used, for example, for scheduling snapshots and your gateway's maintenance schedule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayTimezone", "variableType" : "String", "documentation" : "

A value that indicates the time zone you want to set for the gateway. The time zone is used, for example, for scheduling snapshots and your gateway's maintenance schedule.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "GatewayType" : { "c2jName" : "GatewayType", "c2jShape" : "GatewayType", "deprecated" : false, "documentation" : "

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 STORED.

", "enumType" : null, "fluentSetterDocumentation" : "/**

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 STORED.

\n@param gatewayType 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 STORED.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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 STORED.

\n@return 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 STORED.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayType", "setterDocumentation" : "/**

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 STORED.

\n@param gatewayType 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 STORED.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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 STORED.

\n@param gatewayType 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 STORED.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayType", "variableType" : "String", "documentation" : "

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 STORED.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MediumChangerType" : { "c2jName" : "MediumChangerType", "c2jShape" : "MediumChangerType", "deprecated" : false, "documentation" : "

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

Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"

", "enumType" : null, "fluentSetterDocumentation" : "/**

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

Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"

\n@param mediumChangerType The value that indicates the type of medium changer to use for gateway-VTL. This field is optional.

Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"

\n@return The value that indicates the type of medium changer to use for gateway-VTL. This field is optional.

Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MediumChangerType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MediumChangerType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MediumChangerType", "setterDocumentation" : "/**

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

Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"

\n@param mediumChangerType The value that indicates the type of medium changer to use for gateway-VTL. This field is optional.

Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mediumChangerType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"

\n@param mediumChangerType The value that indicates the type of medium changer to use for gateway-VTL. This field is optional.

Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "mediumChangerType", "variableType" : "String", "documentation" : "

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

Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TapeDriveType" : { "c2jName" : "TapeDriveType", "c2jShape" : "TapeDriveType", "deprecated" : false, "documentation" : "

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

Valid Values: \"IBM-ULT3580-TD5\"

", "enumType" : null, "fluentSetterDocumentation" : "/**

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

Valid Values: \"IBM-ULT3580-TD5\"

\n@param tapeDriveType The value that indicates the type of tape drive to use for gateway-VTL. This field is optional.

Valid Values: \"IBM-ULT3580-TD5\"\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

Valid Values: \"IBM-ULT3580-TD5\"

\n@return The value that indicates the type of tape drive to use for gateway-VTL. This field is optional.

Valid Values: \"IBM-ULT3580-TD5\"*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeDriveType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeDriveType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeDriveType", "setterDocumentation" : "/**

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

Valid Values: \"IBM-ULT3580-TD5\"

\n@param tapeDriveType The value that indicates the type of tape drive to use for gateway-VTL. This field is optional.

Valid Values: \"IBM-ULT3580-TD5\"*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeDriveType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

Valid Values: \"IBM-ULT3580-TD5\"

\n@param tapeDriveType The value that indicates the type of tape drive to use for gateway-VTL. This field is optional.

Valid Values: \"IBM-ULT3580-TD5\"\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeDriveType", "variableType" : "String", "documentation" : "

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

Valid Values: \"IBM-ULT3580-TD5\"

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "ActivationKey", "GatewayName", "GatewayTimezone", "GatewayRegion" ], "shapeName" : "ActivateGatewayRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ActivateGatewayRequest", "variableName" : "activateGatewayRequest", "variableType" : "ActivateGatewayRequest", "documentation" : null, "simpleType" : "ActivateGatewayRequest", "variableSetterType" : "ActivateGatewayRequest" }, "wrapper" : false }, "ActivateGatewayResult" : { "c2jName" : "ActivateGatewayOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

AWS 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 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.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ActivateGatewayResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ActivateGatewayResult", "variableName" : "activateGatewayResult", "variableType" : "ActivateGatewayResult", "documentation" : null, "simpleType" : "ActivateGatewayResult", "variableSetterType" : "ActivateGatewayResult" }, "wrapper" : false }, "AddCacheRequest" : { "c2jName" : "AddCacheInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "AddCache", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.AddCache", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DiskIds", "c2jShape" : "DiskIds", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param diskIds \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DiskIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiskIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "DiskId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DiskIds", "setterDocumentation" : "/**\n@param diskIds */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "diskIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDiskIds(java.util.Collection)} or {@link #withDiskIds(java.util.Collection)} if you want to override the existing values.

\n@param diskIds \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "diskIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DiskIds" : { "c2jName" : "DiskIds", "c2jShape" : "DiskIds", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param diskIds \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DiskIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiskIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "DiskId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DiskIds", "setterDocumentation" : "/**\n@param diskIds */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "diskIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDiskIds(java.util.Collection)} or {@link #withDiskIds(java.util.Collection)} if you want to override the existing values.

\n@param diskIds \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "diskIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN", "DiskIds" ], "shapeName" : "AddCacheRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AddCacheRequest", "variableName" : "addCacheRequest", "variableType" : "AddCacheRequest", "documentation" : null, "simpleType" : "AddCacheRequest", "variableSetterType" : "AddCacheRequest" }, "wrapper" : false }, "AddCacheResult" : { "c2jName" : "AddCacheOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "AddCacheResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AddCacheResult", "variableName" : "addCacheResult", "variableType" : "AddCacheResult", "documentation" : null, "simpleType" : "AddCacheResult", "variableSetterType" : "AddCacheResult" }, "wrapper" : false }, "AddTagsToResourceRequest" : { "c2jName" : "AddTagsToResourceInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

AddTagsToResourceInput

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "AddTagsToResource", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.AddTagsToResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the resource you want to add tags to.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the resource you want to add tags to.

\n@param resourceARN The Amazon Resource Name (ARN) of the resource you want to add tags to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the resource you want to add tags to.

\n@return The Amazon Resource Name (ARN) of the resource you want to add tags to.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the resource you want to add tags to.

\n@param resourceARN The Amazon Resource Name (ARN) of the resource you want to add tags to.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the resource you want to add tags to.

\n@param resourceARN The Amazon Resource Name (ARN) of the resource you want to add tags to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the resource you want to add tags to.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Tags", "c2jShape" : "Tags", "deprecated" : false, "documentation" : "

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: + - = . _ : / @.

", "enumType" : null, "fluentSetterDocumentation" : "/**

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: + - = . _ : / @.

\n@param tags 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: + - = . _ : / @.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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: + - = . _ : / @.

\n@return 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: + - = . _ : / @.

*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

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: + - = . _ : / @.

\n@param tags 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: + - = . _ : / @.

*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

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: + - = . _ : / @.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

\n@param tags 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: + - = . _ : / @.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

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: + - = . _ : / @.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceARN" : { "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the resource you want to add tags to.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the resource you want to add tags to.

\n@param resourceARN The Amazon Resource Name (ARN) of the resource you want to add tags to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the resource you want to add tags to.

\n@return The Amazon Resource Name (ARN) of the resource you want to add tags to.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the resource you want to add tags to.

\n@param resourceARN The Amazon Resource Name (ARN) of the resource you want to add tags to.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the resource you want to add tags to.

\n@param resourceARN The Amazon Resource Name (ARN) of the resource you want to add tags to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the resource you want to add tags to.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Tags" : { "c2jName" : "Tags", "c2jShape" : "Tags", "deprecated" : false, "documentation" : "

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: + - = . _ : / @.

", "enumType" : null, "fluentSetterDocumentation" : "/**

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: + - = . _ : / @.

\n@param tags 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: + - = . _ : / @.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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: + - = . _ : / @.

\n@return 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: + - = . _ : / @.

*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

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: + - = . _ : / @.

\n@param tags 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: + - = . _ : / @.

*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

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: + - = . _ : / @.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

\n@param tags 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: + - = . _ : / @.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

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: + - = . _ : / @.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "ResourceARN", "Tags" ], "shapeName" : "AddTagsToResourceRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AddTagsToResourceRequest", "variableName" : "addTagsToResourceRequest", "variableType" : "AddTagsToResourceRequest", "documentation" : null, "simpleType" : "AddTagsToResourceRequest", "variableSetterType" : "AddTagsToResourceRequest" }, "wrapper" : false }, "AddTagsToResourceResult" : { "c2jName" : "AddTagsToResourceOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

AddTagsToResourceOutput

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the resource you want to add tags to.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the resource you want to add tags to.

\n@param resourceARN The Amazon Resource Name (ARN) of the resource you want to add tags to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the resource you want to add tags to.

\n@return The Amazon Resource Name (ARN) of the resource you want to add tags to.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the resource you want to add tags to.

\n@param resourceARN The Amazon Resource Name (ARN) of the resource you want to add tags to.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the resource you want to add tags to.

\n@param resourceARN The Amazon Resource Name (ARN) of the resource you want to add tags to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the resource you want to add tags to.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceARN" : { "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the resource you want to add tags to.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the resource you want to add tags to.

\n@param resourceARN The Amazon Resource Name (ARN) of the resource you want to add tags to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the resource you want to add tags to.

\n@return The Amazon Resource Name (ARN) of the resource you want to add tags to.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the resource you want to add tags to.

\n@param resourceARN The Amazon Resource Name (ARN) of the resource you want to add tags to.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the resource you want to add tags to.

\n@param resourceARN The Amazon Resource Name (ARN) of the resource you want to add tags to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the resource you want to add tags to.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "AddTagsToResourceResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AddTagsToResourceResult", "variableName" : "addTagsToResourceResult", "variableType" : "AddTagsToResourceResult", "documentation" : null, "simpleType" : "AddTagsToResourceResult", "variableSetterType" : "AddTagsToResourceResult" }, "wrapper" : false }, "AddUploadBufferRequest" : { "c2jName" : "AddUploadBufferInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "AddUploadBuffer", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.AddUploadBuffer", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DiskIds", "c2jShape" : "DiskIds", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param diskIds \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DiskIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiskIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "DiskId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DiskIds", "setterDocumentation" : "/**\n@param diskIds */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "diskIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDiskIds(java.util.Collection)} or {@link #withDiskIds(java.util.Collection)} if you want to override the existing values.

\n@param diskIds \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "diskIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DiskIds" : { "c2jName" : "DiskIds", "c2jShape" : "DiskIds", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param diskIds \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DiskIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiskIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "DiskId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DiskIds", "setterDocumentation" : "/**\n@param diskIds */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "diskIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDiskIds(java.util.Collection)} or {@link #withDiskIds(java.util.Collection)} if you want to override the existing values.

\n@param diskIds \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "diskIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN", "DiskIds" ], "shapeName" : "AddUploadBufferRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AddUploadBufferRequest", "variableName" : "addUploadBufferRequest", "variableType" : "AddUploadBufferRequest", "documentation" : null, "simpleType" : "AddUploadBufferRequest", "variableSetterType" : "AddUploadBufferRequest" }, "wrapper" : false }, "AddUploadBufferResult" : { "c2jName" : "AddUploadBufferOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "AddUploadBufferResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AddUploadBufferResult", "variableName" : "addUploadBufferResult", "variableType" : "AddUploadBufferResult", "documentation" : null, "simpleType" : "AddUploadBufferResult", "variableSetterType" : "AddUploadBufferResult" }, "wrapper" : false }, "AddWorkingStorageRequest" : { "c2jName" : "AddWorkingStorageInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "AddWorkingStorage", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.AddWorkingStorage", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DiskIds", "c2jShape" : "DiskIds", "deprecated" : false, "documentation" : "

An array of strings that identify disks that are to be configured as working storage. Each string have a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An array of strings that identify disks that are to be configured as working storage. Each string have a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.

\n@param diskIds An array of strings that identify disks that are to be configured as working storage. Each string have a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An array of strings that identify disks that are to be configured as working storage. Each string have a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.

\n@return An array of strings that identify disks that are to be configured as working storage. Each string have a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DiskIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiskIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "DiskId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DiskIds", "setterDocumentation" : "/**

An array of strings that identify disks that are to be configured as working storage. Each string have a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.

\n@param diskIds An array of strings that identify disks that are to be configured as working storage. Each string have a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "diskIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

An array of strings that identify disks that are to be configured as working storage. Each string have a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDiskIds(java.util.Collection)} or {@link #withDiskIds(java.util.Collection)} if you want to override the existing values.

\n@param diskIds An array of strings that identify disks that are to be configured as working storage. Each string have a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "diskIds", "variableType" : "java.util.List", "documentation" : "

An array of strings that identify disks that are to be configured as working storage. Each string have a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DiskIds" : { "c2jName" : "DiskIds", "c2jShape" : "DiskIds", "deprecated" : false, "documentation" : "

An array of strings that identify disks that are to be configured as working storage. Each string have a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An array of strings that identify disks that are to be configured as working storage. Each string have a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.

\n@param diskIds An array of strings that identify disks that are to be configured as working storage. Each string have a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An array of strings that identify disks that are to be configured as working storage. Each string have a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.

\n@return An array of strings that identify disks that are to be configured as working storage. Each string have a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DiskIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiskIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "DiskId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DiskIds", "setterDocumentation" : "/**

An array of strings that identify disks that are to be configured as working storage. Each string have a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.

\n@param diskIds An array of strings that identify disks that are to be configured as working storage. Each string have a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "diskIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

An array of strings that identify disks that are to be configured as working storage. Each string have a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDiskIds(java.util.Collection)} or {@link #withDiskIds(java.util.Collection)} if you want to override the existing values.

\n@param diskIds An array of strings that identify disks that are to be configured as working storage. Each string have a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "diskIds", "variableType" : "java.util.List", "documentation" : "

An array of strings that identify disks that are to be configured as working storage. Each string have a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN", "DiskIds" ], "shapeName" : "AddWorkingStorageRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AddWorkingStorageRequest", "variableName" : "addWorkingStorageRequest", "variableType" : "AddWorkingStorageRequest", "documentation" : null, "simpleType" : "AddWorkingStorageRequest", "variableSetterType" : "AddWorkingStorageRequest" }, "wrapper" : false }, "AddWorkingStorageResult" : { "c2jName" : "AddWorkingStorageOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A JSON object containing the of the gateway for which working storage was configured.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "AddWorkingStorageResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AddWorkingStorageResult", "variableName" : "addWorkingStorageResult", "variableType" : "AddWorkingStorageResult", "documentation" : null, "simpleType" : "AddWorkingStorageResult", "variableSetterType" : "AddWorkingStorageResult" }, "wrapper" : false }, "CachediSCSIVolume" : { "c2jName" : "CachediSCSIVolume", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**\n@param volumeARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeId", "c2jShape" : "VolumeId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeId", "setterDocumentation" : "/**\n@param volumeId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeType", "c2jShape" : "VolumeType", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeType \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeType", "setterDocumentation" : "/**\n@param volumeType */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeType \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeStatus", "c2jShape" : "VolumeStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeStatus \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeStatus", "setterDocumentation" : "/**\n@param volumeStatus */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeStatus \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeSizeInBytes", "c2jShape" : "long", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeSizeInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeSizeInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeSizeInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeSizeInBytes", "setterDocumentation" : "/**\n@param volumeSizeInBytes */", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "volumeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeSizeInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "volumeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeProgress", "c2jShape" : "DoubleObject", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeProgress \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeProgress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeProgress", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeProgress", "setterDocumentation" : "/**\n@param volumeProgress */", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "volumeProgress", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeProgress \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "volumeProgress", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SourceSnapshotId", "c2jShape" : "SnapshotId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param sourceSnapshotId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceSnapshotId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceSnapshotId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceSnapshotId", "setterDocumentation" : "/**\n@param sourceSnapshotId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceSnapshotId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param sourceSnapshotId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceSnapshotId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeiSCSIAttributes", "c2jShape" : "VolumeiSCSIAttributes", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeiSCSIAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "VolumeiSCSIAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeiSCSIAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeiSCSIAttributes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeiSCSIAttributes", "setterDocumentation" : "/**\n@param volumeiSCSIAttributes */", "setterModel" : { "variableDeclarationType" : "VolumeiSCSIAttributes", "variableName" : "volumeiSCSIAttributes", "variableType" : "VolumeiSCSIAttributes", "documentation" : "", "simpleType" : "VolumeiSCSIAttributes", "variableSetterType" : "VolumeiSCSIAttributes" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param volumeiSCSIAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VolumeiSCSIAttributes", "variableName" : "volumeiSCSIAttributes", "variableType" : "VolumeiSCSIAttributes", "documentation" : "", "simpleType" : "VolumeiSCSIAttributes", "variableSetterType" : "VolumeiSCSIAttributes" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SourceSnapshotId" : { "c2jName" : "SourceSnapshotId", "c2jShape" : "SnapshotId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param sourceSnapshotId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceSnapshotId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceSnapshotId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceSnapshotId", "setterDocumentation" : "/**\n@param sourceSnapshotId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceSnapshotId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param sourceSnapshotId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceSnapshotId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeARN" : { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**\n@param volumeARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeId" : { "c2jName" : "VolumeId", "c2jShape" : "VolumeId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeId", "setterDocumentation" : "/**\n@param volumeId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeProgress" : { "c2jName" : "VolumeProgress", "c2jShape" : "DoubleObject", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeProgress \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeProgress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeProgress", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeProgress", "setterDocumentation" : "/**\n@param volumeProgress */", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "volumeProgress", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeProgress \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "volumeProgress", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, "VolumeSizeInBytes" : { "c2jName" : "VolumeSizeInBytes", "c2jShape" : "long", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeSizeInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeSizeInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeSizeInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeSizeInBytes", "setterDocumentation" : "/**\n@param volumeSizeInBytes */", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "volumeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeSizeInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "volumeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "VolumeStatus" : { "c2jName" : "VolumeStatus", "c2jShape" : "VolumeStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeStatus \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeStatus", "setterDocumentation" : "/**\n@param volumeStatus */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeStatus \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeType" : { "c2jName" : "VolumeType", "c2jShape" : "VolumeType", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeType \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeType", "setterDocumentation" : "/**\n@param volumeType */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeType \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeiSCSIAttributes" : { "c2jName" : "VolumeiSCSIAttributes", "c2jShape" : "VolumeiSCSIAttributes", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeiSCSIAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "VolumeiSCSIAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeiSCSIAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeiSCSIAttributes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeiSCSIAttributes", "setterDocumentation" : "/**\n@param volumeiSCSIAttributes */", "setterModel" : { "variableDeclarationType" : "VolumeiSCSIAttributes", "variableName" : "volumeiSCSIAttributes", "variableType" : "VolumeiSCSIAttributes", "documentation" : "", "simpleType" : "VolumeiSCSIAttributes", "variableSetterType" : "VolumeiSCSIAttributes" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param volumeiSCSIAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VolumeiSCSIAttributes", "variableName" : "volumeiSCSIAttributes", "variableType" : "VolumeiSCSIAttributes", "documentation" : "", "simpleType" : "VolumeiSCSIAttributes", "variableSetterType" : "VolumeiSCSIAttributes" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "CachediSCSIVolume", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CachediSCSIVolume", "variableName" : "cachediSCSIVolume", "variableType" : "CachediSCSIVolume", "documentation" : null, "simpleType" : "CachediSCSIVolume", "variableSetterType" : "CachediSCSIVolume" }, "wrapper" : false }, "CancelArchivalRequest" : { "c2jName" : "CancelArchivalInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

CancelArchivalInput

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CancelArchival", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.CancelArchival", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for.

\n@return The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TapeARN" : { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for.

\n@return The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN", "TapeARN" ], "shapeName" : "CancelArchivalRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CancelArchivalRequest", "variableName" : "cancelArchivalRequest", "variableType" : "CancelArchivalRequest", "documentation" : null, "simpleType" : "CancelArchivalRequest", "variableSetterType" : "CancelArchivalRequest" }, "wrapper" : false }, "CancelArchivalResult" : { "c2jName" : "CancelArchivalOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

CancelArchivalOutput

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.

\n@return The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TapeARN" : { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.

\n@return The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "CancelArchivalResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CancelArchivalResult", "variableName" : "cancelArchivalResult", "variableType" : "CancelArchivalResult", "documentation" : null, "simpleType" : "CancelArchivalResult", "variableSetterType" : "CancelArchivalResult" }, "wrapper" : false }, "CancelRetrievalRequest" : { "c2jName" : "CancelRetrievalInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

CancelRetrievalInput

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CancelRetrieval", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.CancelRetrieval", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.

\n@return The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TapeARN" : { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.

\n@return The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN", "TapeARN" ], "shapeName" : "CancelRetrievalRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CancelRetrievalRequest", "variableName" : "cancelRetrievalRequest", "variableType" : "CancelRetrievalRequest", "documentation" : null, "simpleType" : "CancelRetrievalRequest", "variableSetterType" : "CancelRetrievalRequest" }, "wrapper" : false }, "CancelRetrievalResult" : { "c2jName" : "CancelRetrievalOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

CancelRetrievalOutput

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.

\n@return The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TapeARN" : { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.

\n@return The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "CancelRetrievalResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CancelRetrievalResult", "variableName" : "cancelRetrievalResult", "variableType" : "CancelRetrievalResult", "documentation" : null, "simpleType" : "CancelRetrievalResult", "variableSetterType" : "CancelRetrievalResult" }, "wrapper" : false }, "ChapInfo" : { "c2jName" : "ChapInfo", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Describes Challenge-Handshake Authentication Protocol (CHAP) information that supports authentication between your gateway and iSCSI initiators.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TargetARN", "c2jShape" : "TargetARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the volume.

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

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume.

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

\n@param targetARN The Amazon Resource Name (ARN) of the volume.

Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume.

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

\n@return The Amazon Resource Name (ARN) of the volume.

Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume.

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

\n@param targetARN The Amazon Resource Name (ARN) of the volume.

Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume.

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

\n@param targetARN The Amazon Resource Name (ARN) of the volume.

Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the volume.

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SecretToAuthenticateInitiator", "c2jShape" : "ChapSecret", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentSetterDocumentation" : "/**

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

\n@param secretToAuthenticateInitiator The secret key that the initiator (for example, the Windows client) must provide to participate in mutual CHAP with the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

\n@return The secret key that the initiator (for example, the Windows client) must provide to participate in mutual CHAP with the target.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SecretToAuthenticateInitiator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SecretToAuthenticateInitiator", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SecretToAuthenticateInitiator", "setterDocumentation" : "/**

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

\n@param secretToAuthenticateInitiator The secret key that the initiator (for example, the Windows client) must provide to participate in mutual CHAP with the target.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "secretToAuthenticateInitiator", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

\n@param secretToAuthenticateInitiator The secret key that the initiator (for example, the Windows client) must provide to participate in mutual CHAP with the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "secretToAuthenticateInitiator", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "InitiatorName", "c2jShape" : "IqnName", "deprecated" : false, "documentation" : "

The iSCSI initiator that connects to the target.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The iSCSI initiator that connects to the target.

\n@param initiatorName The iSCSI initiator that connects to the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The iSCSI initiator that connects to the target.

\n@return The iSCSI initiator that connects to the target.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InitiatorName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InitiatorName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InitiatorName", "setterDocumentation" : "/**

The iSCSI initiator that connects to the target.

\n@param initiatorName The iSCSI initiator that connects to the target.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "initiatorName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The iSCSI initiator that connects to the target.

\n@param initiatorName The iSCSI initiator that connects to the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "initiatorName", "variableType" : "String", "documentation" : "

The iSCSI initiator that connects to the target.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SecretToAuthenticateTarget", "c2jShape" : "ChapSecret", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentSetterDocumentation" : "/**

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

\n@param secretToAuthenticateTarget The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g. Windows client).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

\n@return The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g. Windows client).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SecretToAuthenticateTarget", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SecretToAuthenticateTarget", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SecretToAuthenticateTarget", "setterDocumentation" : "/**

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

\n@param secretToAuthenticateTarget The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g. Windows client).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "secretToAuthenticateTarget", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

\n@param secretToAuthenticateTarget The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g. Windows client).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "secretToAuthenticateTarget", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "InitiatorName" : { "c2jName" : "InitiatorName", "c2jShape" : "IqnName", "deprecated" : false, "documentation" : "

The iSCSI initiator that connects to the target.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The iSCSI initiator that connects to the target.

\n@param initiatorName The iSCSI initiator that connects to the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The iSCSI initiator that connects to the target.

\n@return The iSCSI initiator that connects to the target.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InitiatorName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InitiatorName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InitiatorName", "setterDocumentation" : "/**

The iSCSI initiator that connects to the target.

\n@param initiatorName The iSCSI initiator that connects to the target.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "initiatorName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The iSCSI initiator that connects to the target.

\n@param initiatorName The iSCSI initiator that connects to the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "initiatorName", "variableType" : "String", "documentation" : "

The iSCSI initiator that connects to the target.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SecretToAuthenticateInitiator" : { "c2jName" : "SecretToAuthenticateInitiator", "c2jShape" : "ChapSecret", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentSetterDocumentation" : "/**

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

\n@param secretToAuthenticateInitiator The secret key that the initiator (for example, the Windows client) must provide to participate in mutual CHAP with the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

\n@return The secret key that the initiator (for example, the Windows client) must provide to participate in mutual CHAP with the target.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SecretToAuthenticateInitiator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SecretToAuthenticateInitiator", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SecretToAuthenticateInitiator", "setterDocumentation" : "/**

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

\n@param secretToAuthenticateInitiator The secret key that the initiator (for example, the Windows client) must provide to participate in mutual CHAP with the target.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "secretToAuthenticateInitiator", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

\n@param secretToAuthenticateInitiator The secret key that the initiator (for example, the Windows client) must provide to participate in mutual CHAP with the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "secretToAuthenticateInitiator", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SecretToAuthenticateTarget" : { "c2jName" : "SecretToAuthenticateTarget", "c2jShape" : "ChapSecret", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentSetterDocumentation" : "/**

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

\n@param secretToAuthenticateTarget The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g. Windows client).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

\n@return The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g. Windows client).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SecretToAuthenticateTarget", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SecretToAuthenticateTarget", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SecretToAuthenticateTarget", "setterDocumentation" : "/**

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

\n@param secretToAuthenticateTarget The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g. Windows client).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "secretToAuthenticateTarget", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

\n@param secretToAuthenticateTarget The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g. Windows client).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "secretToAuthenticateTarget", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TargetARN" : { "c2jName" : "TargetARN", "c2jShape" : "TargetARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the volume.

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

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume.

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

\n@param targetARN The Amazon Resource Name (ARN) of the volume.

Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume.

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

\n@return The Amazon Resource Name (ARN) of the volume.

Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume.

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

\n@param targetARN The Amazon Resource Name (ARN) of the volume.

Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume.

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

\n@param targetARN The Amazon Resource Name (ARN) of the volume.

Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the volume.

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ChapInfo", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ChapInfo", "variableName" : "chapInfo", "variableType" : "ChapInfo", "documentation" : null, "simpleType" : "ChapInfo", "variableSetterType" : "ChapInfo" }, "wrapper" : false }, "CreateCachediSCSIVolumeRequest" : { "c2jName" : "CreateCachediSCSIVolumeInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateCachediSCSIVolume", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.CreateCachediSCSIVolume", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeSizeInBytes", "c2jShape" : "long", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeSizeInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeSizeInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeSizeInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeSizeInBytes", "setterDocumentation" : "/**\n@param volumeSizeInBytes */", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "volumeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeSizeInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "volumeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SnapshotId", "c2jShape" : "SnapshotId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param snapshotId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SnapshotId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SnapshotId", "setterDocumentation" : "/**\n@param snapshotId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param snapshotId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TargetName", "c2jShape" : "TargetName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param targetName \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetName", "setterDocumentation" : "/**\n@param targetName */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param targetName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NetworkInterfaceId", "c2jShape" : "NetworkInterfaceId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param networkInterfaceId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NetworkInterfaceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NetworkInterfaceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NetworkInterfaceId", "setterDocumentation" : "/**\n@param networkInterfaceId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "networkInterfaceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param networkInterfaceId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "networkInterfaceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ClientToken", "c2jShape" : "ClientToken", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param clientToken \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ClientToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ClientToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ClientToken", "setterDocumentation" : "/**\n@param clientToken */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param clientToken \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "clientToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ClientToken" : { "c2jName" : "ClientToken", "c2jShape" : "ClientToken", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param clientToken \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ClientToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ClientToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ClientToken", "setterDocumentation" : "/**\n@param clientToken */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param clientToken \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "clientToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NetworkInterfaceId" : { "c2jName" : "NetworkInterfaceId", "c2jShape" : "NetworkInterfaceId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param networkInterfaceId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NetworkInterfaceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NetworkInterfaceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NetworkInterfaceId", "setterDocumentation" : "/**\n@param networkInterfaceId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "networkInterfaceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param networkInterfaceId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "networkInterfaceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SnapshotId" : { "c2jName" : "SnapshotId", "c2jShape" : "SnapshotId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param snapshotId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SnapshotId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SnapshotId", "setterDocumentation" : "/**\n@param snapshotId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param snapshotId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TargetName" : { "c2jName" : "TargetName", "c2jShape" : "TargetName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param targetName \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetName", "setterDocumentation" : "/**\n@param targetName */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param targetName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeSizeInBytes" : { "c2jName" : "VolumeSizeInBytes", "c2jShape" : "long", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeSizeInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeSizeInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeSizeInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeSizeInBytes", "setterDocumentation" : "/**\n@param volumeSizeInBytes */", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "volumeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeSizeInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "volumeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN", "VolumeSizeInBytes", "TargetName", "NetworkInterfaceId", "ClientToken" ], "shapeName" : "CreateCachediSCSIVolumeRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateCachediSCSIVolumeRequest", "variableName" : "createCachediSCSIVolumeRequest", "variableType" : "CreateCachediSCSIVolumeRequest", "documentation" : null, "simpleType" : "CreateCachediSCSIVolumeRequest", "variableSetterType" : "CreateCachediSCSIVolumeRequest" }, "wrapper" : false }, "CreateCachediSCSIVolumeResult" : { "c2jName" : "CreateCachediSCSIVolumeOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**\n@param volumeARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TargetARN", "c2jShape" : "TargetARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param targetARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetARN", "setterDocumentation" : "/**\n@param targetARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param targetARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TargetARN" : { "c2jName" : "TargetARN", "c2jShape" : "TargetARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param targetARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetARN", "setterDocumentation" : "/**\n@param targetARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param targetARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeARN" : { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**\n@param volumeARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "CreateCachediSCSIVolumeResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateCachediSCSIVolumeResult", "variableName" : "createCachediSCSIVolumeResult", "variableType" : "CreateCachediSCSIVolumeResult", "documentation" : null, "simpleType" : "CreateCachediSCSIVolumeResult", "variableSetterType" : "CreateCachediSCSIVolumeResult" }, "wrapper" : false }, "CreateSnapshotFromVolumeRecoveryPointRequest" : { "c2jName" : "CreateSnapshotFromVolumeRecoveryPointInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateSnapshotFromVolumeRecoveryPoint", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.CreateSnapshotFromVolumeRecoveryPoint", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**\n@param volumeARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SnapshotDescription", "c2jShape" : "SnapshotDescription", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param snapshotDescription \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SnapshotDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotDescription", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SnapshotDescription", "setterDocumentation" : "/**\n@param snapshotDescription */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotDescription", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param snapshotDescription \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotDescription", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SnapshotDescription" : { "c2jName" : "SnapshotDescription", "c2jShape" : "SnapshotDescription", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param snapshotDescription \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SnapshotDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotDescription", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SnapshotDescription", "setterDocumentation" : "/**\n@param snapshotDescription */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotDescription", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param snapshotDescription \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotDescription", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeARN" : { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**\n@param volumeARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "VolumeARN", "SnapshotDescription" ], "shapeName" : "CreateSnapshotFromVolumeRecoveryPointRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateSnapshotFromVolumeRecoveryPointRequest", "variableName" : "createSnapshotFromVolumeRecoveryPointRequest", "variableType" : "CreateSnapshotFromVolumeRecoveryPointRequest", "documentation" : null, "simpleType" : "CreateSnapshotFromVolumeRecoveryPointRequest", "variableSetterType" : "CreateSnapshotFromVolumeRecoveryPointRequest" }, "wrapper" : false }, "CreateSnapshotFromVolumeRecoveryPointResult" : { "c2jName" : "CreateSnapshotFromVolumeRecoveryPointOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "SnapshotId", "c2jShape" : "SnapshotId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param snapshotId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SnapshotId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SnapshotId", "setterDocumentation" : "/**\n@param snapshotId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param snapshotId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**\n@param volumeARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeRecoveryPointTime", "c2jShape" : "string", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeRecoveryPointTime \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeRecoveryPointTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeRecoveryPointTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeRecoveryPointTime", "setterDocumentation" : "/**\n@param volumeRecoveryPointTime */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeRecoveryPointTime", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeRecoveryPointTime \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeRecoveryPointTime", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SnapshotId" : { "c2jName" : "SnapshotId", "c2jShape" : "SnapshotId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param snapshotId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SnapshotId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SnapshotId", "setterDocumentation" : "/**\n@param snapshotId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param snapshotId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeARN" : { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**\n@param volumeARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeRecoveryPointTime" : { "c2jName" : "VolumeRecoveryPointTime", "c2jShape" : "string", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeRecoveryPointTime \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeRecoveryPointTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeRecoveryPointTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeRecoveryPointTime", "setterDocumentation" : "/**\n@param volumeRecoveryPointTime */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeRecoveryPointTime", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeRecoveryPointTime \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeRecoveryPointTime", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "CreateSnapshotFromVolumeRecoveryPointResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateSnapshotFromVolumeRecoveryPointResult", "variableName" : "createSnapshotFromVolumeRecoveryPointResult", "variableType" : "CreateSnapshotFromVolumeRecoveryPointResult", "documentation" : null, "simpleType" : "CreateSnapshotFromVolumeRecoveryPointResult", "variableSetterType" : "CreateSnapshotFromVolumeRecoveryPointResult" }, "wrapper" : false }, "CreateSnapshotRequest" : { "c2jName" : "CreateSnapshotInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateSnapshot", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.CreateSnapshot", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

\n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

\n@return The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

\n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

\n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SnapshotDescription", "c2jShape" : "SnapshotDescription", "deprecated" : false, "documentation" : "

Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the AWS Storage Gateway snapshot Details pane, Description field

", "enumType" : null, "fluentSetterDocumentation" : "/**

Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the AWS Storage Gateway snapshot Details pane, Description field

\n@param snapshotDescription Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the AWS Storage Gateway snapshot Details pane, Description field\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the AWS Storage Gateway snapshot Details pane, Description field

\n@return Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the AWS Storage Gateway snapshot Details pane, Description field*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SnapshotDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotDescription", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SnapshotDescription", "setterDocumentation" : "/**

Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the AWS Storage Gateway snapshot Details pane, Description field

\n@param snapshotDescription Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the AWS Storage Gateway snapshot Details pane, Description field*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotDescription", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the AWS Storage Gateway snapshot Details pane, Description field

\n@param snapshotDescription Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the AWS Storage Gateway snapshot Details pane, Description field\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotDescription", "variableType" : "String", "documentation" : "

Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the AWS Storage Gateway snapshot Details pane, Description field

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SnapshotDescription" : { "c2jName" : "SnapshotDescription", "c2jShape" : "SnapshotDescription", "deprecated" : false, "documentation" : "

Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the AWS Storage Gateway snapshot Details pane, Description field

", "enumType" : null, "fluentSetterDocumentation" : "/**

Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the AWS Storage Gateway snapshot Details pane, Description field

\n@param snapshotDescription Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the AWS Storage Gateway snapshot Details pane, Description field\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the AWS Storage Gateway snapshot Details pane, Description field

\n@return Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the AWS Storage Gateway snapshot Details pane, Description field*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SnapshotDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotDescription", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SnapshotDescription", "setterDocumentation" : "/**

Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the AWS Storage Gateway snapshot Details pane, Description field

\n@param snapshotDescription Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the AWS Storage Gateway snapshot Details pane, Description field*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotDescription", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the AWS Storage Gateway snapshot Details pane, Description field

\n@param snapshotDescription Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the AWS Storage Gateway snapshot Details pane, Description field\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotDescription", "variableType" : "String", "documentation" : "

Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the AWS Storage Gateway snapshot Details pane, Description field

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeARN" : { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

\n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

\n@return The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

\n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

\n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "VolumeARN", "SnapshotDescription" ], "shapeName" : "CreateSnapshotRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateSnapshotRequest", "variableName" : "createSnapshotRequest", "variableType" : "CreateSnapshotRequest", "documentation" : null, "simpleType" : "CreateSnapshotRequest", "variableSetterType" : "CreateSnapshotRequest" }, "wrapper" : false }, "CreateSnapshotResult" : { "c2jName" : "CreateSnapshotOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A JSON object containing the following fields:

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.

\n@param volumeARN The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.

\n@return The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.

\n@param volumeARN The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.

\n@param volumeARN The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SnapshotId", "c2jShape" : "SnapshotId", "deprecated" : false, "documentation" : "

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).

", "enumType" : null, "fluentSetterDocumentation" : "/**

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).

\n@param snapshotId 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).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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).

\n@return 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).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SnapshotId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SnapshotId", "setterDocumentation" : "/**

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).

\n@param snapshotId 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).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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).

\n@param snapshotId 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).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotId", "variableType" : "String", "documentation" : "

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).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SnapshotId" : { "c2jName" : "SnapshotId", "c2jShape" : "SnapshotId", "deprecated" : false, "documentation" : "

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).

", "enumType" : null, "fluentSetterDocumentation" : "/**

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).

\n@param snapshotId 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).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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).

\n@return 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).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SnapshotId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SnapshotId", "setterDocumentation" : "/**

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).

\n@param snapshotId 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).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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).

\n@param snapshotId 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).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotId", "variableType" : "String", "documentation" : "

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).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeARN" : { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.

\n@param volumeARN The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.

\n@return The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.

\n@param volumeARN The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.

\n@param volumeARN The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "CreateSnapshotResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateSnapshotResult", "variableName" : "createSnapshotResult", "variableType" : "CreateSnapshotResult", "documentation" : null, "simpleType" : "CreateSnapshotResult", "variableSetterType" : "CreateSnapshotResult" }, "wrapper" : false }, "CreateStorediSCSIVolumeRequest" : { "c2jName" : "CreateStorediSCSIVolumeInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateStorediSCSIVolume", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.CreateStorediSCSIVolume", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DiskId", "c2jShape" : "DiskId", "deprecated" : false, "documentation" : "

The unique identifier for the gateway local disk that is configured as a stored volume. Use ListLocalDisks to list disk IDs for a gateway.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The unique identifier for the gateway local disk that is configured as a stored volume. Use ListLocalDisks to list disk IDs for a gateway.

\n@param diskId The unique identifier for the gateway local disk that is configured as a stored volume. Use ListLocalDisks to list disk IDs for a gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The unique identifier for the gateway local disk that is configured as a stored volume. Use ListLocalDisks to list disk IDs for a gateway.

\n@return The unique identifier for the gateway local disk that is configured as a stored volume. Use ListLocalDisks to list disk IDs for a gateway.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DiskId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiskId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DiskId", "setterDocumentation" : "/**

The unique identifier for the gateway local disk that is configured as a stored volume. Use ListLocalDisks to list disk IDs for a gateway.

\n@param diskId The unique identifier for the gateway local disk that is configured as a stored volume. Use ListLocalDisks to list disk IDs for a gateway.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "diskId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The unique identifier for the gateway local disk that is configured as a stored volume. Use ListLocalDisks to list disk IDs for a gateway.

\n@param diskId The unique identifier for the gateway local disk that is configured as a stored volume. Use ListLocalDisks to list disk IDs for a gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "diskId", "variableType" : "String", "documentation" : "

The unique identifier for the gateway local disk that is configured as a stored volume. Use ListLocalDisks to list disk IDs for a gateway.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SnapshotId", "c2jShape" : "SnapshotId", "deprecated" : false, "documentation" : "

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.

", "enumType" : null, "fluentSetterDocumentation" : "/**

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.

\n@param snapshotId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SnapshotId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SnapshotId", "setterDocumentation" : "/**

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.

\n@param snapshotId 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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.

\n@param snapshotId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotId", "variableType" : "String", "documentation" : "

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.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PreserveExistingData", "c2jShape" : "boolean", "deprecated" : false, "documentation" : "

Specify this field as true if you want to preserve the data on the local disk. Otherwise, specifying this field as false creates an empty volume.

Valid Values: true, false

", "enumType" : null, "fluentSetterDocumentation" : "/**

Specify this field as true if you want to preserve the data on the local disk. Otherwise, specifying this field as false creates an empty volume.

Valid Values: true, false

\n@param preserveExistingData Specify this field as true if you want to preserve the data on the local disk. Otherwise, specifying this field as false creates an empty volume.

Valid Values: true, false\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Specify this field as true if you want to preserve the data on the local disk. Otherwise, specifying this field as false creates an empty volume.

Valid Values: true, false

\n@return Specify this field as true if you want to preserve the data on the local disk. Otherwise, specifying this field as false creates an empty volume.

Valid Values: true, false*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PreserveExistingData", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PreserveExistingData", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PreserveExistingData", "setterDocumentation" : "/**

Specify this field as true if you want to preserve the data on the local disk. Otherwise, specifying this field as false creates an empty volume.

Valid Values: true, false

\n@param preserveExistingData Specify this field as true if you want to preserve the data on the local disk. Otherwise, specifying this field as false creates an empty volume.

Valid Values: true, false*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "preserveExistingData", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Specify this field as true if you want to preserve the data on the local disk. Otherwise, specifying this field as false creates an empty volume.

Valid Values: true, false

\n@param preserveExistingData Specify this field as true if you want to preserve the data on the local disk. Otherwise, specifying this field as false creates an empty volume.

Valid Values: true, false\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "preserveExistingData", "variableType" : "Boolean", "documentation" : "

Specify this field as true if you want to preserve the data on the local disk. Otherwise, specifying this field as false creates an empty volume.

Valid Values: true, false

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TargetName", "c2jShape" : "TargetName", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentSetterDocumentation" : "/**

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

\n@param targetName The name of the iSCSI target used by initiators to connect to the target and as a suffix for the target ARN. For example, specifying TargetName as myvolume results in the target ARN of arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume. The target name must be unique across all volumes of a gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

\n@return The name of the iSCSI target used by initiators to connect to the target and as a suffix for the target ARN. For example, specifying TargetName as myvolume results in the target ARN of arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume. The target name must be unique across all volumes of a gateway.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetName", "setterDocumentation" : "/**

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

\n@param targetName The name of the iSCSI target used by initiators to connect to the target and as a suffix for the target ARN. For example, specifying TargetName as myvolume results in the target ARN of arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume. The target name must be unique across all volumes of a gateway.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

\n@param targetName The name of the iSCSI target used by initiators to connect to the target and as a suffix for the target ARN. For example, specifying TargetName as myvolume results in the target ARN of arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume. The target name must be unique across all volumes of a gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetName", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NetworkInterfaceId", "c2jShape" : "NetworkInterfaceId", "deprecated" : false, "documentation" : "

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.

", "enumType" : null, "fluentSetterDocumentation" : "/**

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.

\n@param networkInterfaceId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NetworkInterfaceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NetworkInterfaceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NetworkInterfaceId", "setterDocumentation" : "/**

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.

\n@param networkInterfaceId 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "networkInterfaceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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.

\n@param networkInterfaceId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "networkInterfaceId", "variableType" : "String", "documentation" : "

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.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DiskId" : { "c2jName" : "DiskId", "c2jShape" : "DiskId", "deprecated" : false, "documentation" : "

The unique identifier for the gateway local disk that is configured as a stored volume. Use ListLocalDisks to list disk IDs for a gateway.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The unique identifier for the gateway local disk that is configured as a stored volume. Use ListLocalDisks to list disk IDs for a gateway.

\n@param diskId The unique identifier for the gateway local disk that is configured as a stored volume. Use ListLocalDisks to list disk IDs for a gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The unique identifier for the gateway local disk that is configured as a stored volume. Use ListLocalDisks to list disk IDs for a gateway.

\n@return The unique identifier for the gateway local disk that is configured as a stored volume. Use ListLocalDisks to list disk IDs for a gateway.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DiskId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiskId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DiskId", "setterDocumentation" : "/**

The unique identifier for the gateway local disk that is configured as a stored volume. Use ListLocalDisks to list disk IDs for a gateway.

\n@param diskId The unique identifier for the gateway local disk that is configured as a stored volume. Use ListLocalDisks to list disk IDs for a gateway.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "diskId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The unique identifier for the gateway local disk that is configured as a stored volume. Use ListLocalDisks to list disk IDs for a gateway.

\n@param diskId The unique identifier for the gateway local disk that is configured as a stored volume. Use ListLocalDisks to list disk IDs for a gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "diskId", "variableType" : "String", "documentation" : "

The unique identifier for the gateway local disk that is configured as a stored volume. Use ListLocalDisks to list disk IDs for a gateway.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NetworkInterfaceId" : { "c2jName" : "NetworkInterfaceId", "c2jShape" : "NetworkInterfaceId", "deprecated" : false, "documentation" : "

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.

", "enumType" : null, "fluentSetterDocumentation" : "/**

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.

\n@param networkInterfaceId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NetworkInterfaceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NetworkInterfaceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NetworkInterfaceId", "setterDocumentation" : "/**

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.

\n@param networkInterfaceId 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "networkInterfaceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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.

\n@param networkInterfaceId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "networkInterfaceId", "variableType" : "String", "documentation" : "

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.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PreserveExistingData" : { "c2jName" : "PreserveExistingData", "c2jShape" : "boolean", "deprecated" : false, "documentation" : "

Specify this field as true if you want to preserve the data on the local disk. Otherwise, specifying this field as false creates an empty volume.

Valid Values: true, false

", "enumType" : null, "fluentSetterDocumentation" : "/**

Specify this field as true if you want to preserve the data on the local disk. Otherwise, specifying this field as false creates an empty volume.

Valid Values: true, false

\n@param preserveExistingData Specify this field as true if you want to preserve the data on the local disk. Otherwise, specifying this field as false creates an empty volume.

Valid Values: true, false\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Specify this field as true if you want to preserve the data on the local disk. Otherwise, specifying this field as false creates an empty volume.

Valid Values: true, false

\n@return Specify this field as true if you want to preserve the data on the local disk. Otherwise, specifying this field as false creates an empty volume.

Valid Values: true, false*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PreserveExistingData", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PreserveExistingData", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PreserveExistingData", "setterDocumentation" : "/**

Specify this field as true if you want to preserve the data on the local disk. Otherwise, specifying this field as false creates an empty volume.

Valid Values: true, false

\n@param preserveExistingData Specify this field as true if you want to preserve the data on the local disk. Otherwise, specifying this field as false creates an empty volume.

Valid Values: true, false*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "preserveExistingData", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Specify this field as true if you want to preserve the data on the local disk. Otherwise, specifying this field as false creates an empty volume.

Valid Values: true, false

\n@param preserveExistingData Specify this field as true if you want to preserve the data on the local disk. Otherwise, specifying this field as false creates an empty volume.

Valid Values: true, false\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "preserveExistingData", "variableType" : "Boolean", "documentation" : "

Specify this field as true if you want to preserve the data on the local disk. Otherwise, specifying this field as false creates an empty volume.

Valid Values: true, false

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "SnapshotId" : { "c2jName" : "SnapshotId", "c2jShape" : "SnapshotId", "deprecated" : false, "documentation" : "

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.

", "enumType" : null, "fluentSetterDocumentation" : "/**

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.

\n@param snapshotId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SnapshotId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SnapshotId", "setterDocumentation" : "/**

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.

\n@param snapshotId 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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.

\n@param snapshotId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotId", "variableType" : "String", "documentation" : "

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.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TargetName" : { "c2jName" : "TargetName", "c2jShape" : "TargetName", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentSetterDocumentation" : "/**

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

\n@param targetName The name of the iSCSI target used by initiators to connect to the target and as a suffix for the target ARN. For example, specifying TargetName as myvolume results in the target ARN of arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume. The target name must be unique across all volumes of a gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

\n@return The name of the iSCSI target used by initiators to connect to the target and as a suffix for the target ARN. For example, specifying TargetName as myvolume results in the target ARN of arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume. The target name must be unique across all volumes of a gateway.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetName", "setterDocumentation" : "/**

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

\n@param targetName The name of the iSCSI target used by initiators to connect to the target and as a suffix for the target ARN. For example, specifying TargetName as myvolume results in the target ARN of arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume. The target name must be unique across all volumes of a gateway.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

\n@param targetName The name of the iSCSI target used by initiators to connect to the target and as a suffix for the target ARN. For example, specifying TargetName as myvolume results in the target ARN of arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume. The target name must be unique across all volumes of a gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetName", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN", "DiskId", "PreserveExistingData", "TargetName", "NetworkInterfaceId" ], "shapeName" : "CreateStorediSCSIVolumeRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateStorediSCSIVolumeRequest", "variableName" : "createStorediSCSIVolumeRequest", "variableType" : "CreateStorediSCSIVolumeRequest", "documentation" : null, "simpleType" : "CreateStorediSCSIVolumeRequest", "variableSetterType" : "CreateStorediSCSIVolumeRequest" }, "wrapper" : false }, "CreateStorediSCSIVolumeResult" : { "c2jName" : "CreateStorediSCSIVolumeOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A JSON object containing the following fields:

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the configured volume.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the configured volume.

\n@param volumeARN The Amazon Resource Name (ARN) of the configured volume.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the configured volume.

\n@return The Amazon Resource Name (ARN) of the configured volume.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the configured volume.

\n@param volumeARN The Amazon Resource Name (ARN) of the configured volume.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the configured volume.

\n@param volumeARN The Amazon Resource Name (ARN) of the configured volume.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the configured volume.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeSizeInBytes", "c2jShape" : "long", "deprecated" : false, "documentation" : "

The size of the volume in bytes.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The size of the volume in bytes.

\n@param volumeSizeInBytes The size of the volume in bytes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The size of the volume in bytes.

\n@return The size of the volume in bytes.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeSizeInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeSizeInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeSizeInBytes", "setterDocumentation" : "/**

The size of the volume in bytes.

\n@param volumeSizeInBytes The size of the volume in bytes.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "volumeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The size of the volume in bytes.

\n@param volumeSizeInBytes The size of the volume in bytes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "volumeSizeInBytes", "variableType" : "Long", "documentation" : "

The size of the volume in bytes.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TargetARN", "c2jShape" : "TargetARN", "deprecated" : false, "documentation" : "

he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.

", "enumType" : null, "fluentSetterDocumentation" : "/**

he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.

\n@param targetARN he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.

\n@return he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetARN", "setterDocumentation" : "/**

he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.

\n@param targetARN he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.

\n@param targetARN he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "

he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TargetARN" : { "c2jName" : "TargetARN", "c2jShape" : "TargetARN", "deprecated" : false, "documentation" : "

he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.

", "enumType" : null, "fluentSetterDocumentation" : "/**

he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.

\n@param targetARN he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.

\n@return he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetARN", "setterDocumentation" : "/**

he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.

\n@param targetARN he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.

\n@param targetARN he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "

he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeARN" : { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the configured volume.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the configured volume.

\n@param volumeARN The Amazon Resource Name (ARN) of the configured volume.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the configured volume.

\n@return The Amazon Resource Name (ARN) of the configured volume.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the configured volume.

\n@param volumeARN The Amazon Resource Name (ARN) of the configured volume.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the configured volume.

\n@param volumeARN The Amazon Resource Name (ARN) of the configured volume.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the configured volume.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeSizeInBytes" : { "c2jName" : "VolumeSizeInBytes", "c2jShape" : "long", "deprecated" : false, "documentation" : "

The size of the volume in bytes.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The size of the volume in bytes.

\n@param volumeSizeInBytes The size of the volume in bytes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The size of the volume in bytes.

\n@return The size of the volume in bytes.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeSizeInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeSizeInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeSizeInBytes", "setterDocumentation" : "/**

The size of the volume in bytes.

\n@param volumeSizeInBytes The size of the volume in bytes.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "volumeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The size of the volume in bytes.

\n@param volumeSizeInBytes The size of the volume in bytes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "volumeSizeInBytes", "variableType" : "Long", "documentation" : "

The size of the volume in bytes.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "CreateStorediSCSIVolumeResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateStorediSCSIVolumeResult", "variableName" : "createStorediSCSIVolumeResult", "variableType" : "CreateStorediSCSIVolumeResult", "documentation" : null, "simpleType" : "CreateStorediSCSIVolumeResult", "variableSetterType" : "CreateStorediSCSIVolumeResult" }, "wrapper" : false }, "CreateTapeWithBarcodeRequest" : { "c2jName" : "CreateTapeWithBarcodeInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

CreateTapeWithBarcodeInput

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateTapeWithBarcode", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.CreateTapeWithBarcode", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "

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 region.

", "enumType" : null, "fluentSetterDocumentation" : "/**

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 region.

\n@param gatewayARN 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 region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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 region.

\n@return 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 region.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**

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 region.

\n@param gatewayARN 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 region.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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 region.

\n@param gatewayARN 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 region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "

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 region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TapeSizeInBytes", "c2jShape" : "TapeSize", "deprecated" : false, "documentation" : "

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

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

", "enumType" : null, "fluentSetterDocumentation" : "/**

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

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

\n@param tapeSizeInBytes The size, in bytes, of the virtual tape that you want to create.

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

\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

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

\n@return The size, in bytes, of the virtual tape that you want to create.

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

*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeSizeInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeSizeInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeSizeInBytes", "setterDocumentation" : "/**

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

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

\n@param tapeSizeInBytes The size, in bytes, of the virtual tape that you want to create.

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

*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "tapeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

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

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

\n@param tapeSizeInBytes The size, in bytes, of the virtual tape that you want to create.

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

\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "tapeSizeInBytes", "variableType" : "Long", "documentation" : "

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

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

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TapeBarcode", "c2jShape" : "TapeBarcode", "deprecated" : false, "documentation" : "

The barcode that you want to assign to the tape.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The barcode that you want to assign to the tape.

\n@param tapeBarcode The barcode that you want to assign to the tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The barcode that you want to assign to the tape.

\n@return The barcode that you want to assign to the tape.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeBarcode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeBarcode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeBarcode", "setterDocumentation" : "/**

The barcode that you want to assign to the tape.

\n@param tapeBarcode The barcode that you want to assign to the tape.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeBarcode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The barcode that you want to assign to the tape.

\n@param tapeBarcode The barcode that you want to assign to the tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeBarcode", "variableType" : "String", "documentation" : "

The barcode that you want to assign to the tape.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "

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 region.

", "enumType" : null, "fluentSetterDocumentation" : "/**

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 region.

\n@param gatewayARN 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 region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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 region.

\n@return 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 region.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**

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 region.

\n@param gatewayARN 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 region.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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 region.

\n@param gatewayARN 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 region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "

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 region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TapeBarcode" : { "c2jName" : "TapeBarcode", "c2jShape" : "TapeBarcode", "deprecated" : false, "documentation" : "

The barcode that you want to assign to the tape.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The barcode that you want to assign to the tape.

\n@param tapeBarcode The barcode that you want to assign to the tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The barcode that you want to assign to the tape.

\n@return The barcode that you want to assign to the tape.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeBarcode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeBarcode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeBarcode", "setterDocumentation" : "/**

The barcode that you want to assign to the tape.

\n@param tapeBarcode The barcode that you want to assign to the tape.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeBarcode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The barcode that you want to assign to the tape.

\n@param tapeBarcode The barcode that you want to assign to the tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeBarcode", "variableType" : "String", "documentation" : "

The barcode that you want to assign to the tape.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TapeSizeInBytes" : { "c2jName" : "TapeSizeInBytes", "c2jShape" : "TapeSize", "deprecated" : false, "documentation" : "

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

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

", "enumType" : null, "fluentSetterDocumentation" : "/**

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

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

\n@param tapeSizeInBytes The size, in bytes, of the virtual tape that you want to create.

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

\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

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

\n@return The size, in bytes, of the virtual tape that you want to create.

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

*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeSizeInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeSizeInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeSizeInBytes", "setterDocumentation" : "/**

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

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

\n@param tapeSizeInBytes The size, in bytes, of the virtual tape that you want to create.

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

*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "tapeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

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

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

\n@param tapeSizeInBytes The size, in bytes, of the virtual tape that you want to create.

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

\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "tapeSizeInBytes", "variableType" : "Long", "documentation" : "

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

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

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN", "TapeSizeInBytes", "TapeBarcode" ], "shapeName" : "CreateTapeWithBarcodeRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateTapeWithBarcodeRequest", "variableName" : "createTapeWithBarcodeRequest", "variableType" : "CreateTapeWithBarcodeRequest", "documentation" : null, "simpleType" : "CreateTapeWithBarcodeRequest", "variableSetterType" : "CreateTapeWithBarcodeRequest" }, "wrapper" : false }, "CreateTapeWithBarcodeResult" : { "c2jName" : "CreateTapeWithBarcodeOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

CreateTapeOutput

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.

\n@param tapeARN A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.

\n@return A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.

\n@param tapeARN A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.

\n@param tapeARN A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TapeARN" : { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.

\n@param tapeARN A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.

\n@return A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.

\n@param tapeARN A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.

\n@param tapeARN A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "CreateTapeWithBarcodeResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateTapeWithBarcodeResult", "variableName" : "createTapeWithBarcodeResult", "variableType" : "CreateTapeWithBarcodeResult", "documentation" : null, "simpleType" : "CreateTapeWithBarcodeResult", "variableSetterType" : "CreateTapeWithBarcodeResult" }, "wrapper" : false }, "CreateTapesRequest" : { "c2jName" : "CreateTapesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

CreateTapesInput

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateTapes", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.CreateTapes", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "

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 region.

", "enumType" : null, "fluentSetterDocumentation" : "/**

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 region.

\n@param gatewayARN 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 region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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 region.

\n@return 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 region.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**

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 region.

\n@param gatewayARN 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 region.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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 region.

\n@param gatewayARN 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 region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "

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 region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TapeSizeInBytes", "c2jShape" : "TapeSize", "deprecated" : false, "documentation" : "

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

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

", "enumType" : null, "fluentSetterDocumentation" : "/**

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

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

\n@param tapeSizeInBytes The size, in bytes, of the virtual tapes that you want to create.

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

\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

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

\n@return The size, in bytes, of the virtual tapes that you want to create.

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

*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeSizeInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeSizeInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeSizeInBytes", "setterDocumentation" : "/**

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

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

\n@param tapeSizeInBytes The size, in bytes, of the virtual tapes that you want to create.

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

*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "tapeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

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

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

\n@param tapeSizeInBytes The size, in bytes, of the virtual tapes that you want to create.

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

\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "tapeSizeInBytes", "variableType" : "Long", "documentation" : "

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

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

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ClientToken", "c2jShape" : "ClientToken", "deprecated" : false, "documentation" : "

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.

", "enumType" : null, "fluentSetterDocumentation" : "/**

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.

\n@param clientToken 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.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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.

\n@return 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.

*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ClientToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ClientToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ClientToken", "setterDocumentation" : "/**

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.

\n@param clientToken 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.

*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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.

\n@param clientToken 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.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "clientToken", "variableType" : "String", "documentation" : "

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.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NumTapesToCreate", "c2jShape" : "NumTapesToCreate", "deprecated" : false, "documentation" : "

The number of virtual tapes that you want to create.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The number of virtual tapes that you want to create.

\n@param numTapesToCreate The number of virtual tapes that you want to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The number of virtual tapes that you want to create.

\n@return The number of virtual tapes that you want to create.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NumTapesToCreate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NumTapesToCreate", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NumTapesToCreate", "setterDocumentation" : "/**

The number of virtual tapes that you want to create.

\n@param numTapesToCreate The number of virtual tapes that you want to create.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numTapesToCreate", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The number of virtual tapes that you want to create.

\n@param numTapesToCreate The number of virtual tapes that you want to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numTapesToCreate", "variableType" : "Integer", "documentation" : "

The number of virtual tapes that you want to create.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TapeBarcodePrefix", "c2jShape" : "TapeBarcodePrefix", "deprecated" : false, "documentation" : "

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 to 4 characters in length and must be one of the uppercase letters from A to Z.

", "enumType" : null, "fluentSetterDocumentation" : "/**

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 to 4 characters in length and must be one of the uppercase letters from A to Z.

\n@param tapeBarcodePrefix 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 to 4 characters in length and must be one of the uppercase letters from A to Z.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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 to 4 characters in length and must be one of the uppercase letters from A to Z.

\n@return 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 to 4 characters in length and must be one of the uppercase letters from A to Z.

*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeBarcodePrefix", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeBarcodePrefix", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeBarcodePrefix", "setterDocumentation" : "/**

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 to 4 characters in length and must be one of the uppercase letters from A to Z.

\n@param tapeBarcodePrefix 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 to 4 characters in length and must be one of the uppercase letters from A to Z.

*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeBarcodePrefix", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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 to 4 characters in length and must be one of the uppercase letters from A to Z.

\n@param tapeBarcodePrefix 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 to 4 characters in length and must be one of the uppercase letters from A to Z.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeBarcodePrefix", "variableType" : "String", "documentation" : "

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 to 4 characters in length and must be one of the uppercase letters from A to Z.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ClientToken" : { "c2jName" : "ClientToken", "c2jShape" : "ClientToken", "deprecated" : false, "documentation" : "

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.

", "enumType" : null, "fluentSetterDocumentation" : "/**

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.

\n@param clientToken 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.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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.

\n@return 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.

*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ClientToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ClientToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ClientToken", "setterDocumentation" : "/**

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.

\n@param clientToken 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.

*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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.

\n@param clientToken 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.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "clientToken", "variableType" : "String", "documentation" : "

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.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "

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 region.

", "enumType" : null, "fluentSetterDocumentation" : "/**

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 region.

\n@param gatewayARN 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 region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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 region.

\n@return 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 region.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**

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 region.

\n@param gatewayARN 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 region.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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 region.

\n@param gatewayARN 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 region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "

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 region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NumTapesToCreate" : { "c2jName" : "NumTapesToCreate", "c2jShape" : "NumTapesToCreate", "deprecated" : false, "documentation" : "

The number of virtual tapes that you want to create.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The number of virtual tapes that you want to create.

\n@param numTapesToCreate The number of virtual tapes that you want to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The number of virtual tapes that you want to create.

\n@return The number of virtual tapes that you want to create.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NumTapesToCreate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NumTapesToCreate", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NumTapesToCreate", "setterDocumentation" : "/**

The number of virtual tapes that you want to create.

\n@param numTapesToCreate The number of virtual tapes that you want to create.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numTapesToCreate", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The number of virtual tapes that you want to create.

\n@param numTapesToCreate The number of virtual tapes that you want to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numTapesToCreate", "variableType" : "Integer", "documentation" : "

The number of virtual tapes that you want to create.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "TapeBarcodePrefix" : { "c2jName" : "TapeBarcodePrefix", "c2jShape" : "TapeBarcodePrefix", "deprecated" : false, "documentation" : "

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 to 4 characters in length and must be one of the uppercase letters from A to Z.

", "enumType" : null, "fluentSetterDocumentation" : "/**

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 to 4 characters in length and must be one of the uppercase letters from A to Z.

\n@param tapeBarcodePrefix 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 to 4 characters in length and must be one of the uppercase letters from A to Z.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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 to 4 characters in length and must be one of the uppercase letters from A to Z.

\n@return 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 to 4 characters in length and must be one of the uppercase letters from A to Z.

*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeBarcodePrefix", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeBarcodePrefix", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeBarcodePrefix", "setterDocumentation" : "/**

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 to 4 characters in length and must be one of the uppercase letters from A to Z.

\n@param tapeBarcodePrefix 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 to 4 characters in length and must be one of the uppercase letters from A to Z.

*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeBarcodePrefix", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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 to 4 characters in length and must be one of the uppercase letters from A to Z.

\n@param tapeBarcodePrefix 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 to 4 characters in length and must be one of the uppercase letters from A to Z.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeBarcodePrefix", "variableType" : "String", "documentation" : "

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 to 4 characters in length and must be one of the uppercase letters from A to Z.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TapeSizeInBytes" : { "c2jName" : "TapeSizeInBytes", "c2jShape" : "TapeSize", "deprecated" : false, "documentation" : "

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

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

", "enumType" : null, "fluentSetterDocumentation" : "/**

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

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

\n@param tapeSizeInBytes The size, in bytes, of the virtual tapes that you want to create.

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

\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

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

\n@return The size, in bytes, of the virtual tapes that you want to create.

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

*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeSizeInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeSizeInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeSizeInBytes", "setterDocumentation" : "/**

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

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

\n@param tapeSizeInBytes The size, in bytes, of the virtual tapes that you want to create.

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

*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "tapeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

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

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

\n@param tapeSizeInBytes The size, in bytes, of the virtual tapes that you want to create.

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

\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "tapeSizeInBytes", "variableType" : "Long", "documentation" : "

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

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

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN", "TapeSizeInBytes", "ClientToken", "NumTapesToCreate", "TapeBarcodePrefix" ], "shapeName" : "CreateTapesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateTapesRequest", "variableName" : "createTapesRequest", "variableType" : "CreateTapesRequest", "documentation" : null, "simpleType" : "CreateTapesRequest", "variableSetterType" : "CreateTapesRequest" }, "wrapper" : false }, "CreateTapesResult" : { "c2jName" : "CreateTapesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

CreateTapeOutput

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TapeARNs", "c2jShape" : "TapeARNs", "deprecated" : false, "documentation" : "

A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.

\n@param tapeARNs A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.

\n@return A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARNs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARNs", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TapeARNs", "setterDocumentation" : "/**

A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.

\n@param tapeARNs A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapeARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTapeARNs(java.util.Collection)} or {@link #withTapeARNs(java.util.Collection)} if you want to override the existing values.

\n@param tapeARNs A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapeARNs", "variableType" : "java.util.List", "documentation" : "

A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TapeARNs" : { "c2jName" : "TapeARNs", "c2jShape" : "TapeARNs", "deprecated" : false, "documentation" : "

A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.

\n@param tapeARNs A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.

\n@return A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARNs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARNs", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TapeARNs", "setterDocumentation" : "/**

A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.

\n@param tapeARNs A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapeARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTapeARNs(java.util.Collection)} or {@link #withTapeARNs(java.util.Collection)} if you want to override the existing values.

\n@param tapeARNs A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapeARNs", "variableType" : "java.util.List", "documentation" : "

A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "CreateTapesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateTapesResult", "variableName" : "createTapesResult", "variableType" : "CreateTapesResult", "documentation" : null, "simpleType" : "CreateTapesResult", "variableSetterType" : "CreateTapesResult" }, "wrapper" : false }, "DeleteBandwidthRateLimitRequest" : { "c2jName" : "DeleteBandwidthRateLimitInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteBandwidthRateLimit", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.DeleteBandwidthRateLimit", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "BandwidthType", "c2jShape" : "BandwidthType", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param bandwidthType \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BandwidthType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BandwidthType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BandwidthType", "setterDocumentation" : "/**\n@param bandwidthType */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bandwidthType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param bandwidthType \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "bandwidthType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BandwidthType" : { "c2jName" : "BandwidthType", "c2jShape" : "BandwidthType", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param bandwidthType \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BandwidthType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BandwidthType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BandwidthType", "setterDocumentation" : "/**\n@param bandwidthType */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bandwidthType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param bandwidthType \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "bandwidthType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN", "BandwidthType" ], "shapeName" : "DeleteBandwidthRateLimitRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteBandwidthRateLimitRequest", "variableName" : "deleteBandwidthRateLimitRequest", "variableType" : "DeleteBandwidthRateLimitRequest", "documentation" : null, "simpleType" : "DeleteBandwidthRateLimitRequest", "variableSetterType" : "DeleteBandwidthRateLimitRequest" }, "wrapper" : false }, "DeleteBandwidthRateLimitResult" : { "c2jName" : "DeleteBandwidthRateLimitOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A JSON object containing the of the gateway whose bandwidth rate information was deleted.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DeleteBandwidthRateLimitResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteBandwidthRateLimitResult", "variableName" : "deleteBandwidthRateLimitResult", "variableType" : "DeleteBandwidthRateLimitResult", "documentation" : null, "simpleType" : "DeleteBandwidthRateLimitResult", "variableSetterType" : "DeleteBandwidthRateLimitResult" }, "wrapper" : false }, "DeleteChapCredentialsRequest" : { "c2jName" : "DeleteChapCredentialsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteChapCredentials", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.DeleteChapCredentials", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TargetARN", "c2jShape" : "TargetARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

\n@param targetARN The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

\n@return The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

\n@param targetARN The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

\n@param targetARN The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "InitiatorName", "c2jShape" : "IqnName", "deprecated" : false, "documentation" : "

The iSCSI initiator that connects to the target.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The iSCSI initiator that connects to the target.

\n@param initiatorName The iSCSI initiator that connects to the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The iSCSI initiator that connects to the target.

\n@return The iSCSI initiator that connects to the target.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InitiatorName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InitiatorName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InitiatorName", "setterDocumentation" : "/**

The iSCSI initiator that connects to the target.

\n@param initiatorName The iSCSI initiator that connects to the target.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "initiatorName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The iSCSI initiator that connects to the target.

\n@param initiatorName The iSCSI initiator that connects to the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "initiatorName", "variableType" : "String", "documentation" : "

The iSCSI initiator that connects to the target.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "InitiatorName" : { "c2jName" : "InitiatorName", "c2jShape" : "IqnName", "deprecated" : false, "documentation" : "

The iSCSI initiator that connects to the target.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The iSCSI initiator that connects to the target.

\n@param initiatorName The iSCSI initiator that connects to the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The iSCSI initiator that connects to the target.

\n@return The iSCSI initiator that connects to the target.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InitiatorName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InitiatorName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InitiatorName", "setterDocumentation" : "/**

The iSCSI initiator that connects to the target.

\n@param initiatorName The iSCSI initiator that connects to the target.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "initiatorName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The iSCSI initiator that connects to the target.

\n@param initiatorName The iSCSI initiator that connects to the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "initiatorName", "variableType" : "String", "documentation" : "

The iSCSI initiator that connects to the target.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TargetARN" : { "c2jName" : "TargetARN", "c2jShape" : "TargetARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

\n@param targetARN The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

\n@return The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

\n@param targetARN The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

\n@param targetARN The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "TargetARN", "InitiatorName" ], "shapeName" : "DeleteChapCredentialsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteChapCredentialsRequest", "variableName" : "deleteChapCredentialsRequest", "variableType" : "DeleteChapCredentialsRequest", "documentation" : null, "simpleType" : "DeleteChapCredentialsRequest", "variableSetterType" : "DeleteChapCredentialsRequest" }, "wrapper" : false }, "DeleteChapCredentialsResult" : { "c2jName" : "DeleteChapCredentialsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A JSON object containing the following fields:

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TargetARN", "c2jShape" : "TargetARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the target.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the target.

\n@param targetARN The Amazon Resource Name (ARN) of the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the target.

\n@return The Amazon Resource Name (ARN) of the target.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the target.

\n@param targetARN The Amazon Resource Name (ARN) of the target.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the target.

\n@param targetARN The Amazon Resource Name (ARN) of the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the target.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "InitiatorName", "c2jShape" : "IqnName", "deprecated" : false, "documentation" : "

The iSCSI initiator that connects to the target.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The iSCSI initiator that connects to the target.

\n@param initiatorName The iSCSI initiator that connects to the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The iSCSI initiator that connects to the target.

\n@return The iSCSI initiator that connects to the target.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InitiatorName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InitiatorName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InitiatorName", "setterDocumentation" : "/**

The iSCSI initiator that connects to the target.

\n@param initiatorName The iSCSI initiator that connects to the target.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "initiatorName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The iSCSI initiator that connects to the target.

\n@param initiatorName The iSCSI initiator that connects to the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "initiatorName", "variableType" : "String", "documentation" : "

The iSCSI initiator that connects to the target.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "InitiatorName" : { "c2jName" : "InitiatorName", "c2jShape" : "IqnName", "deprecated" : false, "documentation" : "

The iSCSI initiator that connects to the target.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The iSCSI initiator that connects to the target.

\n@param initiatorName The iSCSI initiator that connects to the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The iSCSI initiator that connects to the target.

\n@return The iSCSI initiator that connects to the target.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InitiatorName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InitiatorName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InitiatorName", "setterDocumentation" : "/**

The iSCSI initiator that connects to the target.

\n@param initiatorName The iSCSI initiator that connects to the target.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "initiatorName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The iSCSI initiator that connects to the target.

\n@param initiatorName The iSCSI initiator that connects to the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "initiatorName", "variableType" : "String", "documentation" : "

The iSCSI initiator that connects to the target.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TargetARN" : { "c2jName" : "TargetARN", "c2jShape" : "TargetARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the target.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the target.

\n@param targetARN The Amazon Resource Name (ARN) of the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the target.

\n@return The Amazon Resource Name (ARN) of the target.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the target.

\n@param targetARN The Amazon Resource Name (ARN) of the target.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the target.

\n@param targetARN The Amazon Resource Name (ARN) of the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the target.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DeleteChapCredentialsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteChapCredentialsResult", "variableName" : "deleteChapCredentialsResult", "variableType" : "DeleteChapCredentialsResult", "documentation" : null, "simpleType" : "DeleteChapCredentialsResult", "variableSetterType" : "DeleteChapCredentialsResult" }, "wrapper" : false }, "DeleteGatewayRequest" : { "c2jName" : "DeleteGatewayInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A JSON object containing the id of the gateway to delete.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteGateway", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.DeleteGateway", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN" ], "shapeName" : "DeleteGatewayRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteGatewayRequest", "variableName" : "deleteGatewayRequest", "variableType" : "DeleteGatewayRequest", "documentation" : null, "simpleType" : "DeleteGatewayRequest", "variableSetterType" : "DeleteGatewayRequest" }, "wrapper" : false }, "DeleteGatewayResult" : { "c2jName" : "DeleteGatewayOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A JSON object containing the id of the deleted gateway.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DeleteGatewayResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteGatewayResult", "variableName" : "deleteGatewayResult", "variableType" : "DeleteGatewayResult", "documentation" : null, "simpleType" : "DeleteGatewayResult", "variableSetterType" : "DeleteGatewayResult" }, "wrapper" : false }, "DeleteSnapshotScheduleRequest" : { "c2jName" : "DeleteSnapshotScheduleInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteSnapshotSchedule", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.DeleteSnapshotSchedule", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**\n@param volumeARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VolumeARN" : { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**\n@param volumeARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "VolumeARN" ], "shapeName" : "DeleteSnapshotScheduleRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteSnapshotScheduleRequest", "variableName" : "deleteSnapshotScheduleRequest", "variableType" : "DeleteSnapshotScheduleRequest", "documentation" : null, "simpleType" : "DeleteSnapshotScheduleRequest", "variableSetterType" : "DeleteSnapshotScheduleRequest" }, "wrapper" : false }, "DeleteSnapshotScheduleResult" : { "c2jName" : "DeleteSnapshotScheduleOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**\n@param volumeARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VolumeARN" : { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**\n@param volumeARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DeleteSnapshotScheduleResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteSnapshotScheduleResult", "variableName" : "deleteSnapshotScheduleResult", "variableType" : "DeleteSnapshotScheduleResult", "documentation" : null, "simpleType" : "DeleteSnapshotScheduleResult", "variableSetterType" : "DeleteSnapshotScheduleResult" }, "wrapper" : false }, "DeleteTapeArchiveRequest" : { "c2jName" : "DeleteTapeArchiveInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

DeleteTapeArchiveInput

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteTapeArchive", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.DeleteTapeArchive", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).

\n@return The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TapeARN" : { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).

\n@return The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "TapeARN" ], "shapeName" : "DeleteTapeArchiveRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteTapeArchiveRequest", "variableName" : "deleteTapeArchiveRequest", "variableType" : "DeleteTapeArchiveRequest", "documentation" : null, "simpleType" : "DeleteTapeArchiveRequest", "variableSetterType" : "DeleteTapeArchiveRequest" }, "wrapper" : false }, "DeleteTapeArchiveResult" : { "c2jName" : "DeleteTapeArchiveOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

DeleteTapeArchiveOutput

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).

\n@return The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TapeARN" : { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).

\n@return The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DeleteTapeArchiveResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteTapeArchiveResult", "variableName" : "deleteTapeArchiveResult", "variableType" : "DeleteTapeArchiveResult", "documentation" : null, "simpleType" : "DeleteTapeArchiveResult", "variableSetterType" : "DeleteTapeArchiveResult" }, "wrapper" : false }, "DeleteTapeRequest" : { "c2jName" : "DeleteTapeInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

DeleteTapeInput

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteTape", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.DeleteTape", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "

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 region.

", "enumType" : null, "fluentSetterDocumentation" : "/**

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 region.

\n@param gatewayARN 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 region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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 region.

\n@return 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 region.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**

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 region.

\n@param gatewayARN 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 region.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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 region.

\n@param gatewayARN 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 region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "

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 region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the virtual tape to delete.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape to delete.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape to delete.

\n@return The Amazon Resource Name (ARN) of the virtual tape to delete.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape to delete.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape to delete.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape to delete.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the virtual tape to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "

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 region.

", "enumType" : null, "fluentSetterDocumentation" : "/**

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 region.

\n@param gatewayARN 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 region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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 region.

\n@return 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 region.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**

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 region.

\n@param gatewayARN 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 region.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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 region.

\n@param gatewayARN 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 region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "

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 region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TapeARN" : { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the virtual tape to delete.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape to delete.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape to delete.

\n@return The Amazon Resource Name (ARN) of the virtual tape to delete.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape to delete.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape to delete.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the virtual tape to delete.

\n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the virtual tape to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN", "TapeARN" ], "shapeName" : "DeleteTapeRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteTapeRequest", "variableName" : "deleteTapeRequest", "variableType" : "DeleteTapeRequest", "documentation" : null, "simpleType" : "DeleteTapeRequest", "variableSetterType" : "DeleteTapeRequest" }, "wrapper" : false }, "DeleteTapeResult" : { "c2jName" : "DeleteTapeOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

DeleteTapeOutput

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the deleted virtual tape.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the deleted virtual tape.

\n@param tapeARN The Amazon Resource Name (ARN) of the deleted virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the deleted virtual tape.

\n@return The Amazon Resource Name (ARN) of the deleted virtual tape.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the deleted virtual tape.

\n@param tapeARN The Amazon Resource Name (ARN) of the deleted virtual tape.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the deleted virtual tape.

\n@param tapeARN The Amazon Resource Name (ARN) of the deleted virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the deleted virtual tape.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TapeARN" : { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the deleted virtual tape.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the deleted virtual tape.

\n@param tapeARN The Amazon Resource Name (ARN) of the deleted virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the deleted virtual tape.

\n@return The Amazon Resource Name (ARN) of the deleted virtual tape.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the deleted virtual tape.

\n@param tapeARN The Amazon Resource Name (ARN) of the deleted virtual tape.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the deleted virtual tape.

\n@param tapeARN The Amazon Resource Name (ARN) of the deleted virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the deleted virtual tape.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DeleteTapeResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteTapeResult", "variableName" : "deleteTapeResult", "variableType" : "DeleteTapeResult", "documentation" : null, "simpleType" : "DeleteTapeResult", "variableSetterType" : "DeleteTapeResult" }, "wrapper" : false }, "DeleteVolumeRequest" : { "c2jName" : "DeleteVolumeInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A JSON object containing the DeleteVolumeInput$VolumeARN to delete.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteVolume", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.DeleteVolume", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

\n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

\n@return The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

\n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

\n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VolumeARN" : { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

\n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

\n@return The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

\n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

\n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "VolumeARN" ], "shapeName" : "DeleteVolumeRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteVolumeRequest", "variableName" : "deleteVolumeRequest", "variableType" : "DeleteVolumeRequest", "documentation" : null, "simpleType" : "DeleteVolumeRequest", "variableSetterType" : "DeleteVolumeRequest" }, "wrapper" : false }, "DeleteVolumeResult" : { "c2jName" : "DeleteVolumeOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A JSON object containing the of the storage volume that was deleted

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.

\n@param volumeARN The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.

\n@return The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.

\n@param volumeARN The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.

\n@param volumeARN The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VolumeARN" : { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.

\n@param volumeARN The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.

\n@return The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.

\n@param volumeARN The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.

\n@param volumeARN The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DeleteVolumeResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteVolumeResult", "variableName" : "deleteVolumeResult", "variableType" : "DeleteVolumeResult", "documentation" : null, "simpleType" : "DeleteVolumeResult", "variableSetterType" : "DeleteVolumeResult" }, "wrapper" : false }, "DescribeBandwidthRateLimitRequest" : { "c2jName" : "DescribeBandwidthRateLimitInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A JSON object containing the of the gateway.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeBandwidthRateLimit", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.DescribeBandwidthRateLimit", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN" ], "shapeName" : "DescribeBandwidthRateLimitRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeBandwidthRateLimitRequest", "variableName" : "describeBandwidthRateLimitRequest", "variableType" : "DescribeBandwidthRateLimitRequest", "documentation" : null, "simpleType" : "DescribeBandwidthRateLimitRequest", "variableSetterType" : "DescribeBandwidthRateLimitRequest" }, "wrapper" : false }, "DescribeBandwidthRateLimitResult" : { "c2jName" : "DescribeBandwidthRateLimitOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A JSON object containing the following fields:

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AverageUploadRateLimitInBitsPerSec", "c2jShape" : "BandwidthUploadRateLimit", "deprecated" : false, "documentation" : "

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.

", "enumType" : null, "fluentSetterDocumentation" : "/**

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.

\n@param averageUploadRateLimitInBitsPerSec 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AverageUploadRateLimitInBitsPerSec", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AverageUploadRateLimitInBitsPerSec", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AverageUploadRateLimitInBitsPerSec", "setterDocumentation" : "/**

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.

\n@param averageUploadRateLimitInBitsPerSec 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.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "averageUploadRateLimitInBitsPerSec", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

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.

\n@param averageUploadRateLimitInBitsPerSec 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "averageUploadRateLimitInBitsPerSec", "variableType" : "Long", "documentation" : "

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.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AverageDownloadRateLimitInBitsPerSec", "c2jShape" : "BandwidthDownloadRateLimit", "deprecated" : false, "documentation" : "

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.

", "enumType" : null, "fluentSetterDocumentation" : "/**

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.

\n@param averageDownloadRateLimitInBitsPerSec 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AverageDownloadRateLimitInBitsPerSec", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AverageDownloadRateLimitInBitsPerSec", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AverageDownloadRateLimitInBitsPerSec", "setterDocumentation" : "/**

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.

\n@param averageDownloadRateLimitInBitsPerSec 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.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "averageDownloadRateLimitInBitsPerSec", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

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.

\n@param averageDownloadRateLimitInBitsPerSec 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "averageDownloadRateLimitInBitsPerSec", "variableType" : "Long", "documentation" : "

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.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AverageDownloadRateLimitInBitsPerSec" : { "c2jName" : "AverageDownloadRateLimitInBitsPerSec", "c2jShape" : "BandwidthDownloadRateLimit", "deprecated" : false, "documentation" : "

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.

", "enumType" : null, "fluentSetterDocumentation" : "/**

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.

\n@param averageDownloadRateLimitInBitsPerSec 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AverageDownloadRateLimitInBitsPerSec", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AverageDownloadRateLimitInBitsPerSec", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AverageDownloadRateLimitInBitsPerSec", "setterDocumentation" : "/**

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.

\n@param averageDownloadRateLimitInBitsPerSec 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.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "averageDownloadRateLimitInBitsPerSec", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

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.

\n@param averageDownloadRateLimitInBitsPerSec 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "averageDownloadRateLimitInBitsPerSec", "variableType" : "Long", "documentation" : "

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.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "AverageUploadRateLimitInBitsPerSec" : { "c2jName" : "AverageUploadRateLimitInBitsPerSec", "c2jShape" : "BandwidthUploadRateLimit", "deprecated" : false, "documentation" : "

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.

", "enumType" : null, "fluentSetterDocumentation" : "/**

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.

\n@param averageUploadRateLimitInBitsPerSec 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AverageUploadRateLimitInBitsPerSec", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AverageUploadRateLimitInBitsPerSec", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AverageUploadRateLimitInBitsPerSec", "setterDocumentation" : "/**

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.

\n@param averageUploadRateLimitInBitsPerSec 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.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "averageUploadRateLimitInBitsPerSec", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

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.

\n@param averageUploadRateLimitInBitsPerSec 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "averageUploadRateLimitInBitsPerSec", "variableType" : "Long", "documentation" : "

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.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeBandwidthRateLimitResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeBandwidthRateLimitResult", "variableName" : "describeBandwidthRateLimitResult", "variableType" : "DescribeBandwidthRateLimitResult", "documentation" : null, "simpleType" : "DescribeBandwidthRateLimitResult", "variableSetterType" : "DescribeBandwidthRateLimitResult" }, "wrapper" : false }, "DescribeCacheRequest" : { "c2jName" : "DescribeCacheInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeCache", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.DescribeCache", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN" ], "shapeName" : "DescribeCacheRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeCacheRequest", "variableName" : "describeCacheRequest", "variableType" : "DescribeCacheRequest", "documentation" : null, "simpleType" : "DescribeCacheRequest", "variableSetterType" : "DescribeCacheRequest" }, "wrapper" : false }, "DescribeCacheResult" : { "c2jName" : "DescribeCacheOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DiskIds", "c2jShape" : "DiskIds", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param diskIds \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DiskIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiskIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "DiskId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DiskIds", "setterDocumentation" : "/**\n@param diskIds */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "diskIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDiskIds(java.util.Collection)} or {@link #withDiskIds(java.util.Collection)} if you want to override the existing values.

\n@param diskIds \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "diskIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CacheAllocatedInBytes", "c2jShape" : "long", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param cacheAllocatedInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CacheAllocatedInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CacheAllocatedInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CacheAllocatedInBytes", "setterDocumentation" : "/**\n@param cacheAllocatedInBytes */", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "cacheAllocatedInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param cacheAllocatedInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "cacheAllocatedInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CacheUsedPercentage", "c2jShape" : "double", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param cacheUsedPercentage \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CacheUsedPercentage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CacheUsedPercentage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CacheUsedPercentage", "setterDocumentation" : "/**\n@param cacheUsedPercentage */", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "cacheUsedPercentage", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param cacheUsedPercentage \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "cacheUsedPercentage", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CacheDirtyPercentage", "c2jShape" : "double", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param cacheDirtyPercentage \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CacheDirtyPercentage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CacheDirtyPercentage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CacheDirtyPercentage", "setterDocumentation" : "/**\n@param cacheDirtyPercentage */", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "cacheDirtyPercentage", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param cacheDirtyPercentage \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "cacheDirtyPercentage", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CacheHitPercentage", "c2jShape" : "double", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param cacheHitPercentage \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CacheHitPercentage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CacheHitPercentage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CacheHitPercentage", "setterDocumentation" : "/**\n@param cacheHitPercentage */", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "cacheHitPercentage", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param cacheHitPercentage \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "cacheHitPercentage", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CacheMissPercentage", "c2jShape" : "double", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param cacheMissPercentage \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CacheMissPercentage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CacheMissPercentage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CacheMissPercentage", "setterDocumentation" : "/**\n@param cacheMissPercentage */", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "cacheMissPercentage", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param cacheMissPercentage \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "cacheMissPercentage", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheAllocatedInBytes" : { "c2jName" : "CacheAllocatedInBytes", "c2jShape" : "long", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param cacheAllocatedInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CacheAllocatedInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CacheAllocatedInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CacheAllocatedInBytes", "setterDocumentation" : "/**\n@param cacheAllocatedInBytes */", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "cacheAllocatedInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param cacheAllocatedInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "cacheAllocatedInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "CacheDirtyPercentage" : { "c2jName" : "CacheDirtyPercentage", "c2jShape" : "double", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param cacheDirtyPercentage \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CacheDirtyPercentage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CacheDirtyPercentage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CacheDirtyPercentage", "setterDocumentation" : "/**\n@param cacheDirtyPercentage */", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "cacheDirtyPercentage", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param cacheDirtyPercentage \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "cacheDirtyPercentage", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, "CacheHitPercentage" : { "c2jName" : "CacheHitPercentage", "c2jShape" : "double", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param cacheHitPercentage \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CacheHitPercentage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CacheHitPercentage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CacheHitPercentage", "setterDocumentation" : "/**\n@param cacheHitPercentage */", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "cacheHitPercentage", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param cacheHitPercentage \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "cacheHitPercentage", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, "CacheMissPercentage" : { "c2jName" : "CacheMissPercentage", "c2jShape" : "double", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param cacheMissPercentage \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CacheMissPercentage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CacheMissPercentage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CacheMissPercentage", "setterDocumentation" : "/**\n@param cacheMissPercentage */", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "cacheMissPercentage", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param cacheMissPercentage \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "cacheMissPercentage", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, "CacheUsedPercentage" : { "c2jName" : "CacheUsedPercentage", "c2jShape" : "double", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param cacheUsedPercentage \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CacheUsedPercentage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CacheUsedPercentage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CacheUsedPercentage", "setterDocumentation" : "/**\n@param cacheUsedPercentage */", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "cacheUsedPercentage", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param cacheUsedPercentage \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "cacheUsedPercentage", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, "DiskIds" : { "c2jName" : "DiskIds", "c2jShape" : "DiskIds", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param diskIds \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DiskIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiskIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "DiskId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DiskIds", "setterDocumentation" : "/**\n@param diskIds */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "diskIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDiskIds(java.util.Collection)} or {@link #withDiskIds(java.util.Collection)} if you want to override the existing values.

\n@param diskIds \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "diskIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeCacheResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeCacheResult", "variableName" : "describeCacheResult", "variableType" : "DescribeCacheResult", "documentation" : null, "simpleType" : "DescribeCacheResult", "variableSetterType" : "DescribeCacheResult" }, "wrapper" : false }, "DescribeCachediSCSIVolumesRequest" : { "c2jName" : "DescribeCachediSCSIVolumesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeCachediSCSIVolumes", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.DescribeCachediSCSIVolumes", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "VolumeARNs", "c2jShape" : "VolumeARNs", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeARNs \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARNs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARNs", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "VolumeARNs", "setterDocumentation" : "/**\n@param volumeARNs */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "volumeARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setVolumeARNs(java.util.Collection)} or {@link #withVolumeARNs(java.util.Collection)} if you want to override the existing values.

\n@param volumeARNs \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "volumeARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VolumeARNs" : { "c2jName" : "VolumeARNs", "c2jShape" : "VolumeARNs", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeARNs \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARNs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARNs", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "VolumeARNs", "setterDocumentation" : "/**\n@param volumeARNs */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "volumeARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setVolumeARNs(java.util.Collection)} or {@link #withVolumeARNs(java.util.Collection)} if you want to override the existing values.

\n@param volumeARNs \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "volumeARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "VolumeARNs" ], "shapeName" : "DescribeCachediSCSIVolumesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeCachediSCSIVolumesRequest", "variableName" : "describeCachediSCSIVolumesRequest", "variableType" : "DescribeCachediSCSIVolumesRequest", "documentation" : null, "simpleType" : "DescribeCachediSCSIVolumesRequest", "variableSetterType" : "DescribeCachediSCSIVolumesRequest" }, "wrapper" : false }, "DescribeCachediSCSIVolumesResult" : { "c2jName" : "DescribeCachediSCSIVolumesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A JSON object containing the following fields:

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "CachediSCSIVolumes", "c2jShape" : "CachediSCSIVolumes", "deprecated" : false, "documentation" : "

An array of objects where each object contains metadata about one cached volume.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An array of objects where each object contains metadata about one cached volume.

\n@param cachediSCSIVolumes An array of objects where each object contains metadata about one cached volume.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An array of objects where each object contains metadata about one cached volume.

\n@return An array of objects where each object contains metadata about one cached volume.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CachediSCSIVolumes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CachediSCSIVolumes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "CachediSCSIVolume", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "CachediSCSIVolume", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "CachediSCSIVolume", "variableName" : "member", "variableType" : "CachediSCSIVolume", "documentation" : "", "simpleType" : "CachediSCSIVolume", "variableSetterType" : "CachediSCSIVolume" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "CachediSCSIVolume", "variableName" : "member", "variableType" : "CachediSCSIVolume", "documentation" : "", "simpleType" : "CachediSCSIVolume", "variableSetterType" : "CachediSCSIVolume" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CachediSCSIVolume", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "CachediSCSIVolume", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "CachediSCSIVolumes", "setterDocumentation" : "/**

An array of objects where each object contains metadata about one cached volume.

\n@param cachediSCSIVolumes An array of objects where each object contains metadata about one cached volume.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "cachediSCSIVolumes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

An array of objects where each object contains metadata about one cached volume.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCachediSCSIVolumes(java.util.Collection)} or {@link #withCachediSCSIVolumes(java.util.Collection)} if you want to override the existing values.

\n@param cachediSCSIVolumes An array of objects where each object contains metadata about one cached volume.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "cachediSCSIVolumes", "variableType" : "java.util.List", "documentation" : "

An array of objects where each object contains metadata about one cached volume.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CachediSCSIVolumes" : { "c2jName" : "CachediSCSIVolumes", "c2jShape" : "CachediSCSIVolumes", "deprecated" : false, "documentation" : "

An array of objects where each object contains metadata about one cached volume.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An array of objects where each object contains metadata about one cached volume.

\n@param cachediSCSIVolumes An array of objects where each object contains metadata about one cached volume.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An array of objects where each object contains metadata about one cached volume.

\n@return An array of objects where each object contains metadata about one cached volume.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CachediSCSIVolumes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CachediSCSIVolumes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "CachediSCSIVolume", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "CachediSCSIVolume", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "CachediSCSIVolume", "variableName" : "member", "variableType" : "CachediSCSIVolume", "documentation" : "", "simpleType" : "CachediSCSIVolume", "variableSetterType" : "CachediSCSIVolume" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "CachediSCSIVolume", "variableName" : "member", "variableType" : "CachediSCSIVolume", "documentation" : "", "simpleType" : "CachediSCSIVolume", "variableSetterType" : "CachediSCSIVolume" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CachediSCSIVolume", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "CachediSCSIVolume", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "CachediSCSIVolumes", "setterDocumentation" : "/**

An array of objects where each object contains metadata about one cached volume.

\n@param cachediSCSIVolumes An array of objects where each object contains metadata about one cached volume.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "cachediSCSIVolumes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

An array of objects where each object contains metadata about one cached volume.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCachediSCSIVolumes(java.util.Collection)} or {@link #withCachediSCSIVolumes(java.util.Collection)} if you want to override the existing values.

\n@param cachediSCSIVolumes An array of objects where each object contains metadata about one cached volume.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "cachediSCSIVolumes", "variableType" : "java.util.List", "documentation" : "

An array of objects where each object contains metadata about one cached volume.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeCachediSCSIVolumesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeCachediSCSIVolumesResult", "variableName" : "describeCachediSCSIVolumesResult", "variableType" : "DescribeCachediSCSIVolumesResult", "documentation" : null, "simpleType" : "DescribeCachediSCSIVolumesResult", "variableSetterType" : "DescribeCachediSCSIVolumesResult" }, "wrapper" : false }, "DescribeChapCredentialsRequest" : { "c2jName" : "DescribeChapCredentialsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A JSON object containing the Amazon Resource Name (ARN) of the iSCSI volume target.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeChapCredentials", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.DescribeChapCredentials", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TargetARN", "c2jShape" : "TargetARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

\n@param targetARN The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

\n@return The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

\n@param targetARN The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

\n@param targetARN The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TargetARN" : { "c2jName" : "TargetARN", "c2jShape" : "TargetARN", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

\n@param targetARN The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

\n@return The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetARN", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

\n@param targetARN The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

\n@param targetARN The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "TargetARN" ], "shapeName" : "DescribeChapCredentialsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeChapCredentialsRequest", "variableName" : "describeChapCredentialsRequest", "variableType" : "DescribeChapCredentialsRequest", "documentation" : null, "simpleType" : "DescribeChapCredentialsRequest", "variableSetterType" : "DescribeChapCredentialsRequest" }, "wrapper" : false }, "DescribeChapCredentialsResult" : { "c2jName" : "DescribeChapCredentialsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A JSON object containing a .

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ChapCredentials", "c2jShape" : "ChapCredentials", "deprecated" : false, "documentation" : "

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:

  • InitiatorName: The iSCSI initiator that connects to the target.

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

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

  • TargetARN: The Amazon Resource Name (ARN) of the storage volume.

", "enumType" : null, "fluentSetterDocumentation" : "/**

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:

  • InitiatorName: The iSCSI initiator that connects to the target.

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

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

  • TargetARN: The Amazon Resource Name (ARN) of the storage volume.

\n@param chapCredentials 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:

  • InitiatorName: The iSCSI initiator that connects to the target.

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

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

  • TargetARN: The Amazon Resource Name (ARN) of the storage volume.

  • \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

    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:

    • InitiatorName: The iSCSI initiator that connects to the target.

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

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

    • TargetARN: The Amazon Resource Name (ARN) of the storage volume.

    \n@return 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:

    • InitiatorName: The iSCSI initiator that connects to the target.

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

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

    • TargetARN: The Amazon Resource Name (ARN) of the storage volume.

    • */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChapCredentials", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChapCredentials", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ChapInfo", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ChapInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ChapInfo", "variableName" : "member", "variableType" : "ChapInfo", "documentation" : "", "simpleType" : "ChapInfo", "variableSetterType" : "ChapInfo" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ChapInfo", "variableName" : "member", "variableType" : "ChapInfo", "documentation" : "", "simpleType" : "ChapInfo", "variableSetterType" : "ChapInfo" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ChapInfo", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ChapInfo", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ChapCredentials", "setterDocumentation" : "/**

      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:

      • InitiatorName: The iSCSI initiator that connects to the target.

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

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

      • TargetARN: The Amazon Resource Name (ARN) of the storage volume.

      \n@param chapCredentials 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:

      • InitiatorName: The iSCSI initiator that connects to the target.

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

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

      • TargetARN: The Amazon Resource Name (ARN) of the storage volume.

      • */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "chapCredentials", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

        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:

        • InitiatorName: The iSCSI initiator that connects to the target.

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

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

        • TargetARN: The Amazon Resource Name (ARN) of the storage volume.

        \n

        NOTE: This method appends the values to the existing list (if any). Use {@link #setChapCredentials(java.util.Collection)} or {@link #withChapCredentials(java.util.Collection)} if you want to override the existing values.

        \n@param chapCredentials 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:

        • InitiatorName: The iSCSI initiator that connects to the target.

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

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

        • TargetARN: The Amazon Resource Name (ARN) of the storage volume.

        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "chapCredentials", "variableType" : "java.util.List", "documentation" : "

          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:

          • InitiatorName: The iSCSI initiator that connects to the target.

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

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

          • TargetARN: The Amazon Resource Name (ARN) of the storage volume.

          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChapCredentials" : { "c2jName" : "ChapCredentials", "c2jShape" : "ChapCredentials", "deprecated" : false, "documentation" : "

          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:

          • InitiatorName: The iSCSI initiator that connects to the target.

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

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

          • TargetARN: The Amazon Resource Name (ARN) of the storage volume.

          ", "enumType" : null, "fluentSetterDocumentation" : "/**

          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:

          • InitiatorName: The iSCSI initiator that connects to the target.

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

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

          • TargetARN: The Amazon Resource Name (ARN) of the storage volume.

          \n@param chapCredentials 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:

          • InitiatorName: The iSCSI initiator that connects to the target.

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

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

          • TargetARN: The Amazon Resource Name (ARN) of the storage volume.

          • \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

            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:

            • InitiatorName: The iSCSI initiator that connects to the target.

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

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

            • TargetARN: The Amazon Resource Name (ARN) of the storage volume.

            \n@return 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:

            • InitiatorName: The iSCSI initiator that connects to the target.

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

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

            • TargetARN: The Amazon Resource Name (ARN) of the storage volume.

            • */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChapCredentials", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChapCredentials", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ChapInfo", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ChapInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ChapInfo", "variableName" : "member", "variableType" : "ChapInfo", "documentation" : "", "simpleType" : "ChapInfo", "variableSetterType" : "ChapInfo" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ChapInfo", "variableName" : "member", "variableType" : "ChapInfo", "documentation" : "", "simpleType" : "ChapInfo", "variableSetterType" : "ChapInfo" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ChapInfo", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ChapInfo", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ChapCredentials", "setterDocumentation" : "/**

              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:

              • InitiatorName: The iSCSI initiator that connects to the target.

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

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

              • TargetARN: The Amazon Resource Name (ARN) of the storage volume.

              \n@param chapCredentials 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:

              • InitiatorName: The iSCSI initiator that connects to the target.

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

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

              • TargetARN: The Amazon Resource Name (ARN) of the storage volume.

              • */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "chapCredentials", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                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:

                • InitiatorName: The iSCSI initiator that connects to the target.

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

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

                • TargetARN: The Amazon Resource Name (ARN) of the storage volume.

                \n

                NOTE: This method appends the values to the existing list (if any). Use {@link #setChapCredentials(java.util.Collection)} or {@link #withChapCredentials(java.util.Collection)} if you want to override the existing values.

                \n@param chapCredentials 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:

                • InitiatorName: The iSCSI initiator that connects to the target.

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

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

                • TargetARN: The Amazon Resource Name (ARN) of the storage volume.

                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "chapCredentials", "variableType" : "java.util.List", "documentation" : "

                  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:

                  • InitiatorName: The iSCSI initiator that connects to the target.

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

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

                  • TargetARN: The Amazon Resource Name (ARN) of the storage volume.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeChapCredentialsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeChapCredentialsResult", "variableName" : "describeChapCredentialsResult", "variableType" : "DescribeChapCredentialsResult", "documentation" : null, "simpleType" : "DescribeChapCredentialsResult", "variableSetterType" : "DescribeChapCredentialsResult" }, "wrapper" : false }, "DescribeGatewayInformationRequest" : { "c2jName" : "DescribeGatewayInformationInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  A JSON object containing the id of the gateway.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeGatewayInformation", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.DescribeGatewayInformation", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN" ], "shapeName" : "DescribeGatewayInformationRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeGatewayInformationRequest", "variableName" : "describeGatewayInformationRequest", "variableType" : "DescribeGatewayInformationRequest", "documentation" : null, "simpleType" : "DescribeGatewayInformationRequest", "variableSetterType" : "DescribeGatewayInformationRequest" }, "wrapper" : false }, "DescribeGatewayInformationResult" : { "c2jName" : "DescribeGatewayInformationOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  A JSON object containing the following fields:

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GatewayId", "c2jShape" : "GatewayId", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param gatewayId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayId", "setterDocumentation" : "/**

                  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.

                  \n@param gatewayId 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param gatewayId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayId", "variableType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GatewayName", "c2jShape" : "string", "deprecated" : false, "documentation" : "

                  The name you configured for your gateway.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name you configured for your gateway.

                  \n@param gatewayName The name you configured for your gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The name you configured for your gateway.

                  \n@return The name you configured for your gateway.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayName", "setterDocumentation" : "/**

                  The name you configured for your gateway.

                  \n@param gatewayName The name you configured for your gateway.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name you configured for your gateway.

                  \n@param gatewayName The name you configured for your gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayName", "variableType" : "String", "documentation" : "

                  The name you configured for your gateway.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GatewayTimezone", "c2jShape" : "GatewayTimezone", "deprecated" : false, "documentation" : "

                  A value that indicates the time zone configured for the gateway.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A value that indicates the time zone configured for the gateway.

                  \n@param gatewayTimezone A value that indicates the time zone configured for the gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  A value that indicates the time zone configured for the gateway.

                  \n@return A value that indicates the time zone configured for the gateway.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayTimezone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayTimezone", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayTimezone", "setterDocumentation" : "/**

                  A value that indicates the time zone configured for the gateway.

                  \n@param gatewayTimezone A value that indicates the time zone configured for the gateway.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayTimezone", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  A value that indicates the time zone configured for the gateway.

                  \n@param gatewayTimezone A value that indicates the time zone configured for the gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayTimezone", "variableType" : "String", "documentation" : "

                  A value that indicates the time zone configured for the gateway.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GatewayState", "c2jShape" : "GatewayState", "deprecated" : false, "documentation" : "

                  A value that indicates the operating state of the gateway.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A value that indicates the operating state of the gateway.

                  \n@param gatewayState A value that indicates the operating state of the gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  A value that indicates the operating state of the gateway.

                  \n@return A value that indicates the operating state of the gateway.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayState", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayState", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayState", "setterDocumentation" : "/**

                  A value that indicates the operating state of the gateway.

                  \n@param gatewayState A value that indicates the operating state of the gateway.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayState", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  A value that indicates the operating state of the gateway.

                  \n@param gatewayState A value that indicates the operating state of the gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayState", "variableType" : "String", "documentation" : "

                  A value that indicates the operating state of the gateway.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GatewayNetworkInterfaces", "c2jShape" : "GatewayNetworkInterfaces", "deprecated" : false, "documentation" : "

                  A NetworkInterface array that contains descriptions of the gateway network interfaces.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A NetworkInterface array that contains descriptions of the gateway network interfaces.

                  \n@param gatewayNetworkInterfaces A NetworkInterface array that contains descriptions of the gateway network interfaces.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  A NetworkInterface array that contains descriptions of the gateway network interfaces.

                  \n@return A NetworkInterface array that contains descriptions of the gateway network interfaces.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayNetworkInterfaces", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayNetworkInterfaces", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "NetworkInterface", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "NetworkInterface", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "NetworkInterface", "variableName" : "member", "variableType" : "NetworkInterface", "documentation" : "", "simpleType" : "NetworkInterface", "variableSetterType" : "NetworkInterface" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "NetworkInterface", "variableName" : "member", "variableType" : "NetworkInterface", "documentation" : "", "simpleType" : "NetworkInterface", "variableSetterType" : "NetworkInterface" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "NetworkInterface", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "NetworkInterface", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "GatewayNetworkInterfaces", "setterDocumentation" : "/**

                  A NetworkInterface array that contains descriptions of the gateway network interfaces.

                  \n@param gatewayNetworkInterfaces A NetworkInterface array that contains descriptions of the gateway network interfaces.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "gatewayNetworkInterfaces", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  A NetworkInterface array that contains descriptions of the gateway network interfaces.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setGatewayNetworkInterfaces(java.util.Collection)} or {@link #withGatewayNetworkInterfaces(java.util.Collection)} if you want to override the existing values.

                  \n@param gatewayNetworkInterfaces A NetworkInterface array that contains descriptions of the gateway network interfaces.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "gatewayNetworkInterfaces", "variableType" : "java.util.List", "documentation" : "

                  A NetworkInterface array that contains descriptions of the gateway network interfaces.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GatewayType", "c2jShape" : "GatewayType", "deprecated" : false, "documentation" : "

                  The type of the gateway.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The type of the gateway.

                  \n@param gatewayType The type of the gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The type of the gateway.

                  \n@return The type of the gateway.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayType", "setterDocumentation" : "/**

                  The type of the gateway.

                  \n@param gatewayType The type of the gateway.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The type of the gateway.

                  \n@param gatewayType The type of the gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayType", "variableType" : "String", "documentation" : "

                  The type of the gateway.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextUpdateAvailabilityDate", "c2jShape" : "NextUpdateAvailabilityDate", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param nextUpdateAvailabilityDate 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextUpdateAvailabilityDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextUpdateAvailabilityDate", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextUpdateAvailabilityDate", "setterDocumentation" : "/**

                  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.

                  \n@param nextUpdateAvailabilityDate 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextUpdateAvailabilityDate", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param nextUpdateAvailabilityDate 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextUpdateAvailabilityDate", "variableType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LastSoftwareUpdate", "c2jShape" : "LastSoftwareUpdate", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param lastSoftwareUpdate 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastSoftwareUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastSoftwareUpdate", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastSoftwareUpdate", "setterDocumentation" : "/**

                  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.

                  \n@param lastSoftwareUpdate 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastSoftwareUpdate", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param lastSoftwareUpdate 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lastSoftwareUpdate", "variableType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "GatewayId" : { "c2jName" : "GatewayId", "c2jShape" : "GatewayId", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param gatewayId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayId", "setterDocumentation" : "/**

                  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.

                  \n@param gatewayId 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param gatewayId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayId", "variableType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "GatewayName" : { "c2jName" : "GatewayName", "c2jShape" : "string", "deprecated" : false, "documentation" : "

                  The name you configured for your gateway.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name you configured for your gateway.

                  \n@param gatewayName The name you configured for your gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The name you configured for your gateway.

                  \n@return The name you configured for your gateway.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayName", "setterDocumentation" : "/**

                  The name you configured for your gateway.

                  \n@param gatewayName The name you configured for your gateway.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name you configured for your gateway.

                  \n@param gatewayName The name you configured for your gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayName", "variableType" : "String", "documentation" : "

                  The name you configured for your gateway.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "GatewayNetworkInterfaces" : { "c2jName" : "GatewayNetworkInterfaces", "c2jShape" : "GatewayNetworkInterfaces", "deprecated" : false, "documentation" : "

                  A NetworkInterface array that contains descriptions of the gateway network interfaces.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A NetworkInterface array that contains descriptions of the gateway network interfaces.

                  \n@param gatewayNetworkInterfaces A NetworkInterface array that contains descriptions of the gateway network interfaces.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  A NetworkInterface array that contains descriptions of the gateway network interfaces.

                  \n@return A NetworkInterface array that contains descriptions of the gateway network interfaces.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayNetworkInterfaces", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayNetworkInterfaces", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "NetworkInterface", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "NetworkInterface", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "NetworkInterface", "variableName" : "member", "variableType" : "NetworkInterface", "documentation" : "", "simpleType" : "NetworkInterface", "variableSetterType" : "NetworkInterface" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "NetworkInterface", "variableName" : "member", "variableType" : "NetworkInterface", "documentation" : "", "simpleType" : "NetworkInterface", "variableSetterType" : "NetworkInterface" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "NetworkInterface", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "NetworkInterface", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "GatewayNetworkInterfaces", "setterDocumentation" : "/**

                  A NetworkInterface array that contains descriptions of the gateway network interfaces.

                  \n@param gatewayNetworkInterfaces A NetworkInterface array that contains descriptions of the gateway network interfaces.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "gatewayNetworkInterfaces", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  A NetworkInterface array that contains descriptions of the gateway network interfaces.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setGatewayNetworkInterfaces(java.util.Collection)} or {@link #withGatewayNetworkInterfaces(java.util.Collection)} if you want to override the existing values.

                  \n@param gatewayNetworkInterfaces A NetworkInterface array that contains descriptions of the gateway network interfaces.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "gatewayNetworkInterfaces", "variableType" : "java.util.List", "documentation" : "

                  A NetworkInterface array that contains descriptions of the gateway network interfaces.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "GatewayState" : { "c2jName" : "GatewayState", "c2jShape" : "GatewayState", "deprecated" : false, "documentation" : "

                  A value that indicates the operating state of the gateway.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A value that indicates the operating state of the gateway.

                  \n@param gatewayState A value that indicates the operating state of the gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  A value that indicates the operating state of the gateway.

                  \n@return A value that indicates the operating state of the gateway.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayState", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayState", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayState", "setterDocumentation" : "/**

                  A value that indicates the operating state of the gateway.

                  \n@param gatewayState A value that indicates the operating state of the gateway.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayState", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  A value that indicates the operating state of the gateway.

                  \n@param gatewayState A value that indicates the operating state of the gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayState", "variableType" : "String", "documentation" : "

                  A value that indicates the operating state of the gateway.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "GatewayTimezone" : { "c2jName" : "GatewayTimezone", "c2jShape" : "GatewayTimezone", "deprecated" : false, "documentation" : "

                  A value that indicates the time zone configured for the gateway.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A value that indicates the time zone configured for the gateway.

                  \n@param gatewayTimezone A value that indicates the time zone configured for the gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  A value that indicates the time zone configured for the gateway.

                  \n@return A value that indicates the time zone configured for the gateway.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayTimezone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayTimezone", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayTimezone", "setterDocumentation" : "/**

                  A value that indicates the time zone configured for the gateway.

                  \n@param gatewayTimezone A value that indicates the time zone configured for the gateway.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayTimezone", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  A value that indicates the time zone configured for the gateway.

                  \n@param gatewayTimezone A value that indicates the time zone configured for the gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayTimezone", "variableType" : "String", "documentation" : "

                  A value that indicates the time zone configured for the gateway.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "GatewayType" : { "c2jName" : "GatewayType", "c2jShape" : "GatewayType", "deprecated" : false, "documentation" : "

                  The type of the gateway.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The type of the gateway.

                  \n@param gatewayType The type of the gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The type of the gateway.

                  \n@return The type of the gateway.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayType", "setterDocumentation" : "/**

                  The type of the gateway.

                  \n@param gatewayType The type of the gateway.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The type of the gateway.

                  \n@param gatewayType The type of the gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayType", "variableType" : "String", "documentation" : "

                  The type of the gateway.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LastSoftwareUpdate" : { "c2jName" : "LastSoftwareUpdate", "c2jShape" : "LastSoftwareUpdate", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param lastSoftwareUpdate 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastSoftwareUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastSoftwareUpdate", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastSoftwareUpdate", "setterDocumentation" : "/**

                  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.

                  \n@param lastSoftwareUpdate 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastSoftwareUpdate", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param lastSoftwareUpdate 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lastSoftwareUpdate", "variableType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NextUpdateAvailabilityDate" : { "c2jName" : "NextUpdateAvailabilityDate", "c2jShape" : "NextUpdateAvailabilityDate", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param nextUpdateAvailabilityDate 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextUpdateAvailabilityDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextUpdateAvailabilityDate", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextUpdateAvailabilityDate", "setterDocumentation" : "/**

                  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.

                  \n@param nextUpdateAvailabilityDate 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextUpdateAvailabilityDate", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param nextUpdateAvailabilityDate 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextUpdateAvailabilityDate", "variableType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeGatewayInformationResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeGatewayInformationResult", "variableName" : "describeGatewayInformationResult", "variableType" : "DescribeGatewayInformationResult", "documentation" : null, "simpleType" : "DescribeGatewayInformationResult", "variableSetterType" : "DescribeGatewayInformationResult" }, "wrapper" : false }, "DescribeMaintenanceStartTimeRequest" : { "c2jName" : "DescribeMaintenanceStartTimeInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  A JSON object containing the of the gateway.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeMaintenanceStartTime", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.DescribeMaintenanceStartTime", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN" ], "shapeName" : "DescribeMaintenanceStartTimeRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeMaintenanceStartTimeRequest", "variableName" : "describeMaintenanceStartTimeRequest", "variableType" : "DescribeMaintenanceStartTimeRequest", "documentation" : null, "simpleType" : "DescribeMaintenanceStartTimeRequest", "variableSetterType" : "DescribeMaintenanceStartTimeRequest" }, "wrapper" : false }, "DescribeMaintenanceStartTimeResult" : { "c2jName" : "DescribeMaintenanceStartTimeOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HourOfDay", "c2jShape" : "HourOfDay", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param hourOfDay \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HourOfDay", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HourOfDay", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HourOfDay", "setterDocumentation" : "/**\n@param hourOfDay */", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "hourOfDay", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param hourOfDay \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "hourOfDay", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MinuteOfHour", "c2jShape" : "MinuteOfHour", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param minuteOfHour \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MinuteOfHour", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinuteOfHour", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MinuteOfHour", "setterDocumentation" : "/**\n@param minuteOfHour */", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minuteOfHour", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param minuteOfHour \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minuteOfHour", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DayOfWeek", "c2jShape" : "DayOfWeek", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param dayOfWeek \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DayOfWeek", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DayOfWeek", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DayOfWeek", "setterDocumentation" : "/**\n@param dayOfWeek */", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "dayOfWeek", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param dayOfWeek \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "dayOfWeek", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Timezone", "c2jShape" : "GatewayTimezone", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param timezone \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Timezone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timezone", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timezone", "setterDocumentation" : "/**\n@param timezone */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timezone", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param timezone \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "timezone", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DayOfWeek" : { "c2jName" : "DayOfWeek", "c2jShape" : "DayOfWeek", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param dayOfWeek \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DayOfWeek", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DayOfWeek", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DayOfWeek", "setterDocumentation" : "/**\n@param dayOfWeek */", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "dayOfWeek", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param dayOfWeek \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "dayOfWeek", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HourOfDay" : { "c2jName" : "HourOfDay", "c2jShape" : "HourOfDay", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param hourOfDay \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HourOfDay", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HourOfDay", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HourOfDay", "setterDocumentation" : "/**\n@param hourOfDay */", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "hourOfDay", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param hourOfDay \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "hourOfDay", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "MinuteOfHour" : { "c2jName" : "MinuteOfHour", "c2jShape" : "MinuteOfHour", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param minuteOfHour \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MinuteOfHour", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinuteOfHour", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MinuteOfHour", "setterDocumentation" : "/**\n@param minuteOfHour */", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minuteOfHour", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param minuteOfHour \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minuteOfHour", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Timezone" : { "c2jName" : "Timezone", "c2jShape" : "GatewayTimezone", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param timezone \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Timezone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timezone", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timezone", "setterDocumentation" : "/**\n@param timezone */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timezone", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param timezone \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "timezone", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeMaintenanceStartTimeResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeMaintenanceStartTimeResult", "variableName" : "describeMaintenanceStartTimeResult", "variableType" : "DescribeMaintenanceStartTimeResult", "documentation" : null, "simpleType" : "DescribeMaintenanceStartTimeResult", "variableSetterType" : "DescribeMaintenanceStartTimeResult" }, "wrapper" : false }, "DescribeSnapshotScheduleRequest" : { "c2jName" : "DescribeSnapshotScheduleInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  A JSON object containing the DescribeSnapshotScheduleInput$VolumeARN of the volume.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeSnapshotSchedule", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.DescribeSnapshotSchedule", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

                  \n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

                  \n@return The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

                  \n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

                  \n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VolumeARN" : { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

                  \n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

                  \n@return The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

                  \n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

                  \n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "VolumeARN" ], "shapeName" : "DescribeSnapshotScheduleRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeSnapshotScheduleRequest", "variableName" : "describeSnapshotScheduleRequest", "variableType" : "DescribeSnapshotScheduleRequest", "documentation" : null, "simpleType" : "DescribeSnapshotScheduleRequest", "variableSetterType" : "DescribeSnapshotScheduleRequest" }, "wrapper" : false }, "DescribeSnapshotScheduleResult" : { "c2jName" : "DescribeSnapshotScheduleOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**\n@param volumeARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StartAt", "c2jShape" : "HourOfDay", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param startAt \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StartAt", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartAt", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartAt", "setterDocumentation" : "/**\n@param startAt */", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "startAt", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param startAt \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "startAt", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RecurrenceInHours", "c2jShape" : "RecurrenceInHours", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param recurrenceInHours \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RecurrenceInHours", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecurrenceInHours", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RecurrenceInHours", "setterDocumentation" : "/**\n@param recurrenceInHours */", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "recurrenceInHours", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param recurrenceInHours \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "recurrenceInHours", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param description \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**\n@param description */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param description \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Timezone", "c2jShape" : "GatewayTimezone", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param timezone \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Timezone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timezone", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timezone", "setterDocumentation" : "/**\n@param timezone */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timezone", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param timezone \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "timezone", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param description \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**\n@param description */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param description \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RecurrenceInHours" : { "c2jName" : "RecurrenceInHours", "c2jShape" : "RecurrenceInHours", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param recurrenceInHours \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RecurrenceInHours", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecurrenceInHours", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RecurrenceInHours", "setterDocumentation" : "/**\n@param recurrenceInHours */", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "recurrenceInHours", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param recurrenceInHours \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "recurrenceInHours", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "StartAt" : { "c2jName" : "StartAt", "c2jShape" : "HourOfDay", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param startAt \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StartAt", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartAt", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartAt", "setterDocumentation" : "/**\n@param startAt */", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "startAt", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param startAt \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "startAt", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Timezone" : { "c2jName" : "Timezone", "c2jShape" : "GatewayTimezone", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param timezone \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Timezone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timezone", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timezone", "setterDocumentation" : "/**\n@param timezone */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timezone", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param timezone \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "timezone", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeARN" : { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**\n@param volumeARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeSnapshotScheduleResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeSnapshotScheduleResult", "variableName" : "describeSnapshotScheduleResult", "variableType" : "DescribeSnapshotScheduleResult", "documentation" : null, "simpleType" : "DescribeSnapshotScheduleResult", "variableSetterType" : "DescribeSnapshotScheduleResult" }, "wrapper" : false }, "DescribeStorediSCSIVolumesRequest" : { "c2jName" : "DescribeStorediSCSIVolumesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  A JSON object containing a list of DescribeStorediSCSIVolumesInput$VolumeARNs.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeStorediSCSIVolumes", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.DescribeStorediSCSIVolumes", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "VolumeARNs", "c2jShape" : "VolumeARNs", "deprecated" : false, "documentation" : "

                  An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. All of the specified stored volumes must from the same gateway. Use ListVolumes to get volume ARNs for a gateway.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. All of the specified stored volumes must from the same gateway. Use ListVolumes to get volume ARNs for a gateway.

                  \n@param volumeARNs An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. All of the specified stored volumes must from the same gateway. Use ListVolumes to get volume ARNs for a gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. All of the specified stored volumes must from the same gateway. Use ListVolumes to get volume ARNs for a gateway.

                  \n@return An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. All of the specified stored volumes must from the same gateway. Use ListVolumes to get volume ARNs for a gateway.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARNs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARNs", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "VolumeARNs", "setterDocumentation" : "/**

                  An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. All of the specified stored volumes must from the same gateway. Use ListVolumes to get volume ARNs for a gateway.

                  \n@param volumeARNs An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. All of the specified stored volumes must from the same gateway. Use ListVolumes to get volume ARNs for a gateway.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "volumeARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. All of the specified stored volumes must from the same gateway. Use ListVolumes to get volume ARNs for a gateway.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setVolumeARNs(java.util.Collection)} or {@link #withVolumeARNs(java.util.Collection)} if you want to override the existing values.

                  \n@param volumeARNs An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. All of the specified stored volumes must from the same gateway. Use ListVolumes to get volume ARNs for a gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "volumeARNs", "variableType" : "java.util.List", "documentation" : "

                  An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. All of the specified stored volumes must from the same gateway. Use ListVolumes to get volume ARNs for a gateway.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VolumeARNs" : { "c2jName" : "VolumeARNs", "c2jShape" : "VolumeARNs", "deprecated" : false, "documentation" : "

                  An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. All of the specified stored volumes must from the same gateway. Use ListVolumes to get volume ARNs for a gateway.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. All of the specified stored volumes must from the same gateway. Use ListVolumes to get volume ARNs for a gateway.

                  \n@param volumeARNs An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. All of the specified stored volumes must from the same gateway. Use ListVolumes to get volume ARNs for a gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. All of the specified stored volumes must from the same gateway. Use ListVolumes to get volume ARNs for a gateway.

                  \n@return An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. All of the specified stored volumes must from the same gateway. Use ListVolumes to get volume ARNs for a gateway.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARNs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARNs", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "VolumeARNs", "setterDocumentation" : "/**

                  An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. All of the specified stored volumes must from the same gateway. Use ListVolumes to get volume ARNs for a gateway.

                  \n@param volumeARNs An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. All of the specified stored volumes must from the same gateway. Use ListVolumes to get volume ARNs for a gateway.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "volumeARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. All of the specified stored volumes must from the same gateway. Use ListVolumes to get volume ARNs for a gateway.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setVolumeARNs(java.util.Collection)} or {@link #withVolumeARNs(java.util.Collection)} if you want to override the existing values.

                  \n@param volumeARNs An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. All of the specified stored volumes must from the same gateway. Use ListVolumes to get volume ARNs for a gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "volumeARNs", "variableType" : "java.util.List", "documentation" : "

                  An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. All of the specified stored volumes must from the same gateway. Use ListVolumes to get volume ARNs for a gateway.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "VolumeARNs" ], "shapeName" : "DescribeStorediSCSIVolumesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeStorediSCSIVolumesRequest", "variableName" : "describeStorediSCSIVolumesRequest", "variableType" : "DescribeStorediSCSIVolumesRequest", "documentation" : null, "simpleType" : "DescribeStorediSCSIVolumesRequest", "variableSetterType" : "DescribeStorediSCSIVolumesRequest" }, "wrapper" : false }, "DescribeStorediSCSIVolumesResult" : { "c2jName" : "DescribeStorediSCSIVolumesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "StorediSCSIVolumes", "c2jShape" : "StorediSCSIVolumes", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param storediSCSIVolumes \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StorediSCSIVolumes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StorediSCSIVolumes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StorediSCSIVolume", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "StorediSCSIVolume", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "StorediSCSIVolume", "variableName" : "member", "variableType" : "StorediSCSIVolume", "documentation" : "", "simpleType" : "StorediSCSIVolume", "variableSetterType" : "StorediSCSIVolume" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StorediSCSIVolume", "variableName" : "member", "variableType" : "StorediSCSIVolume", "documentation" : "", "simpleType" : "StorediSCSIVolume", "variableSetterType" : "StorediSCSIVolume" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "StorediSCSIVolume", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "StorediSCSIVolume", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "StorediSCSIVolumes", "setterDocumentation" : "/**\n@param storediSCSIVolumes */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "storediSCSIVolumes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setStorediSCSIVolumes(java.util.Collection)} or {@link #withStorediSCSIVolumes(java.util.Collection)} if you want to override the existing values.

                  \n@param storediSCSIVolumes \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "storediSCSIVolumes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StorediSCSIVolumes" : { "c2jName" : "StorediSCSIVolumes", "c2jShape" : "StorediSCSIVolumes", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param storediSCSIVolumes \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StorediSCSIVolumes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StorediSCSIVolumes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StorediSCSIVolume", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "StorediSCSIVolume", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "StorediSCSIVolume", "variableName" : "member", "variableType" : "StorediSCSIVolume", "documentation" : "", "simpleType" : "StorediSCSIVolume", "variableSetterType" : "StorediSCSIVolume" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StorediSCSIVolume", "variableName" : "member", "variableType" : "StorediSCSIVolume", "documentation" : "", "simpleType" : "StorediSCSIVolume", "variableSetterType" : "StorediSCSIVolume" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "StorediSCSIVolume", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "StorediSCSIVolume", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "StorediSCSIVolumes", "setterDocumentation" : "/**\n@param storediSCSIVolumes */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "storediSCSIVolumes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setStorediSCSIVolumes(java.util.Collection)} or {@link #withStorediSCSIVolumes(java.util.Collection)} if you want to override the existing values.

                  \n@param storediSCSIVolumes \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "storediSCSIVolumes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeStorediSCSIVolumesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeStorediSCSIVolumesResult", "variableName" : "describeStorediSCSIVolumesResult", "variableType" : "DescribeStorediSCSIVolumesResult", "documentation" : null, "simpleType" : "DescribeStorediSCSIVolumesResult", "variableSetterType" : "DescribeStorediSCSIVolumesResult" }, "wrapper" : false }, "DescribeTapeArchivesRequest" : { "c2jName" : "DescribeTapeArchivesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  DescribeTapeArchivesInput

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeTapeArchives", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.DescribeTapeArchives", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TapeARNs", "c2jShape" : "TapeARNs", "deprecated" : false, "documentation" : "

                  Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.

                  \n@param tapeARNs Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.

                  \n@return Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARNs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARNs", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TapeARNs", "setterDocumentation" : "/**

                  Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.

                  \n@param tapeARNs Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapeARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTapeARNs(java.util.Collection)} or {@link #withTapeARNs(java.util.Collection)} if you want to override the existing values.

                  \n@param tapeARNs Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapeARNs", "variableType" : "java.util.List", "documentation" : "

                  Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  An opaque string that indicates the position at which to begin describing virtual tapes.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin describing virtual tapes.

                  \n@param marker An opaque string that indicates the position at which to begin describing virtual tapes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin describing virtual tapes.

                  \n@return An opaque string that indicates the position at which to begin describing virtual tapes.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin describing virtual tapes.

                  \n@param marker An opaque string that indicates the position at which to begin describing virtual tapes.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin describing virtual tapes.

                  \n@param marker An opaque string that indicates the position at which to begin describing virtual tapes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  An opaque string that indicates the position at which to begin describing virtual tapes.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Limit", "c2jShape" : "PositiveIntObject", "deprecated" : false, "documentation" : "

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

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                  \n@param limit Specifies that the number of virtual tapes descried be limited to the specified number.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                  \n@return Specifies that the number of virtual tapes descried be limited to the specified number.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Limit", "setterDocumentation" : "/**

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

                  \n@param limit Specifies that the number of virtual tapes descried be limited to the specified number.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                  \n@param limit Specifies that the number of virtual tapes descried be limited to the specified number.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

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

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Limit" : { "c2jName" : "Limit", "c2jShape" : "PositiveIntObject", "deprecated" : false, "documentation" : "

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

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                  \n@param limit Specifies that the number of virtual tapes descried be limited to the specified number.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                  \n@return Specifies that the number of virtual tapes descried be limited to the specified number.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Limit", "setterDocumentation" : "/**

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

                  \n@param limit Specifies that the number of virtual tapes descried be limited to the specified number.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                  \n@param limit Specifies that the number of virtual tapes descried be limited to the specified number.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

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

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Marker" : { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  An opaque string that indicates the position at which to begin describing virtual tapes.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin describing virtual tapes.

                  \n@param marker An opaque string that indicates the position at which to begin describing virtual tapes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin describing virtual tapes.

                  \n@return An opaque string that indicates the position at which to begin describing virtual tapes.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin describing virtual tapes.

                  \n@param marker An opaque string that indicates the position at which to begin describing virtual tapes.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin describing virtual tapes.

                  \n@param marker An opaque string that indicates the position at which to begin describing virtual tapes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  An opaque string that indicates the position at which to begin describing virtual tapes.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TapeARNs" : { "c2jName" : "TapeARNs", "c2jShape" : "TapeARNs", "deprecated" : false, "documentation" : "

                  Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.

                  \n@param tapeARNs Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.

                  \n@return Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARNs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARNs", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TapeARNs", "setterDocumentation" : "/**

                  Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.

                  \n@param tapeARNs Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapeARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTapeARNs(java.util.Collection)} or {@link #withTapeARNs(java.util.Collection)} if you want to override the existing values.

                  \n@param tapeARNs Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapeARNs", "variableType" : "java.util.List", "documentation" : "

                  Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeTapeArchivesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeTapeArchivesRequest", "variableName" : "describeTapeArchivesRequest", "variableType" : "DescribeTapeArchivesRequest", "documentation" : null, "simpleType" : "DescribeTapeArchivesRequest", "variableSetterType" : "DescribeTapeArchivesRequest" }, "wrapper" : false }, "DescribeTapeArchivesResult" : { "c2jName" : "DescribeTapeArchivesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  DescribeTapeArchivesOutput

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TapeArchives", "c2jShape" : "TapeArchives", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param tapeArchives 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeArchives", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeArchives", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TapeArchive", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TapeArchive", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TapeArchive", "variableName" : "member", "variableType" : "TapeArchive", "documentation" : "", "simpleType" : "TapeArchive", "variableSetterType" : "TapeArchive" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TapeArchive", "variableName" : "member", "variableType" : "TapeArchive", "documentation" : "", "simpleType" : "TapeArchive", "variableSetterType" : "TapeArchive" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TapeArchive", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TapeArchive", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TapeArchives", "setterDocumentation" : "/**

                  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.

                  \n@param tapeArchives 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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapeArchives", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  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.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTapeArchives(java.util.Collection)} or {@link #withTapeArchives(java.util.Collection)} if you want to override the existing values.

                  \n@param tapeArchives 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapeArchives", "variableType" : "java.util.List", "documentation" : "

                  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.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  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.

                  \n@param marker 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  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.

                  \n@param marker 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TapeArchives" : { "c2jName" : "TapeArchives", "c2jShape" : "TapeArchives", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param tapeArchives 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeArchives", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeArchives", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TapeArchive", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TapeArchive", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TapeArchive", "variableName" : "member", "variableType" : "TapeArchive", "documentation" : "", "simpleType" : "TapeArchive", "variableSetterType" : "TapeArchive" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TapeArchive", "variableName" : "member", "variableType" : "TapeArchive", "documentation" : "", "simpleType" : "TapeArchive", "variableSetterType" : "TapeArchive" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TapeArchive", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TapeArchive", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TapeArchives", "setterDocumentation" : "/**

                  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.

                  \n@param tapeArchives 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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapeArchives", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  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.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTapeArchives(java.util.Collection)} or {@link #withTapeArchives(java.util.Collection)} if you want to override the existing values.

                  \n@param tapeArchives 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapeArchives", "variableType" : "java.util.List", "documentation" : "

                  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.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeTapeArchivesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeTapeArchivesResult", "variableName" : "describeTapeArchivesResult", "variableType" : "DescribeTapeArchivesResult", "documentation" : null, "simpleType" : "DescribeTapeArchivesResult", "variableSetterType" : "DescribeTapeArchivesResult" }, "wrapper" : false }, "DescribeTapeRecoveryPointsRequest" : { "c2jName" : "DescribeTapeRecoveryPointsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  DescribeTapeRecoveryPointsInput

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeTapeRecoveryPoints", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.DescribeTapeRecoveryPoints", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  An opaque string that indicates the position at which to begin describing the virtual tape recovery points.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin describing the virtual tape recovery points.

                  \n@param marker An opaque string that indicates the position at which to begin describing the virtual tape recovery points.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin describing the virtual tape recovery points.

                  \n@return An opaque string that indicates the position at which to begin describing the virtual tape recovery points.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin describing the virtual tape recovery points.

                  \n@param marker An opaque string that indicates the position at which to begin describing the virtual tape recovery points.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin describing the virtual tape recovery points.

                  \n@param marker An opaque string that indicates the position at which to begin describing the virtual tape recovery points.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  An opaque string that indicates the position at which to begin describing the virtual tape recovery points.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Limit", "c2jShape" : "PositiveIntObject", "deprecated" : false, "documentation" : "

                  Specifies that the number of virtual tape recovery points that are described be limited to the specified number.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Specifies that the number of virtual tape recovery points that are described be limited to the specified number.

                  \n@param limit Specifies that the number of virtual tape recovery points that are described be limited to the specified number.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Specifies that the number of virtual tape recovery points that are described be limited to the specified number.

                  \n@return Specifies that the number of virtual tape recovery points that are described be limited to the specified number.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Limit", "setterDocumentation" : "/**

                  Specifies that the number of virtual tape recovery points that are described be limited to the specified number.

                  \n@param limit Specifies that the number of virtual tape recovery points that are described be limited to the specified number.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Specifies that the number of virtual tape recovery points that are described be limited to the specified number.

                  \n@param limit Specifies that the number of virtual tape recovery points that are described be limited to the specified number.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                  Specifies that the number of virtual tape recovery points that are described be limited to the specified number.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Limit" : { "c2jName" : "Limit", "c2jShape" : "PositiveIntObject", "deprecated" : false, "documentation" : "

                  Specifies that the number of virtual tape recovery points that are described be limited to the specified number.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Specifies that the number of virtual tape recovery points that are described be limited to the specified number.

                  \n@param limit Specifies that the number of virtual tape recovery points that are described be limited to the specified number.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Specifies that the number of virtual tape recovery points that are described be limited to the specified number.

                  \n@return Specifies that the number of virtual tape recovery points that are described be limited to the specified number.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Limit", "setterDocumentation" : "/**

                  Specifies that the number of virtual tape recovery points that are described be limited to the specified number.

                  \n@param limit Specifies that the number of virtual tape recovery points that are described be limited to the specified number.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Specifies that the number of virtual tape recovery points that are described be limited to the specified number.

                  \n@param limit Specifies that the number of virtual tape recovery points that are described be limited to the specified number.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                  Specifies that the number of virtual tape recovery points that are described be limited to the specified number.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Marker" : { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  An opaque string that indicates the position at which to begin describing the virtual tape recovery points.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin describing the virtual tape recovery points.

                  \n@param marker An opaque string that indicates the position at which to begin describing the virtual tape recovery points.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin describing the virtual tape recovery points.

                  \n@return An opaque string that indicates the position at which to begin describing the virtual tape recovery points.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin describing the virtual tape recovery points.

                  \n@param marker An opaque string that indicates the position at which to begin describing the virtual tape recovery points.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin describing the virtual tape recovery points.

                  \n@param marker An opaque string that indicates the position at which to begin describing the virtual tape recovery points.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  An opaque string that indicates the position at which to begin describing the virtual tape recovery points.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN" ], "shapeName" : "DescribeTapeRecoveryPointsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeTapeRecoveryPointsRequest", "variableName" : "describeTapeRecoveryPointsRequest", "variableType" : "DescribeTapeRecoveryPointsRequest", "documentation" : null, "simpleType" : "DescribeTapeRecoveryPointsRequest", "variableSetterType" : "DescribeTapeRecoveryPointsRequest" }, "wrapper" : false }, "DescribeTapeRecoveryPointsResult" : { "c2jName" : "DescribeTapeRecoveryPointsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  DescribeTapeRecoveryPointsOutput

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TapeRecoveryPointInfos", "c2jShape" : "TapeRecoveryPointInfos", "deprecated" : false, "documentation" : "

                  An array of TapeRecoveryPointInfos that are available for the specified gateway.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of TapeRecoveryPointInfos that are available for the specified gateway.

                  \n@param tapeRecoveryPointInfos An array of TapeRecoveryPointInfos that are available for the specified gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of TapeRecoveryPointInfos that are available for the specified gateway.

                  \n@return An array of TapeRecoveryPointInfos that are available for the specified gateway.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeRecoveryPointInfos", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeRecoveryPointInfos", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TapeRecoveryPointInfo", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TapeRecoveryPointInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TapeRecoveryPointInfo", "variableName" : "member", "variableType" : "TapeRecoveryPointInfo", "documentation" : "", "simpleType" : "TapeRecoveryPointInfo", "variableSetterType" : "TapeRecoveryPointInfo" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TapeRecoveryPointInfo", "variableName" : "member", "variableType" : "TapeRecoveryPointInfo", "documentation" : "", "simpleType" : "TapeRecoveryPointInfo", "variableSetterType" : "TapeRecoveryPointInfo" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TapeRecoveryPointInfo", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TapeRecoveryPointInfo", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TapeRecoveryPointInfos", "setterDocumentation" : "/**

                  An array of TapeRecoveryPointInfos that are available for the specified gateway.

                  \n@param tapeRecoveryPointInfos An array of TapeRecoveryPointInfos that are available for the specified gateway.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapeRecoveryPointInfos", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of TapeRecoveryPointInfos that are available for the specified gateway.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTapeRecoveryPointInfos(java.util.Collection)} or {@link #withTapeRecoveryPointInfos(java.util.Collection)} if you want to override the existing values.

                  \n@param tapeRecoveryPointInfos An array of TapeRecoveryPointInfos that are available for the specified gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapeRecoveryPointInfos", "variableType" : "java.util.List", "documentation" : "

                  An array of TapeRecoveryPointInfos that are available for the specified gateway.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  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.

                  \n@param marker 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Marker" : { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  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.

                  \n@param marker 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TapeRecoveryPointInfos" : { "c2jName" : "TapeRecoveryPointInfos", "c2jShape" : "TapeRecoveryPointInfos", "deprecated" : false, "documentation" : "

                  An array of TapeRecoveryPointInfos that are available for the specified gateway.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of TapeRecoveryPointInfos that are available for the specified gateway.

                  \n@param tapeRecoveryPointInfos An array of TapeRecoveryPointInfos that are available for the specified gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of TapeRecoveryPointInfos that are available for the specified gateway.

                  \n@return An array of TapeRecoveryPointInfos that are available for the specified gateway.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeRecoveryPointInfos", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeRecoveryPointInfos", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TapeRecoveryPointInfo", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TapeRecoveryPointInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TapeRecoveryPointInfo", "variableName" : "member", "variableType" : "TapeRecoveryPointInfo", "documentation" : "", "simpleType" : "TapeRecoveryPointInfo", "variableSetterType" : "TapeRecoveryPointInfo" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TapeRecoveryPointInfo", "variableName" : "member", "variableType" : "TapeRecoveryPointInfo", "documentation" : "", "simpleType" : "TapeRecoveryPointInfo", "variableSetterType" : "TapeRecoveryPointInfo" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TapeRecoveryPointInfo", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TapeRecoveryPointInfo", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TapeRecoveryPointInfos", "setterDocumentation" : "/**

                  An array of TapeRecoveryPointInfos that are available for the specified gateway.

                  \n@param tapeRecoveryPointInfos An array of TapeRecoveryPointInfos that are available for the specified gateway.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapeRecoveryPointInfos", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of TapeRecoveryPointInfos that are available for the specified gateway.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTapeRecoveryPointInfos(java.util.Collection)} or {@link #withTapeRecoveryPointInfos(java.util.Collection)} if you want to override the existing values.

                  \n@param tapeRecoveryPointInfos An array of TapeRecoveryPointInfos that are available for the specified gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapeRecoveryPointInfos", "variableType" : "java.util.List", "documentation" : "

                  An array of TapeRecoveryPointInfos that are available for the specified gateway.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeTapeRecoveryPointsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeTapeRecoveryPointsResult", "variableName" : "describeTapeRecoveryPointsResult", "variableType" : "DescribeTapeRecoveryPointsResult", "documentation" : null, "simpleType" : "DescribeTapeRecoveryPointsResult", "variableSetterType" : "DescribeTapeRecoveryPointsResult" }, "wrapper" : false }, "DescribeTapesRequest" : { "c2jName" : "DescribeTapesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  DescribeTapesInput

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeTapes", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.DescribeTapes", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TapeARNs", "c2jShape" : "TapeARNs", "deprecated" : false, "documentation" : "

                  Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, AWS Storage Gateway returns a description of all virtual tapes associated with the specified gateway.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, AWS Storage Gateway returns a description of all virtual tapes associated with the specified gateway.

                  \n@param tapeARNs Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, AWS Storage Gateway returns a description of all virtual tapes associated with the specified gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, AWS Storage Gateway returns a description of all virtual tapes associated with the specified gateway.

                  \n@return Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, AWS Storage Gateway returns a description of all virtual tapes associated with the specified gateway.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARNs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARNs", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TapeARNs", "setterDocumentation" : "/**

                  Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, AWS Storage Gateway returns a description of all virtual tapes associated with the specified gateway.

                  \n@param tapeARNs Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, AWS Storage Gateway returns a description of all virtual tapes associated with the specified gateway.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapeARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, AWS Storage Gateway returns a description of all virtual tapes associated with the specified gateway.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTapeARNs(java.util.Collection)} or {@link #withTapeARNs(java.util.Collection)} if you want to override the existing values.

                  \n@param tapeARNs Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, AWS Storage Gateway returns a description of all virtual tapes associated with the specified gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapeARNs", "variableType" : "java.util.List", "documentation" : "

                  Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, AWS Storage Gateway returns a description of all virtual tapes associated with the specified gateway.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  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.

                  \n@param marker 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Limit", "c2jShape" : "PositiveIntObject", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param limit 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.

                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.

                  */", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Limit", "setterDocumentation" : "/**

                  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.

                  \n@param limit 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.

                  */", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param limit 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.

                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                  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.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Limit" : { "c2jName" : "Limit", "c2jShape" : "PositiveIntObject", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param limit 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.

                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.

                  */", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Limit", "setterDocumentation" : "/**

                  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.

                  \n@param limit 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.

                  */", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param limit 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.

                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                  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.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Marker" : { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  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.

                  \n@param marker 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TapeARNs" : { "c2jName" : "TapeARNs", "c2jShape" : "TapeARNs", "deprecated" : false, "documentation" : "

                  Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, AWS Storage Gateway returns a description of all virtual tapes associated with the specified gateway.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, AWS Storage Gateway returns a description of all virtual tapes associated with the specified gateway.

                  \n@param tapeARNs Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, AWS Storage Gateway returns a description of all virtual tapes associated with the specified gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, AWS Storage Gateway returns a description of all virtual tapes associated with the specified gateway.

                  \n@return Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, AWS Storage Gateway returns a description of all virtual tapes associated with the specified gateway.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARNs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARNs", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TapeARNs", "setterDocumentation" : "/**

                  Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, AWS Storage Gateway returns a description of all virtual tapes associated with the specified gateway.

                  \n@param tapeARNs Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, AWS Storage Gateway returns a description of all virtual tapes associated with the specified gateway.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapeARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, AWS Storage Gateway returns a description of all virtual tapes associated with the specified gateway.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTapeARNs(java.util.Collection)} or {@link #withTapeARNs(java.util.Collection)} if you want to override the existing values.

                  \n@param tapeARNs Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, AWS Storage Gateway returns a description of all virtual tapes associated with the specified gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapeARNs", "variableType" : "java.util.List", "documentation" : "

                  Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, AWS Storage Gateway returns a description of all virtual tapes associated with the specified gateway.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN" ], "shapeName" : "DescribeTapesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeTapesRequest", "variableName" : "describeTapesRequest", "variableType" : "DescribeTapesRequest", "documentation" : null, "simpleType" : "DescribeTapesRequest", "variableSetterType" : "DescribeTapesRequest" }, "wrapper" : false }, "DescribeTapesResult" : { "c2jName" : "DescribeTapesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  DescribeTapesOutput

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Tapes", "c2jShape" : "Tapes", "deprecated" : false, "documentation" : "

                  An array of virtual tape descriptions.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of virtual tape descriptions.

                  \n@param tapes An array of virtual tape descriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of virtual tape descriptions.

                  \n@return An array of virtual tape descriptions.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tapes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tapes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tape", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Tape", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Tape", "variableName" : "member", "variableType" : "Tape", "documentation" : "", "simpleType" : "Tape", "variableSetterType" : "Tape" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tape", "variableName" : "member", "variableType" : "Tape", "documentation" : "", "simpleType" : "Tape", "variableSetterType" : "Tape" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tape", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tape", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tapes", "setterDocumentation" : "/**

                  An array of virtual tape descriptions.

                  \n@param tapes An array of virtual tape descriptions.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of virtual tape descriptions.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTapes(java.util.Collection)} or {@link #withTapes(java.util.Collection)} if you want to override the existing values.

                  \n@param tapes An array of virtual tape descriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapes", "variableType" : "java.util.List", "documentation" : "

                  An array of virtual tape descriptions.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  An opaque string which 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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An opaque string which 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.

                  \n@param marker An opaque string which 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An opaque string which 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.

                  \n@return An opaque string which 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  An opaque string which 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.

                  \n@param marker An opaque string which 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  An opaque string which 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.

                  \n@param marker An opaque string which 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  An opaque string which 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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  An opaque string which 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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An opaque string which 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.

                  \n@param marker An opaque string which 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An opaque string which 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.

                  \n@return An opaque string which 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  An opaque string which 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.

                  \n@param marker An opaque string which 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  An opaque string which 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.

                  \n@param marker An opaque string which 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  An opaque string which 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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Tapes" : { "c2jName" : "Tapes", "c2jShape" : "Tapes", "deprecated" : false, "documentation" : "

                  An array of virtual tape descriptions.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of virtual tape descriptions.

                  \n@param tapes An array of virtual tape descriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of virtual tape descriptions.

                  \n@return An array of virtual tape descriptions.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tapes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tapes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tape", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Tape", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Tape", "variableName" : "member", "variableType" : "Tape", "documentation" : "", "simpleType" : "Tape", "variableSetterType" : "Tape" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tape", "variableName" : "member", "variableType" : "Tape", "documentation" : "", "simpleType" : "Tape", "variableSetterType" : "Tape" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tape", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tape", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tapes", "setterDocumentation" : "/**

                  An array of virtual tape descriptions.

                  \n@param tapes An array of virtual tape descriptions.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of virtual tape descriptions.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTapes(java.util.Collection)} or {@link #withTapes(java.util.Collection)} if you want to override the existing values.

                  \n@param tapes An array of virtual tape descriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapes", "variableType" : "java.util.List", "documentation" : "

                  An array of virtual tape descriptions.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeTapesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeTapesResult", "variableName" : "describeTapesResult", "variableType" : "DescribeTapesResult", "documentation" : null, "simpleType" : "DescribeTapesResult", "variableSetterType" : "DescribeTapesResult" }, "wrapper" : false }, "DescribeUploadBufferRequest" : { "c2jName" : "DescribeUploadBufferInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeUploadBuffer", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.DescribeUploadBuffer", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN" ], "shapeName" : "DescribeUploadBufferRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeUploadBufferRequest", "variableName" : "describeUploadBufferRequest", "variableType" : "DescribeUploadBufferRequest", "documentation" : null, "simpleType" : "DescribeUploadBufferRequest", "variableSetterType" : "DescribeUploadBufferRequest" }, "wrapper" : false }, "DescribeUploadBufferResult" : { "c2jName" : "DescribeUploadBufferOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DiskIds", "c2jShape" : "DiskIds", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param diskIds \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DiskIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiskIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "DiskId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DiskIds", "setterDocumentation" : "/**\n@param diskIds */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "diskIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDiskIds(java.util.Collection)} or {@link #withDiskIds(java.util.Collection)} if you want to override the existing values.

                  \n@param diskIds \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "diskIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "UploadBufferUsedInBytes", "c2jShape" : "long", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param uploadBufferUsedInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UploadBufferUsedInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UploadBufferUsedInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UploadBufferUsedInBytes", "setterDocumentation" : "/**\n@param uploadBufferUsedInBytes */", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "uploadBufferUsedInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param uploadBufferUsedInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "uploadBufferUsedInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "UploadBufferAllocatedInBytes", "c2jShape" : "long", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param uploadBufferAllocatedInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UploadBufferAllocatedInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UploadBufferAllocatedInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UploadBufferAllocatedInBytes", "setterDocumentation" : "/**\n@param uploadBufferAllocatedInBytes */", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "uploadBufferAllocatedInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param uploadBufferAllocatedInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "uploadBufferAllocatedInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DiskIds" : { "c2jName" : "DiskIds", "c2jShape" : "DiskIds", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param diskIds \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DiskIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiskIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "DiskId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DiskIds", "setterDocumentation" : "/**\n@param diskIds */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "diskIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDiskIds(java.util.Collection)} or {@link #withDiskIds(java.util.Collection)} if you want to override the existing values.

                  \n@param diskIds \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "diskIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UploadBufferAllocatedInBytes" : { "c2jName" : "UploadBufferAllocatedInBytes", "c2jShape" : "long", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param uploadBufferAllocatedInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UploadBufferAllocatedInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UploadBufferAllocatedInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UploadBufferAllocatedInBytes", "setterDocumentation" : "/**\n@param uploadBufferAllocatedInBytes */", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "uploadBufferAllocatedInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param uploadBufferAllocatedInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "uploadBufferAllocatedInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "UploadBufferUsedInBytes" : { "c2jName" : "UploadBufferUsedInBytes", "c2jShape" : "long", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param uploadBufferUsedInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UploadBufferUsedInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UploadBufferUsedInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UploadBufferUsedInBytes", "setterDocumentation" : "/**\n@param uploadBufferUsedInBytes */", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "uploadBufferUsedInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param uploadBufferUsedInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "uploadBufferUsedInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeUploadBufferResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeUploadBufferResult", "variableName" : "describeUploadBufferResult", "variableType" : "DescribeUploadBufferResult", "documentation" : null, "simpleType" : "DescribeUploadBufferResult", "variableSetterType" : "DescribeUploadBufferResult" }, "wrapper" : false }, "DescribeVTLDevicesRequest" : { "c2jName" : "DescribeVTLDevicesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  DescribeVTLDevicesInput

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeVTLDevices", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.DescribeVTLDevices", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VTLDeviceARNs", "c2jShape" : "VTLDeviceARNs", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param vTLDeviceARNs 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.

                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.

                  */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VTLDeviceARNs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VTLDeviceARNs", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "VTLDeviceARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "VTLDeviceARNs", "setterDocumentation" : "/**

                  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.

                  \n@param vTLDeviceARNs 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.

                  */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "vTLDeviceARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  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.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setVTLDeviceARNs(java.util.Collection)} or {@link #withVTLDeviceARNs(java.util.Collection)} if you want to override the existing values.

                  \n@param vTLDeviceARNs 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.

                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "vTLDeviceARNs", "variableType" : "java.util.List", "documentation" : "

                  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.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  An opaque string that indicates the position at which to begin describing the VTL devices.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin describing the VTL devices.

                  \n@param marker An opaque string that indicates the position at which to begin describing the VTL devices.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin describing the VTL devices.

                  \n@return An opaque string that indicates the position at which to begin describing the VTL devices.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin describing the VTL devices.

                  \n@param marker An opaque string that indicates the position at which to begin describing the VTL devices.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin describing the VTL devices.

                  \n@param marker An opaque string that indicates the position at which to begin describing the VTL devices.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  An opaque string that indicates the position at which to begin describing the VTL devices.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Limit", "c2jShape" : "PositiveIntObject", "deprecated" : false, "documentation" : "

                  Specifies that the number of VTL devices described be limited to the specified number.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Specifies that the number of VTL devices described be limited to the specified number.

                  \n@param limit Specifies that the number of VTL devices described be limited to the specified number.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Specifies that the number of VTL devices described be limited to the specified number.

                  \n@return Specifies that the number of VTL devices described be limited to the specified number.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Limit", "setterDocumentation" : "/**

                  Specifies that the number of VTL devices described be limited to the specified number.

                  \n@param limit Specifies that the number of VTL devices described be limited to the specified number.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Specifies that the number of VTL devices described be limited to the specified number.

                  \n@param limit Specifies that the number of VTL devices described be limited to the specified number.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                  Specifies that the number of VTL devices described be limited to the specified number.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Limit" : { "c2jName" : "Limit", "c2jShape" : "PositiveIntObject", "deprecated" : false, "documentation" : "

                  Specifies that the number of VTL devices described be limited to the specified number.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Specifies that the number of VTL devices described be limited to the specified number.

                  \n@param limit Specifies that the number of VTL devices described be limited to the specified number.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Specifies that the number of VTL devices described be limited to the specified number.

                  \n@return Specifies that the number of VTL devices described be limited to the specified number.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Limit", "setterDocumentation" : "/**

                  Specifies that the number of VTL devices described be limited to the specified number.

                  \n@param limit Specifies that the number of VTL devices described be limited to the specified number.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Specifies that the number of VTL devices described be limited to the specified number.

                  \n@param limit Specifies that the number of VTL devices described be limited to the specified number.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                  Specifies that the number of VTL devices described be limited to the specified number.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Marker" : { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  An opaque string that indicates the position at which to begin describing the VTL devices.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin describing the VTL devices.

                  \n@param marker An opaque string that indicates the position at which to begin describing the VTL devices.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin describing the VTL devices.

                  \n@return An opaque string that indicates the position at which to begin describing the VTL devices.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin describing the VTL devices.

                  \n@param marker An opaque string that indicates the position at which to begin describing the VTL devices.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin describing the VTL devices.

                  \n@param marker An opaque string that indicates the position at which to begin describing the VTL devices.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  An opaque string that indicates the position at which to begin describing the VTL devices.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VTLDeviceARNs" : { "c2jName" : "VTLDeviceARNs", "c2jShape" : "VTLDeviceARNs", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param vTLDeviceARNs 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.

                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.

                  */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VTLDeviceARNs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VTLDeviceARNs", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "VTLDeviceARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "VTLDeviceARNs", "setterDocumentation" : "/**

                  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.

                  \n@param vTLDeviceARNs 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.

                  */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "vTLDeviceARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  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.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setVTLDeviceARNs(java.util.Collection)} or {@link #withVTLDeviceARNs(java.util.Collection)} if you want to override the existing values.

                  \n@param vTLDeviceARNs 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.

                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "vTLDeviceARNs", "variableType" : "java.util.List", "documentation" : "

                  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.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN" ], "shapeName" : "DescribeVTLDevicesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeVTLDevicesRequest", "variableName" : "describeVTLDevicesRequest", "variableType" : "DescribeVTLDevicesRequest", "documentation" : null, "simpleType" : "DescribeVTLDevicesRequest", "variableSetterType" : "DescribeVTLDevicesRequest" }, "wrapper" : false }, "DescribeVTLDevicesResult" : { "c2jName" : "DescribeVTLDevicesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  DescribeVTLDevicesOutput

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VTLDevices", "c2jShape" : "VTLDevices", "deprecated" : false, "documentation" : "

                  An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.

                  \n@param vTLDevices An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.

                  \n@return An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VTLDevices", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VTLDevices", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "VTLDevice", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "VTLDevice", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "VTLDevice", "variableName" : "member", "variableType" : "VTLDevice", "documentation" : "", "simpleType" : "VTLDevice", "variableSetterType" : "VTLDevice" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VTLDevice", "variableName" : "member", "variableType" : "VTLDevice", "documentation" : "", "simpleType" : "VTLDevice", "variableSetterType" : "VTLDevice" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "VTLDevice", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "VTLDevice", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "VTLDevices", "setterDocumentation" : "/**

                  An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.

                  \n@param vTLDevices An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "vTLDevices", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setVTLDevices(java.util.Collection)} or {@link #withVTLDevices(java.util.Collection)} if you want to override the existing values.

                  \n@param vTLDevices An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "vTLDevices", "variableType" : "java.util.List", "documentation" : "

                  An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  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.

                  \n@param marker 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Marker" : { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  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.

                  \n@param marker 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VTLDevices" : { "c2jName" : "VTLDevices", "c2jShape" : "VTLDevices", "deprecated" : false, "documentation" : "

                  An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.

                  \n@param vTLDevices An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.

                  \n@return An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VTLDevices", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VTLDevices", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "VTLDevice", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "VTLDevice", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "VTLDevice", "variableName" : "member", "variableType" : "VTLDevice", "documentation" : "", "simpleType" : "VTLDevice", "variableSetterType" : "VTLDevice" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VTLDevice", "variableName" : "member", "variableType" : "VTLDevice", "documentation" : "", "simpleType" : "VTLDevice", "variableSetterType" : "VTLDevice" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "VTLDevice", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "VTLDevice", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "VTLDevices", "setterDocumentation" : "/**

                  An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.

                  \n@param vTLDevices An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "vTLDevices", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setVTLDevices(java.util.Collection)} or {@link #withVTLDevices(java.util.Collection)} if you want to override the existing values.

                  \n@param vTLDevices An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "vTLDevices", "variableType" : "java.util.List", "documentation" : "

                  An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeVTLDevicesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeVTLDevicesResult", "variableName" : "describeVTLDevicesResult", "variableType" : "DescribeVTLDevicesResult", "documentation" : null, "simpleType" : "DescribeVTLDevicesResult", "variableSetterType" : "DescribeVTLDevicesResult" }, "wrapper" : false }, "DescribeWorkingStorageRequest" : { "c2jName" : "DescribeWorkingStorageInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  A JSON object containing the of the gateway.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeWorkingStorage", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.DescribeWorkingStorage", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN" ], "shapeName" : "DescribeWorkingStorageRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeWorkingStorageRequest", "variableName" : "describeWorkingStorageRequest", "variableType" : "DescribeWorkingStorageRequest", "documentation" : null, "simpleType" : "DescribeWorkingStorageRequest", "variableSetterType" : "DescribeWorkingStorageRequest" }, "wrapper" : false }, "DescribeWorkingStorageResult" : { "c2jName" : "DescribeWorkingStorageOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  A JSON object containing the following fields:

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DiskIds", "c2jShape" : "DiskIds", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param diskIds 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DiskIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiskIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "DiskId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DiskIds", "setterDocumentation" : "/**

                  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.

                  \n@param diskIds 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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "diskIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  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.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDiskIds(java.util.Collection)} or {@link #withDiskIds(java.util.Collection)} if you want to override the existing values.

                  \n@param diskIds 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "diskIds", "variableType" : "java.util.List", "documentation" : "

                  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.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "WorkingStorageUsedInBytes", "c2jShape" : "long", "deprecated" : false, "documentation" : "

                  The total working storage in bytes in use by the gateway. If no working storage is configured for the gateway, this field returns 0.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The total working storage in bytes in use by the gateway. If no working storage is configured for the gateway, this field returns 0.

                  \n@param workingStorageUsedInBytes The total working storage in bytes in use by the gateway. If no working storage is configured for the gateway, this field returns 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The total working storage in bytes in use by the gateway. If no working storage is configured for the gateway, this field returns 0.

                  \n@return The total working storage in bytes in use by the gateway. If no working storage is configured for the gateway, this field returns 0.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkingStorageUsedInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkingStorageUsedInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkingStorageUsedInBytes", "setterDocumentation" : "/**

                  The total working storage in bytes in use by the gateway. If no working storage is configured for the gateway, this field returns 0.

                  \n@param workingStorageUsedInBytes The total working storage in bytes in use by the gateway. If no working storage is configured for the gateway, this field returns 0.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "workingStorageUsedInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The total working storage in bytes in use by the gateway. If no working storage is configured for the gateway, this field returns 0.

                  \n@param workingStorageUsedInBytes The total working storage in bytes in use by the gateway. If no working storage is configured for the gateway, this field returns 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "workingStorageUsedInBytes", "variableType" : "Long", "documentation" : "

                  The total working storage in bytes in use by the gateway. If no working storage is configured for the gateway, this field returns 0.

                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "WorkingStorageAllocatedInBytes", "c2jShape" : "long", "deprecated" : false, "documentation" : "

                  The total working storage in bytes allocated for the gateway. If no working storage is configured for the gateway, this field returns 0.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The total working storage in bytes allocated for the gateway. If no working storage is configured for the gateway, this field returns 0.

                  \n@param workingStorageAllocatedInBytes The total working storage in bytes allocated for the gateway. If no working storage is configured for the gateway, this field returns 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The total working storage in bytes allocated for the gateway. If no working storage is configured for the gateway, this field returns 0.

                  \n@return The total working storage in bytes allocated for the gateway. If no working storage is configured for the gateway, this field returns 0.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkingStorageAllocatedInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkingStorageAllocatedInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkingStorageAllocatedInBytes", "setterDocumentation" : "/**

                  The total working storage in bytes allocated for the gateway. If no working storage is configured for the gateway, this field returns 0.

                  \n@param workingStorageAllocatedInBytes The total working storage in bytes allocated for the gateway. If no working storage is configured for the gateway, this field returns 0.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "workingStorageAllocatedInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The total working storage in bytes allocated for the gateway. If no working storage is configured for the gateway, this field returns 0.

                  \n@param workingStorageAllocatedInBytes The total working storage in bytes allocated for the gateway. If no working storage is configured for the gateway, this field returns 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "workingStorageAllocatedInBytes", "variableType" : "Long", "documentation" : "

                  The total working storage in bytes allocated for the gateway. If no working storage is configured for the gateway, this field returns 0.

                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DiskIds" : { "c2jName" : "DiskIds", "c2jShape" : "DiskIds", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param diskIds 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DiskIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiskIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "DiskId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DiskIds", "setterDocumentation" : "/**

                  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.

                  \n@param diskIds 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.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "diskIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  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.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDiskIds(java.util.Collection)} or {@link #withDiskIds(java.util.Collection)} if you want to override the existing values.

                  \n@param diskIds 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "diskIds", "variableType" : "java.util.List", "documentation" : "

                  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.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "WorkingStorageAllocatedInBytes" : { "c2jName" : "WorkingStorageAllocatedInBytes", "c2jShape" : "long", "deprecated" : false, "documentation" : "

                  The total working storage in bytes allocated for the gateway. If no working storage is configured for the gateway, this field returns 0.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The total working storage in bytes allocated for the gateway. If no working storage is configured for the gateway, this field returns 0.

                  \n@param workingStorageAllocatedInBytes The total working storage in bytes allocated for the gateway. If no working storage is configured for the gateway, this field returns 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The total working storage in bytes allocated for the gateway. If no working storage is configured for the gateway, this field returns 0.

                  \n@return The total working storage in bytes allocated for the gateway. If no working storage is configured for the gateway, this field returns 0.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkingStorageAllocatedInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkingStorageAllocatedInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkingStorageAllocatedInBytes", "setterDocumentation" : "/**

                  The total working storage in bytes allocated for the gateway. If no working storage is configured for the gateway, this field returns 0.

                  \n@param workingStorageAllocatedInBytes The total working storage in bytes allocated for the gateway. If no working storage is configured for the gateway, this field returns 0.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "workingStorageAllocatedInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The total working storage in bytes allocated for the gateway. If no working storage is configured for the gateway, this field returns 0.

                  \n@param workingStorageAllocatedInBytes The total working storage in bytes allocated for the gateway. If no working storage is configured for the gateway, this field returns 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "workingStorageAllocatedInBytes", "variableType" : "Long", "documentation" : "

                  The total working storage in bytes allocated for the gateway. If no working storage is configured for the gateway, this field returns 0.

                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "WorkingStorageUsedInBytes" : { "c2jName" : "WorkingStorageUsedInBytes", "c2jShape" : "long", "deprecated" : false, "documentation" : "

                  The total working storage in bytes in use by the gateway. If no working storage is configured for the gateway, this field returns 0.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The total working storage in bytes in use by the gateway. If no working storage is configured for the gateway, this field returns 0.

                  \n@param workingStorageUsedInBytes The total working storage in bytes in use by the gateway. If no working storage is configured for the gateway, this field returns 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The total working storage in bytes in use by the gateway. If no working storage is configured for the gateway, this field returns 0.

                  \n@return The total working storage in bytes in use by the gateway. If no working storage is configured for the gateway, this field returns 0.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkingStorageUsedInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkingStorageUsedInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkingStorageUsedInBytes", "setterDocumentation" : "/**

                  The total working storage in bytes in use by the gateway. If no working storage is configured for the gateway, this field returns 0.

                  \n@param workingStorageUsedInBytes The total working storage in bytes in use by the gateway. If no working storage is configured for the gateway, this field returns 0.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "workingStorageUsedInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The total working storage in bytes in use by the gateway. If no working storage is configured for the gateway, this field returns 0.

                  \n@param workingStorageUsedInBytes The total working storage in bytes in use by the gateway. If no working storage is configured for the gateway, this field returns 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "workingStorageUsedInBytes", "variableType" : "Long", "documentation" : "

                  The total working storage in bytes in use by the gateway. If no working storage is configured for the gateway, this field returns 0.

                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeWorkingStorageResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeWorkingStorageResult", "variableName" : "describeWorkingStorageResult", "variableType" : "DescribeWorkingStorageResult", "documentation" : null, "simpleType" : "DescribeWorkingStorageResult", "variableSetterType" : "DescribeWorkingStorageResult" }, "wrapper" : false }, "DeviceiSCSIAttributes" : { "c2jName" : "DeviceiSCSIAttributes", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Lists iSCSI information about a VTL device.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TargetARN", "c2jShape" : "TargetARN", "deprecated" : false, "documentation" : "

                  Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.

                  \n@param targetARN Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.

                  \n@return Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetARN", "setterDocumentation" : "/**

                  Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.

                  \n@param targetARN Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.

                  \n@param targetARN Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "

                  Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NetworkInterfaceId", "c2jShape" : "NetworkInterfaceId", "deprecated" : false, "documentation" : "

                  The network interface identifier of the VTL device.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The network interface identifier of the VTL device.

                  \n@param networkInterfaceId The network interface identifier of the VTL device.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The network interface identifier of the VTL device.

                  \n@return The network interface identifier of the VTL device.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NetworkInterfaceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NetworkInterfaceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NetworkInterfaceId", "setterDocumentation" : "/**

                  The network interface identifier of the VTL device.

                  \n@param networkInterfaceId The network interface identifier of the VTL device.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "networkInterfaceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The network interface identifier of the VTL device.

                  \n@param networkInterfaceId The network interface identifier of the VTL device.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "networkInterfaceId", "variableType" : "String", "documentation" : "

                  The network interface identifier of the VTL device.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NetworkInterfacePort", "c2jShape" : "integer", "deprecated" : false, "documentation" : "

                  The port used to communicate with iSCSI VTL device targets.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The port used to communicate with iSCSI VTL device targets.

                  \n@param networkInterfacePort The port used to communicate with iSCSI VTL device targets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The port used to communicate with iSCSI VTL device targets.

                  \n@return The port used to communicate with iSCSI VTL device targets.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NetworkInterfacePort", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NetworkInterfacePort", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NetworkInterfacePort", "setterDocumentation" : "/**

                  The port used to communicate with iSCSI VTL device targets.

                  \n@param networkInterfacePort The port used to communicate with iSCSI VTL device targets.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "networkInterfacePort", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The port used to communicate with iSCSI VTL device targets.

                  \n@param networkInterfacePort The port used to communicate with iSCSI VTL device targets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "networkInterfacePort", "variableType" : "Integer", "documentation" : "

                  The port used to communicate with iSCSI VTL device targets.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ChapEnabled", "c2jShape" : "boolean", "deprecated" : false, "documentation" : "

                  Indicates whether mutual CHAP is enabled for the iSCSI target.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Indicates whether mutual CHAP is enabled for the iSCSI target.

                  \n@param chapEnabled Indicates whether mutual CHAP is enabled for the iSCSI target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Indicates whether mutual CHAP is enabled for the iSCSI target.

                  \n@return Indicates whether mutual CHAP is enabled for the iSCSI target.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChapEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChapEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChapEnabled", "setterDocumentation" : "/**

                  Indicates whether mutual CHAP is enabled for the iSCSI target.

                  \n@param chapEnabled Indicates whether mutual CHAP is enabled for the iSCSI target.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "chapEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Indicates whether mutual CHAP is enabled for the iSCSI target.

                  \n@param chapEnabled Indicates whether mutual CHAP is enabled for the iSCSI target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "chapEnabled", "variableType" : "Boolean", "documentation" : "

                  Indicates whether mutual CHAP is enabled for the iSCSI target.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChapEnabled" : { "c2jName" : "ChapEnabled", "c2jShape" : "boolean", "deprecated" : false, "documentation" : "

                  Indicates whether mutual CHAP is enabled for the iSCSI target.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Indicates whether mutual CHAP is enabled for the iSCSI target.

                  \n@param chapEnabled Indicates whether mutual CHAP is enabled for the iSCSI target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Indicates whether mutual CHAP is enabled for the iSCSI target.

                  \n@return Indicates whether mutual CHAP is enabled for the iSCSI target.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChapEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChapEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChapEnabled", "setterDocumentation" : "/**

                  Indicates whether mutual CHAP is enabled for the iSCSI target.

                  \n@param chapEnabled Indicates whether mutual CHAP is enabled for the iSCSI target.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "chapEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Indicates whether mutual CHAP is enabled for the iSCSI target.

                  \n@param chapEnabled Indicates whether mutual CHAP is enabled for the iSCSI target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "chapEnabled", "variableType" : "Boolean", "documentation" : "

                  Indicates whether mutual CHAP is enabled for the iSCSI target.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "NetworkInterfaceId" : { "c2jName" : "NetworkInterfaceId", "c2jShape" : "NetworkInterfaceId", "deprecated" : false, "documentation" : "

                  The network interface identifier of the VTL device.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The network interface identifier of the VTL device.

                  \n@param networkInterfaceId The network interface identifier of the VTL device.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The network interface identifier of the VTL device.

                  \n@return The network interface identifier of the VTL device.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NetworkInterfaceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NetworkInterfaceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NetworkInterfaceId", "setterDocumentation" : "/**

                  The network interface identifier of the VTL device.

                  \n@param networkInterfaceId The network interface identifier of the VTL device.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "networkInterfaceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The network interface identifier of the VTL device.

                  \n@param networkInterfaceId The network interface identifier of the VTL device.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "networkInterfaceId", "variableType" : "String", "documentation" : "

                  The network interface identifier of the VTL device.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NetworkInterfacePort" : { "c2jName" : "NetworkInterfacePort", "c2jShape" : "integer", "deprecated" : false, "documentation" : "

                  The port used to communicate with iSCSI VTL device targets.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The port used to communicate with iSCSI VTL device targets.

                  \n@param networkInterfacePort The port used to communicate with iSCSI VTL device targets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The port used to communicate with iSCSI VTL device targets.

                  \n@return The port used to communicate with iSCSI VTL device targets.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NetworkInterfacePort", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NetworkInterfacePort", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NetworkInterfacePort", "setterDocumentation" : "/**

                  The port used to communicate with iSCSI VTL device targets.

                  \n@param networkInterfacePort The port used to communicate with iSCSI VTL device targets.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "networkInterfacePort", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The port used to communicate with iSCSI VTL device targets.

                  \n@param networkInterfacePort The port used to communicate with iSCSI VTL device targets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "networkInterfacePort", "variableType" : "Integer", "documentation" : "

                  The port used to communicate with iSCSI VTL device targets.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "TargetARN" : { "c2jName" : "TargetARN", "c2jShape" : "TargetARN", "deprecated" : false, "documentation" : "

                  Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.

                  \n@param targetARN Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.

                  \n@return Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetARN", "setterDocumentation" : "/**

                  Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.

                  \n@param targetARN Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.

                  \n@param targetARN Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "

                  Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DeviceiSCSIAttributes", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeviceiSCSIAttributes", "variableName" : "deviceiSCSIAttributes", "variableType" : "DeviceiSCSIAttributes", "documentation" : null, "simpleType" : "DeviceiSCSIAttributes", "variableSetterType" : "DeviceiSCSIAttributes" }, "wrapper" : false }, "DisableGatewayRequest" : { "c2jName" : "DisableGatewayInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  DisableGatewayInput

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DisableGateway", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.DisableGateway", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN" ], "shapeName" : "DisableGatewayRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DisableGatewayRequest", "variableName" : "disableGatewayRequest", "variableType" : "DisableGatewayRequest", "documentation" : null, "simpleType" : "DisableGatewayRequest", "variableSetterType" : "DisableGatewayRequest" }, "wrapper" : false }, "DisableGatewayResult" : { "c2jName" : "DisableGatewayOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  DisableGatewayOutput

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "

                  The unique Amazon Resource Name of the disabled gateway.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The unique Amazon Resource Name of the disabled gateway.

                  \n@param gatewayARN The unique Amazon Resource Name of the disabled gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The unique Amazon Resource Name of the disabled gateway.

                  \n@return The unique Amazon Resource Name of the disabled gateway.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**

                  The unique Amazon Resource Name of the disabled gateway.

                  \n@param gatewayARN The unique Amazon Resource Name of the disabled gateway.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The unique Amazon Resource Name of the disabled gateway.

                  \n@param gatewayARN The unique Amazon Resource Name of the disabled gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "

                  The unique Amazon Resource Name of the disabled gateway.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "

                  The unique Amazon Resource Name of the disabled gateway.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The unique Amazon Resource Name of the disabled gateway.

                  \n@param gatewayARN The unique Amazon Resource Name of the disabled gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The unique Amazon Resource Name of the disabled gateway.

                  \n@return The unique Amazon Resource Name of the disabled gateway.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**

                  The unique Amazon Resource Name of the disabled gateway.

                  \n@param gatewayARN The unique Amazon Resource Name of the disabled gateway.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The unique Amazon Resource Name of the disabled gateway.

                  \n@param gatewayARN The unique Amazon Resource Name of the disabled gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "

                  The unique Amazon Resource Name of the disabled gateway.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DisableGatewayResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DisableGatewayResult", "variableName" : "disableGatewayResult", "variableType" : "DisableGatewayResult", "documentation" : null, "simpleType" : "DisableGatewayResult", "variableSetterType" : "DisableGatewayResult" }, "wrapper" : false }, "Disk" : { "c2jName" : "Disk", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DiskId", "c2jShape" : "DiskId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param diskId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DiskId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiskId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DiskId", "setterDocumentation" : "/**\n@param diskId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "diskId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param diskId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "diskId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DiskPath", "c2jShape" : "string", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param diskPath \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DiskPath", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiskPath", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DiskPath", "setterDocumentation" : "/**\n@param diskPath */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "diskPath", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param diskPath \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "diskPath", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DiskNode", "c2jShape" : "string", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param diskNode \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DiskNode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiskNode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DiskNode", "setterDocumentation" : "/**\n@param diskNode */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "diskNode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param diskNode \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "diskNode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DiskStatus", "c2jShape" : "string", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param diskStatus \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DiskStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiskStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DiskStatus", "setterDocumentation" : "/**\n@param diskStatus */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "diskStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param diskStatus \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "diskStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DiskSizeInBytes", "c2jShape" : "long", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param diskSizeInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DiskSizeInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiskSizeInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DiskSizeInBytes", "setterDocumentation" : "/**\n@param diskSizeInBytes */", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "diskSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param diskSizeInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "diskSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DiskAllocationType", "c2jShape" : "DiskAllocationType", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param diskAllocationType \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DiskAllocationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiskAllocationType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DiskAllocationType", "setterDocumentation" : "/**\n@param diskAllocationType */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "diskAllocationType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param diskAllocationType \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "diskAllocationType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DiskAllocationResource", "c2jShape" : "string", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param diskAllocationResource \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DiskAllocationResource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiskAllocationResource", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DiskAllocationResource", "setterDocumentation" : "/**\n@param diskAllocationResource */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "diskAllocationResource", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param diskAllocationResource \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "diskAllocationResource", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DiskAllocationResource" : { "c2jName" : "DiskAllocationResource", "c2jShape" : "string", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param diskAllocationResource \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DiskAllocationResource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiskAllocationResource", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DiskAllocationResource", "setterDocumentation" : "/**\n@param diskAllocationResource */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "diskAllocationResource", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param diskAllocationResource \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "diskAllocationResource", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DiskAllocationType" : { "c2jName" : "DiskAllocationType", "c2jShape" : "DiskAllocationType", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param diskAllocationType \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DiskAllocationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiskAllocationType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DiskAllocationType", "setterDocumentation" : "/**\n@param diskAllocationType */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "diskAllocationType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param diskAllocationType \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "diskAllocationType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DiskId" : { "c2jName" : "DiskId", "c2jShape" : "DiskId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param diskId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DiskId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiskId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DiskId", "setterDocumentation" : "/**\n@param diskId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "diskId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param diskId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "diskId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DiskNode" : { "c2jName" : "DiskNode", "c2jShape" : "string", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param diskNode \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DiskNode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiskNode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DiskNode", "setterDocumentation" : "/**\n@param diskNode */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "diskNode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param diskNode \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "diskNode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DiskPath" : { "c2jName" : "DiskPath", "c2jShape" : "string", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param diskPath \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DiskPath", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiskPath", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DiskPath", "setterDocumentation" : "/**\n@param diskPath */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "diskPath", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param diskPath \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "diskPath", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DiskSizeInBytes" : { "c2jName" : "DiskSizeInBytes", "c2jShape" : "long", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param diskSizeInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DiskSizeInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiskSizeInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DiskSizeInBytes", "setterDocumentation" : "/**\n@param diskSizeInBytes */", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "diskSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param diskSizeInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "diskSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "DiskStatus" : { "c2jName" : "DiskStatus", "c2jShape" : "string", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param diskStatus \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DiskStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DiskStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DiskStatus", "setterDocumentation" : "/**\n@param diskStatus */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "diskStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param diskStatus \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "diskStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "Disk", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Disk", "variableName" : "disk", "variableType" : "Disk", "documentation" : null, "simpleType" : "Disk", "variableSetterType" : "Disk" }, "wrapper" : false }, "GatewayInfo" : { "c2jName" : "GatewayInfo", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Describes a gateway object.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GatewayId", "c2jShape" : "GatewayId", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param gatewayId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayId", "setterDocumentation" : "/**

                  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.

                  \n@param gatewayId 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param gatewayId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayId", "variableType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

                  \n@param gatewayARN The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

                  \n@return The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

                  \n@param gatewayARN The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

                  \n@param gatewayARN The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GatewayType", "c2jShape" : "GatewayType", "deprecated" : false, "documentation" : "

                  The type of the gateway.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The type of the gateway.

                  \n@param gatewayType The type of the gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The type of the gateway.

                  \n@return The type of the gateway.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayType", "setterDocumentation" : "/**

                  The type of the gateway.

                  \n@param gatewayType The type of the gateway.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The type of the gateway.

                  \n@param gatewayType The type of the gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayType", "variableType" : "String", "documentation" : "

                  The type of the gateway.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GatewayOperationalState", "c2jShape" : "GatewayOperationalState", "deprecated" : false, "documentation" : "

                  The state of the gateway.

                  Valid Values: DISABLED or ACTIVE

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The state of the gateway.

                  Valid Values: DISABLED or ACTIVE

                  \n@param gatewayOperationalState The state of the gateway.

                  Valid Values: DISABLED or ACTIVE\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The state of the gateway.

                  Valid Values: DISABLED or ACTIVE

                  \n@return The state of the gateway.

                  Valid Values: DISABLED or ACTIVE*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayOperationalState", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayOperationalState", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayOperationalState", "setterDocumentation" : "/**

                  The state of the gateway.

                  Valid Values: DISABLED or ACTIVE

                  \n@param gatewayOperationalState The state of the gateway.

                  Valid Values: DISABLED or ACTIVE*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayOperationalState", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The state of the gateway.

                  Valid Values: DISABLED or ACTIVE

                  \n@param gatewayOperationalState The state of the gateway.

                  Valid Values: DISABLED or ACTIVE\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayOperationalState", "variableType" : "String", "documentation" : "

                  The state of the gateway.

                  Valid Values: DISABLED or ACTIVE

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GatewayName", "c2jShape" : "string", "deprecated" : false, "documentation" : "

                  The name of the gateway.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the gateway.

                  \n@param gatewayName The name of the gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The name of the gateway.

                  \n@return The name of the gateway.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayName", "setterDocumentation" : "/**

                  The name of the gateway.

                  \n@param gatewayName The name of the gateway.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the gateway.

                  \n@param gatewayName The name of the gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayName", "variableType" : "String", "documentation" : "

                  The name of the gateway.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

                  \n@param gatewayARN The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

                  \n@return The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

                  \n@param gatewayARN The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

                  \n@param gatewayARN The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "GatewayId" : { "c2jName" : "GatewayId", "c2jShape" : "GatewayId", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param gatewayId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayId", "setterDocumentation" : "/**

                  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.

                  \n@param gatewayId 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param gatewayId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayId", "variableType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "GatewayName" : { "c2jName" : "GatewayName", "c2jShape" : "string", "deprecated" : false, "documentation" : "

                  The name of the gateway.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the gateway.

                  \n@param gatewayName The name of the gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The name of the gateway.

                  \n@return The name of the gateway.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayName", "setterDocumentation" : "/**

                  The name of the gateway.

                  \n@param gatewayName The name of the gateway.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the gateway.

                  \n@param gatewayName The name of the gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayName", "variableType" : "String", "documentation" : "

                  The name of the gateway.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "GatewayOperationalState" : { "c2jName" : "GatewayOperationalState", "c2jShape" : "GatewayOperationalState", "deprecated" : false, "documentation" : "

                  The state of the gateway.

                  Valid Values: DISABLED or ACTIVE

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The state of the gateway.

                  Valid Values: DISABLED or ACTIVE

                  \n@param gatewayOperationalState The state of the gateway.

                  Valid Values: DISABLED or ACTIVE\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The state of the gateway.

                  Valid Values: DISABLED or ACTIVE

                  \n@return The state of the gateway.

                  Valid Values: DISABLED or ACTIVE*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayOperationalState", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayOperationalState", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayOperationalState", "setterDocumentation" : "/**

                  The state of the gateway.

                  Valid Values: DISABLED or ACTIVE

                  \n@param gatewayOperationalState The state of the gateway.

                  Valid Values: DISABLED or ACTIVE*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayOperationalState", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The state of the gateway.

                  Valid Values: DISABLED or ACTIVE

                  \n@param gatewayOperationalState The state of the gateway.

                  Valid Values: DISABLED or ACTIVE\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayOperationalState", "variableType" : "String", "documentation" : "

                  The state of the gateway.

                  Valid Values: DISABLED or ACTIVE

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "GatewayType" : { "c2jName" : "GatewayType", "c2jShape" : "GatewayType", "deprecated" : false, "documentation" : "

                  The type of the gateway.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The type of the gateway.

                  \n@param gatewayType The type of the gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The type of the gateway.

                  \n@return The type of the gateway.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayType", "setterDocumentation" : "/**

                  The type of the gateway.

                  \n@param gatewayType The type of the gateway.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The type of the gateway.

                  \n@param gatewayType The type of the gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayType", "variableType" : "String", "documentation" : "

                  The type of the gateway.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "GatewayInfo", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GatewayInfo", "variableName" : "gatewayInfo", "variableType" : "GatewayInfo", "documentation" : null, "simpleType" : "GatewayInfo", "variableSetterType" : "GatewayInfo" }, "wrapper" : false }, "InternalServerErrorException" : { "c2jName" : "InternalServerError", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  An internal server error has occurred during the request. For more information, see the error and message fields.

                  ", "enums" : null, "errorCode" : "InternalServerError", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "InternalServerErrorException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InternalServerErrorException", "variableName" : "internalServerErrorException", "variableType" : "InternalServerErrorException", "documentation" : null, "simpleType" : "InternalServerErrorException", "variableSetterType" : "InternalServerErrorException" }, "wrapper" : false }, "InvalidGatewayRequestException" : { "c2jName" : "InvalidGatewayRequestException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  An exception occurred because an invalid gateway request was issued to the service. For more information, see the error and message fields.

                  ", "enums" : null, "errorCode" : "InvalidGatewayRequestException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "InvalidGatewayRequestException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidGatewayRequestException", "variableName" : "invalidGatewayRequestException", "variableType" : "InvalidGatewayRequestException", "documentation" : null, "simpleType" : "InvalidGatewayRequestException", "variableSetterType" : "InvalidGatewayRequestException" }, "wrapper" : false }, "ListGatewaysRequest" : { "c2jName" : "ListGatewaysInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListGateways", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.ListGateways", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  An opaque string that indicates the position at which to begin the returned list of gateways.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin the returned list of gateways.

                  \n@param marker An opaque string that indicates the position at which to begin the returned list of gateways.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin the returned list of gateways.

                  \n@return An opaque string that indicates the position at which to begin the returned list of gateways.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin the returned list of gateways.

                  \n@param marker An opaque string that indicates the position at which to begin the returned list of gateways.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin the returned list of gateways.

                  \n@param marker An opaque string that indicates the position at which to begin the returned list of gateways.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  An opaque string that indicates the position at which to begin the returned list of gateways.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Limit", "c2jShape" : "PositiveIntObject", "deprecated" : false, "documentation" : "

                  Specifies that the list of gateways returned be limited to the specified number of items.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Specifies that the list of gateways returned be limited to the specified number of items.

                  \n@param limit Specifies that the list of gateways returned be limited to the specified number of items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Specifies that the list of gateways returned be limited to the specified number of items.

                  \n@return Specifies that the list of gateways returned be limited to the specified number of items.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Limit", "setterDocumentation" : "/**

                  Specifies that the list of gateways returned be limited to the specified number of items.

                  \n@param limit Specifies that the list of gateways returned be limited to the specified number of items.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Specifies that the list of gateways returned be limited to the specified number of items.

                  \n@param limit Specifies that the list of gateways returned be limited to the specified number of items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                  Specifies that the list of gateways returned be limited to the specified number of items.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Limit" : { "c2jName" : "Limit", "c2jShape" : "PositiveIntObject", "deprecated" : false, "documentation" : "

                  Specifies that the list of gateways returned be limited to the specified number of items.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Specifies that the list of gateways returned be limited to the specified number of items.

                  \n@param limit Specifies that the list of gateways returned be limited to the specified number of items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Specifies that the list of gateways returned be limited to the specified number of items.

                  \n@return Specifies that the list of gateways returned be limited to the specified number of items.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Limit", "setterDocumentation" : "/**

                  Specifies that the list of gateways returned be limited to the specified number of items.

                  \n@param limit Specifies that the list of gateways returned be limited to the specified number of items.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Specifies that the list of gateways returned be limited to the specified number of items.

                  \n@param limit Specifies that the list of gateways returned be limited to the specified number of items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                  Specifies that the list of gateways returned be limited to the specified number of items.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Marker" : { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  An opaque string that indicates the position at which to begin the returned list of gateways.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin the returned list of gateways.

                  \n@param marker An opaque string that indicates the position at which to begin the returned list of gateways.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin the returned list of gateways.

                  \n@return An opaque string that indicates the position at which to begin the returned list of gateways.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin the returned list of gateways.

                  \n@param marker An opaque string that indicates the position at which to begin the returned list of gateways.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin the returned list of gateways.

                  \n@param marker An opaque string that indicates the position at which to begin the returned list of gateways.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  An opaque string that indicates the position at which to begin the returned list of gateways.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListGatewaysRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListGatewaysRequest", "variableName" : "listGatewaysRequest", "variableType" : "ListGatewaysRequest", "documentation" : null, "simpleType" : "ListGatewaysRequest", "variableSetterType" : "ListGatewaysRequest" }, "wrapper" : false }, "ListGatewaysResult" : { "c2jName" : "ListGatewaysOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Gateways", "c2jShape" : "Gateways", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gateways \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Gateways", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Gateways", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "GatewayInfo", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "GatewayInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "GatewayInfo", "variableName" : "member", "variableType" : "GatewayInfo", "documentation" : "", "simpleType" : "GatewayInfo", "variableSetterType" : "GatewayInfo" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "GatewayInfo", "variableName" : "member", "variableType" : "GatewayInfo", "documentation" : "", "simpleType" : "GatewayInfo", "variableSetterType" : "GatewayInfo" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "GatewayInfo", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "GatewayInfo", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Gateways", "setterDocumentation" : "/**\n@param gateways */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "gateways", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setGateways(java.util.Collection)} or {@link #withGateways(java.util.Collection)} if you want to override the existing values.

                  \n@param gateways \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "gateways", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param marker \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**\n@param marker */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param marker \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Gateways" : { "c2jName" : "Gateways", "c2jShape" : "Gateways", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gateways \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Gateways", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Gateways", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "GatewayInfo", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "GatewayInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "GatewayInfo", "variableName" : "member", "variableType" : "GatewayInfo", "documentation" : "", "simpleType" : "GatewayInfo", "variableSetterType" : "GatewayInfo" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "GatewayInfo", "variableName" : "member", "variableType" : "GatewayInfo", "documentation" : "", "simpleType" : "GatewayInfo", "variableSetterType" : "GatewayInfo" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "GatewayInfo", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "GatewayInfo", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Gateways", "setterDocumentation" : "/**\n@param gateways */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "gateways", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setGateways(java.util.Collection)} or {@link #withGateways(java.util.Collection)} if you want to override the existing values.

                  \n@param gateways \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "gateways", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Marker" : { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param marker \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**\n@param marker */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param marker \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListGatewaysResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListGatewaysResult", "variableName" : "listGatewaysResult", "variableType" : "ListGatewaysResult", "documentation" : null, "simpleType" : "ListGatewaysResult", "variableSetterType" : "ListGatewaysResult" }, "wrapper" : false }, "ListLocalDisksRequest" : { "c2jName" : "ListLocalDisksInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  A JSON object containing the of the gateway.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListLocalDisks", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.ListLocalDisks", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN" ], "shapeName" : "ListLocalDisksRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListLocalDisksRequest", "variableName" : "listLocalDisksRequest", "variableType" : "ListLocalDisksRequest", "documentation" : null, "simpleType" : "ListLocalDisksRequest", "variableSetterType" : "ListLocalDisksRequest" }, "wrapper" : false }, "ListLocalDisksResult" : { "c2jName" : "ListLocalDisksOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Disks", "c2jShape" : "Disks", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param disks \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Disks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Disks", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Disk", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Disk", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Disk", "variableName" : "member", "variableType" : "Disk", "documentation" : "", "simpleType" : "Disk", "variableSetterType" : "Disk" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Disk", "variableName" : "member", "variableType" : "Disk", "documentation" : "", "simpleType" : "Disk", "variableSetterType" : "Disk" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Disk", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Disk", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Disks", "setterDocumentation" : "/**\n@param disks */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "disks", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDisks(java.util.Collection)} or {@link #withDisks(java.util.Collection)} if you want to override the existing values.

                  \n@param disks \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "disks", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Disks" : { "c2jName" : "Disks", "c2jShape" : "Disks", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param disks \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Disks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Disks", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Disk", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Disk", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Disk", "variableName" : "member", "variableType" : "Disk", "documentation" : "", "simpleType" : "Disk", "variableSetterType" : "Disk" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Disk", "variableName" : "member", "variableType" : "Disk", "documentation" : "", "simpleType" : "Disk", "variableSetterType" : "Disk" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Disk", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Disk", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Disks", "setterDocumentation" : "/**\n@param disks */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "disks", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDisks(java.util.Collection)} or {@link #withDisks(java.util.Collection)} if you want to override the existing values.

                  \n@param disks \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "disks", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListLocalDisksResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListLocalDisksResult", "variableName" : "listLocalDisksResult", "variableType" : "ListLocalDisksResult", "documentation" : null, "simpleType" : "ListLocalDisksResult", "variableSetterType" : "ListLocalDisksResult" }, "wrapper" : false }, "ListTagsForResourceRequest" : { "c2jName" : "ListTagsForResourceInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  ListTagsForResourceInput

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListTagsForResource", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.ListTagsForResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the resource for which you want to list tags.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource for which you want to list tags.

                  \n@param resourceARN The Amazon Resource Name (ARN) of the resource for which you want to list tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource for which you want to list tags.

                  \n@return The Amazon Resource Name (ARN) of the resource for which you want to list tags.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource for which you want to list tags.

                  \n@param resourceARN The Amazon Resource Name (ARN) of the resource for which you want to list tags.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource for which you want to list tags.

                  \n@param resourceARN The Amazon Resource Name (ARN) of the resource for which you want to list tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the resource for which you want to list tags.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  An opaque string that indicates the position at which to begin returning the list of tags.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin returning the list of tags.

                  \n@param marker An opaque string that indicates the position at which to begin returning the list of tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin returning the list of tags.

                  \n@return An opaque string that indicates the position at which to begin returning the list of tags.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin returning the list of tags.

                  \n@param marker An opaque string that indicates the position at which to begin returning the list of tags.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin returning the list of tags.

                  \n@param marker An opaque string that indicates the position at which to begin returning the list of tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  An opaque string that indicates the position at which to begin returning the list of tags.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Limit", "c2jShape" : "PositiveIntObject", "deprecated" : false, "documentation" : "

                  Specifies that the list of tags returned be limited to the specified number of items.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Specifies that the list of tags returned be limited to the specified number of items.

                  \n@param limit Specifies that the list of tags returned be limited to the specified number of items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Specifies that the list of tags returned be limited to the specified number of items.

                  \n@return Specifies that the list of tags returned be limited to the specified number of items.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Limit", "setterDocumentation" : "/**

                  Specifies that the list of tags returned be limited to the specified number of items.

                  \n@param limit Specifies that the list of tags returned be limited to the specified number of items.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Specifies that the list of tags returned be limited to the specified number of items.

                  \n@param limit Specifies that the list of tags returned be limited to the specified number of items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                  Specifies that the list of tags returned be limited to the specified number of items.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Limit" : { "c2jName" : "Limit", "c2jShape" : "PositiveIntObject", "deprecated" : false, "documentation" : "

                  Specifies that the list of tags returned be limited to the specified number of items.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Specifies that the list of tags returned be limited to the specified number of items.

                  \n@param limit Specifies that the list of tags returned be limited to the specified number of items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Specifies that the list of tags returned be limited to the specified number of items.

                  \n@return Specifies that the list of tags returned be limited to the specified number of items.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Limit", "setterDocumentation" : "/**

                  Specifies that the list of tags returned be limited to the specified number of items.

                  \n@param limit Specifies that the list of tags returned be limited to the specified number of items.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Specifies that the list of tags returned be limited to the specified number of items.

                  \n@param limit Specifies that the list of tags returned be limited to the specified number of items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                  Specifies that the list of tags returned be limited to the specified number of items.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Marker" : { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  An opaque string that indicates the position at which to begin returning the list of tags.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin returning the list of tags.

                  \n@param marker An opaque string that indicates the position at which to begin returning the list of tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin returning the list of tags.

                  \n@return An opaque string that indicates the position at which to begin returning the list of tags.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin returning the list of tags.

                  \n@param marker An opaque string that indicates the position at which to begin returning the list of tags.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  An opaque string that indicates the position at which to begin returning the list of tags.

                  \n@param marker An opaque string that indicates the position at which to begin returning the list of tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  An opaque string that indicates the position at which to begin returning the list of tags.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceARN" : { "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the resource for which you want to list tags.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource for which you want to list tags.

                  \n@param resourceARN The Amazon Resource Name (ARN) of the resource for which you want to list tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource for which you want to list tags.

                  \n@return The Amazon Resource Name (ARN) of the resource for which you want to list tags.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource for which you want to list tags.

                  \n@param resourceARN The Amazon Resource Name (ARN) of the resource for which you want to list tags.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource for which you want to list tags.

                  \n@param resourceARN The Amazon Resource Name (ARN) of the resource for which you want to list tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the resource for which you want to list tags.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "ResourceARN" ], "shapeName" : "ListTagsForResourceRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTagsForResourceRequest", "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "documentation" : null, "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "wrapper" : false }, "ListTagsForResourceResult" : { "c2jName" : "ListTagsForResourceOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  ListTagsForResourceOutput

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "deprecated" : false, "documentation" : "

                  he Amazon Resource Name (ARN) of the resource for which you want to list tags.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  he Amazon Resource Name (ARN) of the resource for which you want to list tags.

                  \n@param resourceARN he Amazon Resource Name (ARN) of the resource for which you want to list tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  he Amazon Resource Name (ARN) of the resource for which you want to list tags.

                  \n@return he Amazon Resource Name (ARN) of the resource for which you want to list tags.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceARN", "setterDocumentation" : "/**

                  he Amazon Resource Name (ARN) of the resource for which you want to list tags.

                  \n@param resourceARN he Amazon Resource Name (ARN) of the resource for which you want to list tags.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  he Amazon Resource Name (ARN) of the resource for which you want to list tags.

                  \n@param resourceARN he Amazon Resource Name (ARN) of the resource for which you want to list tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                  he Amazon Resource Name (ARN) of the resource for which you want to list tags.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  An opaque string that indicates the position at which to stop returning the list of tags.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An opaque string that indicates the position at which to stop returning the list of tags.

                  \n@param marker An opaque string that indicates the position at which to stop returning the list of tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An opaque string that indicates the position at which to stop returning the list of tags.

                  \n@return An opaque string that indicates the position at which to stop returning the list of tags.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  An opaque string that indicates the position at which to stop returning the list of tags.

                  \n@param marker An opaque string that indicates the position at which to stop returning the list of tags.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  An opaque string that indicates the position at which to stop returning the list of tags.

                  \n@param marker An opaque string that indicates the position at which to stop returning the list of tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  An opaque string that indicates the position at which to stop returning the list of tags.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Tags", "c2jShape" : "Tags", "deprecated" : false, "documentation" : "

                  An array that contains the tags for the specified resource.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array that contains the tags for the specified resource.

                  \n@param tags An array that contains the tags for the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array that contains the tags for the specified resource.

                  \n@return An array that contains the tags for the specified resource.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

                  An array that contains the tags for the specified resource.

                  \n@param tags An array that contains the tags for the specified resource.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array that contains the tags for the specified resource.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                  \n@param tags An array that contains the tags for the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                  An array that contains the tags for the specified resource.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  An opaque string that indicates the position at which to stop returning the list of tags.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An opaque string that indicates the position at which to stop returning the list of tags.

                  \n@param marker An opaque string that indicates the position at which to stop returning the list of tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An opaque string that indicates the position at which to stop returning the list of tags.

                  \n@return An opaque string that indicates the position at which to stop returning the list of tags.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  An opaque string that indicates the position at which to stop returning the list of tags.

                  \n@param marker An opaque string that indicates the position at which to stop returning the list of tags.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  An opaque string that indicates the position at which to stop returning the list of tags.

                  \n@param marker An opaque string that indicates the position at which to stop returning the list of tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  An opaque string that indicates the position at which to stop returning the list of tags.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceARN" : { "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "deprecated" : false, "documentation" : "

                  he Amazon Resource Name (ARN) of the resource for which you want to list tags.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  he Amazon Resource Name (ARN) of the resource for which you want to list tags.

                  \n@param resourceARN he Amazon Resource Name (ARN) of the resource for which you want to list tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  he Amazon Resource Name (ARN) of the resource for which you want to list tags.

                  \n@return he Amazon Resource Name (ARN) of the resource for which you want to list tags.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceARN", "setterDocumentation" : "/**

                  he Amazon Resource Name (ARN) of the resource for which you want to list tags.

                  \n@param resourceARN he Amazon Resource Name (ARN) of the resource for which you want to list tags.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  he Amazon Resource Name (ARN) of the resource for which you want to list tags.

                  \n@param resourceARN he Amazon Resource Name (ARN) of the resource for which you want to list tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                  he Amazon Resource Name (ARN) of the resource for which you want to list tags.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Tags" : { "c2jName" : "Tags", "c2jShape" : "Tags", "deprecated" : false, "documentation" : "

                  An array that contains the tags for the specified resource.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array that contains the tags for the specified resource.

                  \n@param tags An array that contains the tags for the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array that contains the tags for the specified resource.

                  \n@return An array that contains the tags for the specified resource.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

                  An array that contains the tags for the specified resource.

                  \n@param tags An array that contains the tags for the specified resource.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array that contains the tags for the specified resource.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                  \n@param tags An array that contains the tags for the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                  An array that contains the tags for the specified resource.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListTagsForResourceResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTagsForResourceResult", "variableName" : "listTagsForResourceResult", "variableType" : "ListTagsForResourceResult", "documentation" : null, "simpleType" : "ListTagsForResourceResult", "variableSetterType" : "ListTagsForResourceResult" }, "wrapper" : false }, "ListTapesRequest" : { "c2jName" : "ListTapesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListTapes", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.ListTapes", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TapeARNs", "c2jShape" : "TapeARNs", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param tapeARNs \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARNs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARNs", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TapeARNs", "setterDocumentation" : "/**\n@param tapeARNs */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapeARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTapeARNs(java.util.Collection)} or {@link #withTapeARNs(java.util.Collection)} if you want to override the existing values.

                  \n@param tapeARNs \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapeARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  A string that indicates the position at which to begin the returned list of tapes.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A string that indicates the position at which to begin the returned list of tapes.

                  \n@param marker A string that indicates the position at which to begin the returned list of tapes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  A string that indicates the position at which to begin the returned list of tapes.

                  \n@return A string that indicates the position at which to begin the returned list of tapes.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  A string that indicates the position at which to begin the returned list of tapes.

                  \n@param marker A string that indicates the position at which to begin the returned list of tapes.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  A string that indicates the position at which to begin the returned list of tapes.

                  \n@param marker A string that indicates the position at which to begin the returned list of tapes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  A string that indicates the position at which to begin the returned list of tapes.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Limit", "c2jShape" : "PositiveIntObject", "deprecated" : false, "documentation" : "

                  An optional number limit for the tapes in the list returned by this call.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An optional number limit for the tapes in the list returned by this call.

                  \n@param limit An optional number limit for the tapes in the list returned by this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An optional number limit for the tapes in the list returned by this call.

                  \n@return An optional number limit for the tapes in the list returned by this call.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Limit", "setterDocumentation" : "/**

                  An optional number limit for the tapes in the list returned by this call.

                  \n@param limit An optional number limit for the tapes in the list returned by this call.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  An optional number limit for the tapes in the list returned by this call.

                  \n@param limit An optional number limit for the tapes in the list returned by this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                  An optional number limit for the tapes in the list returned by this call.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Limit" : { "c2jName" : "Limit", "c2jShape" : "PositiveIntObject", "deprecated" : false, "documentation" : "

                  An optional number limit for the tapes in the list returned by this call.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An optional number limit for the tapes in the list returned by this call.

                  \n@param limit An optional number limit for the tapes in the list returned by this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An optional number limit for the tapes in the list returned by this call.

                  \n@return An optional number limit for the tapes in the list returned by this call.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Limit", "setterDocumentation" : "/**

                  An optional number limit for the tapes in the list returned by this call.

                  \n@param limit An optional number limit for the tapes in the list returned by this call.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  An optional number limit for the tapes in the list returned by this call.

                  \n@param limit An optional number limit for the tapes in the list returned by this call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                  An optional number limit for the tapes in the list returned by this call.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Marker" : { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  A string that indicates the position at which to begin the returned list of tapes.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A string that indicates the position at which to begin the returned list of tapes.

                  \n@param marker A string that indicates the position at which to begin the returned list of tapes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  A string that indicates the position at which to begin the returned list of tapes.

                  \n@return A string that indicates the position at which to begin the returned list of tapes.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  A string that indicates the position at which to begin the returned list of tapes.

                  \n@param marker A string that indicates the position at which to begin the returned list of tapes.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  A string that indicates the position at which to begin the returned list of tapes.

                  \n@param marker A string that indicates the position at which to begin the returned list of tapes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  A string that indicates the position at which to begin the returned list of tapes.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TapeARNs" : { "c2jName" : "TapeARNs", "c2jShape" : "TapeARNs", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param tapeARNs \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARNs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARNs", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TapeARNs", "setterDocumentation" : "/**\n@param tapeARNs */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapeARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTapeARNs(java.util.Collection)} or {@link #withTapeARNs(java.util.Collection)} if you want to override the existing values.

                  \n@param tapeARNs \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapeARNs", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListTapesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTapesRequest", "variableName" : "listTapesRequest", "variableType" : "ListTapesRequest", "documentation" : null, "simpleType" : "ListTapesRequest", "variableSetterType" : "ListTapesRequest" }, "wrapper" : false }, "ListTapesResult" : { "c2jName" : "ListTapesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  A JSON object containing the following fields:

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TapeInfos", "c2jShape" : "TapeInfos", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param tapeInfos \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeInfos", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeInfos", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TapeInfo", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TapeInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TapeInfo", "variableName" : "member", "variableType" : "TapeInfo", "documentation" : "", "simpleType" : "TapeInfo", "variableSetterType" : "TapeInfo" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TapeInfo", "variableName" : "member", "variableType" : "TapeInfo", "documentation" : "", "simpleType" : "TapeInfo", "variableSetterType" : "TapeInfo" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TapeInfo", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TapeInfo", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TapeInfos", "setterDocumentation" : "/**\n@param tapeInfos */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapeInfos", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTapeInfos(java.util.Collection)} or {@link #withTapeInfos(java.util.Collection)} if you want to override the existing values.

                  \n@param tapeInfos \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapeInfos", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  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.

                  \n@param marker 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  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.

                  \n@param marker 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TapeInfos" : { "c2jName" : "TapeInfos", "c2jShape" : "TapeInfos", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param tapeInfos \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeInfos", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeInfos", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TapeInfo", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TapeInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TapeInfo", "variableName" : "member", "variableType" : "TapeInfo", "documentation" : "", "simpleType" : "TapeInfo", "variableSetterType" : "TapeInfo" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TapeInfo", "variableName" : "member", "variableType" : "TapeInfo", "documentation" : "", "simpleType" : "TapeInfo", "variableSetterType" : "TapeInfo" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TapeInfo", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TapeInfo", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TapeInfos", "setterDocumentation" : "/**\n@param tapeInfos */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapeInfos", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTapeInfos(java.util.Collection)} or {@link #withTapeInfos(java.util.Collection)} if you want to override the existing values.

                  \n@param tapeInfos \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tapeInfos", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListTapesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTapesResult", "variableName" : "listTapesResult", "variableType" : "ListTapesResult", "documentation" : null, "simpleType" : "ListTapesResult", "variableSetterType" : "ListTapesResult" }, "wrapper" : false }, "ListVolumeInitiatorsRequest" : { "c2jName" : "ListVolumeInitiatorsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  ListVolumeInitiatorsInput

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListVolumeInitiators", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.ListVolumeInitiators", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes for the gateway.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes for the gateway.

                  \n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes for the gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes for the gateway.

                  \n@return The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes for the gateway.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes for the gateway.

                  \n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes for the gateway.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes for the gateway.

                  \n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes for the gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes for the gateway.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VolumeARN" : { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes for the gateway.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes for the gateway.

                  \n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes for the gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes for the gateway.

                  \n@return The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes for the gateway.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes for the gateway.

                  \n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes for the gateway.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes for the gateway.

                  \n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes for the gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes for the gateway.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "VolumeARN" ], "shapeName" : "ListVolumeInitiatorsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListVolumeInitiatorsRequest", "variableName" : "listVolumeInitiatorsRequest", "variableType" : "ListVolumeInitiatorsRequest", "documentation" : null, "simpleType" : "ListVolumeInitiatorsRequest", "variableSetterType" : "ListVolumeInitiatorsRequest" }, "wrapper" : false }, "ListVolumeInitiatorsResult" : { "c2jName" : "ListVolumeInitiatorsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  ListVolumeInitiatorsOutput

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Initiators", "c2jShape" : "Initiators", "deprecated" : false, "documentation" : "

                  The host names and port numbers of all iSCSI initiators that are connected to the gateway.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The host names and port numbers of all iSCSI initiators that are connected to the gateway.

                  \n@param initiators The host names and port numbers of all iSCSI initiators that are connected to the gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The host names and port numbers of all iSCSI initiators that are connected to the gateway.

                  \n@return The host names and port numbers of all iSCSI initiators that are connected to the gateway.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Initiators", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Initiators", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Initiator", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Initiators", "setterDocumentation" : "/**

                  The host names and port numbers of all iSCSI initiators that are connected to the gateway.

                  \n@param initiators The host names and port numbers of all iSCSI initiators that are connected to the gateway.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "initiators", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The host names and port numbers of all iSCSI initiators that are connected to the gateway.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setInitiators(java.util.Collection)} or {@link #withInitiators(java.util.Collection)} if you want to override the existing values.

                  \n@param initiators The host names and port numbers of all iSCSI initiators that are connected to the gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "initiators", "variableType" : "java.util.List", "documentation" : "

                  The host names and port numbers of all iSCSI initiators that are connected to the gateway.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Initiators" : { "c2jName" : "Initiators", "c2jShape" : "Initiators", "deprecated" : false, "documentation" : "

                  The host names and port numbers of all iSCSI initiators that are connected to the gateway.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The host names and port numbers of all iSCSI initiators that are connected to the gateway.

                  \n@param initiators The host names and port numbers of all iSCSI initiators that are connected to the gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The host names and port numbers of all iSCSI initiators that are connected to the gateway.

                  \n@return The host names and port numbers of all iSCSI initiators that are connected to the gateway.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Initiators", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Initiators", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Initiator", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Initiators", "setterDocumentation" : "/**

                  The host names and port numbers of all iSCSI initiators that are connected to the gateway.

                  \n@param initiators The host names and port numbers of all iSCSI initiators that are connected to the gateway.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "initiators", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The host names and port numbers of all iSCSI initiators that are connected to the gateway.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setInitiators(java.util.Collection)} or {@link #withInitiators(java.util.Collection)} if you want to override the existing values.

                  \n@param initiators The host names and port numbers of all iSCSI initiators that are connected to the gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "initiators", "variableType" : "java.util.List", "documentation" : "

                  The host names and port numbers of all iSCSI initiators that are connected to the gateway.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListVolumeInitiatorsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListVolumeInitiatorsResult", "variableName" : "listVolumeInitiatorsResult", "variableType" : "ListVolumeInitiatorsResult", "documentation" : null, "simpleType" : "ListVolumeInitiatorsResult", "variableSetterType" : "ListVolumeInitiatorsResult" }, "wrapper" : false }, "ListVolumeRecoveryPointsRequest" : { "c2jName" : "ListVolumeRecoveryPointsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListVolumeRecoveryPoints", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.ListVolumeRecoveryPoints", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN" ], "shapeName" : "ListVolumeRecoveryPointsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListVolumeRecoveryPointsRequest", "variableName" : "listVolumeRecoveryPointsRequest", "variableType" : "ListVolumeRecoveryPointsRequest", "documentation" : null, "simpleType" : "ListVolumeRecoveryPointsRequest", "variableSetterType" : "ListVolumeRecoveryPointsRequest" }, "wrapper" : false }, "ListVolumeRecoveryPointsResult" : { "c2jName" : "ListVolumeRecoveryPointsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeRecoveryPointInfos", "c2jShape" : "VolumeRecoveryPointInfos", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeRecoveryPointInfos \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeRecoveryPointInfos", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeRecoveryPointInfos", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "VolumeRecoveryPointInfo", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "VolumeRecoveryPointInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "VolumeRecoveryPointInfo", "variableName" : "member", "variableType" : "VolumeRecoveryPointInfo", "documentation" : "", "simpleType" : "VolumeRecoveryPointInfo", "variableSetterType" : "VolumeRecoveryPointInfo" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VolumeRecoveryPointInfo", "variableName" : "member", "variableType" : "VolumeRecoveryPointInfo", "documentation" : "", "simpleType" : "VolumeRecoveryPointInfo", "variableSetterType" : "VolumeRecoveryPointInfo" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "VolumeRecoveryPointInfo", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "VolumeRecoveryPointInfo", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "VolumeRecoveryPointInfos", "setterDocumentation" : "/**\n@param volumeRecoveryPointInfos */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "volumeRecoveryPointInfos", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setVolumeRecoveryPointInfos(java.util.Collection)} or {@link #withVolumeRecoveryPointInfos(java.util.Collection)} if you want to override the existing values.

                  \n@param volumeRecoveryPointInfos \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "volumeRecoveryPointInfos", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeRecoveryPointInfos" : { "c2jName" : "VolumeRecoveryPointInfos", "c2jShape" : "VolumeRecoveryPointInfos", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeRecoveryPointInfos \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeRecoveryPointInfos", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeRecoveryPointInfos", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "VolumeRecoveryPointInfo", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "VolumeRecoveryPointInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "VolumeRecoveryPointInfo", "variableName" : "member", "variableType" : "VolumeRecoveryPointInfo", "documentation" : "", "simpleType" : "VolumeRecoveryPointInfo", "variableSetterType" : "VolumeRecoveryPointInfo" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VolumeRecoveryPointInfo", "variableName" : "member", "variableType" : "VolumeRecoveryPointInfo", "documentation" : "", "simpleType" : "VolumeRecoveryPointInfo", "variableSetterType" : "VolumeRecoveryPointInfo" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "VolumeRecoveryPointInfo", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "VolumeRecoveryPointInfo", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "VolumeRecoveryPointInfos", "setterDocumentation" : "/**\n@param volumeRecoveryPointInfos */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "volumeRecoveryPointInfos", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setVolumeRecoveryPointInfos(java.util.Collection)} or {@link #withVolumeRecoveryPointInfos(java.util.Collection)} if you want to override the existing values.

                  \n@param volumeRecoveryPointInfos \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "volumeRecoveryPointInfos", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListVolumeRecoveryPointsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListVolumeRecoveryPointsResult", "variableName" : "listVolumeRecoveryPointsResult", "variableType" : "ListVolumeRecoveryPointsResult", "documentation" : null, "simpleType" : "ListVolumeRecoveryPointsResult", "variableSetterType" : "ListVolumeRecoveryPointsResult" }, "wrapper" : false }, "ListVolumesRequest" : { "c2jName" : "ListVolumesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListVolumes", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.ListVolumes", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  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.

                  \n@param marker 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Limit", "c2jShape" : "PositiveIntObject", "deprecated" : false, "documentation" : "

                  Specifies that the list of volumes returned be limited to the specified number of items.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Specifies that the list of volumes returned be limited to the specified number of items.

                  \n@param limit Specifies that the list of volumes returned be limited to the specified number of items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Specifies that the list of volumes returned be limited to the specified number of items.

                  \n@return Specifies that the list of volumes returned be limited to the specified number of items.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Limit", "setterDocumentation" : "/**

                  Specifies that the list of volumes returned be limited to the specified number of items.

                  \n@param limit Specifies that the list of volumes returned be limited to the specified number of items.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Specifies that the list of volumes returned be limited to the specified number of items.

                  \n@param limit Specifies that the list of volumes returned be limited to the specified number of items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                  Specifies that the list of volumes returned be limited to the specified number of items.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Limit" : { "c2jName" : "Limit", "c2jShape" : "PositiveIntObject", "deprecated" : false, "documentation" : "

                  Specifies that the list of volumes returned be limited to the specified number of items.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Specifies that the list of volumes returned be limited to the specified number of items.

                  \n@param limit Specifies that the list of volumes returned be limited to the specified number of items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Specifies that the list of volumes returned be limited to the specified number of items.

                  \n@return Specifies that the list of volumes returned be limited to the specified number of items.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Limit", "setterDocumentation" : "/**

                  Specifies that the list of volumes returned be limited to the specified number of items.

                  \n@param limit Specifies that the list of volumes returned be limited to the specified number of items.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Specifies that the list of volumes returned be limited to the specified number of items.

                  \n@param limit Specifies that the list of volumes returned be limited to the specified number of items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                  Specifies that the list of volumes returned be limited to the specified number of items.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Marker" : { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

                  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.

                  \n@param marker 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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListVolumesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListVolumesRequest", "variableName" : "listVolumesRequest", "variableType" : "ListVolumesRequest", "documentation" : null, "simpleType" : "ListVolumesRequest", "variableSetterType" : "ListVolumesRequest" }, "wrapper" : false }, "ListVolumesResult" : { "c2jName" : "ListVolumesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param marker \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**\n@param marker */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param marker \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeInfos", "c2jShape" : "VolumeInfos", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeInfos \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeInfos", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeInfos", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "VolumeInfo", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "VolumeInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "VolumeInfo", "variableName" : "member", "variableType" : "VolumeInfo", "documentation" : "", "simpleType" : "VolumeInfo", "variableSetterType" : "VolumeInfo" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VolumeInfo", "variableName" : "member", "variableType" : "VolumeInfo", "documentation" : "", "simpleType" : "VolumeInfo", "variableSetterType" : "VolumeInfo" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "VolumeInfo", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "VolumeInfo", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "VolumeInfos", "setterDocumentation" : "/**\n@param volumeInfos */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "volumeInfos", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setVolumeInfos(java.util.Collection)} or {@link #withVolumeInfos(java.util.Collection)} if you want to override the existing values.

                  \n@param volumeInfos \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "volumeInfos", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Marker" : { "c2jName" : "Marker", "c2jShape" : "Marker", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param marker \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**\n@param marker */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param marker \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeInfos" : { "c2jName" : "VolumeInfos", "c2jShape" : "VolumeInfos", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeInfos \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeInfos", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeInfos", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "VolumeInfo", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "VolumeInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "VolumeInfo", "variableName" : "member", "variableType" : "VolumeInfo", "documentation" : "", "simpleType" : "VolumeInfo", "variableSetterType" : "VolumeInfo" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VolumeInfo", "variableName" : "member", "variableType" : "VolumeInfo", "documentation" : "", "simpleType" : "VolumeInfo", "variableSetterType" : "VolumeInfo" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "VolumeInfo", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "VolumeInfo", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "VolumeInfos", "setterDocumentation" : "/**\n@param volumeInfos */", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "volumeInfos", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setVolumeInfos(java.util.Collection)} or {@link #withVolumeInfos(java.util.Collection)} if you want to override the existing values.

                  \n@param volumeInfos \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "volumeInfos", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListVolumesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListVolumesResult", "variableName" : "listVolumesResult", "variableType" : "ListVolumesResult", "documentation" : null, "simpleType" : "ListVolumesResult", "variableSetterType" : "ListVolumesResult" }, "wrapper" : false }, "NetworkInterface" : { "c2jName" : "NetworkInterface", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Describes a gateway's network interface.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Ipv4Address", "c2jShape" : "string", "deprecated" : false, "documentation" : "

                  The Internet Protocol version 4 (IPv4) address of the interface.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Internet Protocol version 4 (IPv4) address of the interface.

                  \n@param ipv4Address The Internet Protocol version 4 (IPv4) address of the interface.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Internet Protocol version 4 (IPv4) address of the interface.

                  \n@return The Internet Protocol version 4 (IPv4) address of the interface.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Ipv4Address", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Ipv4Address", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Ipv4Address", "setterDocumentation" : "/**

                  The Internet Protocol version 4 (IPv4) address of the interface.

                  \n@param ipv4Address The Internet Protocol version 4 (IPv4) address of the interface.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipv4Address", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Internet Protocol version 4 (IPv4) address of the interface.

                  \n@param ipv4Address The Internet Protocol version 4 (IPv4) address of the interface.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ipv4Address", "variableType" : "String", "documentation" : "

                  The Internet Protocol version 4 (IPv4) address of the interface.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MacAddress", "c2jShape" : "string", "deprecated" : false, "documentation" : "

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

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

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

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

                  \n@param macAddress The Media Access Control (MAC) address of the interface.

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

                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

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

                  \n@return The Media Access Control (MAC) address of the interface.

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

                  */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MacAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MacAddress", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MacAddress", "setterDocumentation" : "/**

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

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

                  \n@param macAddress The Media Access Control (MAC) address of the interface.

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

                  */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "macAddress", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

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

                  \n@param macAddress The Media Access Control (MAC) address of the interface.

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

                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "macAddress", "variableType" : "String", "documentation" : "

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

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Ipv6Address", "c2jShape" : "string", "deprecated" : false, "documentation" : "

                  The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.

                  \n@param ipv6Address The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.

                  \n@return The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Ipv6Address", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Ipv6Address", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Ipv6Address", "setterDocumentation" : "/**

                  The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.

                  \n@param ipv6Address The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipv6Address", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.

                  \n@param ipv6Address The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ipv6Address", "variableType" : "String", "documentation" : "

                  The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Ipv4Address" : { "c2jName" : "Ipv4Address", "c2jShape" : "string", "deprecated" : false, "documentation" : "

                  The Internet Protocol version 4 (IPv4) address of the interface.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Internet Protocol version 4 (IPv4) address of the interface.

                  \n@param ipv4Address The Internet Protocol version 4 (IPv4) address of the interface.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Internet Protocol version 4 (IPv4) address of the interface.

                  \n@return The Internet Protocol version 4 (IPv4) address of the interface.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Ipv4Address", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Ipv4Address", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Ipv4Address", "setterDocumentation" : "/**

                  The Internet Protocol version 4 (IPv4) address of the interface.

                  \n@param ipv4Address The Internet Protocol version 4 (IPv4) address of the interface.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipv4Address", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Internet Protocol version 4 (IPv4) address of the interface.

                  \n@param ipv4Address The Internet Protocol version 4 (IPv4) address of the interface.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ipv4Address", "variableType" : "String", "documentation" : "

                  The Internet Protocol version 4 (IPv4) address of the interface.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Ipv6Address" : { "c2jName" : "Ipv6Address", "c2jShape" : "string", "deprecated" : false, "documentation" : "

                  The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.

                  \n@param ipv6Address The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.

                  \n@return The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Ipv6Address", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Ipv6Address", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Ipv6Address", "setterDocumentation" : "/**

                  The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.

                  \n@param ipv6Address The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipv6Address", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.

                  \n@param ipv6Address The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ipv6Address", "variableType" : "String", "documentation" : "

                  The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MacAddress" : { "c2jName" : "MacAddress", "c2jShape" : "string", "deprecated" : false, "documentation" : "

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

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

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

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

                  \n@param macAddress The Media Access Control (MAC) address of the interface.

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

                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

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

                  \n@return The Media Access Control (MAC) address of the interface.

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

                  */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MacAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MacAddress", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MacAddress", "setterDocumentation" : "/**

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

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

                  \n@param macAddress The Media Access Control (MAC) address of the interface.

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

                  */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "macAddress", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

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

                  \n@param macAddress The Media Access Control (MAC) address of the interface.

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

                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "macAddress", "variableType" : "String", "documentation" : "

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

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "NetworkInterface", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "NetworkInterface", "variableName" : "networkInterface", "variableType" : "NetworkInterface", "documentation" : null, "simpleType" : "NetworkInterface", "variableSetterType" : "NetworkInterface" }, "wrapper" : false }, "RemoveTagsFromResourceRequest" : { "c2jName" : "RemoveTagsFromResourceInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  RemoveTagsFromResourceInput

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "RemoveTagsFromResource", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.RemoveTagsFromResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the resource you want to remove the tags from.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource you want to remove the tags from.

                  \n@param resourceARN The Amazon Resource Name (ARN) of the resource you want to remove the tags from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource you want to remove the tags from.

                  \n@return The Amazon Resource Name (ARN) of the resource you want to remove the tags from.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource you want to remove the tags from.

                  \n@param resourceARN The Amazon Resource Name (ARN) of the resource you want to remove the tags from.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource you want to remove the tags from.

                  \n@param resourceARN The Amazon Resource Name (ARN) of the resource you want to remove the tags from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the resource you want to remove the tags from.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TagKeys", "c2jShape" : "TagKeys", "deprecated" : false, "documentation" : "

                  The keys of the tags you want to remove from the specified resource. A tag is composed of a key/value pair.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The keys of the tags you want to remove from the specified resource. A tag is composed of a key/value pair.

                  \n@param tagKeys The keys of the tags you want to remove from the specified resource. A tag is composed of a key/value pair.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The keys of the tags you want to remove from the specified resource. A tag is composed of a key/value pair.

                  \n@return The keys of the tags you want to remove from the specified resource. A tag is composed of a key/value pair.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TagKeys", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TagKeys", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TagKeys", "setterDocumentation" : "/**

                  The keys of the tags you want to remove from the specified resource. A tag is composed of a key/value pair.

                  \n@param tagKeys The keys of the tags you want to remove from the specified resource. A tag is composed of a key/value pair.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The keys of the tags you want to remove from the specified resource. A tag is composed of a key/value pair.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                  \n@param tagKeys The keys of the tags you want to remove from the specified resource. A tag is composed of a key/value pair.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

                  The keys of the tags you want to remove from the specified resource. A tag is composed of a key/value pair.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceARN" : { "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the resource you want to remove the tags from.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource you want to remove the tags from.

                  \n@param resourceARN The Amazon Resource Name (ARN) of the resource you want to remove the tags from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource you want to remove the tags from.

                  \n@return The Amazon Resource Name (ARN) of the resource you want to remove the tags from.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource you want to remove the tags from.

                  \n@param resourceARN The Amazon Resource Name (ARN) of the resource you want to remove the tags from.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource you want to remove the tags from.

                  \n@param resourceARN The Amazon Resource Name (ARN) of the resource you want to remove the tags from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the resource you want to remove the tags from.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TagKeys" : { "c2jName" : "TagKeys", "c2jShape" : "TagKeys", "deprecated" : false, "documentation" : "

                  The keys of the tags you want to remove from the specified resource. A tag is composed of a key/value pair.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The keys of the tags you want to remove from the specified resource. A tag is composed of a key/value pair.

                  \n@param tagKeys The keys of the tags you want to remove from the specified resource. A tag is composed of a key/value pair.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The keys of the tags you want to remove from the specified resource. A tag is composed of a key/value pair.

                  \n@return The keys of the tags you want to remove from the specified resource. A tag is composed of a key/value pair.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TagKeys", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TagKeys", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TagKeys", "setterDocumentation" : "/**

                  The keys of the tags you want to remove from the specified resource. A tag is composed of a key/value pair.

                  \n@param tagKeys The keys of the tags you want to remove from the specified resource. A tag is composed of a key/value pair.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The keys of the tags you want to remove from the specified resource. A tag is composed of a key/value pair.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                  \n@param tagKeys The keys of the tags you want to remove from the specified resource. A tag is composed of a key/value pair.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

                  The keys of the tags you want to remove from the specified resource. A tag is composed of a key/value pair.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "ResourceARN", "TagKeys" ], "shapeName" : "RemoveTagsFromResourceRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RemoveTagsFromResourceRequest", "variableName" : "removeTagsFromResourceRequest", "variableType" : "RemoveTagsFromResourceRequest", "documentation" : null, "simpleType" : "RemoveTagsFromResourceRequest", "variableSetterType" : "RemoveTagsFromResourceRequest" }, "wrapper" : false }, "RemoveTagsFromResourceResult" : { "c2jName" : "RemoveTagsFromResourceOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  RemoveTagsFromResourceOutput

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the resource that the tags were removed from.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource that the tags were removed from.

                  \n@param resourceARN The Amazon Resource Name (ARN) of the resource that the tags were removed from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource that the tags were removed from.

                  \n@return The Amazon Resource Name (ARN) of the resource that the tags were removed from.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource that the tags were removed from.

                  \n@param resourceARN The Amazon Resource Name (ARN) of the resource that the tags were removed from.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource that the tags were removed from.

                  \n@param resourceARN The Amazon Resource Name (ARN) of the resource that the tags were removed from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the resource that the tags were removed from.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceARN" : { "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the resource that the tags were removed from.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource that the tags were removed from.

                  \n@param resourceARN The Amazon Resource Name (ARN) of the resource that the tags were removed from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource that the tags were removed from.

                  \n@return The Amazon Resource Name (ARN) of the resource that the tags were removed from.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource that the tags were removed from.

                  \n@param resourceARN The Amazon Resource Name (ARN) of the resource that the tags were removed from.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the resource that the tags were removed from.

                  \n@param resourceARN The Amazon Resource Name (ARN) of the resource that the tags were removed from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the resource that the tags were removed from.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "RemoveTagsFromResourceResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RemoveTagsFromResourceResult", "variableName" : "removeTagsFromResourceResult", "variableType" : "RemoveTagsFromResourceResult", "documentation" : null, "simpleType" : "RemoveTagsFromResourceResult", "variableSetterType" : "RemoveTagsFromResourceResult" }, "wrapper" : false }, "ResetCacheRequest" : { "c2jName" : "ResetCacheInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ResetCache", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.ResetCache", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN" ], "shapeName" : "ResetCacheRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResetCacheRequest", "variableName" : "resetCacheRequest", "variableType" : "ResetCacheRequest", "documentation" : null, "simpleType" : "ResetCacheRequest", "variableSetterType" : "ResetCacheRequest" }, "wrapper" : false }, "ResetCacheResult" : { "c2jName" : "ResetCacheOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ResetCacheResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ResetCacheResult", "variableName" : "resetCacheResult", "variableType" : "ResetCacheResult", "documentation" : null, "simpleType" : "ResetCacheResult", "variableSetterType" : "ResetCacheResult" }, "wrapper" : false }, "RetrieveTapeArchiveRequest" : { "c2jName" : "RetrieveTapeArchiveInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  RetrieveTapeArchiveInput

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "RetrieveTapeArchive", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.RetrieveTapeArchive", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).

                  \n@return The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "

                  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 region.

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

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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 region.

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

                  \n@param gatewayARN 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 region.

                  You retrieve archived virtual tapes to only one gateway and the gateway must be a gateway-VTL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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 region.

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

                  \n@return 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 region.

                  You retrieve archived virtual tapes to only one gateway and the gateway must be a gateway-VTL.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**

                  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 region.

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

                  \n@param gatewayARN 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 region.

                  You retrieve archived virtual tapes to only one gateway and the gateway must be a gateway-VTL.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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 region.

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

                  \n@param gatewayARN 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 region.

                  You retrieve archived virtual tapes to only one gateway and the gateway must be a gateway-VTL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "

                  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 region.

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "

                  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 region.

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

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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 region.

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

                  \n@param gatewayARN 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 region.

                  You retrieve archived virtual tapes to only one gateway and the gateway must be a gateway-VTL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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 region.

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

                  \n@return 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 region.

                  You retrieve archived virtual tapes to only one gateway and the gateway must be a gateway-VTL.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**

                  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 region.

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

                  \n@param gatewayARN 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 region.

                  You retrieve archived virtual tapes to only one gateway and the gateway must be a gateway-VTL.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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 region.

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

                  \n@param gatewayARN 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 region.

                  You retrieve archived virtual tapes to only one gateway and the gateway must be a gateway-VTL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "

                  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 region.

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TapeARN" : { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).

                  \n@return The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "TapeARN", "GatewayARN" ], "shapeName" : "RetrieveTapeArchiveRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RetrieveTapeArchiveRequest", "variableName" : "retrieveTapeArchiveRequest", "variableType" : "RetrieveTapeArchiveRequest", "documentation" : null, "simpleType" : "RetrieveTapeArchiveRequest", "variableSetterType" : "RetrieveTapeArchiveRequest" }, "wrapper" : false }, "RetrieveTapeArchiveResult" : { "c2jName" : "RetrieveTapeArchiveOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  RetrieveTapeArchiveOutput

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the retrieved virtual tape.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the retrieved virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the retrieved virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the retrieved virtual tape.

                  \n@return The Amazon Resource Name (ARN) of the retrieved virtual tape.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the retrieved virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the retrieved virtual tape.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the retrieved virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the retrieved virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the retrieved virtual tape.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TapeARN" : { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the retrieved virtual tape.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the retrieved virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the retrieved virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the retrieved virtual tape.

                  \n@return The Amazon Resource Name (ARN) of the retrieved virtual tape.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the retrieved virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the retrieved virtual tape.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the retrieved virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the retrieved virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the retrieved virtual tape.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "RetrieveTapeArchiveResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RetrieveTapeArchiveResult", "variableName" : "retrieveTapeArchiveResult", "variableType" : "RetrieveTapeArchiveResult", "documentation" : null, "simpleType" : "RetrieveTapeArchiveResult", "variableSetterType" : "RetrieveTapeArchiveResult" }, "wrapper" : false }, "RetrieveTapeRecoveryPointRequest" : { "c2jName" : "RetrieveTapeRecoveryPointInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  RetrieveTapeRecoveryPointInput

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "RetrieveTapeRecoveryPoint", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.RetrieveTapeRecoveryPoint", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.

                  \n@return The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TapeARN" : { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.

                  \n@return The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "TapeARN", "GatewayARN" ], "shapeName" : "RetrieveTapeRecoveryPointRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RetrieveTapeRecoveryPointRequest", "variableName" : "retrieveTapeRecoveryPointRequest", "variableType" : "RetrieveTapeRecoveryPointRequest", "documentation" : null, "simpleType" : "RetrieveTapeRecoveryPointRequest", "variableSetterType" : "RetrieveTapeRecoveryPointRequest" }, "wrapper" : false }, "RetrieveTapeRecoveryPointResult" : { "c2jName" : "RetrieveTapeRecoveryPointOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  RetrieveTapeRecoveryPointOutput

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.

                  \n@return The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TapeARN" : { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.

                  \n@return The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "RetrieveTapeRecoveryPointResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RetrieveTapeRecoveryPointResult", "variableName" : "retrieveTapeRecoveryPointResult", "variableType" : "RetrieveTapeRecoveryPointResult", "documentation" : null, "simpleType" : "RetrieveTapeRecoveryPointResult", "variableSetterType" : "RetrieveTapeRecoveryPointResult" }, "wrapper" : false }, "SetLocalConsolePasswordRequest" : { "c2jName" : "SetLocalConsolePasswordInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  SetLocalConsolePasswordInput

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "SetLocalConsolePassword", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.SetLocalConsolePassword", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LocalConsolePassword", "c2jShape" : "LocalConsolePassword", "deprecated" : false, "documentation" : "

                  The password you want to set for your VM local console.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The password you want to set for your VM local console.

                  \n@param localConsolePassword The password you want to set for your VM local console.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The password you want to set for your VM local console.

                  \n@return The password you want to set for your VM local console.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LocalConsolePassword", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LocalConsolePassword", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LocalConsolePassword", "setterDocumentation" : "/**

                  The password you want to set for your VM local console.

                  \n@param localConsolePassword The password you want to set for your VM local console.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "localConsolePassword", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The password you want to set for your VM local console.

                  \n@param localConsolePassword The password you want to set for your VM local console.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "localConsolePassword", "variableType" : "String", "documentation" : "

                  The password you want to set for your VM local console.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LocalConsolePassword" : { "c2jName" : "LocalConsolePassword", "c2jShape" : "LocalConsolePassword", "deprecated" : false, "documentation" : "

                  The password you want to set for your VM local console.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The password you want to set for your VM local console.

                  \n@param localConsolePassword The password you want to set for your VM local console.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The password you want to set for your VM local console.

                  \n@return The password you want to set for your VM local console.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LocalConsolePassword", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LocalConsolePassword", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LocalConsolePassword", "setterDocumentation" : "/**

                  The password you want to set for your VM local console.

                  \n@param localConsolePassword The password you want to set for your VM local console.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "localConsolePassword", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The password you want to set for your VM local console.

                  \n@param localConsolePassword The password you want to set for your VM local console.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "localConsolePassword", "variableType" : "String", "documentation" : "

                  The password you want to set for your VM local console.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN", "LocalConsolePassword" ], "shapeName" : "SetLocalConsolePasswordRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetLocalConsolePasswordRequest", "variableName" : "setLocalConsolePasswordRequest", "variableType" : "SetLocalConsolePasswordRequest", "documentation" : null, "simpleType" : "SetLocalConsolePasswordRequest", "variableSetterType" : "SetLocalConsolePasswordRequest" }, "wrapper" : false }, "SetLocalConsolePasswordResult" : { "c2jName" : "SetLocalConsolePasswordOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "SetLocalConsolePasswordResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SetLocalConsolePasswordResult", "variableName" : "setLocalConsolePasswordResult", "variableType" : "SetLocalConsolePasswordResult", "documentation" : null, "simpleType" : "SetLocalConsolePasswordResult", "variableSetterType" : "SetLocalConsolePasswordResult" }, "wrapper" : false }, "ShutdownGatewayRequest" : { "c2jName" : "ShutdownGatewayInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  A JSON object containing the of the gateway to shut down.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ShutdownGateway", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.ShutdownGateway", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN" ], "shapeName" : "ShutdownGatewayRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ShutdownGatewayRequest", "variableName" : "shutdownGatewayRequest", "variableType" : "ShutdownGatewayRequest", "documentation" : null, "simpleType" : "ShutdownGatewayRequest", "variableSetterType" : "ShutdownGatewayRequest" }, "wrapper" : false }, "ShutdownGatewayResult" : { "c2jName" : "ShutdownGatewayOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  A JSON object containing the of the gateway that was shut down.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ShutdownGatewayResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ShutdownGatewayResult", "variableName" : "shutdownGatewayResult", "variableType" : "ShutdownGatewayResult", "documentation" : null, "simpleType" : "ShutdownGatewayResult", "variableSetterType" : "ShutdownGatewayResult" }, "wrapper" : false }, "StartGatewayRequest" : { "c2jName" : "StartGatewayInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  A JSON object containing the of the gateway to start.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "StartGateway", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.StartGateway", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN" ], "shapeName" : "StartGatewayRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StartGatewayRequest", "variableName" : "startGatewayRequest", "variableType" : "StartGatewayRequest", "documentation" : null, "simpleType" : "StartGatewayRequest", "variableSetterType" : "StartGatewayRequest" }, "wrapper" : false }, "StartGatewayResult" : { "c2jName" : "StartGatewayOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  A JSON object containing the of the gateway that was restarted.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "StartGatewayResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StartGatewayResult", "variableName" : "startGatewayResult", "variableType" : "StartGatewayResult", "documentation" : null, "simpleType" : "StartGatewayResult", "variableSetterType" : "StartGatewayResult" }, "wrapper" : false }, "StorediSCSIVolume" : { "c2jName" : "StorediSCSIVolume", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**\n@param volumeARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeId", "c2jShape" : "VolumeId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeId", "setterDocumentation" : "/**\n@param volumeId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeType", "c2jShape" : "VolumeType", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeType \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeType", "setterDocumentation" : "/**\n@param volumeType */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeType \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeStatus", "c2jShape" : "VolumeStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeStatus \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeStatus", "setterDocumentation" : "/**\n@param volumeStatus */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeStatus \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeSizeInBytes", "c2jShape" : "long", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeSizeInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeSizeInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeSizeInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeSizeInBytes", "setterDocumentation" : "/**\n@param volumeSizeInBytes */", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "volumeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeSizeInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "volumeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeProgress", "c2jShape" : "DoubleObject", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeProgress \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeProgress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeProgress", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeProgress", "setterDocumentation" : "/**\n@param volumeProgress */", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "volumeProgress", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeProgress \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "volumeProgress", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeDiskId", "c2jShape" : "DiskId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeDiskId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeDiskId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeDiskId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeDiskId", "setterDocumentation" : "/**\n@param volumeDiskId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeDiskId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeDiskId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeDiskId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SourceSnapshotId", "c2jShape" : "SnapshotId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param sourceSnapshotId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceSnapshotId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceSnapshotId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceSnapshotId", "setterDocumentation" : "/**\n@param sourceSnapshotId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceSnapshotId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param sourceSnapshotId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceSnapshotId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PreservedExistingData", "c2jShape" : "boolean", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param preservedExistingData \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PreservedExistingData", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PreservedExistingData", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PreservedExistingData", "setterDocumentation" : "/**\n@param preservedExistingData */", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "preservedExistingData", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param preservedExistingData \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "preservedExistingData", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeiSCSIAttributes", "c2jShape" : "VolumeiSCSIAttributes", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeiSCSIAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "VolumeiSCSIAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeiSCSIAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeiSCSIAttributes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeiSCSIAttributes", "setterDocumentation" : "/**\n@param volumeiSCSIAttributes */", "setterModel" : { "variableDeclarationType" : "VolumeiSCSIAttributes", "variableName" : "volumeiSCSIAttributes", "variableType" : "VolumeiSCSIAttributes", "documentation" : "", "simpleType" : "VolumeiSCSIAttributes", "variableSetterType" : "VolumeiSCSIAttributes" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param volumeiSCSIAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VolumeiSCSIAttributes", "variableName" : "volumeiSCSIAttributes", "variableType" : "VolumeiSCSIAttributes", "documentation" : "", "simpleType" : "VolumeiSCSIAttributes", "variableSetterType" : "VolumeiSCSIAttributes" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PreservedExistingData" : { "c2jName" : "PreservedExistingData", "c2jShape" : "boolean", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param preservedExistingData \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PreservedExistingData", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PreservedExistingData", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PreservedExistingData", "setterDocumentation" : "/**\n@param preservedExistingData */", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "preservedExistingData", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param preservedExistingData \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "preservedExistingData", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "SourceSnapshotId" : { "c2jName" : "SourceSnapshotId", "c2jShape" : "SnapshotId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param sourceSnapshotId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceSnapshotId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceSnapshotId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceSnapshotId", "setterDocumentation" : "/**\n@param sourceSnapshotId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceSnapshotId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param sourceSnapshotId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceSnapshotId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeARN" : { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**\n@param volumeARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeDiskId" : { "c2jName" : "VolumeDiskId", "c2jShape" : "DiskId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeDiskId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeDiskId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeDiskId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeDiskId", "setterDocumentation" : "/**\n@param volumeDiskId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeDiskId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeDiskId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeDiskId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeId" : { "c2jName" : "VolumeId", "c2jShape" : "VolumeId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeId \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeId", "setterDocumentation" : "/**\n@param volumeId */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeProgress" : { "c2jName" : "VolumeProgress", "c2jShape" : "DoubleObject", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeProgress \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeProgress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeProgress", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeProgress", "setterDocumentation" : "/**\n@param volumeProgress */", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "volumeProgress", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeProgress \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "volumeProgress", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, "VolumeSizeInBytes" : { "c2jName" : "VolumeSizeInBytes", "c2jShape" : "long", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeSizeInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeSizeInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeSizeInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeSizeInBytes", "setterDocumentation" : "/**\n@param volumeSizeInBytes */", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "volumeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeSizeInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "volumeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "VolumeStatus" : { "c2jName" : "VolumeStatus", "c2jShape" : "VolumeStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeStatus \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeStatus", "setterDocumentation" : "/**\n@param volumeStatus */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeStatus \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeType" : { "c2jName" : "VolumeType", "c2jShape" : "VolumeType", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeType \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeType", "setterDocumentation" : "/**\n@param volumeType */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeType \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeiSCSIAttributes" : { "c2jName" : "VolumeiSCSIAttributes", "c2jShape" : "VolumeiSCSIAttributes", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeiSCSIAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "VolumeiSCSIAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeiSCSIAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeiSCSIAttributes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeiSCSIAttributes", "setterDocumentation" : "/**\n@param volumeiSCSIAttributes */", "setterModel" : { "variableDeclarationType" : "VolumeiSCSIAttributes", "variableName" : "volumeiSCSIAttributes", "variableType" : "VolumeiSCSIAttributes", "documentation" : "", "simpleType" : "VolumeiSCSIAttributes", "variableSetterType" : "VolumeiSCSIAttributes" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param volumeiSCSIAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VolumeiSCSIAttributes", "variableName" : "volumeiSCSIAttributes", "variableType" : "VolumeiSCSIAttributes", "documentation" : "", "simpleType" : "VolumeiSCSIAttributes", "variableSetterType" : "VolumeiSCSIAttributes" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "StorediSCSIVolume", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StorediSCSIVolume", "variableName" : "storediSCSIVolume", "variableType" : "StorediSCSIVolume", "documentation" : null, "simpleType" : "StorediSCSIVolume", "variableSetterType" : "StorediSCSIVolume" }, "wrapper" : false }, "Tag" : { "c2jName" : "Tag", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Key", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param key \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**\n@param key */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param key \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Value", "c2jShape" : "TagValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "c2jName" : "Key", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param key \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**\n@param key */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param key \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "c2jName" : "Value", "c2jShape" : "TagValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Key", "Value" ], "shapeName" : "Tag", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "tag", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "wrapper" : false }, "Tape" : { "c2jName" : "Tape", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Describes a virtual tape object.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the virtual tape.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape.

                  \n@return The Amazon Resource Name (ARN) of the virtual tape.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the virtual tape.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TapeBarcode", "c2jShape" : "TapeBarcode", "deprecated" : false, "documentation" : "

                  The barcode that identifies a specific virtual tape.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The barcode that identifies a specific virtual tape.

                  \n@param tapeBarcode The barcode that identifies a specific virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The barcode that identifies a specific virtual tape.

                  \n@return The barcode that identifies a specific virtual tape.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeBarcode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeBarcode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeBarcode", "setterDocumentation" : "/**

                  The barcode that identifies a specific virtual tape.

                  \n@param tapeBarcode The barcode that identifies a specific virtual tape.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeBarcode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The barcode that identifies a specific virtual tape.

                  \n@param tapeBarcode The barcode that identifies a specific virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeBarcode", "variableType" : "String", "documentation" : "

                  The barcode that identifies a specific virtual tape.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TapeSizeInBytes", "c2jShape" : "TapeSize", "deprecated" : false, "documentation" : "

                  The size, in bytes, of the virtual tape.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The size, in bytes, of the virtual tape.

                  \n@param tapeSizeInBytes The size, in bytes, of the virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The size, in bytes, of the virtual tape.

                  \n@return The size, in bytes, of the virtual tape.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeSizeInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeSizeInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeSizeInBytes", "setterDocumentation" : "/**

                  The size, in bytes, of the virtual tape.

                  \n@param tapeSizeInBytes The size, in bytes, of the virtual tape.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "tapeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The size, in bytes, of the virtual tape.

                  \n@param tapeSizeInBytes The size, in bytes, of the virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "tapeSizeInBytes", "variableType" : "Long", "documentation" : "

                  The size, in bytes, of the virtual tape.

                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TapeStatus", "c2jShape" : "TapeStatus", "deprecated" : false, "documentation" : "

                  The current state of the virtual tape.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The current state of the virtual tape.

                  \n@param tapeStatus The current state of the virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The current state of the virtual tape.

                  \n@return The current state of the virtual tape.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeStatus", "setterDocumentation" : "/**

                  The current state of the virtual tape.

                  \n@param tapeStatus The current state of the virtual tape.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The current state of the virtual tape.

                  \n@param tapeStatus The current state of the virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeStatus", "variableType" : "String", "documentation" : "

                  The current state of the virtual tape.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VTLDevice", "c2jShape" : "VTLDeviceARN", "deprecated" : false, "documentation" : "

                  The virtual tape library (VTL) device that the virtual tape is associated with.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The virtual tape library (VTL) device that the virtual tape is associated with.

                  \n@param vTLDevice The virtual tape library (VTL) device that the virtual tape is associated with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The virtual tape library (VTL) device that the virtual tape is associated with.

                  \n@return The virtual tape library (VTL) device that the virtual tape is associated with.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VTLDevice", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VTLDevice", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VTLDevice", "setterDocumentation" : "/**

                  The virtual tape library (VTL) device that the virtual tape is associated with.

                  \n@param vTLDevice The virtual tape library (VTL) device that the virtual tape is associated with.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vTLDevice", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The virtual tape library (VTL) device that the virtual tape is associated with.

                  \n@param vTLDevice The virtual tape library (VTL) device that the virtual tape is associated with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vTLDevice", "variableType" : "String", "documentation" : "

                  The virtual tape library (VTL) device that the virtual tape is associated with.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Progress", "c2jShape" : "DoubleObject", "deprecated" : false, "documentation" : "

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

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

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

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

                  \n@param progress For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.

                  Range: 0 (not started) to 100 (complete).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

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

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

                  Range: 0 (not started) to 100 (complete).*/", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Progress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Progress", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Progress", "setterDocumentation" : "/**

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

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

                  \n@param progress For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.

                  Range: 0 (not started) to 100 (complete).*/", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "progress", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**

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

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

                  \n@param progress For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.

                  Range: 0 (not started) to 100 (complete).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "progress", "variableType" : "Double", "documentation" : "

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

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

                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Progress" : { "c2jName" : "Progress", "c2jShape" : "DoubleObject", "deprecated" : false, "documentation" : "

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

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

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

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

                  \n@param progress For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.

                  Range: 0 (not started) to 100 (complete).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

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

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

                  Range: 0 (not started) to 100 (complete).*/", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Progress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Progress", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Progress", "setterDocumentation" : "/**

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

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

                  \n@param progress For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.

                  Range: 0 (not started) to 100 (complete).*/", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "progress", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**

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

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

                  \n@param progress For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.

                  Range: 0 (not started) to 100 (complete).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "progress", "variableType" : "Double", "documentation" : "

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

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

                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, "TapeARN" : { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the virtual tape.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape.

                  \n@return The Amazon Resource Name (ARN) of the virtual tape.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the virtual tape.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TapeBarcode" : { "c2jName" : "TapeBarcode", "c2jShape" : "TapeBarcode", "deprecated" : false, "documentation" : "

                  The barcode that identifies a specific virtual tape.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The barcode that identifies a specific virtual tape.

                  \n@param tapeBarcode The barcode that identifies a specific virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The barcode that identifies a specific virtual tape.

                  \n@return The barcode that identifies a specific virtual tape.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeBarcode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeBarcode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeBarcode", "setterDocumentation" : "/**

                  The barcode that identifies a specific virtual tape.

                  \n@param tapeBarcode The barcode that identifies a specific virtual tape.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeBarcode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The barcode that identifies a specific virtual tape.

                  \n@param tapeBarcode The barcode that identifies a specific virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeBarcode", "variableType" : "String", "documentation" : "

                  The barcode that identifies a specific virtual tape.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TapeSizeInBytes" : { "c2jName" : "TapeSizeInBytes", "c2jShape" : "TapeSize", "deprecated" : false, "documentation" : "

                  The size, in bytes, of the virtual tape.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The size, in bytes, of the virtual tape.

                  \n@param tapeSizeInBytes The size, in bytes, of the virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The size, in bytes, of the virtual tape.

                  \n@return The size, in bytes, of the virtual tape.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeSizeInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeSizeInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeSizeInBytes", "setterDocumentation" : "/**

                  The size, in bytes, of the virtual tape.

                  \n@param tapeSizeInBytes The size, in bytes, of the virtual tape.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "tapeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The size, in bytes, of the virtual tape.

                  \n@param tapeSizeInBytes The size, in bytes, of the virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "tapeSizeInBytes", "variableType" : "Long", "documentation" : "

                  The size, in bytes, of the virtual tape.

                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "TapeStatus" : { "c2jName" : "TapeStatus", "c2jShape" : "TapeStatus", "deprecated" : false, "documentation" : "

                  The current state of the virtual tape.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The current state of the virtual tape.

                  \n@param tapeStatus The current state of the virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The current state of the virtual tape.

                  \n@return The current state of the virtual tape.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeStatus", "setterDocumentation" : "/**

                  The current state of the virtual tape.

                  \n@param tapeStatus The current state of the virtual tape.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The current state of the virtual tape.

                  \n@param tapeStatus The current state of the virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeStatus", "variableType" : "String", "documentation" : "

                  The current state of the virtual tape.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VTLDevice" : { "c2jName" : "VTLDevice", "c2jShape" : "VTLDeviceARN", "deprecated" : false, "documentation" : "

                  The virtual tape library (VTL) device that the virtual tape is associated with.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The virtual tape library (VTL) device that the virtual tape is associated with.

                  \n@param vTLDevice The virtual tape library (VTL) device that the virtual tape is associated with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The virtual tape library (VTL) device that the virtual tape is associated with.

                  \n@return The virtual tape library (VTL) device that the virtual tape is associated with.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VTLDevice", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VTLDevice", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VTLDevice", "setterDocumentation" : "/**

                  The virtual tape library (VTL) device that the virtual tape is associated with.

                  \n@param vTLDevice The virtual tape library (VTL) device that the virtual tape is associated with.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vTLDevice", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The virtual tape library (VTL) device that the virtual tape is associated with.

                  \n@param vTLDevice The virtual tape library (VTL) device that the virtual tape is associated with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vTLDevice", "variableType" : "String", "documentation" : "

                  The virtual tape library (VTL) device that the virtual tape is associated with.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "Tape", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Tape", "variableName" : "tape", "variableType" : "Tape", "documentation" : null, "simpleType" : "Tape", "variableSetterType" : "Tape" }, "wrapper" : false }, "TapeArchive" : { "c2jName" : "TapeArchive", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Represents a virtual tape that is archived in the virtual tape shelf (VTS).

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of an archived virtual tape.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of an archived virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of an archived virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of an archived virtual tape.

                  \n@return The Amazon Resource Name (ARN) of an archived virtual tape.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of an archived virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of an archived virtual tape.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of an archived virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of an archived virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of an archived virtual tape.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TapeBarcode", "c2jShape" : "TapeBarcode", "deprecated" : false, "documentation" : "

                  The barcode that identifies the archived virtual tape.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The barcode that identifies the archived virtual tape.

                  \n@param tapeBarcode The barcode that identifies the archived virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The barcode that identifies the archived virtual tape.

                  \n@return The barcode that identifies the archived virtual tape.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeBarcode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeBarcode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeBarcode", "setterDocumentation" : "/**

                  The barcode that identifies the archived virtual tape.

                  \n@param tapeBarcode The barcode that identifies the archived virtual tape.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeBarcode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The barcode that identifies the archived virtual tape.

                  \n@param tapeBarcode The barcode that identifies the archived virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeBarcode", "variableType" : "String", "documentation" : "

                  The barcode that identifies the archived virtual tape.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TapeSizeInBytes", "c2jShape" : "TapeSize", "deprecated" : false, "documentation" : "

                  The size, in bytes, of the archived virtual tape.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The size, in bytes, of the archived virtual tape.

                  \n@param tapeSizeInBytes The size, in bytes, of the archived virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The size, in bytes, of the archived virtual tape.

                  \n@return The size, in bytes, of the archived virtual tape.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeSizeInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeSizeInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeSizeInBytes", "setterDocumentation" : "/**

                  The size, in bytes, of the archived virtual tape.

                  \n@param tapeSizeInBytes The size, in bytes, of the archived virtual tape.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "tapeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The size, in bytes, of the archived virtual tape.

                  \n@param tapeSizeInBytes The size, in bytes, of the archived virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "tapeSizeInBytes", "variableType" : "Long", "documentation" : "

                  The size, in bytes, of the archived virtual tape.

                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CompletionTime", "c2jShape" : "Time", "deprecated" : false, "documentation" : "

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

                  The string format of the completion time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                  The string format of the completion time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.

                  \n@param completionTime The time that the archiving of the virtual tape was completed.

                  The string format of the completion time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                  The string format of the completion time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.

                  \n@return The time that the archiving of the virtual tape was completed.

                  The string format of the completion time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CompletionTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CompletionTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CompletionTime", "setterDocumentation" : "/**

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

                  The string format of the completion time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.

                  \n@param completionTime The time that the archiving of the virtual tape was completed.

                  The string format of the completion time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "completionTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                  The string format of the completion time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.

                  \n@param completionTime The time that the archiving of the virtual tape was completed.

                  The string format of the completion time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "completionTime", "variableType" : "java.util.Date", "documentation" : "

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

                  The string format of the completion time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RetrievedTo", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "

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

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

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

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

                  \n@param retrievedTo The Amazon Resource Name (ARN) of the gateway-VTL that the virtual tape is being retrieved to.

                  The virtual tape is retrieved from the virtual tape shelf (VTS).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

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

                  \n@return The Amazon Resource Name (ARN) of the gateway-VTL that the virtual tape is being retrieved to.

                  The virtual tape is retrieved from the virtual tape shelf (VTS).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RetrievedTo", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RetrievedTo", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RetrievedTo", "setterDocumentation" : "/**

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

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

                  \n@param retrievedTo The Amazon Resource Name (ARN) of the gateway-VTL that the virtual tape is being retrieved to.

                  The virtual tape is retrieved from the virtual tape shelf (VTS).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "retrievedTo", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

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

                  \n@param retrievedTo The Amazon Resource Name (ARN) of the gateway-VTL that the virtual tape is being retrieved to.

                  The virtual tape is retrieved from the virtual tape shelf (VTS).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "retrievedTo", "variableType" : "String", "documentation" : "

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

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TapeStatus", "c2jShape" : "TapeArchiveStatus", "deprecated" : false, "documentation" : "

                  The current state of the archived virtual tape.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The current state of the archived virtual tape.

                  \n@param tapeStatus The current state of the archived virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The current state of the archived virtual tape.

                  \n@return The current state of the archived virtual tape.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeStatus", "setterDocumentation" : "/**

                  The current state of the archived virtual tape.

                  \n@param tapeStatus The current state of the archived virtual tape.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The current state of the archived virtual tape.

                  \n@param tapeStatus The current state of the archived virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeStatus", "variableType" : "String", "documentation" : "

                  The current state of the archived virtual tape.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CompletionTime" : { "c2jName" : "CompletionTime", "c2jShape" : "Time", "deprecated" : false, "documentation" : "

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

                  The string format of the completion time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

                  The string format of the completion time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.

                  \n@param completionTime The time that the archiving of the virtual tape was completed.

                  The string format of the completion time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

                  The string format of the completion time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.

                  \n@return The time that the archiving of the virtual tape was completed.

                  The string format of the completion time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CompletionTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CompletionTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CompletionTime", "setterDocumentation" : "/**

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

                  The string format of the completion time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.

                  \n@param completionTime The time that the archiving of the virtual tape was completed.

                  The string format of the completion time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "completionTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

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

                  The string format of the completion time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.

                  \n@param completionTime The time that the archiving of the virtual tape was completed.

                  The string format of the completion time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "completionTime", "variableType" : "java.util.Date", "documentation" : "

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

                  The string format of the completion time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "RetrievedTo" : { "c2jName" : "RetrievedTo", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "

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

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

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

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

                  \n@param retrievedTo The Amazon Resource Name (ARN) of the gateway-VTL that the virtual tape is being retrieved to.

                  The virtual tape is retrieved from the virtual tape shelf (VTS).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

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

                  \n@return The Amazon Resource Name (ARN) of the gateway-VTL that the virtual tape is being retrieved to.

                  The virtual tape is retrieved from the virtual tape shelf (VTS).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RetrievedTo", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RetrievedTo", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RetrievedTo", "setterDocumentation" : "/**

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

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

                  \n@param retrievedTo The Amazon Resource Name (ARN) of the gateway-VTL that the virtual tape is being retrieved to.

                  The virtual tape is retrieved from the virtual tape shelf (VTS).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "retrievedTo", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

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

                  \n@param retrievedTo The Amazon Resource Name (ARN) of the gateway-VTL that the virtual tape is being retrieved to.

                  The virtual tape is retrieved from the virtual tape shelf (VTS).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "retrievedTo", "variableType" : "String", "documentation" : "

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

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TapeARN" : { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of an archived virtual tape.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of an archived virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of an archived virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of an archived virtual tape.

                  \n@return The Amazon Resource Name (ARN) of an archived virtual tape.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of an archived virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of an archived virtual tape.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of an archived virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of an archived virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of an archived virtual tape.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TapeBarcode" : { "c2jName" : "TapeBarcode", "c2jShape" : "TapeBarcode", "deprecated" : false, "documentation" : "

                  The barcode that identifies the archived virtual tape.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The barcode that identifies the archived virtual tape.

                  \n@param tapeBarcode The barcode that identifies the archived virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The barcode that identifies the archived virtual tape.

                  \n@return The barcode that identifies the archived virtual tape.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeBarcode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeBarcode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeBarcode", "setterDocumentation" : "/**

                  The barcode that identifies the archived virtual tape.

                  \n@param tapeBarcode The barcode that identifies the archived virtual tape.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeBarcode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The barcode that identifies the archived virtual tape.

                  \n@param tapeBarcode The barcode that identifies the archived virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeBarcode", "variableType" : "String", "documentation" : "

                  The barcode that identifies the archived virtual tape.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TapeSizeInBytes" : { "c2jName" : "TapeSizeInBytes", "c2jShape" : "TapeSize", "deprecated" : false, "documentation" : "

                  The size, in bytes, of the archived virtual tape.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The size, in bytes, of the archived virtual tape.

                  \n@param tapeSizeInBytes The size, in bytes, of the archived virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The size, in bytes, of the archived virtual tape.

                  \n@return The size, in bytes, of the archived virtual tape.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeSizeInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeSizeInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeSizeInBytes", "setterDocumentation" : "/**

                  The size, in bytes, of the archived virtual tape.

                  \n@param tapeSizeInBytes The size, in bytes, of the archived virtual tape.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "tapeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The size, in bytes, of the archived virtual tape.

                  \n@param tapeSizeInBytes The size, in bytes, of the archived virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "tapeSizeInBytes", "variableType" : "Long", "documentation" : "

                  The size, in bytes, of the archived virtual tape.

                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "TapeStatus" : { "c2jName" : "TapeStatus", "c2jShape" : "TapeArchiveStatus", "deprecated" : false, "documentation" : "

                  The current state of the archived virtual tape.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The current state of the archived virtual tape.

                  \n@param tapeStatus The current state of the archived virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The current state of the archived virtual tape.

                  \n@return The current state of the archived virtual tape.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeStatus", "setterDocumentation" : "/**

                  The current state of the archived virtual tape.

                  \n@param tapeStatus The current state of the archived virtual tape.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The current state of the archived virtual tape.

                  \n@param tapeStatus The current state of the archived virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeStatus", "variableType" : "String", "documentation" : "

                  The current state of the archived virtual tape.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "TapeArchive", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TapeArchive", "variableName" : "tapeArchive", "variableType" : "TapeArchive", "documentation" : null, "simpleType" : "TapeArchive", "variableSetterType" : "TapeArchive" }, "wrapper" : false }, "TapeInfo" : { "c2jName" : "TapeInfo", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Describes a virtual tape.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of a virtual tape.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of a virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of a virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of a virtual tape.

                  \n@return The Amazon Resource Name (ARN) of a virtual tape.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of a virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of a virtual tape.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of a virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of a virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of a virtual tape.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TapeBarcode", "c2jShape" : "TapeBarcode", "deprecated" : false, "documentation" : "

                  The barcode that identifies a specific virtual tape.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The barcode that identifies a specific virtual tape.

                  \n@param tapeBarcode The barcode that identifies a specific virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The barcode that identifies a specific virtual tape.

                  \n@return The barcode that identifies a specific virtual tape.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeBarcode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeBarcode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeBarcode", "setterDocumentation" : "/**

                  The barcode that identifies a specific virtual tape.

                  \n@param tapeBarcode The barcode that identifies a specific virtual tape.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeBarcode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The barcode that identifies a specific virtual tape.

                  \n@param tapeBarcode The barcode that identifies a specific virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeBarcode", "variableType" : "String", "documentation" : "

                  The barcode that identifies a specific virtual tape.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TapeSizeInBytes", "c2jShape" : "TapeSize", "deprecated" : false, "documentation" : "

                  The size, in bytes, of a virtual tape.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The size, in bytes, of a virtual tape.

                  \n@param tapeSizeInBytes The size, in bytes, of a virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The size, in bytes, of a virtual tape.

                  \n@return The size, in bytes, of a virtual tape.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeSizeInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeSizeInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeSizeInBytes", "setterDocumentation" : "/**

                  The size, in bytes, of a virtual tape.

                  \n@param tapeSizeInBytes The size, in bytes, of a virtual tape.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "tapeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The size, in bytes, of a virtual tape.

                  \n@param tapeSizeInBytes The size, in bytes, of a virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "tapeSizeInBytes", "variableType" : "Long", "documentation" : "

                  The size, in bytes, of a virtual tape.

                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TapeStatus", "c2jShape" : "TapeStatus", "deprecated" : false, "documentation" : "

                  The status of the tape.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The status of the tape.

                  \n@param tapeStatus The status of the tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The status of the tape.

                  \n@return The status of the tape.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeStatus", "setterDocumentation" : "/**

                  The status of the tape.

                  \n@param tapeStatus The status of the tape.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The status of the tape.

                  \n@param tapeStatus The status of the tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeStatus", "variableType" : "String", "documentation" : "

                  The status of the tape.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

                  \n@param gatewayARN The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

                  \n@return The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

                  \n@param gatewayARN The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

                  \n@param gatewayARN The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

                  \n@param gatewayARN The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

                  \n@return The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

                  \n@param gatewayARN The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

                  \n@param gatewayARN The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TapeARN" : { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of a virtual tape.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of a virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of a virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of a virtual tape.

                  \n@return The Amazon Resource Name (ARN) of a virtual tape.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of a virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of a virtual tape.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of a virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of a virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of a virtual tape.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TapeBarcode" : { "c2jName" : "TapeBarcode", "c2jShape" : "TapeBarcode", "deprecated" : false, "documentation" : "

                  The barcode that identifies a specific virtual tape.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The barcode that identifies a specific virtual tape.

                  \n@param tapeBarcode The barcode that identifies a specific virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The barcode that identifies a specific virtual tape.

                  \n@return The barcode that identifies a specific virtual tape.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeBarcode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeBarcode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeBarcode", "setterDocumentation" : "/**

                  The barcode that identifies a specific virtual tape.

                  \n@param tapeBarcode The barcode that identifies a specific virtual tape.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeBarcode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The barcode that identifies a specific virtual tape.

                  \n@param tapeBarcode The barcode that identifies a specific virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeBarcode", "variableType" : "String", "documentation" : "

                  The barcode that identifies a specific virtual tape.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TapeSizeInBytes" : { "c2jName" : "TapeSizeInBytes", "c2jShape" : "TapeSize", "deprecated" : false, "documentation" : "

                  The size, in bytes, of a virtual tape.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The size, in bytes, of a virtual tape.

                  \n@param tapeSizeInBytes The size, in bytes, of a virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The size, in bytes, of a virtual tape.

                  \n@return The size, in bytes, of a virtual tape.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeSizeInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeSizeInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeSizeInBytes", "setterDocumentation" : "/**

                  The size, in bytes, of a virtual tape.

                  \n@param tapeSizeInBytes The size, in bytes, of a virtual tape.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "tapeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The size, in bytes, of a virtual tape.

                  \n@param tapeSizeInBytes The size, in bytes, of a virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "tapeSizeInBytes", "variableType" : "Long", "documentation" : "

                  The size, in bytes, of a virtual tape.

                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "TapeStatus" : { "c2jName" : "TapeStatus", "c2jShape" : "TapeStatus", "deprecated" : false, "documentation" : "

                  The status of the tape.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The status of the tape.

                  \n@param tapeStatus The status of the tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The status of the tape.

                  \n@return The status of the tape.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeStatus", "setterDocumentation" : "/**

                  The status of the tape.

                  \n@param tapeStatus The status of the tape.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The status of the tape.

                  \n@param tapeStatus The status of the tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeStatus", "variableType" : "String", "documentation" : "

                  The status of the tape.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "TapeInfo", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TapeInfo", "variableName" : "tapeInfo", "variableType" : "TapeInfo", "documentation" : null, "simpleType" : "TapeInfo", "variableSetterType" : "TapeInfo" }, "wrapper" : false }, "TapeRecoveryPointInfo" : { "c2jName" : "TapeRecoveryPointInfo", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Describes a recovery point.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the virtual tape.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape.

                  \n@return The Amazon Resource Name (ARN) of the virtual tape.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the virtual tape.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TapeRecoveryPointTime", "c2jShape" : "Time", "deprecated" : false, "documentation" : "

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

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

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

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

                  \n@param tapeRecoveryPointTime The time when the point-in-time view of the virtual tape was replicated for later recovery.

                  The string format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

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

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

                  The string format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeRecoveryPointTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeRecoveryPointTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeRecoveryPointTime", "setterDocumentation" : "/**

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

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

                  \n@param tapeRecoveryPointTime The time when the point-in-time view of the virtual tape was replicated for later recovery.

                  The string format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "tapeRecoveryPointTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

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

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

                  \n@param tapeRecoveryPointTime The time when the point-in-time view of the virtual tape was replicated for later recovery.

                  The string format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "tapeRecoveryPointTime", "variableType" : "java.util.Date", "documentation" : "

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

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

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TapeSizeInBytes", "c2jShape" : "TapeSize", "deprecated" : false, "documentation" : "

                  The size, in bytes, of the virtual tapes to recover.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The size, in bytes, of the virtual tapes to recover.

                  \n@param tapeSizeInBytes The size, in bytes, of the virtual tapes to recover.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The size, in bytes, of the virtual tapes to recover.

                  \n@return The size, in bytes, of the virtual tapes to recover.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeSizeInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeSizeInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeSizeInBytes", "setterDocumentation" : "/**

                  The size, in bytes, of the virtual tapes to recover.

                  \n@param tapeSizeInBytes The size, in bytes, of the virtual tapes to recover.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "tapeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The size, in bytes, of the virtual tapes to recover.

                  \n@param tapeSizeInBytes The size, in bytes, of the virtual tapes to recover.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "tapeSizeInBytes", "variableType" : "Long", "documentation" : "

                  The size, in bytes, of the virtual tapes to recover.

                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TapeStatus", "c2jShape" : "TapeRecoveryPointStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param tapeStatus \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeStatus", "setterDocumentation" : "/**\n@param tapeStatus */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param tapeStatus \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TapeARN" : { "c2jName" : "TapeARN", "c2jShape" : "TapeARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the virtual tape.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape.

                  \n@return The Amazon Resource Name (ARN) of the virtual tape.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the virtual tape.

                  \n@param tapeARN The Amazon Resource Name (ARN) of the virtual tape.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the virtual tape.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TapeRecoveryPointTime" : { "c2jName" : "TapeRecoveryPointTime", "c2jShape" : "Time", "deprecated" : false, "documentation" : "

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

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

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

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

                  \n@param tapeRecoveryPointTime The time when the point-in-time view of the virtual tape was replicated for later recovery.

                  The string format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

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

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

                  The string format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeRecoveryPointTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeRecoveryPointTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeRecoveryPointTime", "setterDocumentation" : "/**

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

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

                  \n@param tapeRecoveryPointTime The time when the point-in-time view of the virtual tape was replicated for later recovery.

                  The string format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "tapeRecoveryPointTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

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

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

                  \n@param tapeRecoveryPointTime The time when the point-in-time view of the virtual tape was replicated for later recovery.

                  The string format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "tapeRecoveryPointTime", "variableType" : "java.util.Date", "documentation" : "

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

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

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "TapeSizeInBytes" : { "c2jName" : "TapeSizeInBytes", "c2jShape" : "TapeSize", "deprecated" : false, "documentation" : "

                  The size, in bytes, of the virtual tapes to recover.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The size, in bytes, of the virtual tapes to recover.

                  \n@param tapeSizeInBytes The size, in bytes, of the virtual tapes to recover.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The size, in bytes, of the virtual tapes to recover.

                  \n@return The size, in bytes, of the virtual tapes to recover.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeSizeInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeSizeInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeSizeInBytes", "setterDocumentation" : "/**

                  The size, in bytes, of the virtual tapes to recover.

                  \n@param tapeSizeInBytes The size, in bytes, of the virtual tapes to recover.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "tapeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The size, in bytes, of the virtual tapes to recover.

                  \n@param tapeSizeInBytes The size, in bytes, of the virtual tapes to recover.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "tapeSizeInBytes", "variableType" : "Long", "documentation" : "

                  The size, in bytes, of the virtual tapes to recover.

                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "TapeStatus" : { "c2jName" : "TapeStatus", "c2jShape" : "TapeRecoveryPointStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param tapeStatus \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TapeStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TapeStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TapeStatus", "setterDocumentation" : "/**\n@param tapeStatus */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tapeStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param tapeStatus \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tapeStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "TapeRecoveryPointInfo", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TapeRecoveryPointInfo", "variableName" : "tapeRecoveryPointInfo", "variableType" : "TapeRecoveryPointInfo", "documentation" : null, "simpleType" : "TapeRecoveryPointInfo", "variableSetterType" : "TapeRecoveryPointInfo" }, "wrapper" : false }, "UpdateBandwidthRateLimitRequest" : { "c2jName" : "UpdateBandwidthRateLimitInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateBandwidthRateLimit", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.UpdateBandwidthRateLimit", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AverageUploadRateLimitInBitsPerSec", "c2jShape" : "BandwidthUploadRateLimit", "deprecated" : false, "documentation" : "

                  The average upload bandwidth rate limit in bits per second.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The average upload bandwidth rate limit in bits per second.

                  \n@param averageUploadRateLimitInBitsPerSec The average upload bandwidth rate limit in bits per second.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The average upload bandwidth rate limit in bits per second.

                  \n@return The average upload bandwidth rate limit in bits per second.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AverageUploadRateLimitInBitsPerSec", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AverageUploadRateLimitInBitsPerSec", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AverageUploadRateLimitInBitsPerSec", "setterDocumentation" : "/**

                  The average upload bandwidth rate limit in bits per second.

                  \n@param averageUploadRateLimitInBitsPerSec The average upload bandwidth rate limit in bits per second.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "averageUploadRateLimitInBitsPerSec", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The average upload bandwidth rate limit in bits per second.

                  \n@param averageUploadRateLimitInBitsPerSec The average upload bandwidth rate limit in bits per second.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "averageUploadRateLimitInBitsPerSec", "variableType" : "Long", "documentation" : "

                  The average upload bandwidth rate limit in bits per second.

                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AverageDownloadRateLimitInBitsPerSec", "c2jShape" : "BandwidthDownloadRateLimit", "deprecated" : false, "documentation" : "

                  The average download bandwidth rate limit in bits per second.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The average download bandwidth rate limit in bits per second.

                  \n@param averageDownloadRateLimitInBitsPerSec The average download bandwidth rate limit in bits per second.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The average download bandwidth rate limit in bits per second.

                  \n@return The average download bandwidth rate limit in bits per second.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AverageDownloadRateLimitInBitsPerSec", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AverageDownloadRateLimitInBitsPerSec", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AverageDownloadRateLimitInBitsPerSec", "setterDocumentation" : "/**

                  The average download bandwidth rate limit in bits per second.

                  \n@param averageDownloadRateLimitInBitsPerSec The average download bandwidth rate limit in bits per second.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "averageDownloadRateLimitInBitsPerSec", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The average download bandwidth rate limit in bits per second.

                  \n@param averageDownloadRateLimitInBitsPerSec The average download bandwidth rate limit in bits per second.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "averageDownloadRateLimitInBitsPerSec", "variableType" : "Long", "documentation" : "

                  The average download bandwidth rate limit in bits per second.

                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AverageDownloadRateLimitInBitsPerSec" : { "c2jName" : "AverageDownloadRateLimitInBitsPerSec", "c2jShape" : "BandwidthDownloadRateLimit", "deprecated" : false, "documentation" : "

                  The average download bandwidth rate limit in bits per second.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The average download bandwidth rate limit in bits per second.

                  \n@param averageDownloadRateLimitInBitsPerSec The average download bandwidth rate limit in bits per second.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The average download bandwidth rate limit in bits per second.

                  \n@return The average download bandwidth rate limit in bits per second.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AverageDownloadRateLimitInBitsPerSec", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AverageDownloadRateLimitInBitsPerSec", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AverageDownloadRateLimitInBitsPerSec", "setterDocumentation" : "/**

                  The average download bandwidth rate limit in bits per second.

                  \n@param averageDownloadRateLimitInBitsPerSec The average download bandwidth rate limit in bits per second.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "averageDownloadRateLimitInBitsPerSec", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The average download bandwidth rate limit in bits per second.

                  \n@param averageDownloadRateLimitInBitsPerSec The average download bandwidth rate limit in bits per second.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "averageDownloadRateLimitInBitsPerSec", "variableType" : "Long", "documentation" : "

                  The average download bandwidth rate limit in bits per second.

                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "AverageUploadRateLimitInBitsPerSec" : { "c2jName" : "AverageUploadRateLimitInBitsPerSec", "c2jShape" : "BandwidthUploadRateLimit", "deprecated" : false, "documentation" : "

                  The average upload bandwidth rate limit in bits per second.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The average upload bandwidth rate limit in bits per second.

                  \n@param averageUploadRateLimitInBitsPerSec The average upload bandwidth rate limit in bits per second.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The average upload bandwidth rate limit in bits per second.

                  \n@return The average upload bandwidth rate limit in bits per second.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AverageUploadRateLimitInBitsPerSec", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AverageUploadRateLimitInBitsPerSec", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AverageUploadRateLimitInBitsPerSec", "setterDocumentation" : "/**

                  The average upload bandwidth rate limit in bits per second.

                  \n@param averageUploadRateLimitInBitsPerSec The average upload bandwidth rate limit in bits per second.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "averageUploadRateLimitInBitsPerSec", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The average upload bandwidth rate limit in bits per second.

                  \n@param averageUploadRateLimitInBitsPerSec The average upload bandwidth rate limit in bits per second.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "averageUploadRateLimitInBitsPerSec", "variableType" : "Long", "documentation" : "

                  The average upload bandwidth rate limit in bits per second.

                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN" ], "shapeName" : "UpdateBandwidthRateLimitRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateBandwidthRateLimitRequest", "variableName" : "updateBandwidthRateLimitRequest", "variableType" : "UpdateBandwidthRateLimitRequest", "documentation" : null, "simpleType" : "UpdateBandwidthRateLimitRequest", "variableSetterType" : "UpdateBandwidthRateLimitRequest" }, "wrapper" : false }, "UpdateBandwidthRateLimitResult" : { "c2jName" : "UpdateBandwidthRateLimitOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  A JSON object containing the of the gateway whose throttle information was updated.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "UpdateBandwidthRateLimitResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateBandwidthRateLimitResult", "variableName" : "updateBandwidthRateLimitResult", "variableType" : "UpdateBandwidthRateLimitResult", "documentation" : null, "simpleType" : "UpdateBandwidthRateLimitResult", "variableSetterType" : "UpdateBandwidthRateLimitResult" }, "wrapper" : false }, "UpdateChapCredentialsRequest" : { "c2jName" : "UpdateChapCredentialsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateChapCredentials", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.UpdateChapCredentials", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TargetARN", "c2jShape" : "TargetARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return the TargetARN for specified VolumeARN.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return the TargetARN for specified VolumeARN.

                  \n@param targetARN The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return the TargetARN for specified VolumeARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return the TargetARN for specified VolumeARN.

                  \n@return The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return the TargetARN for specified VolumeARN.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return the TargetARN for specified VolumeARN.

                  \n@param targetARN The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return the TargetARN for specified VolumeARN.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return the TargetARN for specified VolumeARN.

                  \n@param targetARN The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return the TargetARN for specified VolumeARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return the TargetARN for specified VolumeARN.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SecretToAuthenticateInitiator", "c2jShape" : "ChapSecret", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param secretToAuthenticateInitiator 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.

                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.

                  */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SecretToAuthenticateInitiator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SecretToAuthenticateInitiator", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SecretToAuthenticateInitiator", "setterDocumentation" : "/**

                  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.

                  \n@param secretToAuthenticateInitiator 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.

                  */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "secretToAuthenticateInitiator", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param secretToAuthenticateInitiator 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.

                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "secretToAuthenticateInitiator", "variableType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "InitiatorName", "c2jShape" : "IqnName", "deprecated" : false, "documentation" : "

                  The iSCSI initiator that connects to the target.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The iSCSI initiator that connects to the target.

                  \n@param initiatorName The iSCSI initiator that connects to the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The iSCSI initiator that connects to the target.

                  \n@return The iSCSI initiator that connects to the target.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InitiatorName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InitiatorName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InitiatorName", "setterDocumentation" : "/**

                  The iSCSI initiator that connects to the target.

                  \n@param initiatorName The iSCSI initiator that connects to the target.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "initiatorName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The iSCSI initiator that connects to the target.

                  \n@param initiatorName The iSCSI initiator that connects to the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "initiatorName", "variableType" : "String", "documentation" : "

                  The iSCSI initiator that connects to the target.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SecretToAuthenticateTarget", "c2jShape" : "ChapSecret", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param secretToAuthenticateTarget 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.

                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.

                  */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SecretToAuthenticateTarget", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SecretToAuthenticateTarget", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SecretToAuthenticateTarget", "setterDocumentation" : "/**

                  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.

                  \n@param secretToAuthenticateTarget 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.

                  */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "secretToAuthenticateTarget", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param secretToAuthenticateTarget 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.

                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "secretToAuthenticateTarget", "variableType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "InitiatorName" : { "c2jName" : "InitiatorName", "c2jShape" : "IqnName", "deprecated" : false, "documentation" : "

                  The iSCSI initiator that connects to the target.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The iSCSI initiator that connects to the target.

                  \n@param initiatorName The iSCSI initiator that connects to the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The iSCSI initiator that connects to the target.

                  \n@return The iSCSI initiator that connects to the target.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InitiatorName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InitiatorName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InitiatorName", "setterDocumentation" : "/**

                  The iSCSI initiator that connects to the target.

                  \n@param initiatorName The iSCSI initiator that connects to the target.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "initiatorName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The iSCSI initiator that connects to the target.

                  \n@param initiatorName The iSCSI initiator that connects to the target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "initiatorName", "variableType" : "String", "documentation" : "

                  The iSCSI initiator that connects to the target.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SecretToAuthenticateInitiator" : { "c2jName" : "SecretToAuthenticateInitiator", "c2jShape" : "ChapSecret", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param secretToAuthenticateInitiator 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.

                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.

                  */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SecretToAuthenticateInitiator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SecretToAuthenticateInitiator", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SecretToAuthenticateInitiator", "setterDocumentation" : "/**

                  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.

                  \n@param secretToAuthenticateInitiator 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.

                  */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "secretToAuthenticateInitiator", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param secretToAuthenticateInitiator 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.

                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "secretToAuthenticateInitiator", "variableType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SecretToAuthenticateTarget" : { "c2jName" : "SecretToAuthenticateTarget", "c2jShape" : "ChapSecret", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param secretToAuthenticateTarget 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.

                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.

                  */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SecretToAuthenticateTarget", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SecretToAuthenticateTarget", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SecretToAuthenticateTarget", "setterDocumentation" : "/**

                  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.

                  \n@param secretToAuthenticateTarget 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.

                  */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "secretToAuthenticateTarget", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param secretToAuthenticateTarget 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.

                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "secretToAuthenticateTarget", "variableType" : "String", "documentation" : "

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TargetARN" : { "c2jName" : "TargetARN", "c2jShape" : "TargetARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return the TargetARN for specified VolumeARN.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return the TargetARN for specified VolumeARN.

                  \n@param targetARN The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return the TargetARN for specified VolumeARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return the TargetARN for specified VolumeARN.

                  \n@return The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return the TargetARN for specified VolumeARN.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return the TargetARN for specified VolumeARN.

                  \n@param targetARN The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return the TargetARN for specified VolumeARN.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return the TargetARN for specified VolumeARN.

                  \n@param targetARN The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return the TargetARN for specified VolumeARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return the TargetARN for specified VolumeARN.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "TargetARN", "SecretToAuthenticateInitiator", "InitiatorName" ], "shapeName" : "UpdateChapCredentialsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateChapCredentialsRequest", "variableName" : "updateChapCredentialsRequest", "variableType" : "UpdateChapCredentialsRequest", "documentation" : null, "simpleType" : "UpdateChapCredentialsRequest", "variableSetterType" : "UpdateChapCredentialsRequest" }, "wrapper" : false }, "UpdateChapCredentialsResult" : { "c2jName" : "UpdateChapCredentialsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  A JSON object containing the following fields:

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TargetARN", "c2jShape" : "TargetARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.

                  \n@param targetARN The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.

                  \n@return The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.

                  \n@param targetARN The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.

                  \n@param targetARN The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "InitiatorName", "c2jShape" : "IqnName", "deprecated" : false, "documentation" : "

                  The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.

                  \n@param initiatorName The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.

                  \n@return The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InitiatorName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InitiatorName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InitiatorName", "setterDocumentation" : "/**

                  The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.

                  \n@param initiatorName The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "initiatorName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.

                  \n@param initiatorName The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "initiatorName", "variableType" : "String", "documentation" : "

                  The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "InitiatorName" : { "c2jName" : "InitiatorName", "c2jShape" : "IqnName", "deprecated" : false, "documentation" : "

                  The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.

                  \n@param initiatorName The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.

                  \n@return The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InitiatorName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InitiatorName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InitiatorName", "setterDocumentation" : "/**

                  The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.

                  \n@param initiatorName The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "initiatorName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.

                  \n@param initiatorName The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "initiatorName", "variableType" : "String", "documentation" : "

                  The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TargetARN" : { "c2jName" : "TargetARN", "c2jShape" : "TargetARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.

                  \n@param targetARN The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.

                  \n@return The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.

                  \n@param targetARN The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.

                  \n@param targetARN The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "UpdateChapCredentialsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateChapCredentialsResult", "variableName" : "updateChapCredentialsResult", "variableType" : "UpdateChapCredentialsResult", "documentation" : null, "simpleType" : "UpdateChapCredentialsResult", "variableSetterType" : "UpdateChapCredentialsResult" }, "wrapper" : false }, "UpdateGatewayInformationRequest" : { "c2jName" : "UpdateGatewayInformationInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateGatewayInformation", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.UpdateGatewayInformation", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GatewayName", "c2jShape" : "GatewayName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayName \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayName", "setterDocumentation" : "/**\n@param gatewayName */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GatewayTimezone", "c2jShape" : "GatewayTimezone", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayTimezone \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayTimezone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayTimezone", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayTimezone", "setterDocumentation" : "/**\n@param gatewayTimezone */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayTimezone", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayTimezone \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayTimezone", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "GatewayName" : { "c2jName" : "GatewayName", "c2jShape" : "GatewayName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayName \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayName", "setterDocumentation" : "/**\n@param gatewayName */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "GatewayTimezone" : { "c2jName" : "GatewayTimezone", "c2jShape" : "GatewayTimezone", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayTimezone \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayTimezone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayTimezone", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayTimezone", "setterDocumentation" : "/**\n@param gatewayTimezone */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayTimezone", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayTimezone \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayTimezone", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN" ], "shapeName" : "UpdateGatewayInformationRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateGatewayInformationRequest", "variableName" : "updateGatewayInformationRequest", "variableType" : "UpdateGatewayInformationRequest", "documentation" : null, "simpleType" : "UpdateGatewayInformationRequest", "variableSetterType" : "UpdateGatewayInformationRequest" }, "wrapper" : false }, "UpdateGatewayInformationResult" : { "c2jName" : "UpdateGatewayInformationOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  A JSON object containing the ARN of the gateway that was updated.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GatewayName", "c2jShape" : "string", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayName \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayName", "setterDocumentation" : "/**\n@param gatewayName */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "GatewayName" : { "c2jName" : "GatewayName", "c2jShape" : "string", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayName \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayName", "setterDocumentation" : "/**\n@param gatewayName */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "UpdateGatewayInformationResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateGatewayInformationResult", "variableName" : "updateGatewayInformationResult", "variableType" : "UpdateGatewayInformationResult", "documentation" : null, "simpleType" : "UpdateGatewayInformationResult", "variableSetterType" : "UpdateGatewayInformationResult" }, "wrapper" : false }, "UpdateGatewaySoftwareNowRequest" : { "c2jName" : "UpdateGatewaySoftwareNowInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  A JSON object containing the of the gateway to update.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateGatewaySoftwareNow", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.UpdateGatewaySoftwareNow", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN" ], "shapeName" : "UpdateGatewaySoftwareNowRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateGatewaySoftwareNowRequest", "variableName" : "updateGatewaySoftwareNowRequest", "variableType" : "UpdateGatewaySoftwareNowRequest", "documentation" : null, "simpleType" : "UpdateGatewaySoftwareNowRequest", "variableSetterType" : "UpdateGatewaySoftwareNowRequest" }, "wrapper" : false }, "UpdateGatewaySoftwareNowResult" : { "c2jName" : "UpdateGatewaySoftwareNowOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  A JSON object containing the of the gateway that was updated.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "UpdateGatewaySoftwareNowResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateGatewaySoftwareNowResult", "variableName" : "updateGatewaySoftwareNowResult", "variableType" : "UpdateGatewaySoftwareNowResult", "documentation" : null, "simpleType" : "UpdateGatewaySoftwareNowResult", "variableSetterType" : "UpdateGatewaySoftwareNowResult" }, "wrapper" : false }, "UpdateMaintenanceStartTimeRequest" : { "c2jName" : "UpdateMaintenanceStartTimeInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  A JSON object containing the following fields:

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateMaintenanceStartTime", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.UpdateMaintenanceStartTime", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "HourOfDay", "c2jShape" : "HourOfDay", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param hourOfDay 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HourOfDay", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HourOfDay", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HourOfDay", "setterDocumentation" : "/**

                  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.

                  \n@param hourOfDay 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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "hourOfDay", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param hourOfDay 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "hourOfDay", "variableType" : "Integer", "documentation" : "

                  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.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MinuteOfHour", "c2jShape" : "MinuteOfHour", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param minuteOfHour 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MinuteOfHour", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinuteOfHour", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MinuteOfHour", "setterDocumentation" : "/**

                  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.

                  \n@param minuteOfHour 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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minuteOfHour", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param minuteOfHour 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minuteOfHour", "variableType" : "Integer", "documentation" : "

                  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.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DayOfWeek", "c2jShape" : "DayOfWeek", "deprecated" : false, "documentation" : "

                  The maintenance start time day of the week.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The maintenance start time day of the week.

                  \n@param dayOfWeek The maintenance start time day of the week.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The maintenance start time day of the week.

                  \n@return The maintenance start time day of the week.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DayOfWeek", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DayOfWeek", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DayOfWeek", "setterDocumentation" : "/**

                  The maintenance start time day of the week.

                  \n@param dayOfWeek The maintenance start time day of the week.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "dayOfWeek", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The maintenance start time day of the week.

                  \n@param dayOfWeek The maintenance start time day of the week.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "dayOfWeek", "variableType" : "Integer", "documentation" : "

                  The maintenance start time day of the week.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DayOfWeek" : { "c2jName" : "DayOfWeek", "c2jShape" : "DayOfWeek", "deprecated" : false, "documentation" : "

                  The maintenance start time day of the week.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The maintenance start time day of the week.

                  \n@param dayOfWeek The maintenance start time day of the week.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The maintenance start time day of the week.

                  \n@return The maintenance start time day of the week.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DayOfWeek", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DayOfWeek", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DayOfWeek", "setterDocumentation" : "/**

                  The maintenance start time day of the week.

                  \n@param dayOfWeek The maintenance start time day of the week.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "dayOfWeek", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The maintenance start time day of the week.

                  \n@param dayOfWeek The maintenance start time day of the week.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "dayOfWeek", "variableType" : "Integer", "documentation" : "

                  The maintenance start time day of the week.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HourOfDay" : { "c2jName" : "HourOfDay", "c2jShape" : "HourOfDay", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param hourOfDay 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HourOfDay", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HourOfDay", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HourOfDay", "setterDocumentation" : "/**

                  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.

                  \n@param hourOfDay 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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "hourOfDay", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param hourOfDay 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "hourOfDay", "variableType" : "Integer", "documentation" : "

                  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.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "MinuteOfHour" : { "c2jName" : "MinuteOfHour", "c2jShape" : "MinuteOfHour", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param minuteOfHour 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MinuteOfHour", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinuteOfHour", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MinuteOfHour", "setterDocumentation" : "/**

                  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.

                  \n@param minuteOfHour 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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minuteOfHour", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param minuteOfHour 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minuteOfHour", "variableType" : "Integer", "documentation" : "

                  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.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : [ "GatewayARN", "HourOfDay", "MinuteOfHour", "DayOfWeek" ], "shapeName" : "UpdateMaintenanceStartTimeRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateMaintenanceStartTimeRequest", "variableName" : "updateMaintenanceStartTimeRequest", "variableType" : "UpdateMaintenanceStartTimeRequest", "documentation" : null, "simpleType" : "UpdateMaintenanceStartTimeRequest", "variableSetterType" : "UpdateMaintenanceStartTimeRequest" }, "wrapper" : false }, "UpdateMaintenanceStartTimeResult" : { "c2jName" : "UpdateMaintenanceStartTimeOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  A JSON object containing the of the gateway whose maintenance start time is updated.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "UpdateMaintenanceStartTimeResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateMaintenanceStartTimeResult", "variableName" : "updateMaintenanceStartTimeResult", "variableType" : "UpdateMaintenanceStartTimeResult", "documentation" : null, "simpleType" : "UpdateMaintenanceStartTimeResult", "variableSetterType" : "UpdateMaintenanceStartTimeResult" }, "wrapper" : false }, "UpdateSnapshotScheduleRequest" : { "c2jName" : "UpdateSnapshotScheduleInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateSnapshotSchedule", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.UpdateSnapshotSchedule", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

                  \n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

                  \n@return The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

                  \n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

                  \n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StartAt", "c2jShape" : "HourOfDay", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param startAt 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StartAt", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartAt", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartAt", "setterDocumentation" : "/**

                  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.

                  \n@param startAt 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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "startAt", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param startAt 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "startAt", "variableType" : "Integer", "documentation" : "

                  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.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RecurrenceInHours", "c2jShape" : "RecurrenceInHours", "deprecated" : false, "documentation" : "

                  Frequency of snapshots. Specify the number of hours between snapshots.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Frequency of snapshots. Specify the number of hours between snapshots.

                  \n@param recurrenceInHours Frequency of snapshots. Specify the number of hours between snapshots.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Frequency of snapshots. Specify the number of hours between snapshots.

                  \n@return Frequency of snapshots. Specify the number of hours between snapshots.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RecurrenceInHours", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecurrenceInHours", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RecurrenceInHours", "setterDocumentation" : "/**

                  Frequency of snapshots. Specify the number of hours between snapshots.

                  \n@param recurrenceInHours Frequency of snapshots. Specify the number of hours between snapshots.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "recurrenceInHours", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Frequency of snapshots. Specify the number of hours between snapshots.

                  \n@param recurrenceInHours Frequency of snapshots. Specify the number of hours between snapshots.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "recurrenceInHours", "variableType" : "Integer", "documentation" : "

                  Frequency of snapshots. Specify the number of hours between snapshots.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

                  Optional description of the snapshot that overwrites the existing description.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Optional description of the snapshot that overwrites the existing description.

                  \n@param description Optional description of the snapshot that overwrites the existing description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Optional description of the snapshot that overwrites the existing description.

                  \n@return Optional description of the snapshot that overwrites the existing description.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

                  Optional description of the snapshot that overwrites the existing description.

                  \n@param description Optional description of the snapshot that overwrites the existing description.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Optional description of the snapshot that overwrites the existing description.

                  \n@param description Optional description of the snapshot that overwrites the existing description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                  Optional description of the snapshot that overwrites the existing description.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

                  Optional description of the snapshot that overwrites the existing description.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Optional description of the snapshot that overwrites the existing description.

                  \n@param description Optional description of the snapshot that overwrites the existing description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Optional description of the snapshot that overwrites the existing description.

                  \n@return Optional description of the snapshot that overwrites the existing description.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

                  Optional description of the snapshot that overwrites the existing description.

                  \n@param description Optional description of the snapshot that overwrites the existing description.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Optional description of the snapshot that overwrites the existing description.

                  \n@param description Optional description of the snapshot that overwrites the existing description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                  Optional description of the snapshot that overwrites the existing description.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RecurrenceInHours" : { "c2jName" : "RecurrenceInHours", "c2jShape" : "RecurrenceInHours", "deprecated" : false, "documentation" : "

                  Frequency of snapshots. Specify the number of hours between snapshots.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Frequency of snapshots. Specify the number of hours between snapshots.

                  \n@param recurrenceInHours Frequency of snapshots. Specify the number of hours between snapshots.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Frequency of snapshots. Specify the number of hours between snapshots.

                  \n@return Frequency of snapshots. Specify the number of hours between snapshots.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RecurrenceInHours", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecurrenceInHours", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RecurrenceInHours", "setterDocumentation" : "/**

                  Frequency of snapshots. Specify the number of hours between snapshots.

                  \n@param recurrenceInHours Frequency of snapshots. Specify the number of hours between snapshots.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "recurrenceInHours", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Frequency of snapshots. Specify the number of hours between snapshots.

                  \n@param recurrenceInHours Frequency of snapshots. Specify the number of hours between snapshots.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "recurrenceInHours", "variableType" : "Integer", "documentation" : "

                  Frequency of snapshots. Specify the number of hours between snapshots.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "StartAt" : { "c2jName" : "StartAt", "c2jShape" : "HourOfDay", "deprecated" : false, "documentation" : "

                  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.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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.

                  \n@param startAt 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StartAt", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartAt", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartAt", "setterDocumentation" : "/**

                  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.

                  \n@param startAt 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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "startAt", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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.

                  \n@param startAt 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "startAt", "variableType" : "Integer", "documentation" : "

                  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.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "VolumeARN" : { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

                  \n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

                  \n@return The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

                  \n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

                  \n@param volumeARN The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "VolumeARN", "StartAt", "RecurrenceInHours" ], "shapeName" : "UpdateSnapshotScheduleRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateSnapshotScheduleRequest", "variableName" : "updateSnapshotScheduleRequest", "variableType" : "UpdateSnapshotScheduleRequest", "documentation" : null, "simpleType" : "UpdateSnapshotScheduleRequest", "variableSetterType" : "UpdateSnapshotScheduleRequest" }, "wrapper" : false }, "UpdateSnapshotScheduleResult" : { "c2jName" : "UpdateSnapshotScheduleOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  A JSON object containing the of the updated storage volume.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  \n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  \n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**

                  \n@param volumeARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  \n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VolumeARN" : { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  \n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  \n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**

                  \n@param volumeARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  \n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "UpdateSnapshotScheduleResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateSnapshotScheduleResult", "variableName" : "updateSnapshotScheduleResult", "variableType" : "UpdateSnapshotScheduleResult", "documentation" : null, "simpleType" : "UpdateSnapshotScheduleResult", "variableSetterType" : "UpdateSnapshotScheduleResult" }, "wrapper" : false }, "UpdateVTLDeviceTypeRequest" : { "c2jName" : "UpdateVTLDeviceTypeInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateVTLDeviceType", "locationName" : null, "requestUri" : "/", "target" : "StorageGateway_20130630.UpdateVTLDeviceType", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "VTLDeviceARN", "c2jShape" : "VTLDeviceARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the medium changer you want to select.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the medium changer you want to select.

                  \n@param vTLDeviceARN The Amazon Resource Name (ARN) of the medium changer you want to select.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the medium changer you want to select.

                  \n@return The Amazon Resource Name (ARN) of the medium changer you want to select.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VTLDeviceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VTLDeviceARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VTLDeviceARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the medium changer you want to select.

                  \n@param vTLDeviceARN The Amazon Resource Name (ARN) of the medium changer you want to select.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vTLDeviceARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the medium changer you want to select.

                  \n@param vTLDeviceARN The Amazon Resource Name (ARN) of the medium changer you want to select.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vTLDeviceARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the medium changer you want to select.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DeviceType", "c2jShape" : "DeviceType", "deprecated" : false, "documentation" : "

                  The type of medium changer you want to select.

                  Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The type of medium changer you want to select.

                  Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"

                  \n@param deviceType The type of medium changer you want to select.

                  Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The type of medium changer you want to select.

                  Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"

                  \n@return The type of medium changer you want to select.

                  Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeviceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeviceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DeviceType", "setterDocumentation" : "/**

                  The type of medium changer you want to select.

                  Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"

                  \n@param deviceType The type of medium changer you want to select.

                  Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "deviceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The type of medium changer you want to select.

                  Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"

                  \n@param deviceType The type of medium changer you want to select.

                  Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "deviceType", "variableType" : "String", "documentation" : "

                  The type of medium changer you want to select.

                  Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DeviceType" : { "c2jName" : "DeviceType", "c2jShape" : "DeviceType", "deprecated" : false, "documentation" : "

                  The type of medium changer you want to select.

                  Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The type of medium changer you want to select.

                  Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"

                  \n@param deviceType The type of medium changer you want to select.

                  Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The type of medium changer you want to select.

                  Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"

                  \n@return The type of medium changer you want to select.

                  Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeviceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeviceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DeviceType", "setterDocumentation" : "/**

                  The type of medium changer you want to select.

                  Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"

                  \n@param deviceType The type of medium changer you want to select.

                  Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "deviceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The type of medium changer you want to select.

                  Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"

                  \n@param deviceType The type of medium changer you want to select.

                  Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "deviceType", "variableType" : "String", "documentation" : "

                  The type of medium changer you want to select.

                  Valid Values: \"STK-L700\", \"AWS-Gateway-VTL\"

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VTLDeviceARN" : { "c2jName" : "VTLDeviceARN", "c2jShape" : "VTLDeviceARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the medium changer you want to select.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the medium changer you want to select.

                  \n@param vTLDeviceARN The Amazon Resource Name (ARN) of the medium changer you want to select.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the medium changer you want to select.

                  \n@return The Amazon Resource Name (ARN) of the medium changer you want to select.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VTLDeviceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VTLDeviceARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VTLDeviceARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the medium changer you want to select.

                  \n@param vTLDeviceARN The Amazon Resource Name (ARN) of the medium changer you want to select.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vTLDeviceARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the medium changer you want to select.

                  \n@param vTLDeviceARN The Amazon Resource Name (ARN) of the medium changer you want to select.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vTLDeviceARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the medium changer you want to select.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "VTLDeviceARN", "DeviceType" ], "shapeName" : "UpdateVTLDeviceTypeRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateVTLDeviceTypeRequest", "variableName" : "updateVTLDeviceTypeRequest", "variableType" : "UpdateVTLDeviceTypeRequest", "documentation" : null, "simpleType" : "UpdateVTLDeviceTypeRequest", "variableSetterType" : "UpdateVTLDeviceTypeRequest" }, "wrapper" : false }, "UpdateVTLDeviceTypeResult" : { "c2jName" : "UpdateVTLDeviceTypeOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  UpdateVTLDeviceTypeOutput

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "VTLDeviceARN", "c2jShape" : "VTLDeviceARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the medium changer you have selected.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the medium changer you have selected.

                  \n@param vTLDeviceARN The Amazon Resource Name (ARN) of the medium changer you have selected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the medium changer you have selected.

                  \n@return The Amazon Resource Name (ARN) of the medium changer you have selected.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VTLDeviceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VTLDeviceARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VTLDeviceARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the medium changer you have selected.

                  \n@param vTLDeviceARN The Amazon Resource Name (ARN) of the medium changer you have selected.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vTLDeviceARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the medium changer you have selected.

                  \n@param vTLDeviceARN The Amazon Resource Name (ARN) of the medium changer you have selected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vTLDeviceARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the medium changer you have selected.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VTLDeviceARN" : { "c2jName" : "VTLDeviceARN", "c2jShape" : "VTLDeviceARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the medium changer you have selected.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the medium changer you have selected.

                  \n@param vTLDeviceARN The Amazon Resource Name (ARN) of the medium changer you have selected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the medium changer you have selected.

                  \n@return The Amazon Resource Name (ARN) of the medium changer you have selected.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VTLDeviceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VTLDeviceARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VTLDeviceARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the medium changer you have selected.

                  \n@param vTLDeviceARN The Amazon Resource Name (ARN) of the medium changer you have selected.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vTLDeviceARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the medium changer you have selected.

                  \n@param vTLDeviceARN The Amazon Resource Name (ARN) of the medium changer you have selected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vTLDeviceARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the medium changer you have selected.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "UpdateVTLDeviceTypeResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateVTLDeviceTypeResult", "variableName" : "updateVTLDeviceTypeResult", "variableType" : "UpdateVTLDeviceTypeResult", "documentation" : null, "simpleType" : "UpdateVTLDeviceTypeResult", "variableSetterType" : "UpdateVTLDeviceTypeResult" }, "wrapper" : false }, "VTLDevice" : { "c2jName" : "VTLDevice", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Represents a device object associated with a gateway-VTL.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "VTLDeviceARN", "c2jShape" : "VTLDeviceARN", "deprecated" : false, "documentation" : "

                  Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).

                  \n@param vTLDeviceARN Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).

                  \n@return Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VTLDeviceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VTLDeviceARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VTLDeviceARN", "setterDocumentation" : "/**

                  Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).

                  \n@param vTLDeviceARN Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vTLDeviceARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).

                  \n@param vTLDeviceARN Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vTLDeviceARN", "variableType" : "String", "documentation" : "

                  Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VTLDeviceType", "c2jShape" : "VTLDeviceType", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param vTLDeviceType \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VTLDeviceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VTLDeviceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VTLDeviceType", "setterDocumentation" : "/**\n@param vTLDeviceType */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vTLDeviceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param vTLDeviceType \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vTLDeviceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VTLDeviceVendor", "c2jShape" : "VTLDeviceVendor", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param vTLDeviceVendor \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VTLDeviceVendor", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VTLDeviceVendor", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VTLDeviceVendor", "setterDocumentation" : "/**\n@param vTLDeviceVendor */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vTLDeviceVendor", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param vTLDeviceVendor \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vTLDeviceVendor", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VTLDeviceProductIdentifier", "c2jShape" : "VTLDeviceProductIdentifier", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param vTLDeviceProductIdentifier \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VTLDeviceProductIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VTLDeviceProductIdentifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VTLDeviceProductIdentifier", "setterDocumentation" : "/**\n@param vTLDeviceProductIdentifier */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vTLDeviceProductIdentifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param vTLDeviceProductIdentifier \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vTLDeviceProductIdentifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DeviceiSCSIAttributes", "c2jShape" : "DeviceiSCSIAttributes", "deprecated" : false, "documentation" : "

                  A list of iSCSI information about a VTL device.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A list of iSCSI information about a VTL device.

                  \n@param deviceiSCSIAttributes A list of iSCSI information about a VTL device.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  A list of iSCSI information about a VTL device.

                  \n@return A list of iSCSI information about a VTL device.*/", "getterModel" : { "returnType" : "DeviceiSCSIAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeviceiSCSIAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeviceiSCSIAttributes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DeviceiSCSIAttributes", "setterDocumentation" : "/**

                  A list of iSCSI information about a VTL device.

                  \n@param deviceiSCSIAttributes A list of iSCSI information about a VTL device.*/", "setterModel" : { "variableDeclarationType" : "DeviceiSCSIAttributes", "variableName" : "deviceiSCSIAttributes", "variableType" : "DeviceiSCSIAttributes", "documentation" : "", "simpleType" : "DeviceiSCSIAttributes", "variableSetterType" : "DeviceiSCSIAttributes" }, "simple" : false, "varargSetterDocumentation" : "/**

                  A list of iSCSI information about a VTL device.

                  \n@param deviceiSCSIAttributes A list of iSCSI information about a VTL device.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DeviceiSCSIAttributes", "variableName" : "deviceiSCSIAttributes", "variableType" : "DeviceiSCSIAttributes", "documentation" : "

                  A list of iSCSI information about a VTL device.

                  ", "simpleType" : "DeviceiSCSIAttributes", "variableSetterType" : "DeviceiSCSIAttributes" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DeviceiSCSIAttributes" : { "c2jName" : "DeviceiSCSIAttributes", "c2jShape" : "DeviceiSCSIAttributes", "deprecated" : false, "documentation" : "

                  A list of iSCSI information about a VTL device.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A list of iSCSI information about a VTL device.

                  \n@param deviceiSCSIAttributes A list of iSCSI information about a VTL device.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  A list of iSCSI information about a VTL device.

                  \n@return A list of iSCSI information about a VTL device.*/", "getterModel" : { "returnType" : "DeviceiSCSIAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeviceiSCSIAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeviceiSCSIAttributes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DeviceiSCSIAttributes", "setterDocumentation" : "/**

                  A list of iSCSI information about a VTL device.

                  \n@param deviceiSCSIAttributes A list of iSCSI information about a VTL device.*/", "setterModel" : { "variableDeclarationType" : "DeviceiSCSIAttributes", "variableName" : "deviceiSCSIAttributes", "variableType" : "DeviceiSCSIAttributes", "documentation" : "", "simpleType" : "DeviceiSCSIAttributes", "variableSetterType" : "DeviceiSCSIAttributes" }, "simple" : false, "varargSetterDocumentation" : "/**

                  A list of iSCSI information about a VTL device.

                  \n@param deviceiSCSIAttributes A list of iSCSI information about a VTL device.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DeviceiSCSIAttributes", "variableName" : "deviceiSCSIAttributes", "variableType" : "DeviceiSCSIAttributes", "documentation" : "

                  A list of iSCSI information about a VTL device.

                  ", "simpleType" : "DeviceiSCSIAttributes", "variableSetterType" : "DeviceiSCSIAttributes" }, "xmlNameSpaceUri" : null }, "VTLDeviceARN" : { "c2jName" : "VTLDeviceARN", "c2jShape" : "VTLDeviceARN", "deprecated" : false, "documentation" : "

                  Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).

                  \n@param vTLDeviceARN Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).

                  \n@return Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VTLDeviceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VTLDeviceARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VTLDeviceARN", "setterDocumentation" : "/**

                  Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).

                  \n@param vTLDeviceARN Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vTLDeviceARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).

                  \n@param vTLDeviceARN Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vTLDeviceARN", "variableType" : "String", "documentation" : "

                  Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VTLDeviceProductIdentifier" : { "c2jName" : "VTLDeviceProductIdentifier", "c2jShape" : "VTLDeviceProductIdentifier", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param vTLDeviceProductIdentifier \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VTLDeviceProductIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VTLDeviceProductIdentifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VTLDeviceProductIdentifier", "setterDocumentation" : "/**\n@param vTLDeviceProductIdentifier */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vTLDeviceProductIdentifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param vTLDeviceProductIdentifier \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vTLDeviceProductIdentifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VTLDeviceType" : { "c2jName" : "VTLDeviceType", "c2jShape" : "VTLDeviceType", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param vTLDeviceType \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VTLDeviceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VTLDeviceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VTLDeviceType", "setterDocumentation" : "/**\n@param vTLDeviceType */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vTLDeviceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param vTLDeviceType \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vTLDeviceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VTLDeviceVendor" : { "c2jName" : "VTLDeviceVendor", "c2jShape" : "VTLDeviceVendor", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param vTLDeviceVendor \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VTLDeviceVendor", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VTLDeviceVendor", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VTLDeviceVendor", "setterDocumentation" : "/**\n@param vTLDeviceVendor */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vTLDeviceVendor", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param vTLDeviceVendor \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vTLDeviceVendor", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "VTLDevice", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "VTLDevice", "variableName" : "vTLDevice", "variableType" : "VTLDevice", "documentation" : null, "simpleType" : "VTLDevice", "variableSetterType" : "VTLDevice" }, "wrapper" : false }, "VolumeInfo" : { "c2jName" : "VolumeInfo", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Describes a storage volume object.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "

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

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

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

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

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

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

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

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

                  Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

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

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

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

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

                  Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**

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

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

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

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

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

                  Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

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

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

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

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

                  Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "

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

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

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeId", "c2jShape" : "VolumeId", "deprecated" : false, "documentation" : "

                  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 (-).

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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 (-).

                  \n@param volumeId 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 (-).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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 (-).

                  \n@return 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 (-).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeId", "setterDocumentation" : "/**

                  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 (-).

                  \n@param volumeId 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 (-).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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 (-).

                  \n@param volumeId 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 (-).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeId", "variableType" : "String", "documentation" : "

                  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 (-).

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GatewayId", "c2jShape" : "GatewayId", "deprecated" : false, "documentation" : "

                  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 (-).

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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 (-).

                  \n@param gatewayId 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 (-).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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 (-).

                  \n@return 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 (-).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayId", "setterDocumentation" : "/**

                  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 (-).

                  \n@param gatewayId 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 (-).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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 (-).

                  \n@param gatewayId 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 (-).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayId", "variableType" : "String", "documentation" : "

                  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 (-).

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeType", "c2jShape" : "VolumeType", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeType \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeType", "setterDocumentation" : "/**\n@param volumeType */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeType \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeSizeInBytes", "c2jShape" : "long", "deprecated" : false, "documentation" : "

                  The size, in bytes, of the volume.

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

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The size, in bytes, of the volume.

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

                  \n@param volumeSizeInBytes The size, in bytes, of the volume.

                  Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The size, in bytes, of the volume.

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

                  \n@return The size, in bytes, of the volume.

                  Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeSizeInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeSizeInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeSizeInBytes", "setterDocumentation" : "/**

                  The size, in bytes, of the volume.

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

                  \n@param volumeSizeInBytes The size, in bytes, of the volume.

                  Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "volumeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The size, in bytes, of the volume.

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

                  \n@param volumeSizeInBytes The size, in bytes, of the volume.

                  Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "volumeSizeInBytes", "variableType" : "Long", "documentation" : "

                  The size, in bytes, of the volume.

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

                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "GatewayARN" : { "c2jName" : "GatewayARN", "c2jShape" : "GatewayARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayARN", "setterDocumentation" : "/**\n@param gatewayARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param gatewayARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "GatewayId" : { "c2jName" : "GatewayId", "c2jShape" : "GatewayId", "deprecated" : false, "documentation" : "

                  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 (-).

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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 (-).

                  \n@param gatewayId 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 (-).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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 (-).

                  \n@return 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 (-).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GatewayId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GatewayId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "GatewayId", "setterDocumentation" : "/**

                  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 (-).

                  \n@param gatewayId 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 (-).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gatewayId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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 (-).

                  \n@param gatewayId 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 (-).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gatewayId", "variableType" : "String", "documentation" : "

                  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 (-).

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeARN" : { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "

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

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

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

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

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

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

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

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

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

                  Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

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

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

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

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

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

                  Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**

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

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

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

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

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

                  Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

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

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

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

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

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

                  Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "

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

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

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

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeId" : { "c2jName" : "VolumeId", "c2jShape" : "VolumeId", "deprecated" : false, "documentation" : "

                  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 (-).

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  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 (-).

                  \n@param volumeId 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 (-).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  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 (-).

                  \n@return 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 (-).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeId", "setterDocumentation" : "/**

                  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 (-).

                  \n@param volumeId 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 (-).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  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 (-).

                  \n@param volumeId 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 (-).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeId", "variableType" : "String", "documentation" : "

                  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 (-).

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeSizeInBytes" : { "c2jName" : "VolumeSizeInBytes", "c2jShape" : "long", "deprecated" : false, "documentation" : "

                  The size, in bytes, of the volume.

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

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The size, in bytes, of the volume.

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

                  \n@param volumeSizeInBytes The size, in bytes, of the volume.

                  Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The size, in bytes, of the volume.

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

                  \n@return The size, in bytes, of the volume.

                  Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeSizeInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeSizeInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeSizeInBytes", "setterDocumentation" : "/**

                  The size, in bytes, of the volume.

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

                  \n@param volumeSizeInBytes The size, in bytes, of the volume.

                  Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "volumeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The size, in bytes, of the volume.

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

                  \n@param volumeSizeInBytes The size, in bytes, of the volume.

                  Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "volumeSizeInBytes", "variableType" : "Long", "documentation" : "

                  The size, in bytes, of the volume.

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

                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "VolumeType" : { "c2jName" : "VolumeType", "c2jShape" : "VolumeType", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeType \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeType", "setterDocumentation" : "/**\n@param volumeType */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeType \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "VolumeInfo", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "VolumeInfo", "variableName" : "volumeInfo", "variableType" : "VolumeInfo", "documentation" : null, "simpleType" : "VolumeInfo", "variableSetterType" : "VolumeInfo" }, "wrapper" : false }, "VolumeRecoveryPointInfo" : { "c2jName" : "VolumeRecoveryPointInfo", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**\n@param volumeARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeSizeInBytes", "c2jShape" : "long", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeSizeInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeSizeInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeSizeInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeSizeInBytes", "setterDocumentation" : "/**\n@param volumeSizeInBytes */", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "volumeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeSizeInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "volumeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeUsageInBytes", "c2jShape" : "long", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeUsageInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeUsageInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeUsageInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeUsageInBytes", "setterDocumentation" : "/**\n@param volumeUsageInBytes */", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "volumeUsageInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeUsageInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "volumeUsageInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeRecoveryPointTime", "c2jShape" : "string", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeRecoveryPointTime \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeRecoveryPointTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeRecoveryPointTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeRecoveryPointTime", "setterDocumentation" : "/**\n@param volumeRecoveryPointTime */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeRecoveryPointTime", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeRecoveryPointTime \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeRecoveryPointTime", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VolumeARN" : { "c2jName" : "VolumeARN", "c2jShape" : "VolumeARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeARN", "setterDocumentation" : "/**\n@param volumeARN */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeARN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeRecoveryPointTime" : { "c2jName" : "VolumeRecoveryPointTime", "c2jShape" : "string", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeRecoveryPointTime \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeRecoveryPointTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeRecoveryPointTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeRecoveryPointTime", "setterDocumentation" : "/**\n@param volumeRecoveryPointTime */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeRecoveryPointTime", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeRecoveryPointTime \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeRecoveryPointTime", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VolumeSizeInBytes" : { "c2jName" : "VolumeSizeInBytes", "c2jShape" : "long", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeSizeInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeSizeInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeSizeInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeSizeInBytes", "setterDocumentation" : "/**\n@param volumeSizeInBytes */", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "volumeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeSizeInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "volumeSizeInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "VolumeUsageInBytes" : { "c2jName" : "VolumeUsageInBytes", "c2jShape" : "long", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param volumeUsageInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeUsageInBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeUsageInBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeUsageInBytes", "setterDocumentation" : "/**\n@param volumeUsageInBytes */", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "volumeUsageInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param volumeUsageInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "volumeUsageInBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "VolumeRecoveryPointInfo", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "VolumeRecoveryPointInfo", "variableName" : "volumeRecoveryPointInfo", "variableType" : "VolumeRecoveryPointInfo", "documentation" : null, "simpleType" : "VolumeRecoveryPointInfo", "variableSetterType" : "VolumeRecoveryPointInfo" }, "wrapper" : false }, "VolumeiSCSIAttributes" : { "c2jName" : "VolumeiSCSIAttributes", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Lists iSCSI information about a volume.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TargetARN", "c2jShape" : "TargetARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the volume target.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume target.

                  \n@param targetARN The Amazon Resource Name (ARN) of the volume target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume target.

                  \n@return The Amazon Resource Name (ARN) of the volume target.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume target.

                  \n@param targetARN The Amazon Resource Name (ARN) of the volume target.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume target.

                  \n@param targetARN The Amazon Resource Name (ARN) of the volume target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the volume target.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NetworkInterfaceId", "c2jShape" : "NetworkInterfaceId", "deprecated" : false, "documentation" : "

                  The network interface identifier.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The network interface identifier.

                  \n@param networkInterfaceId The network interface identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The network interface identifier.

                  \n@return The network interface identifier.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NetworkInterfaceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NetworkInterfaceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NetworkInterfaceId", "setterDocumentation" : "/**

                  The network interface identifier.

                  \n@param networkInterfaceId The network interface identifier.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "networkInterfaceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The network interface identifier.

                  \n@param networkInterfaceId The network interface identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "networkInterfaceId", "variableType" : "String", "documentation" : "

                  The network interface identifier.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NetworkInterfacePort", "c2jShape" : "integer", "deprecated" : false, "documentation" : "

                  The port used to communicate with iSCSI targets.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The port used to communicate with iSCSI targets.

                  \n@param networkInterfacePort The port used to communicate with iSCSI targets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The port used to communicate with iSCSI targets.

                  \n@return The port used to communicate with iSCSI targets.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NetworkInterfacePort", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NetworkInterfacePort", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NetworkInterfacePort", "setterDocumentation" : "/**

                  The port used to communicate with iSCSI targets.

                  \n@param networkInterfacePort The port used to communicate with iSCSI targets.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "networkInterfacePort", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The port used to communicate with iSCSI targets.

                  \n@param networkInterfacePort The port used to communicate with iSCSI targets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "networkInterfacePort", "variableType" : "Integer", "documentation" : "

                  The port used to communicate with iSCSI targets.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LunNumber", "c2jShape" : "PositiveIntObject", "deprecated" : false, "documentation" : "

                  The logical disk number.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The logical disk number.

                  \n@param lunNumber The logical disk number.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The logical disk number.

                  \n@return The logical disk number.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LunNumber", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LunNumber", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LunNumber", "setterDocumentation" : "/**

                  The logical disk number.

                  \n@param lunNumber The logical disk number.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "lunNumber", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The logical disk number.

                  \n@param lunNumber The logical disk number.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "lunNumber", "variableType" : "Integer", "documentation" : "

                  The logical disk number.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ChapEnabled", "c2jShape" : "boolean", "deprecated" : false, "documentation" : "

                  Indicates whether mutual CHAP is enabled for the iSCSI target.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Indicates whether mutual CHAP is enabled for the iSCSI target.

                  \n@param chapEnabled Indicates whether mutual CHAP is enabled for the iSCSI target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Indicates whether mutual CHAP is enabled for the iSCSI target.

                  \n@return Indicates whether mutual CHAP is enabled for the iSCSI target.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChapEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChapEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChapEnabled", "setterDocumentation" : "/**

                  Indicates whether mutual CHAP is enabled for the iSCSI target.

                  \n@param chapEnabled Indicates whether mutual CHAP is enabled for the iSCSI target.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "chapEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Indicates whether mutual CHAP is enabled for the iSCSI target.

                  \n@param chapEnabled Indicates whether mutual CHAP is enabled for the iSCSI target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "chapEnabled", "variableType" : "Boolean", "documentation" : "

                  Indicates whether mutual CHAP is enabled for the iSCSI target.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChapEnabled" : { "c2jName" : "ChapEnabled", "c2jShape" : "boolean", "deprecated" : false, "documentation" : "

                  Indicates whether mutual CHAP is enabled for the iSCSI target.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Indicates whether mutual CHAP is enabled for the iSCSI target.

                  \n@param chapEnabled Indicates whether mutual CHAP is enabled for the iSCSI target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Indicates whether mutual CHAP is enabled for the iSCSI target.

                  \n@return Indicates whether mutual CHAP is enabled for the iSCSI target.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ChapEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChapEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ChapEnabled", "setterDocumentation" : "/**

                  Indicates whether mutual CHAP is enabled for the iSCSI target.

                  \n@param chapEnabled Indicates whether mutual CHAP is enabled for the iSCSI target.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "chapEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Indicates whether mutual CHAP is enabled for the iSCSI target.

                  \n@param chapEnabled Indicates whether mutual CHAP is enabled for the iSCSI target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "chapEnabled", "variableType" : "Boolean", "documentation" : "

                  Indicates whether mutual CHAP is enabled for the iSCSI target.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "LunNumber" : { "c2jName" : "LunNumber", "c2jShape" : "PositiveIntObject", "deprecated" : false, "documentation" : "

                  The logical disk number.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The logical disk number.

                  \n@param lunNumber The logical disk number.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The logical disk number.

                  \n@return The logical disk number.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LunNumber", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LunNumber", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LunNumber", "setterDocumentation" : "/**

                  The logical disk number.

                  \n@param lunNumber The logical disk number.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "lunNumber", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The logical disk number.

                  \n@param lunNumber The logical disk number.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "lunNumber", "variableType" : "Integer", "documentation" : "

                  The logical disk number.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NetworkInterfaceId" : { "c2jName" : "NetworkInterfaceId", "c2jShape" : "NetworkInterfaceId", "deprecated" : false, "documentation" : "

                  The network interface identifier.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The network interface identifier.

                  \n@param networkInterfaceId The network interface identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The network interface identifier.

                  \n@return The network interface identifier.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NetworkInterfaceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NetworkInterfaceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NetworkInterfaceId", "setterDocumentation" : "/**

                  The network interface identifier.

                  \n@param networkInterfaceId The network interface identifier.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "networkInterfaceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The network interface identifier.

                  \n@param networkInterfaceId The network interface identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "networkInterfaceId", "variableType" : "String", "documentation" : "

                  The network interface identifier.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NetworkInterfacePort" : { "c2jName" : "NetworkInterfacePort", "c2jShape" : "integer", "deprecated" : false, "documentation" : "

                  The port used to communicate with iSCSI targets.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The port used to communicate with iSCSI targets.

                  \n@param networkInterfacePort The port used to communicate with iSCSI targets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The port used to communicate with iSCSI targets.

                  \n@return The port used to communicate with iSCSI targets.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NetworkInterfacePort", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NetworkInterfacePort", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NetworkInterfacePort", "setterDocumentation" : "/**

                  The port used to communicate with iSCSI targets.

                  \n@param networkInterfacePort The port used to communicate with iSCSI targets.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "networkInterfacePort", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The port used to communicate with iSCSI targets.

                  \n@param networkInterfacePort The port used to communicate with iSCSI targets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "networkInterfacePort", "variableType" : "Integer", "documentation" : "

                  The port used to communicate with iSCSI targets.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "TargetARN" : { "c2jName" : "TargetARN", "c2jShape" : "TargetARN", "deprecated" : false, "documentation" : "

                  The Amazon Resource Name (ARN) of the volume target.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume target.

                  \n@param targetARN The Amazon Resource Name (ARN) of the volume target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume target.

                  \n@return The Amazon Resource Name (ARN) of the volume target.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetARN", "setterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume target.

                  \n@param targetARN The Amazon Resource Name (ARN) of the volume target.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The Amazon Resource Name (ARN) of the volume target.

                  \n@param targetARN The Amazon Resource Name (ARN) of the volume target.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetARN", "variableType" : "String", "documentation" : "

                  The Amazon Resource Name (ARN) of the volume target.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "VolumeiSCSIAttributes", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "VolumeiSCSIAttributes", "variableName" : "volumeiSCSIAttributes", "variableType" : "VolumeiSCSIAttributes", "documentation" : null, "simpleType" : "VolumeiSCSIAttributes", "variableSetterType" : "VolumeiSCSIAttributes" }, "wrapper" : false } }, "clientConfigFactory" : "ClientConfigurationFactory", "examples" : { "examples" : { }, "version" : "1.0" }, "exceptionUnmarshallerImpl" : null, "fileHeader" : "/*\n * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights\n * Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */", "hasWaiters" : false, "sdkBaseResponseFqcn" : "com.amazonaws.AmazonWebServiceResult", "sdkModeledExceptionBaseClassName" : "AWSStorageGatewayException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.storagegateway.model.AWSStorageGatewayException", "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy