1{
2    "smithy": "1.0",
3    "metadata": {
4        "suppressions": [
5            {
6                "id": "HttpMethodSemantics",
7                "namespace": "*"
8            },
9            {
10                "id": "HttpResponseCodeSemantics",
11                "namespace": "*"
12            },
13            {
14                "id": "PaginatedTrait",
15                "namespace": "*"
16            },
17            {
18                "id": "HttpHeaderTrait",
19                "namespace": "*"
20            },
21            {
22                "id": "HttpUriConflict",
23                "namespace": "*"
24            },
25            {
26                "id": "Service",
27                "namespace": "*"
28            }
29        ]
30    },
31    "shapes": {
32        "com.amazonaws.storagegateway#ActivateGateway": {
33            "type": "operation",
34            "input": {
35                "target": "com.amazonaws.storagegateway#ActivateGatewayInput"
36            },
37            "output": {
38                "target": "com.amazonaws.storagegateway#ActivateGatewayOutput"
39            },
40            "errors": [
41                {
42                    "target": "com.amazonaws.storagegateway#InternalServerError"
43                },
44                {
45                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
46                }
47            ],
48            "traits": {
49                "smithy.api#documentation": "<p>Activates the gateway you previously deployed on your host. In the activation process,\n         you specify information such as the AWS Region that you want to use for storing snapshots\n         or tapes, the time zone for scheduled snapshots the gateway snapshot schedule window, an\n         activation key, and a name for your gateway. The activation process also associates your\n         gateway with your account. For more information, see <a>UpdateGatewayInformation</a>.</p>\n         <note>\n            <p>You must turn on the gateway VM before you can activate your gateway.</p>\n         </note>"
50            }
51        },
52        "com.amazonaws.storagegateway#ActivateGatewayInput": {
53            "type": "structure",
54            "members": {
55                "ActivationKey": {
56                    "target": "com.amazonaws.storagegateway#ActivationKey",
57                    "traits": {
58                        "smithy.api#documentation": "<p>Your gateway activation key. You can obtain the activation key by sending an HTTP GET\n         request with redirects enabled to the gateway IP address (port 80). The redirect URL\n         returned in the response provides you the activation key for your gateway in the query\n         string parameter <code>activationKey</code>. It may also include other activation-related\n         parameters, however, these are merely defaults -- the arguments you pass to the\n            <code>ActivateGateway</code> API call determine the actual configuration of your\n         gateway.</p>\n\n      \n\n         <p>For more information, see <a href=\"https://docs.aws.amazon.com/storagegateway/latest/userguide/get-activation-key.html\">Getting activation\n            key</a> in the <i>AWS Storage Gateway User Guide</i>.</p>",
59                        "smithy.api#required": {}
60                    }
61                },
62                "GatewayName": {
63                    "target": "com.amazonaws.storagegateway#GatewayName",
64                    "traits": {
65                        "smithy.api#documentation": "<p>The name you configured for your gateway.</p>",
66                        "smithy.api#required": {}
67                    }
68                },
69                "GatewayTimezone": {
70                    "target": "com.amazonaws.storagegateway#GatewayTimezone",
71                    "traits": {
72                        "smithy.api#documentation": "<p>A value that indicates the time zone you want to set for the gateway. The time zone is\n         of the format \"GMT-hr:mm\" or \"GMT+hr:mm\". For example, GMT-4:00 indicates the time is 4\n         hours behind GMT. GMT+2:00 indicates the time is 2 hours ahead of GMT. The time zone is\n         used, for example, for scheduling snapshots and your gateway's maintenance\n         schedule.</p>",
73                        "smithy.api#required": {}
74                    }
75                },
76                "GatewayRegion": {
77                    "target": "com.amazonaws.storagegateway#RegionId",
78                    "traits": {
79                        "smithy.api#documentation": "<p>A value that indicates the AWS Region where you want to store your data. The gateway AWS\n         Region specified must be the same AWS Region as the AWS Region in your <code>Host</code>\n         header in the request. For more information about available AWS Regions and endpoints for\n         AWS Storage Gateway, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/sg.html\">AWS\n            Storage Gateway endpoints and quotas</a> in the <i>AWS General\n            Reference</i>.</p>\n\n         <p>Valid Values: See <a href=\"https://docs.aws.amazon.com/general/latest/gr/sg.html\">AWS\n            Storage Gateway endpoints and quotas</a> in the <i>AWS General\n            Reference</i>.\n         \n      </p>",
80                        "smithy.api#required": {}
81                    }
82                },
83                "GatewayType": {
84                    "target": "com.amazonaws.storagegateway#GatewayType",
85                    "traits": {
86                        "smithy.api#documentation": "<p>A value that defines the type of gateway to activate. The type specified is critical to\n         all later functions of the gateway and cannot be changed after activation. The default\n         value is <code>CACHED</code>.</p>\n\n         <p>Valid Values: <code>STORED</code> | <code>CACHED</code> | <code>VTL</code> |\n            <code>FILE_S3</code>\n         </p>"
87                    }
88                },
89                "TapeDriveType": {
90                    "target": "com.amazonaws.storagegateway#TapeDriveType",
91                    "traits": {
92                        "smithy.api#documentation": "<p>The value that indicates the type of tape drive to use for tape gateway. This field is\n         optional.</p>\n\n         <p>Valid Values: <code>IBM-ULT3580-TD5</code>\n         </p>"
93                    }
94                },
95                "MediumChangerType": {
96                    "target": "com.amazonaws.storagegateway#MediumChangerType",
97                    "traits": {
98                        "smithy.api#documentation": "<p>The value that indicates the type of medium changer to use for tape gateway. This field\n         is optional.</p>\n\n         <p>Valid Values: <code>STK-L700</code> | <code>AWS-Gateway-VTL</code> |\n            <code>IBM-03584L32-0402</code>\n         </p>"
99                    }
100                },
101                "Tags": {
102                    "target": "com.amazonaws.storagegateway#Tags",
103                    "traits": {
104                        "smithy.api#documentation": "<p>A list of up to 50 tags that you can assign to the gateway. Each tag is a key-value\n         pair.</p>\n\n         <note>\n            <p>Valid characters for key and value are letters, spaces, and numbers that can be\n            represented in UTF-8 format, and the following special characters: + - = . _ : / @. The\n            maximum length of a tag's key is 128 characters, and the maximum length for a\n            tag's value is 256 characters.</p>\n         </note>"
105                    }
106                }
107            },
108            "traits": {
109                "smithy.api#documentation": "<p>A JSON object containing one or more of the following fields:</p>\n\n         <ul>\n            <li>\n               <p>\n                  <a>ActivateGatewayInput$ActivationKey</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>ActivateGatewayInput$GatewayName</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>ActivateGatewayInput$GatewayRegion</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>ActivateGatewayInput$GatewayTimezone</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>ActivateGatewayInput$GatewayType</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>ActivateGatewayInput$MediumChangerType</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>ActivateGatewayInput$TapeDriveType</a>\n               </p>\n            </li>\n         </ul>"
110            }
111        },
112        "com.amazonaws.storagegateway#ActivateGatewayOutput": {
113            "type": "structure",
114            "members": {
115                "GatewayARN": {
116                    "target": "com.amazonaws.storagegateway#GatewayARN"
117                }
118            },
119            "traits": {
120                "smithy.api#documentation": "<p>AWS Storage Gateway returns the Amazon Resource Name (ARN) of the activated gateway. It\n         is a string made of information such as your account, gateway name, and AWS Region. This\n         ARN is used to reference the gateway in other API operations as well as resource-based\n         authorization.</p>\n\n         <note>\n            <p>For gateways activated prior to September 02, 2015, the gateway ARN contains the\n            gateway name rather than the gateway ID. Changing the name of the gateway has no effect\n            on the gateway ARN.</p>\n         </note>"
121            }
122        },
123        "com.amazonaws.storagegateway#ActivationKey": {
124            "type": "string",
125            "traits": {
126                "smithy.api#length": {
127                    "min": 1,
128                    "max": 50
129                }
130            }
131        },
132        "com.amazonaws.storagegateway#ActiveDirectoryStatus": {
133            "type": "string",
134            "traits": {
135                "smithy.api#enum": [
136                    {
137                        "value": "ACCESS_DENIED",
138                        "name": "ACCESS_DENIED"
139                    },
140                    {
141                        "value": "DETACHED",
142                        "name": "DETACHED"
143                    },
144                    {
145                        "value": "JOINED",
146                        "name": "JOINED"
147                    },
148                    {
149                        "value": "JOINING",
150                        "name": "JOINING"
151                    },
152                    {
153                        "value": "NETWORK_ERROR",
154                        "name": "NETWORK_ERROR"
155                    },
156                    {
157                        "value": "TIMEOUT",
158                        "name": "TIMEOUT"
159                    },
160                    {
161                        "value": "UNKNOWN_ERROR",
162                        "name": "UNKNOWN_ERROR"
163                    }
164                ]
165            }
166        },
167        "com.amazonaws.storagegateway#AddCache": {
168            "type": "operation",
169            "input": {
170                "target": "com.amazonaws.storagegateway#AddCacheInput"
171            },
172            "output": {
173                "target": "com.amazonaws.storagegateway#AddCacheOutput"
174            },
175            "errors": [
176                {
177                    "target": "com.amazonaws.storagegateway#InternalServerError"
178                },
179                {
180                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
181                }
182            ],
183            "traits": {
184                "smithy.api#documentation": "<p>Configures one or more gateway local disks as cache for a gateway. This operation is\n         only supported in the cached volume, tape, and file gateway type (see <a href=\"https://docs.aws.amazon.com/storagegateway/latest/userguide/StorageGatewayConcepts.html\">How AWS Storage Gateway works (architecture)</a>.</p>\n\n         <p>In the request, you specify the gateway Amazon Resource Name (ARN) to which you want to\n         add cache, and one or more disk IDs that you want to configure as cache.</p>"
185            }
186        },
187        "com.amazonaws.storagegateway#AddCacheInput": {
188            "type": "structure",
189            "members": {
190                "GatewayARN": {
191                    "target": "com.amazonaws.storagegateway#GatewayARN",
192                    "traits": {
193                        "smithy.api#required": {}
194                    }
195                },
196                "DiskIds": {
197                    "target": "com.amazonaws.storagegateway#DiskIds",
198                    "traits": {
199                        "smithy.api#documentation": "<p>An array of strings that identify disks that are to be configured as working storage.\n         Each string has a minimum length of 1 and maximum length of 300. You can get the disk IDs\n         from the <a>ListLocalDisks</a> API.</p>",
200                        "smithy.api#required": {}
201                    }
202                }
203            }
204        },
205        "com.amazonaws.storagegateway#AddCacheOutput": {
206            "type": "structure",
207            "members": {
208                "GatewayARN": {
209                    "target": "com.amazonaws.storagegateway#GatewayARN"
210                }
211            }
212        },
213        "com.amazonaws.storagegateway#AddTagsToResource": {
214            "type": "operation",
215            "input": {
216                "target": "com.amazonaws.storagegateway#AddTagsToResourceInput"
217            },
218            "output": {
219                "target": "com.amazonaws.storagegateway#AddTagsToResourceOutput"
220            },
221            "errors": [
222                {
223                    "target": "com.amazonaws.storagegateway#InternalServerError"
224                },
225                {
226                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
227                }
228            ],
229            "traits": {
230                "smithy.api#documentation": "<p>Adds one or more tags to the specified resource. You use tags to add metadata to\n         resources, which you can use to categorize these resources. For example, you can categorize\n         resources by purpose, owner, environment, or team. Each tag consists of a key and a value,\n         which you define. You can add tags to the following AWS Storage Gateway resources:</p>\n\n         <ul>\n            <li>\n               <p>Storage gateways of all types</p>\n            </li>\n            <li>\n               <p>Storage volumes</p>\n            </li>\n            <li>\n               <p>Virtual tapes</p>\n            </li>\n            <li>\n               <p>NFS and SMB file shares</p>\n            </li>\n         </ul>\n\n         <p>You can create a maximum of 50 tags for each resource. Virtual tapes and storage volumes\n         that are recovered to a new gateway maintain their tags.</p>"
231            }
232        },
233        "com.amazonaws.storagegateway#AddTagsToResourceInput": {
234            "type": "structure",
235            "members": {
236                "ResourceARN": {
237                    "target": "com.amazonaws.storagegateway#ResourceARN",
238                    "traits": {
239                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the resource you want to add tags to.</p>",
240                        "smithy.api#required": {}
241                    }
242                },
243                "Tags": {
244                    "target": "com.amazonaws.storagegateway#Tags",
245                    "traits": {
246                        "smithy.api#documentation": "<p>The key-value pair that represents the tag you want to add to the resource. The value\n         can be an empty string.</p>\n\n         <note>\n            <p>Valid characters for key and value are letters, spaces, and numbers representable in\n            UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length\n            of a tag's key is 128 characters, and the maximum length for a tag's value is\n            256.</p>\n         </note>",
247                        "smithy.api#required": {}
248                    }
249                }
250            },
251            "traits": {
252                "smithy.api#documentation": "<p>AddTagsToResourceInput</p>"
253            }
254        },
255        "com.amazonaws.storagegateway#AddTagsToResourceOutput": {
256            "type": "structure",
257            "members": {
258                "ResourceARN": {
259                    "target": "com.amazonaws.storagegateway#ResourceARN",
260                    "traits": {
261                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the resource you want to add tags to.</p>"
262                    }
263                }
264            },
265            "traits": {
266                "smithy.api#documentation": "<p>AddTagsToResourceOutput</p>"
267            }
268        },
269        "com.amazonaws.storagegateway#AddUploadBuffer": {
270            "type": "operation",
271            "input": {
272                "target": "com.amazonaws.storagegateway#AddUploadBufferInput"
273            },
274            "output": {
275                "target": "com.amazonaws.storagegateway#AddUploadBufferOutput"
276            },
277            "errors": [
278                {
279                    "target": "com.amazonaws.storagegateway#InternalServerError"
280                },
281                {
282                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
283                }
284            ],
285            "traits": {
286                "smithy.api#documentation": "<p>Configures one or more gateway local disks as upload buffer for a specified gateway.\n         This operation is supported for the stored volume, cached volume, and tape gateway\n         types.</p>\n\n         <p>In the request, you specify the gateway Amazon Resource Name (ARN) to which you want to\n         add upload buffer, and one or more disk IDs that you want to configure as upload\n         buffer.</p>"
287            }
288        },
289        "com.amazonaws.storagegateway#AddUploadBufferInput": {
290            "type": "structure",
291            "members": {
292                "GatewayARN": {
293                    "target": "com.amazonaws.storagegateway#GatewayARN",
294                    "traits": {
295                        "smithy.api#required": {}
296                    }
297                },
298                "DiskIds": {
299                    "target": "com.amazonaws.storagegateway#DiskIds",
300                    "traits": {
301                        "smithy.api#documentation": "<p>An array of strings that identify disks that are to be configured as working storage.\n         Each string has a minimum length of 1 and maximum length of 300. You can get the disk IDs\n         from the <a>ListLocalDisks</a> API.</p>",
302                        "smithy.api#required": {}
303                    }
304                }
305            }
306        },
307        "com.amazonaws.storagegateway#AddUploadBufferOutput": {
308            "type": "structure",
309            "members": {
310                "GatewayARN": {
311                    "target": "com.amazonaws.storagegateway#GatewayARN"
312                }
313            }
314        },
315        "com.amazonaws.storagegateway#AddWorkingStorage": {
316            "type": "operation",
317            "input": {
318                "target": "com.amazonaws.storagegateway#AddWorkingStorageInput"
319            },
320            "output": {
321                "target": "com.amazonaws.storagegateway#AddWorkingStorageOutput"
322            },
323            "errors": [
324                {
325                    "target": "com.amazonaws.storagegateway#InternalServerError"
326                },
327                {
328                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
329                }
330            ],
331            "traits": {
332                "smithy.api#documentation": "<p>Configures one or more gateway local disks as working storage for a gateway. This\n         operation is only supported in the stored volume gateway type. This operation is deprecated\n         in cached volume API version 20120630. Use <a>AddUploadBuffer</a>\n         instead.</p>\n\n         <note>\n            <p>Working storage is also referred to as upload buffer. You can also use the <a>AddUploadBuffer</a> operation to add upload buffer to a stored volume\n            gateway.</p>\n         </note>\n\n         <p>In the request, you specify the gateway Amazon Resource Name (ARN) to which you want to\n         add working storage, and one or more disk IDs that you want to configure as working\n         storage.</p>"
333            }
334        },
335        "com.amazonaws.storagegateway#AddWorkingStorageInput": {
336            "type": "structure",
337            "members": {
338                "GatewayARN": {
339                    "target": "com.amazonaws.storagegateway#GatewayARN",
340                    "traits": {
341                        "smithy.api#required": {}
342                    }
343                },
344                "DiskIds": {
345                    "target": "com.amazonaws.storagegateway#DiskIds",
346                    "traits": {
347                        "smithy.api#documentation": "<p>An array of strings that identify disks that are to be configured as working storage.\n         Each string has a minimum length of 1 and maximum length of 300. You can get the disk IDs\n         from the <a>ListLocalDisks</a> API.</p>",
348                        "smithy.api#required": {}
349                    }
350                }
351            },
352            "traits": {
353                "smithy.api#documentation": "<p>A JSON object containing one or more of the following fields:</p>\n\n         <ul>\n            <li>\n               <p>\n                  <a>AddWorkingStorageInput$DiskIds</a>\n               </p>\n            </li>\n         </ul>"
354            }
355        },
356        "com.amazonaws.storagegateway#AddWorkingStorageOutput": {
357            "type": "structure",
358            "members": {
359                "GatewayARN": {
360                    "target": "com.amazonaws.storagegateway#GatewayARN"
361                }
362            },
363            "traits": {
364                "smithy.api#documentation": "<p>A JSON object containing the Amazon Resource Name (ARN) of the gateway for which working\n         storage was configured.</p>"
365            }
366        },
367        "com.amazonaws.storagegateway#AssignTapePool": {
368            "type": "operation",
369            "input": {
370                "target": "com.amazonaws.storagegateway#AssignTapePoolInput"
371            },
372            "output": {
373                "target": "com.amazonaws.storagegateway#AssignTapePoolOutput"
374            },
375            "errors": [
376                {
377                    "target": "com.amazonaws.storagegateway#InternalServerError"
378                },
379                {
380                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
381                }
382            ],
383            "traits": {
384                "smithy.api#documentation": "<p>Assigns a tape to a tape pool for archiving. The tape assigned to a pool is archived in\n         the S3 storage class that is associated with the pool. When you use your backup application\n         to eject the tape, the tape is archived directly into the S3 storage class (S3 Glacier or\n         S3 Glacier Deep Archive) that corresponds to the pool.</p>\n\n         <p>Valid Values: <code>GLACIER</code> | <code>DEEP_ARCHIVE</code>\n         </p>"
385            }
386        },
387        "com.amazonaws.storagegateway#AssignTapePoolInput": {
388            "type": "structure",
389            "members": {
390                "TapeARN": {
391                    "target": "com.amazonaws.storagegateway#TapeARN",
392                    "traits": {
393                        "smithy.api#documentation": "<p>The unique Amazon Resource Name (ARN) of the virtual tape that you want to add to the\n         tape pool.</p>",
394                        "smithy.api#required": {}
395                    }
396                },
397                "PoolId": {
398                    "target": "com.amazonaws.storagegateway#PoolId",
399                    "traits": {
400                        "smithy.api#documentation": "<p>The ID of the pool that you want to add your tape to for archiving. The tape in this\n         pool is archived in the S3 storage class that is associated with the pool. When you use\n         your backup application to eject the tape, the tape is archived directly into the storage\n         class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.</p>\n\n         <p>Valid Values: <code>GLACIER</code> | <code>DEEP_ARCHIVE</code>\n         </p>",
401                        "smithy.api#required": {}
402                    }
403                },
404                "BypassGovernanceRetention": {
405                    "target": "com.amazonaws.storagegateway#Boolean2",
406                    "traits": {
407                        "smithy.api#documentation": "<p>Set permissions to bypass governance retention. If the lock type of the archived tape is\n            <code>Governance</code>, the tape's archived age is not older than\n            <code>RetentionLockInDays</code>, and the user does not already have\n            <code>BypassGovernanceRetention</code>, setting this to TRUE enables the user to bypass\n         the retention lock. This parameter is set to true by default for calls from the\n         console.</p>\n\n         <p>Valid values: <code>TRUE</code> | <code>FALSE</code>\n         </p>"
408                    }
409                }
410            }
411        },
412        "com.amazonaws.storagegateway#AssignTapePoolOutput": {
413            "type": "structure",
414            "members": {
415                "TapeARN": {
416                    "target": "com.amazonaws.storagegateway#TapeARN",
417                    "traits": {
418                        "smithy.api#documentation": "<p>The unique Amazon Resource Names (ARN) of the virtual tape that was added to the tape\n         pool.</p>"
419                    }
420                }
421            }
422        },
423        "com.amazonaws.storagegateway#AssociateFileSystem": {
424            "type": "operation",
425            "input": {
426                "target": "com.amazonaws.storagegateway#AssociateFileSystemInput"
427            },
428            "output": {
429                "target": "com.amazonaws.storagegateway#AssociateFileSystemOutput"
430            },
431            "errors": [
432                {
433                    "target": "com.amazonaws.storagegateway#InternalServerError"
434                },
435                {
436                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
437                }
438            ],
439            "traits": {
440                "smithy.api#documentation": "<p>Associate an Amazon FSx file system with the Amazon FSx file gateway. After the\n         association process is complete, the file shares on the Amazon FSx file system are\n         available for access through the gateway. This operation only supports the Amazon FSx file\n         gateway type.</p>"
441            }
442        },
443        "com.amazonaws.storagegateway#AssociateFileSystemInput": {
444            "type": "structure",
445            "members": {
446                "UserName": {
447                    "target": "com.amazonaws.storagegateway#DomainUserName",
448                    "traits": {
449                        "smithy.api#documentation": "<p>The user name of the user credential that has permission to access the root share D$ of\n         the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin\n         user group.</p>",
450                        "smithy.api#required": {}
451                    }
452                },
453                "Password": {
454                    "target": "com.amazonaws.storagegateway#DomainUserPassword",
455                    "traits": {
456                        "smithy.api#documentation": "<p>The password of the user credential.</p>",
457                        "smithy.api#required": {}
458                    }
459                },
460                "ClientToken": {
461                    "target": "com.amazonaws.storagegateway#ClientToken",
462                    "traits": {
463                        "smithy.api#documentation": "<p>A unique string value that you supply that is used by the file gateway to ensure\n         idempotent file system association creation.</p>",
464                        "smithy.api#required": {}
465                    }
466                },
467                "GatewayARN": {
468                    "target": "com.amazonaws.storagegateway#GatewayARN",
469                    "traits": {
470                        "smithy.api#required": {}
471                    }
472                },
473                "LocationARN": {
474                    "target": "com.amazonaws.storagegateway#FileSystemLocationARN",
475                    "traits": {
476                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the Amazon FSx file system to associate with the\n         Amazon FSx file gateway.</p>",
477                        "smithy.api#required": {}
478                    }
479                },
480                "Tags": {
481                    "target": "com.amazonaws.storagegateway#Tags",
482                    "traits": {
483                        "smithy.api#documentation": "<p>A list of up to 50 tags that can be assigned to the file system association. Each tag is a key-value pair.</p>"
484                    }
485                },
486                "AuditDestinationARN": {
487                    "target": "com.amazonaws.storagegateway#AuditDestinationARN",
488                    "traits": {
489                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the storage used for the audit logs.</p>"
490                    }
491                },
492                "CacheAttributes": {
493                    "target": "com.amazonaws.storagegateway#CacheAttributes"
494                }
495            }
496        },
497        "com.amazonaws.storagegateway#AssociateFileSystemOutput": {
498            "type": "structure",
499            "members": {
500                "FileSystemAssociationARN": {
501                    "target": "com.amazonaws.storagegateway#FileSystemAssociationARN",
502                    "traits": {
503                        "smithy.api#documentation": "<p>The ARN of the newly created file system association.</p>"
504                    }
505                }
506            }
507        },
508        "com.amazonaws.storagegateway#AttachVolume": {
509            "type": "operation",
510            "input": {
511                "target": "com.amazonaws.storagegateway#AttachVolumeInput"
512            },
513            "output": {
514                "target": "com.amazonaws.storagegateway#AttachVolumeOutput"
515            },
516            "errors": [
517                {
518                    "target": "com.amazonaws.storagegateway#InternalServerError"
519                },
520                {
521                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
522                }
523            ],
524            "traits": {
525                "smithy.api#documentation": "<p>Connects a volume to an iSCSI connection and then attaches the volume to the specified\n         gateway. Detaching and attaching a volume enables you to recover your data from one gateway\n         to a different gateway without creating a snapshot. It also makes it easier to move your\n         volumes from an on-premises gateway to a gateway hosted on an Amazon EC2 instance.</p>"
526            }
527        },
528        "com.amazonaws.storagegateway#AttachVolumeInput": {
529            "type": "structure",
530            "members": {
531                "GatewayARN": {
532                    "target": "com.amazonaws.storagegateway#GatewayARN",
533                    "traits": {
534                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the gateway that you want to attach the volume\n         to.</p>",
535                        "smithy.api#required": {}
536                    }
537                },
538                "TargetName": {
539                    "target": "com.amazonaws.storagegateway#TargetName",
540                    "traits": {
541                        "smithy.api#documentation": "<p>The name of the iSCSI target used by an initiator to connect to a volume and used as a\n         suffix for the target ARN. For example, specifying <code>TargetName</code> as\n            <i>myvolume</i> results in the target ARN of\n            <code>arn:aws:storagegateway:us-east-2:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume</code>.\n         The target name must be unique across all volumes on a gateway.</p>\n\n         <p>If you don't specify a value, Storage Gateway uses the value that was previously\n         used for this volume as the new target name.</p>"
542                    }
543                },
544                "VolumeARN": {
545                    "target": "com.amazonaws.storagegateway#VolumeARN",
546                    "traits": {
547                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the volume to attach to the specified gateway.</p>",
548                        "smithy.api#required": {}
549                    }
550                },
551                "NetworkInterfaceId": {
552                    "target": "com.amazonaws.storagegateway#NetworkInterfaceId",
553                    "traits": {
554                        "smithy.api#documentation": "<p>The network interface of the gateway on which to expose the iSCSI target. Only IPv4\n         addresses are accepted. Use <a>DescribeGatewayInformation</a> to get a list of\n         the network interfaces available on a gateway.</p>\n\n         <p>Valid Values: A valid IP address.</p>",
555                        "smithy.api#required": {}
556                    }
557                },
558                "DiskId": {
559                    "target": "com.amazonaws.storagegateway#DiskId",
560                    "traits": {
561                        "smithy.api#documentation": "<p>The unique device ID or other distinguishing data that identifies the local disk used to\n         create the volume. This value is only required when you are attaching a stored\n         volume.</p>"
562                    }
563                }
564            },
565            "traits": {
566                "smithy.api#documentation": "<p>AttachVolumeInput</p>"
567            }
568        },
569        "com.amazonaws.storagegateway#AttachVolumeOutput": {
570            "type": "structure",
571            "members": {
572                "VolumeARN": {
573                    "target": "com.amazonaws.storagegateway#VolumeARN",
574                    "traits": {
575                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the volume that was attached to the gateway.</p>"
576                    }
577                },
578                "TargetARN": {
579                    "target": "com.amazonaws.storagegateway#TargetARN",
580                    "traits": {
581                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name for\n         the initiator that was used to connect to the target.</p>"
582                    }
583                }
584            },
585            "traits": {
586                "smithy.api#documentation": "<p>AttachVolumeOutput</p>"
587            }
588        },
589        "com.amazonaws.storagegateway#AuditDestinationARN": {
590            "type": "string",
591            "traits": {
592                "smithy.api#length": {
593                    "min": 0,
594                    "max": 1024
595                }
596            }
597        },
598        "com.amazonaws.storagegateway#Authentication": {
599            "type": "string",
600            "traits": {
601                "smithy.api#documentation": "<p>The authentication method of the file share. The default is\n         <code>ActiveDirectory</code>.</p>\n\n         <p>Valid Values: <code>ActiveDirectory</code> | <code>GuestAccess</code>\n         </p>",
602                "smithy.api#length": {
603                    "min": 5,
604                    "max": 15
605                }
606            }
607        },
608        "com.amazonaws.storagegateway#AutomaticTapeCreationPolicyInfo": {
609            "type": "structure",
610            "members": {
611                "AutomaticTapeCreationRules": {
612                    "target": "com.amazonaws.storagegateway#AutomaticTapeCreationRules",
613                    "traits": {
614                        "smithy.api#documentation": "<p>An automatic tape creation policy consists of a list of automatic tape creation rules.\n         This returns the rules that determine when and how to automatically create new\n         tapes.</p>"
615                    }
616                },
617                "GatewayARN": {
618                    "target": "com.amazonaws.storagegateway#GatewayARN"
619                }
620            },
621            "traits": {
622                "smithy.api#documentation": "<p>Information about the gateway's automatic tape creation policies, including the\n         automatic tape creation rules and the gateway that is using the policies.</p>"
623            }
624        },
625        "com.amazonaws.storagegateway#AutomaticTapeCreationPolicyInfos": {
626            "type": "list",
627            "member": {
628                "target": "com.amazonaws.storagegateway#AutomaticTapeCreationPolicyInfo"
629            }
630        },
631        "com.amazonaws.storagegateway#AutomaticTapeCreationRule": {
632            "type": "structure",
633            "members": {
634                "TapeBarcodePrefix": {
635                    "target": "com.amazonaws.storagegateway#TapeBarcodePrefix",
636                    "traits": {
637                        "smithy.api#documentation": "<p>A prefix that you append to the barcode of the virtual tape that you are creating. This\n         prefix makes the barcode unique.</p>\n\n         <note>\n            <p>The prefix must be 1-4 characters in length and must be one of the uppercase letters\n            from A to Z.</p>\n         </note>",
638                        "smithy.api#required": {}
639                    }
640                },
641                "PoolId": {
642                    "target": "com.amazonaws.storagegateway#PoolId",
643                    "traits": {
644                        "smithy.api#documentation": "<p>The ID of the pool that you want to add your tape to for archiving. The tape in this\n         pool is archived in the Amazon S3 storage class that is associated with the pool. When you\n         use your backup application to eject the tape, the tape is archived directly into the\n         storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.</p>\n\n         <p>Valid Values: <code>GLACIER</code> | <code>DEEP_ARCHIVE</code>\n         </p>",
645                        "smithy.api#required": {}
646                    }
647                },
648                "TapeSizeInBytes": {
649                    "target": "com.amazonaws.storagegateway#TapeSize",
650                    "traits": {
651                        "smithy.api#documentation": "<p>The size, in bytes, of the virtual tape capacity.</p>",
652                        "smithy.api#required": {}
653                    }
654                },
655                "MinimumNumTapes": {
656                    "target": "com.amazonaws.storagegateway#MinimumNumTapes",
657                    "traits": {
658                        "smithy.api#documentation": "<p>The minimum number of available virtual tapes that the gateway maintains at all times.\n         If the number of tapes on the gateway goes below this value, the gateway creates as many\n         new tapes as are needed to have <code>MinimumNumTapes</code> on the gateway. For more\n         information about automatic tape creation, see <a href=\"https://docs.aws.amazon.com/storagegateway/latest/userguide/GettingStartedCreateTapes.html#CreateTapesAutomatically\">Creating Tapes Automatically</a>.</p>",
659                        "smithy.api#required": {}
660                    }
661                },
662                "Worm": {
663                    "target": "com.amazonaws.storagegateway#Boolean2",
664                    "traits": {
665                        "smithy.api#documentation": "<p>Set to <code>true</code> to indicate that tapes are to be archived as\n         write-once-read-many (WORM). Set to <code>false</code> when WORM is not enabled for\n         tapes.</p>"
666                    }
667                }
668            },
669            "traits": {
670                "smithy.api#documentation": "<p>An automatic tape creation policy consists of automatic tape creation rules where each\n         rule defines when and how to create new tapes. For more information about automatic tape\n         creation, see <a href=\"https://docs.aws.amazon.com/storagegateway/latest/userguide/GettingStartedCreateTapes.html#CreateTapesAutomatically\">Creating Tapes Automatically</a>.</p>"
671            }
672        },
673        "com.amazonaws.storagegateway#AutomaticTapeCreationRules": {
674            "type": "list",
675            "member": {
676                "target": "com.amazonaws.storagegateway#AutomaticTapeCreationRule"
677            },
678            "traits": {
679                "smithy.api#length": {
680                    "min": 1,
681                    "max": 10
682                }
683            }
684        },
685        "com.amazonaws.storagegateway#AvailabilityMonitorTestStatus": {
686            "type": "string",
687            "traits": {
688                "smithy.api#enum": [
689                    {
690                        "value": "COMPLETE",
691                        "name": "COMPLETE"
692                    },
693                    {
694                        "value": "FAILED",
695                        "name": "FAILED"
696                    },
697                    {
698                        "value": "PENDING",
699                        "name": "PENDING"
700                    }
701                ]
702            }
703        },
704        "com.amazonaws.storagegateway#BandwidthDownloadRateLimit": {
705            "type": "long",
706            "traits": {
707                "smithy.api#box": {},
708                "smithy.api#range": {
709                    "min": 102400
710                }
711            }
712        },
713        "com.amazonaws.storagegateway#BandwidthRateLimitInterval": {
714            "type": "structure",
715            "members": {
716                "StartHourOfDay": {
717                    "target": "com.amazonaws.storagegateway#HourOfDay",
718                    "traits": {
719                        "smithy.api#documentation": "<p>\n         The hour of the day to start the bandwidth rate limit interval.\n      </p>",
720                        "smithy.api#required": {}
721                    }
722                },
723                "StartMinuteOfHour": {
724                    "target": "com.amazonaws.storagegateway#MinuteOfHour",
725                    "traits": {
726                        "smithy.api#documentation": "<p>\n         The minute of the hour to start the bandwidth rate limit interval.\n         The interval begins at the start of that minute. To begin an interval exactly at \n         the start of the hour, use the value <code>0</code>.\n      </p>",
727                        "smithy.api#required": {}
728                    }
729                },
730                "EndHourOfDay": {
731                    "target": "com.amazonaws.storagegateway#HourOfDay",
732                    "traits": {
733                        "smithy.api#documentation": "<p>\n         The hour of the day to end the bandwidth rate limit interval.\n      </p>",
734                        "smithy.api#required": {}
735                    }
736                },
737                "EndMinuteOfHour": {
738                    "target": "com.amazonaws.storagegateway#MinuteOfHour",
739                    "traits": {
740                        "smithy.api#documentation": "<p>\n         The minute of the hour to end the bandwidth rate limit interval.\n      </p>\n      \n         <important>\n            <p>\n            The bandwidth rate limit interval ends at the end of the minute. To end an interval\n            at the end of an hour, use the value <code>59</code>.\n         </p>\n         </important>",
741                        "smithy.api#required": {}
742                    }
743                },
744                "DaysOfWeek": {
745                    "target": "com.amazonaws.storagegateway#DaysOfWeek",
746                    "traits": {
747                        "smithy.api#documentation": "<p> The days of the week component of the bandwidth rate limit interval, represented as\n         ordinal numbers from 0 to 6, where 0 represents Sunday and 6 represents Saturday. </p>",
748                        "smithy.api#required": {}
749                    }
750                },
751                "AverageUploadRateLimitInBitsPerSec": {
752                    "target": "com.amazonaws.storagegateway#BandwidthUploadRateLimit",
753                    "traits": {
754                        "smithy.api#documentation": "<p>\n         The average upload rate limit component of the bandwidth rate limit interval,\n         in bits per second. This field does not appear in the response if the upload rate limit is not set. \n      </p>"
755                    }
756                },
757                "AverageDownloadRateLimitInBitsPerSec": {
758                    "target": "com.amazonaws.storagegateway#BandwidthDownloadRateLimit",
759                    "traits": {
760                        "smithy.api#documentation": "<p>\n         The average download rate limit component of the bandwidth rate limit interval, \n         in bits per second. This field does not appear in the response if the download rate limit is not set. \n      </p>"
761                    }
762                }
763            },
764            "traits": {
765                "smithy.api#documentation": "<p>\n         Describes a bandwidth rate limit interval for a gateway. A bandwidth\n         rate limit schedule consists of one or more bandwidth rate limit intervals. A bandwidth rate limit\n         interval defines a period of time on one or more days of the week, during which bandwidth rate \n         limits are specified for uploading, downloading, or both. \n      </p>"
766            }
767        },
768        "com.amazonaws.storagegateway#BandwidthRateLimitIntervals": {
769            "type": "list",
770            "member": {
771                "target": "com.amazonaws.storagegateway#BandwidthRateLimitInterval"
772            },
773            "traits": {
774                "smithy.api#length": {
775                    "min": 0,
776                    "max": 20
777                }
778            }
779        },
780        "com.amazonaws.storagegateway#BandwidthType": {
781            "type": "string",
782            "traits": {
783                "smithy.api#length": {
784                    "min": 3,
785                    "max": 25
786                }
787            }
788        },
789        "com.amazonaws.storagegateway#BandwidthUploadRateLimit": {
790            "type": "long",
791            "traits": {
792                "smithy.api#box": {},
793                "smithy.api#range": {
794                    "min": 51200
795                }
796            }
797        },
798        "com.amazonaws.storagegateway#Boolean": {
799            "type": "boolean",
800            "traits": {
801                "smithy.api#box": {}
802            }
803        },
804        "com.amazonaws.storagegateway#Boolean2": {
805            "type": "boolean"
806        },
807        "com.amazonaws.storagegateway#CacheAttributes": {
808            "type": "structure",
809            "members": {
810                "CacheStaleTimeoutInSeconds": {
811                    "target": "com.amazonaws.storagegateway#CacheStaleTimeoutInSeconds",
812                    "traits": {
813                        "smithy.api#documentation": "<p>Refreshes a file share's cache by using Time To Live (TTL). TTL is the length of\n         time since the last refresh after which access to the directory would cause the file\n         gateway to first refresh that directory's contents from the Amazon S3 bucket or Amazon FSx file system. The TTL\n         duration is in seconds.</p>\n\n         <p>Valid Values: 300 to 2,592,000 seconds (5 minutes to 30 days)</p>"
814                    }
815                }
816            },
817            "traits": {
818                "smithy.api#documentation": "<p>The refresh cache information for the file share.</p>"
819            }
820        },
821        "com.amazonaws.storagegateway#CacheStaleTimeoutInSeconds": {
822            "type": "integer",
823            "traits": {
824                "smithy.api#box": {}
825            }
826        },
827        "com.amazonaws.storagegateway#CachediSCSIVolume": {
828            "type": "structure",
829            "members": {
830                "VolumeARN": {
831                    "target": "com.amazonaws.storagegateway#VolumeARN",
832                    "traits": {
833                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the storage volume.</p>"
834                    }
835                },
836                "VolumeId": {
837                    "target": "com.amazonaws.storagegateway#VolumeId",
838                    "traits": {
839                        "smithy.api#documentation": "<p>The unique identifier of the volume, e.g., vol-AE4B946D.</p>"
840                    }
841                },
842                "VolumeType": {
843                    "target": "com.amazonaws.storagegateway#VolumeType",
844                    "traits": {
845                        "smithy.api#documentation": "<p>One of the VolumeType enumeration values that describes the type of the volume.</p>"
846                    }
847                },
848                "VolumeStatus": {
849                    "target": "com.amazonaws.storagegateway#VolumeStatus",
850                    "traits": {
851                        "smithy.api#documentation": "<p>One of the VolumeStatus values that indicates the state of the storage volume.</p>"
852                    }
853                },
854                "VolumeAttachmentStatus": {
855                    "target": "com.amazonaws.storagegateway#VolumeAttachmentStatus",
856                    "traits": {
857                        "smithy.api#documentation": "<p>A value that indicates whether a storage volume is attached to or detached from a\n         gateway. For more information, see <a href=\"https://docs.aws.amazon.com/storagegateway/latest/userguide/managing-volumes.html#attach-detach-volume\">Moving\n            your volumes to a different gateway</a>.</p>"
858                    }
859                },
860                "VolumeSizeInBytes": {
861                    "target": "com.amazonaws.storagegateway#long",
862                    "traits": {
863                        "smithy.api#documentation": "<p>The size, in bytes, of the volume capacity.</p>"
864                    }
865                },
866                "VolumeProgress": {
867                    "target": "com.amazonaws.storagegateway#DoubleObject",
868                    "traits": {
869                        "smithy.api#documentation": "<p>Represents the percentage complete if the volume is restoring or bootstrapping that\n         represents the percent of data transferred. This field does not appear in the response if\n         the cached volume is not restoring or bootstrapping.</p>"
870                    }
871                },
872                "SourceSnapshotId": {
873                    "target": "com.amazonaws.storagegateway#SnapshotId",
874                    "traits": {
875                        "smithy.api#documentation": "<p>If the cached volume was created from a snapshot, this field contains the snapshot ID\n         used, e.g., snap-78e22663. Otherwise, this field is not included.</p>"
876                    }
877                },
878                "VolumeiSCSIAttributes": {
879                    "target": "com.amazonaws.storagegateway#VolumeiSCSIAttributes",
880                    "traits": {
881                        "smithy.api#documentation": "<p>An <a>VolumeiSCSIAttributes</a> object that represents a collection of iSCSI\n         attributes for one stored volume.</p>"
882                    }
883                },
884                "CreatedDate": {
885                    "target": "com.amazonaws.storagegateway#CreatedDate",
886                    "traits": {
887                        "smithy.api#documentation": "<p>The date the volume was created. Volumes created prior to March 28, 2017 don’t have this\n         timestamp.</p>"
888                    }
889                },
890                "VolumeUsedInBytes": {
891                    "target": "com.amazonaws.storagegateway#VolumeUsedInBytes",
892                    "traits": {
893                        "smithy.api#documentation": "<p>The size of the data stored on the volume in bytes. This value is calculated based on\n         the number of blocks that are touched, instead of the actual amount of data written. This\n         value can be useful for sequential write patterns but less accurate for random write\n         patterns. <code>VolumeUsedInBytes</code> is different from the compressed size of the\n         volume, which is the value that is used to calculate your bill.</p>\n\n         <note>\n            <p>This value is not available for volumes created prior to May 13, 2015, until you\n            store data on the volume.</p>\n         </note>"
894                    }
895                },
896                "KMSKey": {
897                    "target": "com.amazonaws.storagegateway#KMSKey"
898                },
899                "TargetName": {
900                    "target": "com.amazonaws.storagegateway#TargetName",
901                    "traits": {
902                        "smithy.api#documentation": "<p>The name of the iSCSI target used by an initiator to connect to a volume and used as a\n         suffix for the target ARN. For example, specifying <code>TargetName</code> as\n            <i>myvolume</i> results in the target ARN of\n            <code>arn:aws:storagegateway:us-east-2:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume</code>.\n         The target name must be unique across all volumes on a gateway.</p>\n\n         <p>If you don't specify a value, Storage Gateway uses the value that was previously\n         used for this volume as the new target name.</p>"
903                    }
904                }
905            },
906            "traits": {
907                "smithy.api#documentation": "<p>Describes an iSCSI cached volume.</p>"
908            }
909        },
910        "com.amazonaws.storagegateway#CachediSCSIVolumes": {
911            "type": "list",
912            "member": {
913                "target": "com.amazonaws.storagegateway#CachediSCSIVolume"
914            }
915        },
916        "com.amazonaws.storagegateway#CancelArchival": {
917            "type": "operation",
918            "input": {
919                "target": "com.amazonaws.storagegateway#CancelArchivalInput"
920            },
921            "output": {
922                "target": "com.amazonaws.storagegateway#CancelArchivalOutput"
923            },
924            "errors": [
925                {
926                    "target": "com.amazonaws.storagegateway#InternalServerError"
927                },
928                {
929                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
930                }
931            ],
932            "traits": {
933                "smithy.api#documentation": "<p>Cancels archiving of a virtual tape to the virtual tape shelf (VTS) after the archiving\n         process is initiated. This operation is only supported in the tape gateway type.</p>"
934            }
935        },
936        "com.amazonaws.storagegateway#CancelArchivalInput": {
937            "type": "structure",
938            "members": {
939                "GatewayARN": {
940                    "target": "com.amazonaws.storagegateway#GatewayARN",
941                    "traits": {
942                        "smithy.api#required": {}
943                    }
944                },
945                "TapeARN": {
946                    "target": "com.amazonaws.storagegateway#TapeARN",
947                    "traits": {
948                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving\n         for.</p>",
949                        "smithy.api#required": {}
950                    }
951                }
952            },
953            "traits": {
954                "smithy.api#documentation": "<p>CancelArchivalInput</p>"
955            }
956        },
957        "com.amazonaws.storagegateway#CancelArchivalOutput": {
958            "type": "structure",
959            "members": {
960                "TapeARN": {
961                    "target": "com.amazonaws.storagegateway#TapeARN",
962                    "traits": {
963                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the virtual tape for which archiving was\n         canceled.</p>"
964                    }
965                }
966            },
967            "traits": {
968                "smithy.api#documentation": "<p>CancelArchivalOutput</p>"
969            }
970        },
971        "com.amazonaws.storagegateway#CancelRetrieval": {
972            "type": "operation",
973            "input": {
974                "target": "com.amazonaws.storagegateway#CancelRetrievalInput"
975            },
976            "output": {
977                "target": "com.amazonaws.storagegateway#CancelRetrievalOutput"
978            },
979            "errors": [
980                {
981                    "target": "com.amazonaws.storagegateway#InternalServerError"
982                },
983                {
984                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
985                }
986            ],
987            "traits": {
988                "smithy.api#documentation": "<p>Cancels retrieval of a virtual tape from the virtual tape shelf (VTS) to a gateway after\n         the retrieval process is initiated. The virtual tape is returned to the VTS. This operation\n         is only supported in the tape gateway type.</p>"
989            }
990        },
991        "com.amazonaws.storagegateway#CancelRetrievalInput": {
992            "type": "structure",
993            "members": {
994                "GatewayARN": {
995                    "target": "com.amazonaws.storagegateway#GatewayARN",
996                    "traits": {
997                        "smithy.api#required": {}
998                    }
999                },
1000                "TapeARN": {
1001                    "target": "com.amazonaws.storagegateway#TapeARN",
1002                    "traits": {
1003                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval\n         for.</p>",
1004                        "smithy.api#required": {}
1005                    }
1006                }
1007            },
1008            "traits": {
1009                "smithy.api#documentation": "<p>CancelRetrievalInput</p>"
1010            }
1011        },
1012        "com.amazonaws.storagegateway#CancelRetrievalOutput": {
1013            "type": "structure",
1014            "members": {
1015                "TapeARN": {
1016                    "target": "com.amazonaws.storagegateway#TapeARN",
1017                    "traits": {
1018                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the virtual tape for which retrieval was\n         canceled.</p>"
1019                    }
1020                }
1021            },
1022            "traits": {
1023                "smithy.api#documentation": "<p>CancelRetrievalOutput</p>"
1024            }
1025        },
1026        "com.amazonaws.storagegateway#CaseSensitivity": {
1027            "type": "string",
1028            "traits": {
1029                "smithy.api#enum": [
1030                    {
1031                        "value": "ClientSpecified",
1032                        "name": "ClientSpecified"
1033                    },
1034                    {
1035                        "value": "CaseSensitive",
1036                        "name": "CaseSensitive"
1037                    }
1038                ]
1039            }
1040        },
1041        "com.amazonaws.storagegateway#ChapCredentials": {
1042            "type": "list",
1043            "member": {
1044                "target": "com.amazonaws.storagegateway#ChapInfo"
1045            }
1046        },
1047        "com.amazonaws.storagegateway#ChapInfo": {
1048            "type": "structure",
1049            "members": {
1050                "TargetARN": {
1051                    "target": "com.amazonaws.storagegateway#TargetARN",
1052                    "traits": {
1053                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the volume.</p>\n\n         <p>Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).</p>"
1054                    }
1055                },
1056                "SecretToAuthenticateInitiator": {
1057                    "target": "com.amazonaws.storagegateway#ChapSecret",
1058                    "traits": {
1059                        "smithy.api#documentation": "<p>The secret key that the initiator (for example, the Windows client) must provide to\n         participate in mutual CHAP with the target.</p>"
1060                    }
1061                },
1062                "InitiatorName": {
1063                    "target": "com.amazonaws.storagegateway#IqnName",
1064                    "traits": {
1065                        "smithy.api#documentation": "<p>The iSCSI initiator that connects to the target.</p>"
1066                    }
1067                },
1068                "SecretToAuthenticateTarget": {
1069                    "target": "com.amazonaws.storagegateway#ChapSecret",
1070                    "traits": {
1071                        "smithy.api#documentation": "<p>The secret key that the target must provide to participate in mutual CHAP with the\n         initiator (e.g., Windows client).</p>"
1072                    }
1073                }
1074            },
1075            "traits": {
1076                "smithy.api#documentation": "<p>Describes Challenge-Handshake Authentication Protocol (CHAP) information that supports\n         authentication between your gateway and iSCSI initiators.</p>"
1077            }
1078        },
1079        "com.amazonaws.storagegateway#ChapSecret": {
1080            "type": "string",
1081            "traits": {
1082                "smithy.api#length": {
1083                    "min": 1,
1084                    "max": 100
1085                },
1086                "smithy.api#sensitive": {}
1087            }
1088        },
1089        "com.amazonaws.storagegateway#ClientToken": {
1090            "type": "string",
1091            "traits": {
1092                "smithy.api#length": {
1093                    "min": 5,
1094                    "max": 100
1095                }
1096            }
1097        },
1098        "com.amazonaws.storagegateway#CloudWatchLogGroupARN": {
1099            "type": "string",
1100            "traits": {
1101                "smithy.api#length": {
1102                    "min": 0,
1103                    "max": 562
1104                }
1105            }
1106        },
1107        "com.amazonaws.storagegateway#CreateCachediSCSIVolume": {
1108            "type": "operation",
1109            "input": {
1110                "target": "com.amazonaws.storagegateway#CreateCachediSCSIVolumeInput"
1111            },
1112            "output": {
1113                "target": "com.amazonaws.storagegateway#CreateCachediSCSIVolumeOutput"
1114            },
1115            "errors": [
1116                {
1117                    "target": "com.amazonaws.storagegateway#InternalServerError"
1118                },
1119                {
1120                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
1121                }
1122            ],
1123            "traits": {
1124                "smithy.api#documentation": "<p>Creates a cached volume on a specified cached volume gateway. This operation is only\n         supported in the cached volume gateway type.</p>\n\n         <note>\n            <p>Cache storage must be allocated to the gateway before you can create a cached volume.\n            Use the <a>AddCache</a> operation to add cache storage to a gateway.</p>\n         </note>\n\n         <p>In the request, you must specify the gateway, size of the volume in bytes, the iSCSI\n         target name, an IP address on which to expose the target, and a unique client token. In\n         response, the gateway creates the volume and returns information about it. This information\n         includes the volume Amazon Resource Name (ARN), its size, and the iSCSI target ARN that\n         initiators can use to connect to the volume target.</p>\n\n         <p>Optionally, you can provide the ARN for an existing volume as the\n            <code>SourceVolumeARN</code> for this cached volume, which creates an exact copy of the\n         existing volume’s latest recovery point. The <code>VolumeSizeInBytes</code> value must be\n         equal to or larger than the size of the copied volume, in bytes.</p>"
1125            }
1126        },
1127        "com.amazonaws.storagegateway#CreateCachediSCSIVolumeInput": {
1128            "type": "structure",
1129            "members": {
1130                "GatewayARN": {
1131                    "target": "com.amazonaws.storagegateway#GatewayARN",
1132                    "traits": {
1133                        "smithy.api#required": {}
1134                    }
1135                },
1136                "VolumeSizeInBytes": {
1137                    "target": "com.amazonaws.storagegateway#long",
1138                    "traits": {
1139                        "smithy.api#documentation": "<p>The size of the volume in bytes.</p>",
1140                        "smithy.api#required": {}
1141                    }
1142                },
1143                "SnapshotId": {
1144                    "target": "com.amazonaws.storagegateway#SnapshotId",
1145                    "traits": {
1146                        "smithy.api#documentation": "<p>The snapshot ID (e.g. \"snap-1122aabb\") of the snapshot to restore as the new cached\n         volume. Specify this field if you want to create the iSCSI storage volume from a snapshot;\n         otherwise, do not include this field. To list snapshots for your account use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeSnapshots.html\">DescribeSnapshots</a> in the <i>Amazon Elastic Compute Cloud API\n            Reference</i>.</p>"
1147                    }
1148                },
1149                "TargetName": {
1150                    "target": "com.amazonaws.storagegateway#TargetName",
1151                    "traits": {
1152                        "smithy.api#documentation": "<p>The name of the iSCSI target used by an initiator to connect to a volume and used as a\n         suffix for the target ARN. For example, specifying <code>TargetName</code> as\n            <i>myvolume</i> results in the target ARN of\n            <code>arn:aws:storagegateway:us-east-2:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume</code>.\n         The target name must be unique across all volumes on a gateway.</p>\n\n         <p>If you don't specify a value, Storage Gateway uses the value that was previously\n         used for this volume as the new target name.</p>",
1153                        "smithy.api#required": {}
1154                    }
1155                },
1156                "SourceVolumeARN": {
1157                    "target": "com.amazonaws.storagegateway#VolumeARN",
1158                    "traits": {
1159                        "smithy.api#documentation": "<p>The ARN for an existing volume. Specifying this ARN makes the new volume into an exact\n         copy of the specified existing volume's latest recovery point. The\n            <code>VolumeSizeInBytes</code> value for this new volume must be equal to or larger than\n         the size of the existing volume, in bytes.</p>"
1160                    }
1161                },
1162                "NetworkInterfaceId": {
1163                    "target": "com.amazonaws.storagegateway#NetworkInterfaceId",
1164                    "traits": {
1165                        "smithy.api#documentation": "<p>The network interface of the gateway on which to expose the iSCSI target. Only IPv4\n         addresses are accepted. Use <a>DescribeGatewayInformation</a> to get a list of\n         the network interfaces available on a gateway.</p>\n\n         <p>Valid Values: A valid IP address.</p>",
1166                        "smithy.api#required": {}
1167                    }
1168                },
1169                "ClientToken": {
1170                    "target": "com.amazonaws.storagegateway#ClientToken",
1171                    "traits": {
1172                        "smithy.api#documentation": "<p>A unique identifier that you use to retry a request. If you retry a request, use the\n         same <code>ClientToken</code> you specified in the initial request.</p>",
1173                        "smithy.api#required": {}
1174                    }
1175                },
1176                "KMSEncrypted": {
1177                    "target": "com.amazonaws.storagegateway#Boolean",
1178                    "traits": {
1179                        "smithy.api#documentation": "<p>Set to <code>true</code> to use Amazon S3 server-side encryption with your own AWS KMS\n         key, or <code>false</code> to use a key managed by Amazon S3. Optional.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
1180                    }
1181                },
1182                "KMSKey": {
1183                    "target": "com.amazonaws.storagegateway#KMSKey",
1184                    "traits": {
1185                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon\n         S3 server-side encryption. Storage Gateway does not support asymmetric CMKs. This value can\n         only be set when <code>KMSEncrypted</code> is <code>true</code>. Optional.</p>"
1186                    }
1187                },
1188                "Tags": {
1189                    "target": "com.amazonaws.storagegateway#Tags",
1190                    "traits": {
1191                        "smithy.api#documentation": "<p>A list of up to 50 tags that you can assign to a cached volume. Each tag is a key-value\n         pair.</p>\n\n         <note>\n            <p>Valid characters for key and value are letters, spaces, and numbers that you can\n            represent in UTF-8 format, and the following special characters: + - = . _ : / @. The\n            maximum length of a tag's key is 128 characters, and the maximum length for a\n            tag's value is 256 characters.</p>\n         </note>"
1192                    }
1193                }
1194            }
1195        },
1196        "com.amazonaws.storagegateway#CreateCachediSCSIVolumeOutput": {
1197            "type": "structure",
1198            "members": {
1199                "VolumeARN": {
1200                    "target": "com.amazonaws.storagegateway#VolumeARN",
1201                    "traits": {
1202                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the configured volume.</p>"
1203                    }
1204                },
1205                "TargetARN": {
1206                    "target": "com.amazonaws.storagegateway#TargetARN",
1207                    "traits": {
1208                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name that\n         initiators can use to connect to the target.</p>"
1209                    }
1210                }
1211            }
1212        },
1213        "com.amazonaws.storagegateway#CreateNFSFileShare": {
1214            "type": "operation",
1215            "input": {
1216                "target": "com.amazonaws.storagegateway#CreateNFSFileShareInput"
1217            },
1218            "output": {
1219                "target": "com.amazonaws.storagegateway#CreateNFSFileShareOutput"
1220            },
1221            "errors": [
1222                {
1223                    "target": "com.amazonaws.storagegateway#InternalServerError"
1224                },
1225                {
1226                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
1227                }
1228            ],
1229            "traits": {
1230                "smithy.api#documentation": "<p>Creates a Network File System (NFS) file share on an existing file gateway. In Storage\n         Gateway, a file share is a file system mount point backed by Amazon S3 cloud storage.\n         Storage Gateway exposes file shares using an NFS interface. This operation is only\n         supported for file gateways.</p>\n\n         <important>\n            <p>File gateway requires AWS Security Token Service (AWS STS) to be activated to enable\n            you to create a file share. Make sure AWS STS is activated in the AWS Region you are\n            creating your file gateway in. If AWS STS is not activated in the AWS Region, activate\n            it. For information about how to activate AWS STS, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html\">Activating and\n               deactivating AWS STS in an AWS Region</a> in the <i>AWS Identity and\n               Access Management User Guide</i>.</p>\n\n            <p>File gateway does not support creating hard or symbolic links on a file share.</p>\n         </important>"
1231            }
1232        },
1233        "com.amazonaws.storagegateway#CreateNFSFileShareInput": {
1234            "type": "structure",
1235            "members": {
1236                "ClientToken": {
1237                    "target": "com.amazonaws.storagegateway#ClientToken",
1238                    "traits": {
1239                        "smithy.api#documentation": "<p>A unique string value that you supply that is used by file gateway to ensure idempotent\n         file share creation.</p>",
1240                        "smithy.api#required": {}
1241                    }
1242                },
1243                "NFSFileShareDefaults": {
1244                    "target": "com.amazonaws.storagegateway#NFSFileShareDefaults",
1245                    "traits": {
1246                        "smithy.api#documentation": "<p>File share default values. Optional.</p>"
1247                    }
1248                },
1249                "GatewayARN": {
1250                    "target": "com.amazonaws.storagegateway#GatewayARN",
1251                    "traits": {
1252                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the file gateway on which you want to create a file\n         share.</p>",
1253                        "smithy.api#required": {}
1254                    }
1255                },
1256                "KMSEncrypted": {
1257                    "target": "com.amazonaws.storagegateway#Boolean",
1258                    "traits": {
1259                        "smithy.api#documentation": "<p>Set to <code>true</code> to use Amazon S3 server-side encryption with your own AWS KMS\n         key, or <code>false</code> to use a key managed by Amazon S3. Optional.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
1260                    }
1261                },
1262                "KMSKey": {
1263                    "target": "com.amazonaws.storagegateway#KMSKey",
1264                    "traits": {
1265                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon\n         S3 server-side encryption. Storage Gateway does not support asymmetric CMKs. This value can\n         only be set when <code>KMSEncrypted</code> is <code>true</code>. Optional.</p>"
1266                    }
1267                },
1268                "Role": {
1269                    "target": "com.amazonaws.storagegateway#Role",
1270                    "traits": {
1271                        "smithy.api#documentation": "<p>The ARN of the AWS Identity and Access Management (IAM) role that a file gateway assumes\n         when it accesses the underlying storage.</p>",
1272                        "smithy.api#required": {}
1273                    }
1274                },
1275                "LocationARN": {
1276                    "target": "com.amazonaws.storagegateway#LocationARN",
1277                    "traits": {
1278                        "smithy.api#documentation": "<p>The ARN of the backend storage used for storing file data. A prefix name can be added to\n         the S3 bucket name. It must end with a \"/\".</p>",
1279                        "smithy.api#required": {}
1280                    }
1281                },
1282                "DefaultStorageClass": {
1283                    "target": "com.amazonaws.storagegateway#StorageClass",
1284                    "traits": {
1285                        "smithy.api#documentation": "<p>The default storage class for objects put into an Amazon S3 bucket by the file gateway.\n         The default value is <code>S3_INTELLIGENT_TIERING</code>. Optional.</p>\n\n         <p>Valid Values: <code>S3_STANDARD</code> | <code>S3_INTELLIGENT_TIERING</code> |\n            <code>S3_STANDARD_IA</code> | <code>S3_ONEZONE_IA</code>\n         </p>"
1286                    }
1287                },
1288                "ObjectACL": {
1289                    "target": "com.amazonaws.storagegateway#ObjectACL",
1290                    "traits": {
1291                        "smithy.api#documentation": "<p>A value that sets the access control list (ACL) permission for objects in the S3 bucket\n         that a file gateway puts objects into. The default value is <code>private</code>.</p>"
1292                    }
1293                },
1294                "ClientList": {
1295                    "target": "com.amazonaws.storagegateway#FileShareClientList",
1296                    "traits": {
1297                        "smithy.api#documentation": "<p>The list of clients that are allowed to access the file gateway. The list must contain\n         either valid IP addresses or valid CIDR blocks.</p>"
1298                    }
1299                },
1300                "Squash": {
1301                    "target": "com.amazonaws.storagegateway#Squash",
1302                    "traits": {
1303                        "smithy.api#documentation": "<p>A value that maps a user to anonymous user.</p>\n\n         <p>Valid values are the following:</p>\n\n         <ul>\n            <li>\n               <p>\n                  <code>RootSquash</code>: Only root is mapped to anonymous user.</p>\n            </li>\n            <li>\n               <p>\n                  <code>NoSquash</code>: No one is mapped to anonymous user.</p>\n            </li>\n            <li>\n               <p>\n                  <code>AllSquash</code>: Everyone is mapped to anonymous user.</p>\n            </li>\n         </ul>"
1304                    }
1305                },
1306                "ReadOnly": {
1307                    "target": "com.amazonaws.storagegateway#Boolean",
1308                    "traits": {
1309                        "smithy.api#documentation": "<p>A value that sets the write status of a file share. Set this value to <code>true</code>\n         to set the write status to read-only, otherwise set to <code>false</code>.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
1310                    }
1311                },
1312                "GuessMIMETypeEnabled": {
1313                    "target": "com.amazonaws.storagegateway#Boolean",
1314                    "traits": {
1315                        "smithy.api#documentation": "<p>A value that enables guessing of the MIME type for uploaded objects based on file\n         extensions. Set this value to <code>true</code> to enable MIME type guessing, otherwise set\n         to <code>false</code>. The default value is <code>true</code>.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
1316                    }
1317                },
1318                "RequesterPays": {
1319                    "target": "com.amazonaws.storagegateway#Boolean",
1320                    "traits": {
1321                        "smithy.api#documentation": "<p>A value that sets who pays the cost of the request and the cost associated with data\n         download from the S3 bucket. If this value is set to <code>true</code>, the requester pays\n         the costs; otherwise, the S3 bucket owner pays. However, the S3 bucket owner always pays\n         the cost of storing data.</p>\n\n         <note>\n            <p>\n               <code>RequesterPays</code> is a configuration for the S3 bucket that backs the file\n            share, so make sure that the configuration on the file share is the same as the S3\n            bucket configuration.</p>\n         </note>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
1322                    }
1323                },
1324                "Tags": {
1325                    "target": "com.amazonaws.storagegateway#Tags",
1326                    "traits": {
1327                        "smithy.api#documentation": "<p>A list of up to 50 tags that can be assigned to the NFS file share. Each tag is a\n         key-value pair.</p>\n\n         <note>\n            <p>Valid characters for key and value are letters, spaces, and numbers representable in\n            UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length\n            of a tag's key is 128 characters, and the maximum length for a tag's value is\n            256.</p>\n         </note>"
1328                    }
1329                },
1330                "FileShareName": {
1331                    "target": "com.amazonaws.storagegateway#FileShareName",
1332                    "traits": {
1333                        "smithy.api#documentation": "<p>The name of the file share. Optional.</p>\n\n         <note>\n            <p>\n               <code>FileShareName</code> must be set if an S3 prefix name is set in\n               <code>LocationARN</code>.</p>\n         </note>"
1334                    }
1335                },
1336                "CacheAttributes": {
1337                    "target": "com.amazonaws.storagegateway#CacheAttributes",
1338                    "traits": {
1339                        "smithy.api#documentation": "<p>Specifies refresh cache information for the file share.</p>"
1340                    }
1341                },
1342                "NotificationPolicy": {
1343                    "target": "com.amazonaws.storagegateway#NotificationPolicy",
1344                    "traits": {
1345                        "smithy.api#documentation": "<p>The notification policy of the file share. <code>SettlingTimeInSeconds</code> controls\n         the number of seconds to wait after the last point in time a client wrote to a file before\n         generating an <code>ObjectUploaded</code> notification. Because clients can make many small\n         writes to files, it's best to set this parameter for as long as possible to avoid\n         generating multiple notifications for the same file in a small time period.</p>\n\n         <note>\n            <p>\n               <code>SettlingTimeInSeconds</code> has no effect on the timing of the object\n            uploading to Amazon S3, only the timing of the notification.</p>\n         </note>\n\n         <p>The following example sets <code>NotificationPolicy</code> on with\n            <code>SettlingTimeInSeconds</code> set to 60.</p>\n\n         <p>\n            <code>{\\\"Upload\\\": {\\\"SettlingTimeInSeconds\\\": 60}}</code>\n         </p>\n\n         <p>The following example sets <code>NotificationPolicy</code> off.</p>\n\n         <p>\n            <code>{}</code>\n         </p>"
1346                    }
1347                }
1348            },
1349            "traits": {
1350                "smithy.api#documentation": "<p>CreateNFSFileShareInput</p>"
1351            }
1352        },
1353        "com.amazonaws.storagegateway#CreateNFSFileShareOutput": {
1354            "type": "structure",
1355            "members": {
1356                "FileShareARN": {
1357                    "target": "com.amazonaws.storagegateway#FileShareARN",
1358                    "traits": {
1359                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the newly created file share.</p>"
1360                    }
1361                }
1362            },
1363            "traits": {
1364                "smithy.api#documentation": "<p>CreateNFSFileShareOutput</p>"
1365            }
1366        },
1367        "com.amazonaws.storagegateway#CreateSMBFileShare": {
1368            "type": "operation",
1369            "input": {
1370                "target": "com.amazonaws.storagegateway#CreateSMBFileShareInput"
1371            },
1372            "output": {
1373                "target": "com.amazonaws.storagegateway#CreateSMBFileShareOutput"
1374            },
1375            "errors": [
1376                {
1377                    "target": "com.amazonaws.storagegateway#InternalServerError"
1378                },
1379                {
1380                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
1381                }
1382            ],
1383            "traits": {
1384                "smithy.api#documentation": "<p>Creates a Server Message Block (SMB) file share on an existing file gateway. In Storage\n         Gateway, a file share is a file system mount point backed by Amazon S3 cloud storage.\n         Storage Gateway exposes file shares using an SMB interface. This operation is only\n         supported for file gateways.</p>\n\n         <important>\n            <p>File gateways require AWS Security Token Service (AWS STS) to be activated to enable\n            you to create a file share. Make sure that AWS STS is activated in the AWS Region you\n            are creating your file gateway in. If AWS STS is not activated in this AWS Region,\n            activate it. For information about how to activate AWS STS, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html\">Activating and\n               deactivating AWS STS in an AWS Region</a> in the <i>AWS Identity and\n               Access Management User Guide</i>.</p>\n\n            <p>File gateways don't support creating hard or symbolic links on a file\n            share.</p>\n         </important>"
1385            }
1386        },
1387        "com.amazonaws.storagegateway#CreateSMBFileShareInput": {
1388            "type": "structure",
1389            "members": {
1390                "ClientToken": {
1391                    "target": "com.amazonaws.storagegateway#ClientToken",
1392                    "traits": {
1393                        "smithy.api#documentation": "<p>A unique string value that you supply that is used by file gateway to ensure idempotent\n         file share creation.</p>",
1394                        "smithy.api#required": {}
1395                    }
1396                },
1397                "GatewayARN": {
1398                    "target": "com.amazonaws.storagegateway#GatewayARN",
1399                    "traits": {
1400                        "smithy.api#documentation": "<p>The ARN of the file gateway on which you want to create a file share.</p>",
1401                        "smithy.api#required": {}
1402                    }
1403                },
1404                "KMSEncrypted": {
1405                    "target": "com.amazonaws.storagegateway#Boolean",
1406                    "traits": {
1407                        "smithy.api#documentation": "<p>Set to <code>true</code> to use Amazon S3 server-side encryption with your own AWS KMS\n         key, or <code>false</code> to use a key managed by Amazon S3. Optional.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
1408                    }
1409                },
1410                "KMSKey": {
1411                    "target": "com.amazonaws.storagegateway#KMSKey",
1412                    "traits": {
1413                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon\n         S3 server-side encryption. Storage Gateway does not support asymmetric CMKs. This value can\n         only be set when <code>KMSEncrypted</code> is <code>true</code>. Optional.</p>"
1414                    }
1415                },
1416                "Role": {
1417                    "target": "com.amazonaws.storagegateway#Role",
1418                    "traits": {
1419                        "smithy.api#documentation": "<p>The ARN of the AWS Identity and Access Management (IAM) role that a file gateway assumes\n         when it accesses the underlying storage.</p>",
1420                        "smithy.api#required": {}
1421                    }
1422                },
1423                "LocationARN": {
1424                    "target": "com.amazonaws.storagegateway#LocationARN",
1425                    "traits": {
1426                        "smithy.api#documentation": "<p>The ARN of the backend storage used for storing file data. A prefix name can be added to\n         the S3 bucket name. It must end with a \"/\".</p>",
1427                        "smithy.api#required": {}
1428                    }
1429                },
1430                "DefaultStorageClass": {
1431                    "target": "com.amazonaws.storagegateway#StorageClass",
1432                    "traits": {
1433                        "smithy.api#documentation": "<p>The default storage class for objects put into an Amazon S3 bucket by the file gateway.\n         The default value is <code>S3_INTELLIGENT_TIERING</code>. Optional.</p>\n\n         <p>Valid Values: <code>S3_STANDARD</code> | <code>S3_INTELLIGENT_TIERING</code> |\n            <code>S3_STANDARD_IA</code> | <code>S3_ONEZONE_IA</code>\n         </p>"
1434                    }
1435                },
1436                "ObjectACL": {
1437                    "target": "com.amazonaws.storagegateway#ObjectACL",
1438                    "traits": {
1439                        "smithy.api#documentation": "<p>A value that sets the access control list (ACL) permission for objects in the S3 bucket\n         that a file gateway puts objects into. The default value is <code>private</code>.</p>"
1440                    }
1441                },
1442                "ReadOnly": {
1443                    "target": "com.amazonaws.storagegateway#Boolean",
1444                    "traits": {
1445                        "smithy.api#documentation": "<p>A value that sets the write status of a file share. Set this value to <code>true</code>\n         to set the write status to read-only, otherwise set to <code>false</code>.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
1446                    }
1447                },
1448                "GuessMIMETypeEnabled": {
1449                    "target": "com.amazonaws.storagegateway#Boolean",
1450                    "traits": {
1451                        "smithy.api#documentation": "<p>A value that enables guessing of the MIME type for uploaded objects based on file\n         extensions. Set this value to <code>true</code> to enable MIME type guessing, otherwise set\n         to <code>false</code>. The default value is <code>true</code>.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
1452                    }
1453                },
1454                "RequesterPays": {
1455                    "target": "com.amazonaws.storagegateway#Boolean",
1456                    "traits": {
1457                        "smithy.api#documentation": "<p>A value that sets who pays the cost of the request and the cost associated with data\n         download from the S3 bucket. If this value is set to <code>true</code>, the requester pays\n         the costs; otherwise, the S3 bucket owner pays. However, the S3 bucket owner always pays\n         the cost of storing data.</p>\n\n         <note>\n            <p>\n               <code>RequesterPays</code> is a configuration for the S3 bucket that backs the file\n            share, so make sure that the configuration on the file share is the same as the S3\n            bucket configuration.</p>\n         </note>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
1458                    }
1459                },
1460                "SMBACLEnabled": {
1461                    "target": "com.amazonaws.storagegateway#Boolean",
1462                    "traits": {
1463                        "smithy.api#documentation": "<p>Set this value to <code>true</code> to enable access control list (ACL) on the SMB file\n         share. Set it to <code>false</code> to map file and directory permissions to the POSIX\n         permissions.</p>\n\n      \n\n         <p>For more information, see <a href=\"https://docs.aws.amazon.com/storagegateway/latest/userguide/smb-acl.html\">Using Microsoft Windows ACLs to\n            control access to an SMB file share</a> in the <i>AWS Storage Gateway User\n            Guide</i>.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
1464                    }
1465                },
1466                "AccessBasedEnumeration": {
1467                    "target": "com.amazonaws.storagegateway#Boolean",
1468                    "traits": {
1469                        "smithy.api#documentation": "<p>The files and folders on this share will only be visible to users with read\n         access.</p>"
1470                    }
1471                },
1472                "AdminUserList": {
1473                    "target": "com.amazonaws.storagegateway#UserList",
1474                    "traits": {
1475                        "smithy.api#documentation": "<p>A list of users or groups in the Active Directory that will be granted administrator\n         privileges on the file share. These users can do all file operations as the super-user.\n         Acceptable formats include: <code>DOMAIN\\User1</code>, <code>user1</code>,\n            <code>@group1</code>, and <code>@DOMAIN\\group1</code>.</p>\n\n         <important>\n            <p>Use this option very carefully, because any user in this list can do anything they\n            like on the file share, regardless of file permissions.</p>\n         </important>"
1476                    }
1477                },
1478                "ValidUserList": {
1479                    "target": "com.amazonaws.storagegateway#UserList",
1480                    "traits": {
1481                        "smithy.api#documentation": "<p>A list of users or groups in the Active Directory that are allowed to access the file\n            <a href=\"\"></a> share. A group must be prefixed with the @ character. Acceptable formats\n         include: <code>DOMAIN\\User1</code>, <code>user1</code>, <code>@group1</code>, and\n            <code>@DOMAIN\\group1</code>. Can only be set if Authentication is set to\n            <code>ActiveDirectory</code>.</p>"
1482                    }
1483                },
1484                "InvalidUserList": {
1485                    "target": "com.amazonaws.storagegateway#UserList",
1486                    "traits": {
1487                        "smithy.api#documentation": "<p>A list of users or groups in the Active Directory that are not allowed to access the\n         file share. A group must be prefixed with the @ character. Acceptable formats include:\n            <code>DOMAIN\\User1</code>, <code>user1</code>, <code>@group1</code>, and\n            <code>@DOMAIN\\group1</code>. Can only be set if Authentication is set to\n            <code>ActiveDirectory</code>.</p>"
1488                    }
1489                },
1490                "AuditDestinationARN": {
1491                    "target": "com.amazonaws.storagegateway#AuditDestinationARN",
1492                    "traits": {
1493                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the storage used for audit logs.</p>"
1494                    }
1495                },
1496                "Authentication": {
1497                    "target": "com.amazonaws.storagegateway#Authentication",
1498                    "traits": {
1499                        "smithy.api#documentation": "<p>The authentication method that users use to access the file share. The default is\n            <code>ActiveDirectory</code>.</p>\n\n         <p>Valid Values: <code>ActiveDirectory</code> | <code>GuestAccess</code>\n         </p>"
1500                    }
1501                },
1502                "CaseSensitivity": {
1503                    "target": "com.amazonaws.storagegateway#CaseSensitivity",
1504                    "traits": {
1505                        "smithy.api#documentation": "<p>The case of an object name in an Amazon S3 bucket. For <code>ClientSpecified</code>, the\n         client determines the case sensitivity. For <code>CaseSensitive</code>, the gateway\n         determines the case sensitivity. The default value is <code>ClientSpecified</code>.</p>"
1506                    }
1507                },
1508                "Tags": {
1509                    "target": "com.amazonaws.storagegateway#Tags",
1510                    "traits": {
1511                        "smithy.api#documentation": "<p>A list of up to 50 tags that can be assigned to the NFS file share. Each tag is a\n         key-value pair.</p>\n\n         <note>\n            <p>Valid characters for key and value are letters, spaces, and numbers representable in\n            UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length\n            of a tag's key is 128 characters, and the maximum length for a tag's value is\n            256.</p>\n         </note>"
1512                    }
1513                },
1514                "FileShareName": {
1515                    "target": "com.amazonaws.storagegateway#FileShareName",
1516                    "traits": {
1517                        "smithy.api#documentation": "<p>The name of the file share. Optional.</p>\n\n         <note>\n            <p>\n               <code>FileShareName</code> must be set if an S3 prefix name is set in\n               <code>LocationARN</code>.</p>\n         </note>"
1518                    }
1519                },
1520                "CacheAttributes": {
1521                    "target": "com.amazonaws.storagegateway#CacheAttributes",
1522                    "traits": {
1523                        "smithy.api#documentation": "<p>Specifies refresh cache information for the file share.</p>"
1524                    }
1525                },
1526                "NotificationPolicy": {
1527                    "target": "com.amazonaws.storagegateway#NotificationPolicy",
1528                    "traits": {
1529                        "smithy.api#documentation": "<p>The notification policy of the file share. <code>SettlingTimeInSeconds</code> controls\n         the number of seconds to wait after the last point in time a client wrote to a file before\n         generating an <code>ObjectUploaded</code> notification. Because clients can make many small\n         writes to files, it's best to set this parameter for as long as possible to avoid\n         generating multiple notifications for the same file in a small time period.</p>\n\n         <note>\n            <p>\n               <code>SettlingTimeInSeconds</code> has no effect on the timing of the object\n            uploading to Amazon S3, only the timing of the notification.</p>\n         </note>\n\n         <p>The following example sets <code>NotificationPolicy</code> on with\n            <code>SettlingTimeInSeconds</code> set to 60.</p>\n\n         <p>\n            <code>{\\\"Upload\\\": {\\\"SettlingTimeInSeconds\\\": 60}}</code>\n         </p>\n\n         <p>The following example sets <code>NotificationPolicy</code> off.</p>\n\n         <p>\n            <code>{}</code>\n         </p>"
1530                    }
1531                }
1532            },
1533            "traits": {
1534                "smithy.api#documentation": "<p>CreateSMBFileShareInput</p>"
1535            }
1536        },
1537        "com.amazonaws.storagegateway#CreateSMBFileShareOutput": {
1538            "type": "structure",
1539            "members": {
1540                "FileShareARN": {
1541                    "target": "com.amazonaws.storagegateway#FileShareARN",
1542                    "traits": {
1543                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the newly created file share.</p>"
1544                    }
1545                }
1546            },
1547            "traits": {
1548                "smithy.api#documentation": "<p>CreateSMBFileShareOutput</p>"
1549            }
1550        },
1551        "com.amazonaws.storagegateway#CreateSnapshot": {
1552            "type": "operation",
1553            "input": {
1554                "target": "com.amazonaws.storagegateway#CreateSnapshotInput"
1555            },
1556            "output": {
1557                "target": "com.amazonaws.storagegateway#CreateSnapshotOutput"
1558            },
1559            "errors": [
1560                {
1561                    "target": "com.amazonaws.storagegateway#InternalServerError"
1562                },
1563                {
1564                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
1565                },
1566                {
1567                    "target": "com.amazonaws.storagegateway#ServiceUnavailableError"
1568                }
1569            ],
1570            "traits": {
1571                "smithy.api#documentation": "<p>Initiates a snapshot of a volume.</p>\n\n         <p>AWS Storage Gateway provides the ability to back up point-in-time snapshots of your data\n         to Amazon Simple Storage (Amazon S3) for durable off-site recovery, and also import the\n         data to an Amazon Elastic Block Store (EBS) volume in Amazon Elastic Compute Cloud (EC2).\n         You can take snapshots of your gateway volume on a scheduled or ad hoc basis. This API\n         enables you to take an ad hoc snapshot. For more information, see <a href=\"https://docs.aws.amazon.com/storagegateway/latest/userguide/managing-volumes.html#SchedulingSnapshot\">Editing a\n            snapshot schedule</a>.</p>\n\n         <p>In the <code>CreateSnapshot</code> request, you identify the volume by providing its\n         Amazon Resource Name (ARN). You must also provide description for the snapshot. When AWS\n         Storage Gateway takes the snapshot of specified volume, the snapshot and description\n         appears in the AWS Storage Gateway console. In response, AWS Storage Gateway returns you a\n         snapshot ID. You can use this snapshot ID to check the snapshot progress or later use it\n         when you want to create a volume from a snapshot. This operation is only supported in\n         stored and cached volume gateway type.</p>\n\n         <note>\n            <p>To list or delete a snapshot, you must use the Amazon EC2 API. For more information,\n            see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSnapshots.html\">DescribeSnapshots</a>\n            or <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeleteSnapshot.html\">DeleteSnapshot</a> in the <i>Amazon Elastic Compute Cloud API\n               Reference</i>.</p>\n         </note>\n\n         <important>\n            <p>Volume and snapshot IDs are changing to a longer length ID format. For more\n            information, see the important note on the <a href=\"https://docs.aws.amazon.com/storagegateway/latest/APIReference/Welcome.html\">Welcome</a> page.</p>\n         </important>"
1572            }
1573        },
1574        "com.amazonaws.storagegateway#CreateSnapshotFromVolumeRecoveryPoint": {
1575            "type": "operation",
1576            "input": {
1577                "target": "com.amazonaws.storagegateway#CreateSnapshotFromVolumeRecoveryPointInput"
1578            },
1579            "output": {
1580                "target": "com.amazonaws.storagegateway#CreateSnapshotFromVolumeRecoveryPointOutput"
1581            },
1582            "errors": [
1583                {
1584                    "target": "com.amazonaws.storagegateway#InternalServerError"
1585                },
1586                {
1587                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
1588                },
1589                {
1590                    "target": "com.amazonaws.storagegateway#ServiceUnavailableError"
1591                }
1592            ],
1593            "traits": {
1594                "smithy.api#documentation": "<p>Initiates a snapshot of a gateway from a volume recovery point. This operation is only\n         supported in the cached volume gateway type.</p>\n\n         <p>A volume recovery point is a point in time at which all data of the volume is consistent\n         and from which you can create a snapshot. To get a list of volume recovery point for cached\n         volume gateway, use <a>ListVolumeRecoveryPoints</a>.</p>\n\n         <p>In the <code>CreateSnapshotFromVolumeRecoveryPoint</code> request, you identify the\n         volume by providing its Amazon Resource Name (ARN). You must also provide a description for\n         the snapshot. When the gateway takes a snapshot of the specified volume, the snapshot and\n         its description appear in the AWS Storage Gateway console.\n          In response, the gateway returns\n         you a snapshot ID. You can use this snapshot ID to check the snapshot progress or later use\n         it when you want to create a volume from a snapshot.</p>\n\n         <note>\n            <p>To list or delete a snapshot, you must use the Amazon EC2 API. For more information,\n            see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSnapshots.html\">DescribeSnapshots</a>\n            or <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeleteSnapshot.html\">DeleteSnapshot</a> in the <i>Amazon Elastic Compute Cloud API\n               Reference</i>.</p>\n         </note>"
1595            }
1596        },
1597        "com.amazonaws.storagegateway#CreateSnapshotFromVolumeRecoveryPointInput": {
1598            "type": "structure",
1599            "members": {
1600                "VolumeARN": {
1601                    "target": "com.amazonaws.storagegateway#VolumeARN",
1602                    "traits": {
1603                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the iSCSI volume target. Use the <a>DescribeStorediSCSIVolumes</a> operation to return to retrieve the TargetARN for\n         specified VolumeARN.</p>",
1604                        "smithy.api#required": {}
1605                    }
1606                },
1607                "SnapshotDescription": {
1608                    "target": "com.amazonaws.storagegateway#SnapshotDescription",
1609                    "traits": {
1610                        "smithy.api#documentation": "<p>Textual description of the snapshot that appears in the Amazon EC2 console, Elastic\n         Block Store snapshots panel in the <b>Description</b> field, and\n         in the AWS Storage Gateway snapshot <b>Details</b> pane,\n            <b>Description</b> field.</p>",
1611                        "smithy.api#required": {}
1612                    }
1613                },
1614                "Tags": {
1615                    "target": "com.amazonaws.storagegateway#Tags",
1616                    "traits": {
1617                        "smithy.api#documentation": "<p>A list of up to 50 tags that can be assigned to a snapshot. Each tag is a key-value\n         pair.</p>\n\n         <note>\n            <p>Valid characters for key and value are letters, spaces, and numbers representable in\n            UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length\n            of a tag's key is 128 characters, and the maximum length for a tag's value is\n            256.</p>\n         </note>"
1618                    }
1619                }
1620            }
1621        },
1622        "com.amazonaws.storagegateway#CreateSnapshotFromVolumeRecoveryPointOutput": {
1623            "type": "structure",
1624            "members": {
1625                "SnapshotId": {
1626                    "target": "com.amazonaws.storagegateway#SnapshotId",
1627                    "traits": {
1628                        "smithy.api#documentation": "<p>The ID of the snapshot.</p>"
1629                    }
1630                },
1631                "VolumeARN": {
1632                    "target": "com.amazonaws.storagegateway#VolumeARN",
1633                    "traits": {
1634                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the iSCSI volume target. Use the <a>DescribeStorediSCSIVolumes</a> operation to return to retrieve the TargetARN for\n         specified VolumeARN.</p>"
1635                    }
1636                },
1637                "VolumeRecoveryPointTime": {
1638                    "target": "com.amazonaws.storagegateway#string",
1639                    "traits": {
1640                        "smithy.api#documentation": "<p>The time the volume was created from the recovery point.</p>"
1641                    }
1642                }
1643            }
1644        },
1645        "com.amazonaws.storagegateway#CreateSnapshotInput": {
1646            "type": "structure",
1647            "members": {
1648                "VolumeARN": {
1649                    "target": "com.amazonaws.storagegateway#VolumeARN",
1650                    "traits": {
1651                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the volume. Use the <a>ListVolumes</a>\n         operation to return a list of gateway volumes.</p>",
1652                        "smithy.api#required": {}
1653                    }
1654                },
1655                "SnapshotDescription": {
1656                    "target": "com.amazonaws.storagegateway#SnapshotDescription",
1657                    "traits": {
1658                        "smithy.api#documentation": "<p>Textual description of the snapshot that appears in the Amazon EC2 console, Elastic\n         Block Store snapshots panel in the <b>Description</b> field, and\n         in the AWS Storage Gateway snapshot <b>Details</b> pane,\n            <b>Description</b> field.</p>",
1659                        "smithy.api#required": {}
1660                    }
1661                },
1662                "Tags": {
1663                    "target": "com.amazonaws.storagegateway#Tags",
1664                    "traits": {
1665                        "smithy.api#documentation": "<p>A list of up to 50 tags that can be assigned to a snapshot. Each tag is a key-value\n         pair.</p>\n\n         <note>\n            <p>Valid characters for key and value are letters, spaces, and numbers representable in\n            UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length\n            of a tag's key is 128 characters, and the maximum length for a tag's value is\n            256.</p>\n         </note>"
1666                    }
1667                }
1668            },
1669            "traits": {
1670                "smithy.api#documentation": "<p>A JSON object containing one or more of the following fields:</p>\n\n         <ul>\n            <li>\n               <p>\n                  <a>CreateSnapshotInput$SnapshotDescription</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>CreateSnapshotInput$VolumeARN</a>\n               </p>\n            </li>\n         </ul>"
1671            }
1672        },
1673        "com.amazonaws.storagegateway#CreateSnapshotOutput": {
1674            "type": "structure",
1675            "members": {
1676                "VolumeARN": {
1677                    "target": "com.amazonaws.storagegateway#VolumeARN",
1678                    "traits": {
1679                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.</p>"
1680                    }
1681                },
1682                "SnapshotId": {
1683                    "target": "com.amazonaws.storagegateway#SnapshotId",
1684                    "traits": {
1685                        "smithy.api#documentation": "<p>The snapshot ID that is used to refer to the snapshot in future operations such as\n         describing snapshots (Amazon Elastic Compute Cloud API <code>DescribeSnapshots</code>) or\n         creating a volume from a snapshot (<a>CreateStorediSCSIVolume</a>).</p>"
1686                    }
1687                }
1688            },
1689            "traits": {
1690                "smithy.api#documentation": "<p>A JSON object containing the following fields:</p>"
1691            }
1692        },
1693        "com.amazonaws.storagegateway#CreateStorediSCSIVolume": {
1694            "type": "operation",
1695            "input": {
1696                "target": "com.amazonaws.storagegateway#CreateStorediSCSIVolumeInput"
1697            },
1698            "output": {
1699                "target": "com.amazonaws.storagegateway#CreateStorediSCSIVolumeOutput"
1700            },
1701            "errors": [
1702                {
1703                    "target": "com.amazonaws.storagegateway#InternalServerError"
1704                },
1705                {
1706                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
1707                }
1708            ],
1709            "traits": {
1710                "smithy.api#documentation": "<p>Creates a volume on a specified gateway. This operation is only supported in the stored\n         volume gateway type.</p>\n\n         <p>The size of the volume to create is inferred from the disk size. You can choose to\n         preserve existing data on the disk, create volume from an existing snapshot, or create an\n         empty volume. If you choose to create an empty gateway volume, then any existing data on\n         the disk is erased.</p>\n\n         <p>In the request, you must specify the gateway and the disk information on which you are\n         creating the volume. In response, the gateway creates the volume and returns volume\n         information such as the volume Amazon Resource Name (ARN), its size, and the iSCSI target\n         ARN that initiators can use to connect to the volume target.</p>"
1711            }
1712        },
1713        "com.amazonaws.storagegateway#CreateStorediSCSIVolumeInput": {
1714            "type": "structure",
1715            "members": {
1716                "GatewayARN": {
1717                    "target": "com.amazonaws.storagegateway#GatewayARN",
1718                    "traits": {
1719                        "smithy.api#required": {}
1720                    }
1721                },
1722                "DiskId": {
1723                    "target": "com.amazonaws.storagegateway#DiskId",
1724                    "traits": {
1725                        "smithy.api#documentation": "<p>The unique identifier for the gateway local disk that is configured as a stored volume.\n         Use <a href=\"https://docs.aws.amazon.com/storagegateway/latest/userguide/API_ListLocalDisks.html\">ListLocalDisks</a> to\n         list disk IDs for a gateway.</p>",
1726                        "smithy.api#required": {}
1727                    }
1728                },
1729                "SnapshotId": {
1730                    "target": "com.amazonaws.storagegateway#SnapshotId",
1731                    "traits": {
1732                        "smithy.api#documentation": "<p>The snapshot ID (e.g., \"snap-1122aabb\") of the snapshot to restore as the new stored\n         volume. Specify this field if you want to create the iSCSI storage volume from a snapshot;\n         otherwise, do not include this field. To list snapshots for your account use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeSnapshots.html\">DescribeSnapshots</a> in the <i>Amazon Elastic Compute Cloud API\n            Reference</i>.</p>"
1733                    }
1734                },
1735                "PreserveExistingData": {
1736                    "target": "com.amazonaws.storagegateway#Boolean2",
1737                    "traits": {
1738                        "smithy.api#documentation": "<p>Set to <code>true</code> if you want to preserve the data on the local disk. Otherwise,\n         set to <code>false</code> to create an empty volume.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>",
1739                        "smithy.api#required": {}
1740                    }
1741                },
1742                "TargetName": {
1743                    "target": "com.amazonaws.storagegateway#TargetName",
1744                    "traits": {
1745                        "smithy.api#documentation": "<p>The name of the iSCSI target used by an initiator to connect to a volume and used as a\n         suffix for the target ARN. For example, specifying <code>TargetName</code> as\n            <i>myvolume</i> results in the target ARN of\n            <code>arn:aws:storagegateway:us-east-2:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume</code>.\n         The target name must be unique across all volumes on a gateway.</p>\n\n         <p>If you don't specify a value, Storage Gateway uses the value that was previously\n         used for this volume as the new target name.</p>",
1746                        "smithy.api#required": {}
1747                    }
1748                },
1749                "NetworkInterfaceId": {
1750                    "target": "com.amazonaws.storagegateway#NetworkInterfaceId",
1751                    "traits": {
1752                        "smithy.api#documentation": "<p>The network interface of the gateway on which to expose the iSCSI target. Only IPv4\n         addresses are accepted. Use <a>DescribeGatewayInformation</a> to get a list of\n         the network interfaces available on a gateway.</p>\n\n         <p>Valid Values: A valid IP address.</p>",
1753                        "smithy.api#required": {}
1754                    }
1755                },
1756                "KMSEncrypted": {
1757                    "target": "com.amazonaws.storagegateway#Boolean",
1758                    "traits": {
1759                        "smithy.api#documentation": "<p>Set to <code>true</code> to use Amazon S3 server-side encryption with your own AWS KMS\n         key, or <code>false</code> to use a key managed by Amazon S3. Optional.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
1760                    }
1761                },
1762                "KMSKey": {
1763                    "target": "com.amazonaws.storagegateway#KMSKey",
1764                    "traits": {
1765                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon\n         S3 server-side encryption. Storage Gateway does not support asymmetric CMKs. This value can\n         only be set when <code>KMSEncrypted</code> is <code>true</code>. Optional.</p>"
1766                    }
1767                },
1768                "Tags": {
1769                    "target": "com.amazonaws.storagegateway#Tags",
1770                    "traits": {
1771                        "smithy.api#documentation": "<p>A list of up to 50 tags that can be assigned to a stored volume. Each tag is a key-value\n         pair.</p>\n\n         <note>\n            <p>Valid characters for key and value are letters, spaces, and numbers representable in\n            UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length\n            of a tag's key is 128 characters, and the maximum length for a tag's value is\n            256.</p>\n         </note>"
1772                    }
1773                }
1774            },
1775            "traits": {
1776                "smithy.api#documentation": "<p>A JSON object containing one or more of the following fields:</p>\n\n         <ul>\n            <li>\n               <p>\n                  <a>CreateStorediSCSIVolumeInput$DiskId</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>CreateStorediSCSIVolumeInput$NetworkInterfaceId</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>CreateStorediSCSIVolumeInput$PreserveExistingData</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>CreateStorediSCSIVolumeInput$SnapshotId</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>CreateStorediSCSIVolumeInput$TargetName</a>\n               </p>\n            </li>\n         </ul>"
1777            }
1778        },
1779        "com.amazonaws.storagegateway#CreateStorediSCSIVolumeOutput": {
1780            "type": "structure",
1781            "members": {
1782                "VolumeARN": {
1783                    "target": "com.amazonaws.storagegateway#VolumeARN",
1784                    "traits": {
1785                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the configured volume.</p>"
1786                    }
1787                },
1788                "VolumeSizeInBytes": {
1789                    "target": "com.amazonaws.storagegateway#long",
1790                    "traits": {
1791                        "smithy.api#documentation": "<p>The size of the volume in bytes.</p>"
1792                    }
1793                },
1794                "TargetARN": {
1795                    "target": "com.amazonaws.storagegateway#TargetARN",
1796                    "traits": {
1797                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name that\n         initiators can use to connect to the target.</p>"
1798                    }
1799                }
1800            },
1801            "traits": {
1802                "smithy.api#documentation": "<p>A JSON object containing the following fields:</p>"
1803            }
1804        },
1805        "com.amazonaws.storagegateway#CreateTapePool": {
1806            "type": "operation",
1807            "input": {
1808                "target": "com.amazonaws.storagegateway#CreateTapePoolInput"
1809            },
1810            "output": {
1811                "target": "com.amazonaws.storagegateway#CreateTapePoolOutput"
1812            },
1813            "errors": [
1814                {
1815                    "target": "com.amazonaws.storagegateway#InternalServerError"
1816                },
1817                {
1818                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
1819                }
1820            ],
1821            "traits": {
1822                "smithy.api#documentation": "<p>Creates a new custom tape pool. You can use custom tape pool to enable tape retention\n         lock on tapes that are archived in the custom pool.</p>"
1823            }
1824        },
1825        "com.amazonaws.storagegateway#CreateTapePoolInput": {
1826            "type": "structure",
1827            "members": {
1828                "PoolName": {
1829                    "target": "com.amazonaws.storagegateway#PoolName",
1830                    "traits": {
1831                        "smithy.api#documentation": "<p>The name of the new custom tape pool.</p>",
1832                        "smithy.api#required": {}
1833                    }
1834                },
1835                "StorageClass": {
1836                    "target": "com.amazonaws.storagegateway#TapeStorageClass",
1837                    "traits": {
1838                        "smithy.api#documentation": "<p>The storage class that is associated with the new custom pool. When you use your backup\n         application to eject the tape, the tape is archived directly into the storage class (S3\n         Glacier or S3 Glacier Deep Archive) that corresponds to the pool.</p>",
1839                        "smithy.api#required": {}
1840                    }
1841                },
1842                "RetentionLockType": {
1843                    "target": "com.amazonaws.storagegateway#RetentionLockType",
1844                    "traits": {
1845                        "smithy.api#documentation": "<p>Tape retention lock can be configured in two modes. When configured in governance mode,\n         AWS accounts with specific IAM permissions are authorized to remove the tape retention lock\n         from archived virtual tapes. When configured in compliance mode, the tape retention lock\n         cannot be removed by any user, including the root AWS account.</p>"
1846                    }
1847                },
1848                "RetentionLockTimeInDays": {
1849                    "target": "com.amazonaws.storagegateway#RetentionLockTimeInDays",
1850                    "traits": {
1851                        "smithy.api#documentation": "<p>Tape retention lock time is set in days. Tape retention lock can be enabled for up to\n         100 years (36,500 days).</p>"
1852                    }
1853                },
1854                "Tags": {
1855                    "target": "com.amazonaws.storagegateway#Tags",
1856                    "traits": {
1857                        "smithy.api#documentation": "<p>A list of up to 50 tags that can be assigned to tape pool. Each tag is a key-value\n         pair.</p>\n\n         <note>\n            <p>Valid characters for key and value are letters, spaces, and numbers representable in\n            UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length\n            of a tag's key is 128 characters, and the maximum length for a tag's value is\n            256.</p>\n         </note>"
1858                    }
1859                }
1860            }
1861        },
1862        "com.amazonaws.storagegateway#CreateTapePoolOutput": {
1863            "type": "structure",
1864            "members": {
1865                "PoolARN": {
1866                    "target": "com.amazonaws.storagegateway#PoolARN",
1867                    "traits": {
1868                        "smithy.api#documentation": "<p>The unique Amazon Resource Name (ARN) that represents the custom tape pool. Use the\n            <a>ListTapePools</a> operation to return a list of tape pools for your\n         account and AWS Region.</p>"
1869                    }
1870                }
1871            }
1872        },
1873        "com.amazonaws.storagegateway#CreateTapeWithBarcode": {
1874            "type": "operation",
1875            "input": {
1876                "target": "com.amazonaws.storagegateway#CreateTapeWithBarcodeInput"
1877            },
1878            "output": {
1879                "target": "com.amazonaws.storagegateway#CreateTapeWithBarcodeOutput"
1880            },
1881            "errors": [
1882                {
1883                    "target": "com.amazonaws.storagegateway#InternalServerError"
1884                },
1885                {
1886                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
1887                }
1888            ],
1889            "traits": {
1890                "smithy.api#documentation": "<p>Creates a virtual tape by using your own barcode. You write data to the virtual tape and\n         then archive the tape. A barcode is unique and cannot be reused if it has already been used\n         on a tape. This applies to barcodes used on deleted tapes. This operation is only supported\n         in the tape gateway type.</p>\n\n         <note>\n            <p>Cache storage must be allocated to the gateway before you can create a virtual tape.\n            Use the <a>AddCache</a> operation to add cache storage to a gateway.</p>\n         </note>"
1891            }
1892        },
1893        "com.amazonaws.storagegateway#CreateTapeWithBarcodeInput": {
1894            "type": "structure",
1895            "members": {
1896                "GatewayARN": {
1897                    "target": "com.amazonaws.storagegateway#GatewayARN",
1898                    "traits": {
1899                        "smithy.api#documentation": "<p>The unique Amazon Resource Name (ARN) that represents the gateway to associate the\n         virtual tape with. Use the <a>ListGateways</a> operation to return a list of\n         gateways for your account and AWS Region.</p>",
1900                        "smithy.api#required": {}
1901                    }
1902                },
1903                "TapeSizeInBytes": {
1904                    "target": "com.amazonaws.storagegateway#TapeSize",
1905                    "traits": {
1906                        "smithy.api#documentation": "<p>The size, in bytes, of the virtual tape that you want to create.</p>\n\n         <note>\n            <p>The size must be aligned by gigabyte (1024*1024*1024 bytes).</p>\n         </note>",
1907                        "smithy.api#required": {}
1908                    }
1909                },
1910                "TapeBarcode": {
1911                    "target": "com.amazonaws.storagegateway#TapeBarcode",
1912                    "traits": {
1913                        "smithy.api#documentation": "<p>The barcode that you want to assign to the tape.</p>\n\n         <note>\n            <p>Barcodes cannot be reused. This includes barcodes used for tapes that have been\n            deleted.</p>\n         </note>",
1914                        "smithy.api#required": {}
1915                    }
1916                },
1917                "KMSEncrypted": {
1918                    "target": "com.amazonaws.storagegateway#Boolean",
1919                    "traits": {
1920                        "smithy.api#documentation": "<p>Set to <code>true</code> to use Amazon S3 server-side encryption with your own AWS KMS\n         key, or <code>false</code> to use a key managed by Amazon S3. Optional.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
1921                    }
1922                },
1923                "KMSKey": {
1924                    "target": "com.amazonaws.storagegateway#KMSKey",
1925                    "traits": {
1926                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon\n         S3 server-side encryption. Storage Gateway does not support asymmetric CMKs. This value can\n         only be set when <code>KMSEncrypted</code> is <code>true</code>. Optional.</p>"
1927                    }
1928                },
1929                "PoolId": {
1930                    "target": "com.amazonaws.storagegateway#PoolId",
1931                    "traits": {
1932                        "smithy.api#documentation": "<p>The ID of the pool that you want to add your tape to for archiving. The tape in this\n         pool is archived in the S3 storage class that is associated with the pool. When you use\n         your backup application to eject the tape, the tape is archived directly into the storage\n         class (S3 Glacier or S3 Deep Archive) that corresponds to the pool.</p>\n\n         <p>Valid Values: <code>GLACIER</code> | <code>DEEP_ARCHIVE</code>\n         </p>"
1933                    }
1934                },
1935                "Worm": {
1936                    "target": "com.amazonaws.storagegateway#Boolean2",
1937                    "traits": {
1938                        "smithy.api#documentation": "<p>Set to <code>TRUE</code> if the tape you are creating is to be configured as a\n         write-once-read-many (WORM) tape.</p>"
1939                    }
1940                },
1941                "Tags": {
1942                    "target": "com.amazonaws.storagegateway#Tags",
1943                    "traits": {
1944                        "smithy.api#documentation": "<p>A list of up to 50 tags that can be assigned to a virtual tape that has a barcode. Each\n         tag is a key-value pair.</p>\n\n         <note>\n            <p>Valid characters for key and value are letters, spaces, and numbers representable in\n            UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length\n            of a tag's key is 128 characters, and the maximum length for a tag's value is\n            256.</p>\n         </note>"
1945                    }
1946                }
1947            },
1948            "traits": {
1949                "smithy.api#documentation": "<p>CreateTapeWithBarcodeInput</p>"
1950            }
1951        },
1952        "com.amazonaws.storagegateway#CreateTapeWithBarcodeOutput": {
1953            "type": "structure",
1954            "members": {
1955                "TapeARN": {
1956                    "target": "com.amazonaws.storagegateway#TapeARN",
1957                    "traits": {
1958                        "smithy.api#documentation": "<p>A unique Amazon Resource Name (ARN) that represents the virtual tape that was\n         created.</p>"
1959                    }
1960                }
1961            },
1962            "traits": {
1963                "smithy.api#documentation": "<p>CreateTapeOutput</p>"
1964            }
1965        },
1966        "com.amazonaws.storagegateway#CreateTapes": {
1967            "type": "operation",
1968            "input": {
1969                "target": "com.amazonaws.storagegateway#CreateTapesInput"
1970            },
1971            "output": {
1972                "target": "com.amazonaws.storagegateway#CreateTapesOutput"
1973            },
1974            "errors": [
1975                {
1976                    "target": "com.amazonaws.storagegateway#InternalServerError"
1977                },
1978                {
1979                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
1980                }
1981            ],
1982            "traits": {
1983                "smithy.api#documentation": "<p>Creates one or more virtual tapes. You write data to the virtual tapes and then archive\n         the tapes. This operation is only supported in the tape gateway type.</p>\n\n         <note>\n            <p>Cache storage must be allocated to the gateway before you can create virtual tapes.\n            Use the <a>AddCache</a> operation to add cache storage to a gateway.</p>\n         </note>"
1984            }
1985        },
1986        "com.amazonaws.storagegateway#CreateTapesInput": {
1987            "type": "structure",
1988            "members": {
1989                "GatewayARN": {
1990                    "target": "com.amazonaws.storagegateway#GatewayARN",
1991                    "traits": {
1992                        "smithy.api#documentation": "<p>The unique Amazon Resource Name (ARN) that represents the gateway to associate the\n         virtual tapes with. Use the <a>ListGateways</a> operation to return a list of\n         gateways for your account and AWS Region.</p>",
1993                        "smithy.api#required": {}
1994                    }
1995                },
1996                "TapeSizeInBytes": {
1997                    "target": "com.amazonaws.storagegateway#TapeSize",
1998                    "traits": {
1999                        "smithy.api#documentation": "<p>The size, in bytes, of the virtual tapes that you want to create.</p>\n\n         <note>\n            <p>The size must be aligned by gigabyte (1024*1024*1024 bytes).</p>\n         </note>",
2000                        "smithy.api#required": {}
2001                    }
2002                },
2003                "ClientToken": {
2004                    "target": "com.amazonaws.storagegateway#ClientToken",
2005                    "traits": {
2006                        "smithy.api#documentation": "<p>A unique identifier that you use to retry a request. If you retry a request, use the\n         same <code>ClientToken</code> you specified in the initial request.</p>\n\n         <note>\n            <p>Using the same <code>ClientToken</code> prevents creating the tape multiple\n            times.</p>\n         </note>",
2007                        "smithy.api#required": {}
2008                    }
2009                },
2010                "NumTapesToCreate": {
2011                    "target": "com.amazonaws.storagegateway#NumTapesToCreate",
2012                    "traits": {
2013                        "smithy.api#documentation": "<p>The number of virtual tapes that you want to create.</p>",
2014                        "smithy.api#required": {}
2015                    }
2016                },
2017                "TapeBarcodePrefix": {
2018                    "target": "com.amazonaws.storagegateway#TapeBarcodePrefix",
2019                    "traits": {
2020                        "smithy.api#documentation": "<p>A prefix that you append to the barcode of the virtual tape you are creating. This\n         prefix makes the barcode unique.</p>\n\n         <note>\n            <p>The prefix must be 1-4 characters in length and must be one of the uppercase letters\n            from A to Z.</p>\n         </note>",
2021                        "smithy.api#required": {}
2022                    }
2023                },
2024                "KMSEncrypted": {
2025                    "target": "com.amazonaws.storagegateway#Boolean",
2026                    "traits": {
2027                        "smithy.api#documentation": "<p>Set to <code>true</code> to use Amazon S3 server-side encryption with your own AWS KMS\n         key, or <code>false</code> to use a key managed by Amazon S3. Optional.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
2028                    }
2029                },
2030                "KMSKey": {
2031                    "target": "com.amazonaws.storagegateway#KMSKey",
2032                    "traits": {
2033                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon\n         S3 server-side encryption. Storage Gateway does not support asymmetric CMKs. This value can\n         only be set when <code>KMSEncrypted</code> is <code>true</code>. Optional.</p>"
2034                    }
2035                },
2036                "PoolId": {
2037                    "target": "com.amazonaws.storagegateway#PoolId",
2038                    "traits": {
2039                        "smithy.api#documentation": "<p>The ID of the pool that you want to add your tape to for archiving. The tape in this\n         pool is archived in the S3 storage class that is associated with the pool. When you use\n         your backup application to eject the tape, the tape is archived directly into the storage\n         class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.</p>\n\n         <p>Valid Values: <code>GLACIER</code> | <code>DEEP_ARCHIVE</code>\n         </p>"
2040                    }
2041                },
2042                "Worm": {
2043                    "target": "com.amazonaws.storagegateway#Boolean2",
2044                    "traits": {
2045                        "smithy.api#documentation": "<p>Set to <code>TRUE</code> if the tape you are creating is to be configured as a\n         write-once-read-many (WORM) tape.</p>"
2046                    }
2047                },
2048                "Tags": {
2049                    "target": "com.amazonaws.storagegateway#Tags",
2050                    "traits": {
2051                        "smithy.api#documentation": "<p>A list of up to 50 tags that can be assigned to a virtual tape. Each tag is a key-value\n         pair.</p>\n\n         <note>\n            <p>Valid characters for key and value are letters, spaces, and numbers representable in\n            UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length\n            of a tag's key is 128 characters, and the maximum length for a tag's value is\n            256.</p>\n         </note>"
2052                    }
2053                }
2054            },
2055            "traits": {
2056                "smithy.api#documentation": "<p>CreateTapesInput</p>"
2057            }
2058        },
2059        "com.amazonaws.storagegateway#CreateTapesOutput": {
2060            "type": "structure",
2061            "members": {
2062                "TapeARNs": {
2063                    "target": "com.amazonaws.storagegateway#TapeARNs",
2064                    "traits": {
2065                        "smithy.api#documentation": "<p>A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that\n         were created.</p>"
2066                    }
2067                }
2068            },
2069            "traits": {
2070                "smithy.api#documentation": "<p>CreateTapeOutput</p>"
2071            }
2072        },
2073        "com.amazonaws.storagegateway#CreatedDate": {
2074            "type": "timestamp"
2075        },
2076        "com.amazonaws.storagegateway#DayOfMonth": {
2077            "type": "integer",
2078            "traits": {
2079                "smithy.api#box": {},
2080                "smithy.api#range": {
2081                    "min": 1,
2082                    "max": 28
2083                }
2084            }
2085        },
2086        "com.amazonaws.storagegateway#DayOfWeek": {
2087            "type": "integer",
2088            "traits": {
2089                "smithy.api#box": {},
2090                "smithy.api#range": {
2091                    "min": 0,
2092                    "max": 6
2093                }
2094            }
2095        },
2096        "com.amazonaws.storagegateway#DaysOfWeek": {
2097            "type": "list",
2098            "member": {
2099                "target": "com.amazonaws.storagegateway#DayOfWeek"
2100            },
2101            "traits": {
2102                "smithy.api#length": {
2103                    "min": 1,
2104                    "max": 7
2105                }
2106            }
2107        },
2108        "com.amazonaws.storagegateway#DeleteAutomaticTapeCreationPolicy": {
2109            "type": "operation",
2110            "input": {
2111                "target": "com.amazonaws.storagegateway#DeleteAutomaticTapeCreationPolicyInput"
2112            },
2113            "output": {
2114                "target": "com.amazonaws.storagegateway#DeleteAutomaticTapeCreationPolicyOutput"
2115            },
2116            "errors": [
2117                {
2118                    "target": "com.amazonaws.storagegateway#InternalServerError"
2119                },
2120                {
2121                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
2122                }
2123            ],
2124            "traits": {
2125                "smithy.api#documentation": "<p>Deletes the automatic tape creation policy of a gateway. If you delete this policy, new\n         virtual tapes must be created manually. Use the Amazon Resource Name (ARN) of the gateway\n         in your request to remove the policy.</p>"
2126            }
2127        },
2128        "com.amazonaws.storagegateway#DeleteAutomaticTapeCreationPolicyInput": {
2129            "type": "structure",
2130            "members": {
2131                "GatewayARN": {
2132                    "target": "com.amazonaws.storagegateway#GatewayARN",
2133                    "traits": {
2134                        "smithy.api#required": {}
2135                    }
2136                }
2137            }
2138        },
2139        "com.amazonaws.storagegateway#DeleteAutomaticTapeCreationPolicyOutput": {
2140            "type": "structure",
2141            "members": {
2142                "GatewayARN": {
2143                    "target": "com.amazonaws.storagegateway#GatewayARN"
2144                }
2145            }
2146        },
2147        "com.amazonaws.storagegateway#DeleteBandwidthRateLimit": {
2148            "type": "operation",
2149            "input": {
2150                "target": "com.amazonaws.storagegateway#DeleteBandwidthRateLimitInput"
2151            },
2152            "output": {
2153                "target": "com.amazonaws.storagegateway#DeleteBandwidthRateLimitOutput"
2154            },
2155            "errors": [
2156                {
2157                    "target": "com.amazonaws.storagegateway#InternalServerError"
2158                },
2159                {
2160                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
2161                }
2162            ],
2163            "traits": {
2164                "smithy.api#documentation": "<p>Deletes the bandwidth rate limits of a gateway. You can delete either the upload and\n         download bandwidth rate limit, or you can delete both. If you delete only one of the\n         limits, the other limit remains unchanged. To specify which gateway to work with, use the\n         Amazon Resource Name (ARN) of the gateway in your request. This operation is supported for\n         the stored volume, cached volume and tape gateway types.</p>"
2165            }
2166        },
2167        "com.amazonaws.storagegateway#DeleteBandwidthRateLimitInput": {
2168            "type": "structure",
2169            "members": {
2170                "GatewayARN": {
2171                    "target": "com.amazonaws.storagegateway#GatewayARN",
2172                    "traits": {
2173                        "smithy.api#required": {}
2174                    }
2175                },
2176                "BandwidthType": {
2177                    "target": "com.amazonaws.storagegateway#BandwidthType",
2178                    "traits": {
2179                        "smithy.api#documentation": "<p>One of the BandwidthType values that indicates the gateway bandwidth rate limit to\n         delete.</p>\n\n         <p>Valid Values: <code>UPLOAD</code> | <code>DOWNLOAD</code> | <code>ALL</code>\n         </p>",
2180                        "smithy.api#required": {}
2181                    }
2182                }
2183            },
2184            "traits": {
2185                "smithy.api#documentation": "<p>A JSON object containing the following fields:</p>\n\n         <ul>\n            <li>\n               <p>\n                  <a>DeleteBandwidthRateLimitInput$BandwidthType</a>\n               </p>\n            </li>\n         </ul>"
2186            }
2187        },
2188        "com.amazonaws.storagegateway#DeleteBandwidthRateLimitOutput": {
2189            "type": "structure",
2190            "members": {
2191                "GatewayARN": {
2192                    "target": "com.amazonaws.storagegateway#GatewayARN"
2193                }
2194            },
2195            "traits": {
2196                "smithy.api#documentation": "<p>A JSON object containing the Amazon Resource Name (ARN) of the gateway whose bandwidth\n         rate information was deleted.</p>"
2197            }
2198        },
2199        "com.amazonaws.storagegateway#DeleteChapCredentials": {
2200            "type": "operation",
2201            "input": {
2202                "target": "com.amazonaws.storagegateway#DeleteChapCredentialsInput"
2203            },
2204            "output": {
2205                "target": "com.amazonaws.storagegateway#DeleteChapCredentialsOutput"
2206            },
2207            "errors": [
2208                {
2209                    "target": "com.amazonaws.storagegateway#InternalServerError"
2210                },
2211                {
2212                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
2213                }
2214            ],
2215            "traits": {
2216                "smithy.api#documentation": "<p>Deletes Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified\n         iSCSI target and initiator pair. This operation is supported in volume and tape gateway\n         types.</p>"
2217            }
2218        },
2219        "com.amazonaws.storagegateway#DeleteChapCredentialsInput": {
2220            "type": "structure",
2221            "members": {
2222                "TargetARN": {
2223                    "target": "com.amazonaws.storagegateway#TargetARN",
2224                    "traits": {
2225                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the iSCSI volume target. Use the <a>DescribeStorediSCSIVolumes</a> operation to return to retrieve the TargetARN for\n         specified VolumeARN.</p>",
2226                        "smithy.api#required": {}
2227                    }
2228                },
2229                "InitiatorName": {
2230                    "target": "com.amazonaws.storagegateway#IqnName",
2231                    "traits": {
2232                        "smithy.api#documentation": "<p>The iSCSI initiator that connects to the target.</p>",
2233                        "smithy.api#required": {}
2234                    }
2235                }
2236            },
2237            "traits": {
2238                "smithy.api#documentation": "<p>A JSON object containing one or more of the following fields:</p>\n\n         <ul>\n            <li>\n               <p>\n                  <a>DeleteChapCredentialsInput$InitiatorName</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>DeleteChapCredentialsInput$TargetARN</a>\n               </p>\n            </li>\n         </ul>"
2239            }
2240        },
2241        "com.amazonaws.storagegateway#DeleteChapCredentialsOutput": {
2242            "type": "structure",
2243            "members": {
2244                "TargetARN": {
2245                    "target": "com.amazonaws.storagegateway#TargetARN",
2246                    "traits": {
2247                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the target.</p>"
2248                    }
2249                },
2250                "InitiatorName": {
2251                    "target": "com.amazonaws.storagegateway#IqnName",
2252                    "traits": {
2253                        "smithy.api#documentation": "<p>The iSCSI initiator that connects to the target.</p>"
2254                    }
2255                }
2256            },
2257            "traits": {
2258                "smithy.api#documentation": "<p>A JSON object containing the following fields:</p>"
2259            }
2260        },
2261        "com.amazonaws.storagegateway#DeleteFileShare": {
2262            "type": "operation",
2263            "input": {
2264                "target": "com.amazonaws.storagegateway#DeleteFileShareInput"
2265            },
2266            "output": {
2267                "target": "com.amazonaws.storagegateway#DeleteFileShareOutput"
2268            },
2269            "errors": [
2270                {
2271                    "target": "com.amazonaws.storagegateway#InternalServerError"
2272                },
2273                {
2274                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
2275                }
2276            ],
2277            "traits": {
2278                "smithy.api#documentation": "<p>Deletes a file share from a file gateway. This operation is only supported for file\n         gateways.</p>"
2279            }
2280        },
2281        "com.amazonaws.storagegateway#DeleteFileShareInput": {
2282            "type": "structure",
2283            "members": {
2284                "FileShareARN": {
2285                    "target": "com.amazonaws.storagegateway#FileShareARN",
2286                    "traits": {
2287                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the file share to be deleted.</p>",
2288                        "smithy.api#required": {}
2289                    }
2290                },
2291                "ForceDelete": {
2292                    "target": "com.amazonaws.storagegateway#Boolean2",
2293                    "traits": {
2294                        "smithy.api#documentation": "<p>If this value is set to <code>true</code>, the operation deletes a file share\n         immediately and aborts all data uploads to AWS. Otherwise, the file share is not deleted\n         until all data is uploaded to AWS. This process aborts the data upload process, and the\n         file share enters the <code>FORCE_DELETING</code> status.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
2295                    }
2296                }
2297            },
2298            "traits": {
2299                "smithy.api#documentation": "<p>DeleteFileShareInput</p>"
2300            }
2301        },
2302        "com.amazonaws.storagegateway#DeleteFileShareOutput": {
2303            "type": "structure",
2304            "members": {
2305                "FileShareARN": {
2306                    "target": "com.amazonaws.storagegateway#FileShareARN",
2307                    "traits": {
2308                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the deleted file share.</p>"
2309                    }
2310                }
2311            },
2312            "traits": {
2313                "smithy.api#documentation": "<p>DeleteFileShareOutput</p>"
2314            }
2315        },
2316        "com.amazonaws.storagegateway#DeleteGateway": {
2317            "type": "operation",
2318            "input": {
2319                "target": "com.amazonaws.storagegateway#DeleteGatewayInput"
2320            },
2321            "output": {
2322                "target": "com.amazonaws.storagegateway#DeleteGatewayOutput"
2323            },
2324            "errors": [
2325                {
2326                    "target": "com.amazonaws.storagegateway#InternalServerError"
2327                },
2328                {
2329                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
2330                }
2331            ],
2332            "traits": {
2333                "smithy.api#documentation": "<p>Deletes a gateway. To specify which gateway to delete, use the Amazon Resource Name\n         (ARN) of the gateway in your request. The operation deletes the gateway; however, it does\n         not delete the gateway virtual machine (VM) from your host computer.</p>\n\n         <p>After you delete a gateway, you cannot reactivate it. Completed snapshots of the gateway\n         volumes are not deleted upon deleting the gateway, however, pending snapshots will not\n         complete. After you delete a gateway, your next step is to remove it from your\n         environment.</p>\n\n         <important>\n            <p>You no longer pay software charges after the gateway is deleted; however, your\n            existing Amazon EBS snapshots persist and you will continue to be billed for these\n            snapshots. You can choose to remove all remaining Amazon EBS snapshots by canceling your\n            Amazon EC2 subscription.  If you prefer not to cancel your Amazon EC2 subscription, you\n            can delete your snapshots using the Amazon EC2 console. For more information, see the\n               <a href=\"http://aws.amazon.com/storagegateway\">AWS Storage Gateway detail\n            page</a>.</p>\n         </important>"
2334            }
2335        },
2336        "com.amazonaws.storagegateway#DeleteGatewayInput": {
2337            "type": "structure",
2338            "members": {
2339                "GatewayARN": {
2340                    "target": "com.amazonaws.storagegateway#GatewayARN",
2341                    "traits": {
2342                        "smithy.api#required": {}
2343                    }
2344                }
2345            },
2346            "traits": {
2347                "smithy.api#documentation": "<p>A JSON object containing the ID of the gateway to delete.</p>"
2348            }
2349        },
2350        "com.amazonaws.storagegateway#DeleteGatewayOutput": {
2351            "type": "structure",
2352            "members": {
2353                "GatewayARN": {
2354                    "target": "com.amazonaws.storagegateway#GatewayARN"
2355                }
2356            },
2357            "traits": {
2358                "smithy.api#documentation": "<p>A JSON object containing the ID of the deleted gateway.</p>"
2359            }
2360        },
2361        "com.amazonaws.storagegateway#DeleteSnapshotSchedule": {
2362            "type": "operation",
2363            "input": {
2364                "target": "com.amazonaws.storagegateway#DeleteSnapshotScheduleInput"
2365            },
2366            "output": {
2367                "target": "com.amazonaws.storagegateway#DeleteSnapshotScheduleOutput"
2368            },
2369            "errors": [
2370                {
2371                    "target": "com.amazonaws.storagegateway#InternalServerError"
2372                },
2373                {
2374                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
2375                }
2376            ],
2377            "traits": {
2378                "smithy.api#documentation": "<p>Deletes a snapshot of a volume.</p>\n\n         <p>You can take snapshots of your gateway volumes on a scheduled or ad hoc basis. This API\n         action enables you to delete a snapshot schedule for a volume. For more information, see\n            <a href=\"https://docs.aws.amazon.com/storagegateway/latest/userguide/backing-up-volumes.html\">Backing up your\n            volumes</a>. In the <code>DeleteSnapshotSchedule</code> request, you identify the\n         volume by providing its Amazon Resource Name (ARN). This operation is only supported in\n         stored and cached volume gateway types.</p>\n\n         <note>\n\n            <p>To list or delete a snapshot, you must use the Amazon EC2 API. For more information,\n            go to <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSnapshots.html\">DescribeSnapshots</a>\n            in the <i>Amazon Elastic Compute Cloud API Reference</i>.</p>\n         </note>"
2379            }
2380        },
2381        "com.amazonaws.storagegateway#DeleteSnapshotScheduleInput": {
2382            "type": "structure",
2383            "members": {
2384                "VolumeARN": {
2385                    "target": "com.amazonaws.storagegateway#VolumeARN",
2386                    "traits": {
2387                        "smithy.api#documentation": "<p>The volume which snapshot schedule to delete.</p>",
2388                        "smithy.api#required": {}
2389                    }
2390                }
2391            }
2392        },
2393        "com.amazonaws.storagegateway#DeleteSnapshotScheduleOutput": {
2394            "type": "structure",
2395            "members": {
2396                "VolumeARN": {
2397                    "target": "com.amazonaws.storagegateway#VolumeARN",
2398                    "traits": {
2399                        "smithy.api#documentation": "<p>The volume which snapshot schedule was deleted.</p>"
2400                    }
2401                }
2402            }
2403        },
2404        "com.amazonaws.storagegateway#DeleteTape": {
2405            "type": "operation",
2406            "input": {
2407                "target": "com.amazonaws.storagegateway#DeleteTapeInput"
2408            },
2409            "output": {
2410                "target": "com.amazonaws.storagegateway#DeleteTapeOutput"
2411            },
2412            "errors": [
2413                {
2414                    "target": "com.amazonaws.storagegateway#InternalServerError"
2415                },
2416                {
2417                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
2418                }
2419            ],
2420            "traits": {
2421                "smithy.api#documentation": "<p>Deletes the specified virtual tape. This operation is only supported in the tape gateway\n         type.</p>"
2422            }
2423        },
2424        "com.amazonaws.storagegateway#DeleteTapeArchive": {
2425            "type": "operation",
2426            "input": {
2427                "target": "com.amazonaws.storagegateway#DeleteTapeArchiveInput"
2428            },
2429            "output": {
2430                "target": "com.amazonaws.storagegateway#DeleteTapeArchiveOutput"
2431            },
2432            "errors": [
2433                {
2434                    "target": "com.amazonaws.storagegateway#InternalServerError"
2435                },
2436                {
2437                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
2438                }
2439            ],
2440            "traits": {
2441                "smithy.api#documentation": "<p>Deletes the specified virtual tape from the virtual tape shelf (VTS). This operation is\n         only supported in the tape gateway type.</p>"
2442            }
2443        },
2444        "com.amazonaws.storagegateway#DeleteTapeArchiveInput": {
2445            "type": "structure",
2446            "members": {
2447                "TapeARN": {
2448                    "target": "com.amazonaws.storagegateway#TapeARN",
2449                    "traits": {
2450                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf\n         (VTS).</p>",
2451                        "smithy.api#required": {}
2452                    }
2453                },
2454                "BypassGovernanceRetention": {
2455                    "target": "com.amazonaws.storagegateway#Boolean2",
2456                    "traits": {
2457                        "smithy.api#documentation": "<p>Set to <code>TRUE</code> to delete an archived tape that belongs to a custom pool with\n         tape retention lock. Only archived tapes with tape retention lock set to\n            <code>governance</code> can be deleted. Archived tapes with tape retention lock set to\n            <code>compliance</code> can't be deleted.</p>"
2458                    }
2459                }
2460            },
2461            "traits": {
2462                "smithy.api#documentation": "<p>DeleteTapeArchiveInput</p>"
2463            }
2464        },
2465        "com.amazonaws.storagegateway#DeleteTapeArchiveOutput": {
2466            "type": "structure",
2467            "members": {
2468                "TapeARN": {
2469                    "target": "com.amazonaws.storagegateway#TapeARN",
2470                    "traits": {
2471                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual\n         tape shelf (VTS).</p>"
2472                    }
2473                }
2474            },
2475            "traits": {
2476                "smithy.api#documentation": "<p>DeleteTapeArchiveOutput</p>"
2477            }
2478        },
2479        "com.amazonaws.storagegateway#DeleteTapeInput": {
2480            "type": "structure",
2481            "members": {
2482                "GatewayARN": {
2483                    "target": "com.amazonaws.storagegateway#GatewayARN",
2484                    "traits": {
2485                        "smithy.api#documentation": "<p>The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is\n         associated with. Use the <a>ListGateways</a> operation to return a list of\n         gateways for your account and AWS Region.</p>",
2486                        "smithy.api#required": {}
2487                    }
2488                },
2489                "TapeARN": {
2490                    "target": "com.amazonaws.storagegateway#TapeARN",
2491                    "traits": {
2492                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the virtual tape to delete.</p>",
2493                        "smithy.api#required": {}
2494                    }
2495                },
2496                "BypassGovernanceRetention": {
2497                    "target": "com.amazonaws.storagegateway#Boolean2",
2498                    "traits": {
2499                        "smithy.api#documentation": "<p>Set to <code>TRUE</code> to delete an archived tape that belongs to a custom pool with\n         tape retention lock. Only archived tapes with tape retention lock set to\n            <code>governance</code> can be deleted. Archived tapes with tape retention lock set to\n            <code>compliance</code> can't be deleted.</p>"
2500                    }
2501                }
2502            },
2503            "traits": {
2504                "smithy.api#documentation": "<p>DeleteTapeInput</p>"
2505            }
2506        },
2507        "com.amazonaws.storagegateway#DeleteTapeOutput": {
2508            "type": "structure",
2509            "members": {
2510                "TapeARN": {
2511                    "target": "com.amazonaws.storagegateway#TapeARN",
2512                    "traits": {
2513                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the deleted virtual tape.</p>"
2514                    }
2515                }
2516            },
2517            "traits": {
2518                "smithy.api#documentation": "<p>DeleteTapeOutput</p>"
2519            }
2520        },
2521        "com.amazonaws.storagegateway#DeleteTapePool": {
2522            "type": "operation",
2523            "input": {
2524                "target": "com.amazonaws.storagegateway#DeleteTapePoolInput"
2525            },
2526            "output": {
2527                "target": "com.amazonaws.storagegateway#DeleteTapePoolOutput"
2528            },
2529            "errors": [
2530                {
2531                    "target": "com.amazonaws.storagegateway#InternalServerError"
2532                },
2533                {
2534                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
2535                }
2536            ],
2537            "traits": {
2538                "smithy.api#documentation": "<p>Delete a custom tape pool. A custom tape pool can only be deleted if there are no tapes\n         in the pool and if there are no automatic tape creation policies that reference the custom\n         tape pool.</p>"
2539            }
2540        },
2541        "com.amazonaws.storagegateway#DeleteTapePoolInput": {
2542            "type": "structure",
2543            "members": {
2544                "PoolARN": {
2545                    "target": "com.amazonaws.storagegateway#PoolARN",
2546                    "traits": {
2547                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the custom tape pool to delete.</p>",
2548                        "smithy.api#required": {}
2549                    }
2550                }
2551            }
2552        },
2553        "com.amazonaws.storagegateway#DeleteTapePoolOutput": {
2554            "type": "structure",
2555            "members": {
2556                "PoolARN": {
2557                    "target": "com.amazonaws.storagegateway#PoolARN",
2558                    "traits": {
2559                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the custom tape pool being deleted.</p>"
2560                    }
2561                }
2562            }
2563        },
2564        "com.amazonaws.storagegateway#DeleteVolume": {
2565            "type": "operation",
2566            "input": {
2567                "target": "com.amazonaws.storagegateway#DeleteVolumeInput"
2568            },
2569            "output": {
2570                "target": "com.amazonaws.storagegateway#DeleteVolumeOutput"
2571            },
2572            "errors": [
2573                {
2574                    "target": "com.amazonaws.storagegateway#InternalServerError"
2575                },
2576                {
2577                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
2578                }
2579            ],
2580            "traits": {
2581                "smithy.api#documentation": "<p>Deletes the specified storage volume that you previously created using the <a>CreateCachediSCSIVolume</a> or <a>CreateStorediSCSIVolume</a> API.\n         This operation is only supported in the cached volume and stored volume types. For stored\n         volume gateways, the local disk that was configured as the storage volume is not deleted.\n         You can reuse the local disk to create another storage volume.</p>\n\n         <p>Before you delete a volume, make sure there are no iSCSI connections to the volume you\n         are deleting. You should also make sure there is no snapshot in progress. You can use the\n         Amazon Elastic Compute Cloud (Amazon EC2) API to query snapshots on the volume you are\n         deleting and check the snapshot status. For more information, go to <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeSnapshots.html\">DescribeSnapshots</a> in the <i>Amazon Elastic Compute Cloud API\n            Reference</i>.</p>\n\n         <p>In the request, you must provide the Amazon Resource Name (ARN) of the storage volume\n         you want to delete.</p>"
2582            }
2583        },
2584        "com.amazonaws.storagegateway#DeleteVolumeInput": {
2585            "type": "structure",
2586            "members": {
2587                "VolumeARN": {
2588                    "target": "com.amazonaws.storagegateway#VolumeARN",
2589                    "traits": {
2590                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the volume. Use the <a>ListVolumes</a>\n         operation to return a list of gateway volumes.</p>",
2591                        "smithy.api#required": {}
2592                    }
2593                }
2594            },
2595            "traits": {
2596                "smithy.api#documentation": "<p>A JSON object containing the <a>DeleteVolumeInput$VolumeARN</a> to\n         delete.</p>"
2597            }
2598        },
2599        "com.amazonaws.storagegateway#DeleteVolumeOutput": {
2600            "type": "structure",
2601            "members": {
2602                "VolumeARN": {
2603                    "target": "com.amazonaws.storagegateway#VolumeARN",
2604                    "traits": {
2605                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same\n         ARN you provided in the request.</p>"
2606                    }
2607                }
2608            },
2609            "traits": {
2610                "smithy.api#documentation": "<p>A JSON object containing the Amazon Resource Name (ARN) of the storage volume that was\n         deleted.</p>"
2611            }
2612        },
2613        "com.amazonaws.storagegateway#DeprecationDate": {
2614            "type": "string",
2615            "traits": {
2616                "smithy.api#length": {
2617                    "min": 1,
2618                    "max": 25
2619                }
2620            }
2621        },
2622        "com.amazonaws.storagegateway#DescribeAvailabilityMonitorTest": {
2623            "type": "operation",
2624            "input": {
2625                "target": "com.amazonaws.storagegateway#DescribeAvailabilityMonitorTestInput"
2626            },
2627            "output": {
2628                "target": "com.amazonaws.storagegateway#DescribeAvailabilityMonitorTestOutput"
2629            },
2630            "errors": [
2631                {
2632                    "target": "com.amazonaws.storagegateway#InternalServerError"
2633                },
2634                {
2635                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
2636                }
2637            ],
2638            "traits": {
2639                "smithy.api#documentation": "<p>Returns information about the most recent high availability monitoring test that was\n         performed on the host in a cluster. If a test isn't performed, the status and start\n         time in the response would be null.</p>"
2640            }
2641        },
2642        "com.amazonaws.storagegateway#DescribeAvailabilityMonitorTestInput": {
2643            "type": "structure",
2644            "members": {
2645                "GatewayARN": {
2646                    "target": "com.amazonaws.storagegateway#GatewayARN",
2647                    "traits": {
2648                        "smithy.api#required": {}
2649                    }
2650                }
2651            }
2652        },
2653        "com.amazonaws.storagegateway#DescribeAvailabilityMonitorTestOutput": {
2654            "type": "structure",
2655            "members": {
2656                "GatewayARN": {
2657                    "target": "com.amazonaws.storagegateway#GatewayARN"
2658                },
2659                "Status": {
2660                    "target": "com.amazonaws.storagegateway#AvailabilityMonitorTestStatus",
2661                    "traits": {
2662                        "smithy.api#documentation": "<p>The status of the high availability monitoring test. If a test hasn't been\n         performed, the value of this field is null.</p>"
2663                    }
2664                },
2665                "StartTime": {
2666                    "target": "com.amazonaws.storagegateway#Time",
2667                    "traits": {
2668                        "smithy.api#documentation": "<p>The time the high availability monitoring test was started. If a test hasn't been\n         performed, the value of this field is null.</p>"
2669                    }
2670                }
2671            }
2672        },
2673        "com.amazonaws.storagegateway#DescribeBandwidthRateLimit": {
2674            "type": "operation",
2675            "input": {
2676                "target": "com.amazonaws.storagegateway#DescribeBandwidthRateLimitInput"
2677            },
2678            "output": {
2679                "target": "com.amazonaws.storagegateway#DescribeBandwidthRateLimitOutput"
2680            },
2681            "errors": [
2682                {
2683                    "target": "com.amazonaws.storagegateway#InternalServerError"
2684                },
2685                {
2686                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
2687                }
2688            ],
2689            "traits": {
2690                "smithy.api#documentation": "<p>Returns the bandwidth rate limits of a gateway. By default, these limits are not set,\n         which means no bandwidth rate limiting is in effect. This operation is supported for the\n         stored volume, cached volume, and tape gateway types.</p>\n\n         <p>This operation only returns a value for a bandwidth rate limit only if the limit is set.\n         If no limits are set for the gateway, then this operation returns only the gateway ARN in\n         the response body. To specify which gateway to describe, use the Amazon Resource Name (ARN)\n         of the gateway in your request.</p>"
2691            }
2692        },
2693        "com.amazonaws.storagegateway#DescribeBandwidthRateLimitInput": {
2694            "type": "structure",
2695            "members": {
2696                "GatewayARN": {
2697                    "target": "com.amazonaws.storagegateway#GatewayARN",
2698                    "traits": {
2699                        "smithy.api#required": {}
2700                    }
2701                }
2702            },
2703            "traits": {
2704                "smithy.api#documentation": "<p>A JSON object containing the Amazon Resource Name (ARN) of the gateway.</p>"
2705            }
2706        },
2707        "com.amazonaws.storagegateway#DescribeBandwidthRateLimitOutput": {
2708            "type": "structure",
2709            "members": {
2710                "GatewayARN": {
2711                    "target": "com.amazonaws.storagegateway#GatewayARN"
2712                },
2713                "AverageUploadRateLimitInBitsPerSec": {
2714                    "target": "com.amazonaws.storagegateway#BandwidthUploadRateLimit",
2715                    "traits": {
2716                        "smithy.api#documentation": "<p>The average upload bandwidth rate limit in bits per second. This field does not appear\n         in the response if the upload rate limit is not set.</p>"
2717                    }
2718                },
2719                "AverageDownloadRateLimitInBitsPerSec": {
2720                    "target": "com.amazonaws.storagegateway#BandwidthDownloadRateLimit",
2721                    "traits": {
2722                        "smithy.api#documentation": "<p>The average download bandwidth rate limit in bits per second. This field does not appear\n         in the response if the download rate limit is not set.</p>"
2723                    }
2724                }
2725            },
2726            "traits": {
2727                "smithy.api#documentation": "<p>A JSON object containing the following fields:</p>"
2728            }
2729        },
2730        "com.amazonaws.storagegateway#DescribeBandwidthRateLimitSchedule": {
2731            "type": "operation",
2732            "input": {
2733                "target": "com.amazonaws.storagegateway#DescribeBandwidthRateLimitScheduleInput"
2734            },
2735            "output": {
2736                "target": "com.amazonaws.storagegateway#DescribeBandwidthRateLimitScheduleOutput"
2737            },
2738            "errors": [
2739                {
2740                    "target": "com.amazonaws.storagegateway#InternalServerError"
2741                },
2742                {
2743                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
2744                }
2745            ],
2746            "traits": {
2747                "smithy.api#documentation": "<p>\n         Returns information about the bandwidth rate limit schedule of a gateway. By default, gateways do \n         not have bandwidth rate limit schedules, which means no bandwidth rate limiting is in effect. This \n         operation is supported only in the volume and tape gateway types.\n      </p>\n      \n         <p>This operation returns information about a gateway's bandwidth rate limit schedule. A bandwidth\n         rate limit schedule consists of one or more bandwidth rate limit intervals. A bandwidth rate limit\n         interval defines a period of time on one or more days of the week, during which bandwidth rate \n         limits are specified for uploading, downloading, or both. \n      </p>\n      \n         <p>\n         A bandwidth rate limit interval consists of one or more days of the week, a start hour and minute, \n         an ending hour and minute, and bandwidth rate limits for uploading and downloading\n      </p>\n         \n         <p>\n         If no bandwidth rate limit schedule intervals are set for the gateway, this operation returns an \n         empty response. To specify which gateway to describe, use the Amazon Resource Name (ARN)\n         of the gateway in your request.</p>"
2748            }
2749        },
2750        "com.amazonaws.storagegateway#DescribeBandwidthRateLimitScheduleInput": {
2751            "type": "structure",
2752            "members": {
2753                "GatewayARN": {
2754                    "target": "com.amazonaws.storagegateway#GatewayARN",
2755                    "traits": {
2756                        "smithy.api#required": {}
2757                    }
2758                }
2759            }
2760        },
2761        "com.amazonaws.storagegateway#DescribeBandwidthRateLimitScheduleOutput": {
2762            "type": "structure",
2763            "members": {
2764                "GatewayARN": {
2765                    "target": "com.amazonaws.storagegateway#GatewayARN"
2766                },
2767                "BandwidthRateLimitIntervals": {
2768                    "target": "com.amazonaws.storagegateway#BandwidthRateLimitIntervals",
2769                    "traits": {
2770                        "smithy.api#documentation": "<p> \n         An array that contains the bandwidth rate limit intervals for a tape or volume gateway.\n      </p>"
2771                    }
2772                }
2773            }
2774        },
2775        "com.amazonaws.storagegateway#DescribeCache": {
2776            "type": "operation",
2777            "input": {
2778                "target": "com.amazonaws.storagegateway#DescribeCacheInput"
2779            },
2780            "output": {
2781                "target": "com.amazonaws.storagegateway#DescribeCacheOutput"
2782            },
2783            "errors": [
2784                {
2785                    "target": "com.amazonaws.storagegateway#InternalServerError"
2786                },
2787                {
2788                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
2789                }
2790            ],
2791            "traits": {
2792                "smithy.api#documentation": "<p>Returns information about the cache of a gateway. This operation is only supported in\n         the cached volume, tape, and file gateway types.</p>\n\n         <p>The response includes disk IDs that are configured as cache, and it includes the amount\n         of cache allocated and used.</p>"
2793            }
2794        },
2795        "com.amazonaws.storagegateway#DescribeCacheInput": {
2796            "type": "structure",
2797            "members": {
2798                "GatewayARN": {
2799                    "target": "com.amazonaws.storagegateway#GatewayARN",
2800                    "traits": {
2801                        "smithy.api#required": {}
2802                    }
2803                }
2804            }
2805        },
2806        "com.amazonaws.storagegateway#DescribeCacheOutput": {
2807            "type": "structure",
2808            "members": {
2809                "GatewayARN": {
2810                    "target": "com.amazonaws.storagegateway#GatewayARN"
2811                },
2812                "DiskIds": {
2813                    "target": "com.amazonaws.storagegateway#DiskIds",
2814                    "traits": {
2815                        "smithy.api#documentation": "<p>An array of strings that identify disks that are to be configured as working storage.\n         Each string has a minimum length of 1 and maximum length of 300. You can get the disk IDs\n         from the <a>ListLocalDisks</a> API.</p>"
2816                    }
2817                },
2818                "CacheAllocatedInBytes": {
2819                    "target": "com.amazonaws.storagegateway#long",
2820                    "traits": {
2821                        "smithy.api#documentation": "<p>The amount of cache in bytes allocated to a gateway.</p>"
2822                    }
2823                },
2824                "CacheUsedPercentage": {
2825                    "target": "com.amazonaws.storagegateway#double",
2826                    "traits": {
2827                        "smithy.api#documentation": "<p>Percent use of the gateway's cache storage. This metric applies only to the\n         gateway-cached volume setup. The sample is taken at the end of the reporting period.</p>"
2828                    }
2829                },
2830                "CacheDirtyPercentage": {
2831                    "target": "com.amazonaws.storagegateway#double",
2832                    "traits": {
2833                        "smithy.api#documentation": "<p>The file share's contribution to the overall percentage of the gateway's cache\n         that has not been persisted to AWS. The sample is taken at the end of the reporting\n         period.</p>"
2834                    }
2835                },
2836                "CacheHitPercentage": {
2837                    "target": "com.amazonaws.storagegateway#double",
2838                    "traits": {
2839                        "smithy.api#documentation": "<p>Percent of application read operations from the file shares that are served from cache.\n         The sample is taken at the end of the reporting period.</p>"
2840                    }
2841                },
2842                "CacheMissPercentage": {
2843                    "target": "com.amazonaws.storagegateway#double",
2844                    "traits": {
2845                        "smithy.api#documentation": "<p>Percent of application read operations from the file shares that are not served from\n         cache. The sample is taken at the end of the reporting period.</p>"
2846                    }
2847                }
2848            }
2849        },
2850        "com.amazonaws.storagegateway#DescribeCachediSCSIVolumes": {
2851            "type": "operation",
2852            "input": {
2853                "target": "com.amazonaws.storagegateway#DescribeCachediSCSIVolumesInput"
2854            },
2855            "output": {
2856                "target": "com.amazonaws.storagegateway#DescribeCachediSCSIVolumesOutput"
2857            },
2858            "errors": [
2859                {
2860                    "target": "com.amazonaws.storagegateway#InternalServerError"
2861                },
2862                {
2863                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
2864                }
2865            ],
2866            "traits": {
2867                "smithy.api#documentation": "<p>Returns a description of the gateway volumes specified in the request. This operation is\n         only supported in the cached volume gateway types.</p>\n\n         <p>The list of gateway volumes in the request must be from one gateway. In the response,\n         AWS Storage Gateway returns volume information sorted by volume Amazon Resource Name\n         (ARN).</p>"
2868            }
2869        },
2870        "com.amazonaws.storagegateway#DescribeCachediSCSIVolumesInput": {
2871            "type": "structure",
2872            "members": {
2873                "VolumeARNs": {
2874                    "target": "com.amazonaws.storagegateway#VolumeARNs",
2875                    "traits": {
2876                        "smithy.api#documentation": "<p>An array of strings where each string represents the Amazon Resource Name (ARN) of a\n         cached volume. All of the specified cached volumes must be from the same gateway. Use <a>ListVolumes</a> to get volume ARNs for a gateway.</p>",
2877                        "smithy.api#required": {}
2878                    }
2879                }
2880            }
2881        },
2882        "com.amazonaws.storagegateway#DescribeCachediSCSIVolumesOutput": {
2883            "type": "structure",
2884            "members": {
2885                "CachediSCSIVolumes": {
2886                    "target": "com.amazonaws.storagegateway#CachediSCSIVolumes",
2887                    "traits": {
2888                        "smithy.api#documentation": "<p>An array of objects where each object contains metadata about one cached volume.</p>"
2889                    }
2890                }
2891            },
2892            "traits": {
2893                "smithy.api#documentation": "<p>A JSON object containing the following fields:</p>"
2894            }
2895        },
2896        "com.amazonaws.storagegateway#DescribeChapCredentials": {
2897            "type": "operation",
2898            "input": {
2899                "target": "com.amazonaws.storagegateway#DescribeChapCredentialsInput"
2900            },
2901            "output": {
2902                "target": "com.amazonaws.storagegateway#DescribeChapCredentialsOutput"
2903            },
2904            "errors": [
2905                {
2906                    "target": "com.amazonaws.storagegateway#InternalServerError"
2907                },
2908                {
2909                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
2910                }
2911            ],
2912            "traits": {
2913                "smithy.api#documentation": "<p>Returns an array of Challenge-Handshake Authentication Protocol (CHAP) credentials\n         information for a specified iSCSI target, one for each target-initiator pair. This\n         operation is supported in the volume and tape gateway types.</p>"
2914            }
2915        },
2916        "com.amazonaws.storagegateway#DescribeChapCredentialsInput": {
2917            "type": "structure",
2918            "members": {
2919                "TargetARN": {
2920                    "target": "com.amazonaws.storagegateway#TargetARN",
2921                    "traits": {
2922                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the iSCSI volume target. Use the <a>DescribeStorediSCSIVolumes</a> operation to return to retrieve the TargetARN for\n         specified VolumeARN.</p>",
2923                        "smithy.api#required": {}
2924                    }
2925                }
2926            },
2927            "traits": {
2928                "smithy.api#documentation": "<p>A JSON object containing the Amazon Resource Name (ARN) of the iSCSI volume\n         target.</p>"
2929            }
2930        },
2931        "com.amazonaws.storagegateway#DescribeChapCredentialsOutput": {
2932            "type": "structure",
2933            "members": {
2934                "ChapCredentials": {
2935                    "target": "com.amazonaws.storagegateway#ChapCredentials",
2936                    "traits": {
2937                        "smithy.api#documentation": "<p>An array of <a>ChapInfo</a> objects that represent CHAP credentials. Each\n         object in the array contains CHAP credential information for one target-initiator pair. If\n         no CHAP credentials are set, an empty array is returned. CHAP credential information is\n         provided in a JSON object with the following fields:</p>\n\n         <ul>\n            <li>\n               <p>\n                  <b>InitiatorName</b>: The iSCSI initiator that connects to\n               the target.</p>\n\n            </li>\n            <li>\n               <p>\n                  <b>SecretToAuthenticateInitiator</b>: The secret key that\n               the initiator (for example, the Windows client) must provide to participate in mutual\n               CHAP with the target.</p>\n\n            </li>\n            <li>\n               <p>\n                  <b>SecretToAuthenticateTarget</b>: The secret key that the\n               target must provide to participate in mutual CHAP with the initiator (e.g. Windows\n               client).</p>\n\n            </li>\n            <li>\n               <p>\n                  <b>TargetARN</b>: The Amazon Resource Name (ARN) of the\n               storage volume.</p>\n\n            </li>\n         </ul>"
2938                    }
2939                }
2940            },
2941            "traits": {
2942                "smithy.api#documentation": "<p>A JSON object containing the following fields:</p>"
2943            }
2944        },
2945        "com.amazonaws.storagegateway#DescribeFileSystemAssociations": {
2946            "type": "operation",
2947            "input": {
2948                "target": "com.amazonaws.storagegateway#DescribeFileSystemAssociationsInput"
2949            },
2950            "output": {
2951                "target": "com.amazonaws.storagegateway#DescribeFileSystemAssociationsOutput"
2952            },
2953            "errors": [
2954                {
2955                    "target": "com.amazonaws.storagegateway#InternalServerError"
2956                },
2957                {
2958                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
2959                }
2960            ],
2961            "traits": {
2962                "smithy.api#documentation": "<p>Gets the file system association information. This operation is only supported for\n         Amazon FSx file gateways.</p>"
2963            }
2964        },
2965        "com.amazonaws.storagegateway#DescribeFileSystemAssociationsInput": {
2966            "type": "structure",
2967            "members": {
2968                "FileSystemAssociationARNList": {
2969                    "target": "com.amazonaws.storagegateway#FileSystemAssociationARNList",
2970                    "traits": {
2971                        "smithy.api#documentation": "<p>An array containing the Amazon Resource Name (ARN) of each file system association to be described.</p>",
2972                        "smithy.api#required": {}
2973                    }
2974                }
2975            }
2976        },
2977        "com.amazonaws.storagegateway#DescribeFileSystemAssociationsOutput": {
2978            "type": "structure",
2979            "members": {
2980                "FileSystemAssociationInfoList": {
2981                    "target": "com.amazonaws.storagegateway#FileSystemAssociationInfoList",
2982                    "traits": {
2983                        "smithy.api#documentation": "<p>An array containing the <code>FileSystemAssociationInfo</code> data type of each file system association to be described. \n         </p>"
2984                    }
2985                }
2986            }
2987        },
2988        "com.amazonaws.storagegateway#DescribeGatewayInformation": {
2989            "type": "operation",
2990            "input": {
2991                "target": "com.amazonaws.storagegateway#DescribeGatewayInformationInput"
2992            },
2993            "output": {
2994                "target": "com.amazonaws.storagegateway#DescribeGatewayInformationOutput"
2995            },
2996            "errors": [
2997                {
2998                    "target": "com.amazonaws.storagegateway#InternalServerError"
2999                },
3000                {
3001                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
3002                }
3003            ],
3004            "traits": {
3005                "smithy.api#documentation": "<p>Returns metadata about a gateway such as its name, network interfaces, configured time\n         zone, and the state (whether the gateway is running or not). To specify which gateway to\n         describe, use the Amazon Resource Name (ARN) of the gateway in your request.</p>"
3006            }
3007        },
3008        "com.amazonaws.storagegateway#DescribeGatewayInformationInput": {
3009            "type": "structure",
3010            "members": {
3011                "GatewayARN": {
3012                    "target": "com.amazonaws.storagegateway#GatewayARN",
3013                    "traits": {
3014                        "smithy.api#required": {}
3015                    }
3016                }
3017            },
3018            "traits": {
3019                "smithy.api#documentation": "<p>A JSON object containing the ID of the gateway.</p>"
3020            }
3021        },
3022        "com.amazonaws.storagegateway#DescribeGatewayInformationOutput": {
3023            "type": "structure",
3024            "members": {
3025                "GatewayARN": {
3026                    "target": "com.amazonaws.storagegateway#GatewayARN"
3027                },
3028                "GatewayId": {
3029                    "target": "com.amazonaws.storagegateway#GatewayId",
3030                    "traits": {
3031                        "smithy.api#documentation": "<p>The unique identifier assigned to your gateway during activation. This ID becomes part\n         of the gateway Amazon Resource Name (ARN), which you use as input for other\n         operations.</p>"
3032                    }
3033                },
3034                "GatewayName": {
3035                    "target": "com.amazonaws.storagegateway#string",
3036                    "traits": {
3037                        "smithy.api#documentation": "<p>The name you configured for your gateway.</p>"
3038                    }
3039                },
3040                "GatewayTimezone": {
3041                    "target": "com.amazonaws.storagegateway#GatewayTimezone",
3042                    "traits": {
3043                        "smithy.api#documentation": "<p>A value that indicates the time zone configured for the gateway.</p>"
3044                    }
3045                },
3046                "GatewayState": {
3047                    "target": "com.amazonaws.storagegateway#GatewayState",
3048                    "traits": {
3049                        "smithy.api#documentation": "<p>A value that indicates the operating state of the gateway.</p>"
3050                    }
3051                },
3052                "GatewayNetworkInterfaces": {
3053                    "target": "com.amazonaws.storagegateway#GatewayNetworkInterfaces",
3054                    "traits": {
3055                        "smithy.api#documentation": "<p>A <a>NetworkInterface</a> array that contains descriptions of the gateway\n         network interfaces.</p>"
3056                    }
3057                },
3058                "GatewayType": {
3059                    "target": "com.amazonaws.storagegateway#GatewayType",
3060                    "traits": {
3061                        "smithy.api#documentation": "<p>The type of the gateway.</p>"
3062                    }
3063                },
3064                "NextUpdateAvailabilityDate": {
3065                    "target": "com.amazonaws.storagegateway#NextUpdateAvailabilityDate",
3066                    "traits": {
3067                        "smithy.api#documentation": "<p>The date on which an update to the gateway is available. This date is in the time zone\n         of the gateway. If the gateway is not available for an update this field is not returned in\n         the response.</p>"
3068                    }
3069                },
3070                "LastSoftwareUpdate": {
3071                    "target": "com.amazonaws.storagegateway#LastSoftwareUpdate",
3072                    "traits": {
3073                        "smithy.api#documentation": "<p>The date on which the last software update was applied to the gateway. If the gateway\n         has never been updated, this field does not return a value in the response.</p>"
3074                    }
3075                },
3076                "Ec2InstanceId": {
3077                    "target": "com.amazonaws.storagegateway#Ec2InstanceId",
3078                    "traits": {
3079                        "smithy.api#documentation": "<p>The ID of the Amazon EC2 instance that was used to launch the gateway.</p>"
3080                    }
3081                },
3082                "Ec2InstanceRegion": {
3083                    "target": "com.amazonaws.storagegateway#Ec2InstanceRegion",
3084                    "traits": {
3085                        "smithy.api#documentation": "<p>The AWS Region where the Amazon EC2 instance is located.</p>"
3086                    }
3087                },
3088                "Tags": {
3089                    "target": "com.amazonaws.storagegateway#Tags",
3090                    "traits": {
3091                        "smithy.api#documentation": "<p>A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name. Each\n         tag is a key-value pair. For a gateway with more than 10 tags assigned, you can view all\n         tags using the <code>ListTagsForResource</code> API operation.</p>"
3092                    }
3093                },
3094                "VPCEndpoint": {
3095                    "target": "com.amazonaws.storagegateway#string",
3096                    "traits": {
3097                        "smithy.api#documentation": "<p>The configuration settings for the virtual private cloud (VPC) endpoint for your\n         gateway.</p>"
3098                    }
3099                },
3100                "CloudWatchLogGroupARN": {
3101                    "target": "com.amazonaws.storagegateway#CloudWatchLogGroupARN",
3102                    "traits": {
3103                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to\n         monitor events in the gateway.</p>"
3104                    }
3105                },
3106                "HostEnvironment": {
3107                    "target": "com.amazonaws.storagegateway#HostEnvironment",
3108                    "traits": {
3109                        "smithy.api#documentation": "<p>The type of hypervisor environment used by the host.</p>"
3110                    }
3111                },
3112                "EndpointType": {
3113                    "target": "com.amazonaws.storagegateway#EndpointType",
3114                    "traits": {
3115                        "smithy.api#documentation": "<p>The type of endpoint for your gateway.</p>\n\n         <p>Valid Values: <code>STANDARD</code> | <code>FIPS</code>\n         </p>"
3116                    }
3117                },
3118                "SoftwareUpdatesEndDate": {
3119                    "target": "com.amazonaws.storagegateway#SoftwareUpdatesEndDate",
3120                    "traits": {
3121                        "smithy.api#documentation": "<p>Date after which this gateway will not receive software updates for new features.</p>"
3122                    }
3123                },
3124                "DeprecationDate": {
3125                    "target": "com.amazonaws.storagegateway#DeprecationDate",
3126                    "traits": {
3127                        "smithy.api#documentation": "<p>Date after which this gateway will not receive software updates for new features and bug\n         fixes.</p>"
3128                    }
3129                }
3130            },
3131            "traits": {
3132                "smithy.api#documentation": "<p>A JSON object containing the following fields:</p>"
3133            }
3134        },
3135        "com.amazonaws.storagegateway#DescribeMaintenanceStartTime": {
3136            "type": "operation",
3137            "input": {
3138                "target": "com.amazonaws.storagegateway#DescribeMaintenanceStartTimeInput"
3139            },
3140            "output": {
3141                "target": "com.amazonaws.storagegateway#DescribeMaintenanceStartTimeOutput"
3142            },
3143            "errors": [
3144                {
3145                    "target": "com.amazonaws.storagegateway#InternalServerError"
3146                },
3147                {
3148                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
3149                }
3150            ],
3151            "traits": {
3152                "smithy.api#documentation": "<p>Returns your gateway's weekly maintenance start time including the day and time of\n         the week. Note that values are in terms of the gateway's time zone.</p>"
3153            }
3154        },
3155        "com.amazonaws.storagegateway#DescribeMaintenanceStartTimeInput": {
3156            "type": "structure",
3157            "members": {
3158                "GatewayARN": {
3159                    "target": "com.amazonaws.storagegateway#GatewayARN",
3160                    "traits": {
3161                        "smithy.api#required": {}
3162                    }
3163                }
3164            },
3165            "traits": {
3166                "smithy.api#documentation": "<p>A JSON object containing the Amazon Resource Name (ARN) of the gateway.</p>"
3167            }
3168        },
3169        "com.amazonaws.storagegateway#DescribeMaintenanceStartTimeOutput": {
3170            "type": "structure",
3171            "members": {
3172                "GatewayARN": {
3173                    "target": "com.amazonaws.storagegateway#GatewayARN"
3174                },
3175                "HourOfDay": {
3176                    "target": "com.amazonaws.storagegateway#HourOfDay",
3177                    "traits": {
3178                        "smithy.api#documentation": "<p>The hour component of the maintenance start time represented as <i>hh</i>,\n         where <i>hh</i> is the hour (0 to 23). The hour of the day is in the time\n         zone of the gateway.</p>"
3179                    }
3180                },
3181                "MinuteOfHour": {
3182                    "target": "com.amazonaws.storagegateway#MinuteOfHour",
3183                    "traits": {
3184                        "smithy.api#documentation": "<p>The minute component of the maintenance start time represented as\n            <i>mm</i>, where <i>mm</i> is the minute (0 to 59). The\n         minute of the hour is in the time zone of the gateway.</p>"
3185                    }
3186                },
3187                "DayOfWeek": {
3188                    "target": "com.amazonaws.storagegateway#DayOfWeek",
3189                    "traits": {
3190                        "smithy.api#documentation": "<p>An ordinal number between 0 and 6 that represents the day of the week, where 0\n         represents Sunday and 6 represents Saturday. The day of week is in the time zone of the\n         gateway.</p>"
3191                    }
3192                },
3193                "DayOfMonth": {
3194                    "target": "com.amazonaws.storagegateway#DayOfMonth",
3195                    "traits": {
3196                        "smithy.api#documentation": "<p>The day of the month component of the maintenance start time represented as an ordinal\n         number from 1 to 28, where 1 represents the first day of the month and 28 represents the\n         last day of the month.</p>"
3197                    }
3198                },
3199                "Timezone": {
3200                    "target": "com.amazonaws.storagegateway#GatewayTimezone",
3201                    "traits": {
3202                        "smithy.api#documentation": "<p>A value that indicates the time zone that is set for the gateway. The start time and day\n         of week specified should be in the time zone of the gateway.</p>"
3203                    }
3204                }
3205            },
3206            "traits": {
3207                "smithy.api#documentation": "<p>A JSON object containing the following fields:</p>\n\n         <ul>\n            <li>\n               <p>\n                  <a>DescribeMaintenanceStartTimeOutput$DayOfMonth</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>DescribeMaintenanceStartTimeOutput$DayOfWeek</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>DescribeMaintenanceStartTimeOutput$HourOfDay</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>DescribeMaintenanceStartTimeOutput$MinuteOfHour</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>DescribeMaintenanceStartTimeOutput$Timezone</a>\n               </p>\n            </li>\n         </ul>"
3208            }
3209        },
3210        "com.amazonaws.storagegateway#DescribeNFSFileShares": {
3211            "type": "operation",
3212            "input": {
3213                "target": "com.amazonaws.storagegateway#DescribeNFSFileSharesInput"
3214            },
3215            "output": {
3216                "target": "com.amazonaws.storagegateway#DescribeNFSFileSharesOutput"
3217            },
3218            "errors": [
3219                {
3220                    "target": "com.amazonaws.storagegateway#InternalServerError"
3221                },
3222                {
3223                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
3224                }
3225            ],
3226            "traits": {
3227                "smithy.api#documentation": "<p>Gets a description for one or more Network File System (NFS) file shares from a file\n         gateway. This operation is only supported for file gateways.</p>"
3228            }
3229        },
3230        "com.amazonaws.storagegateway#DescribeNFSFileSharesInput": {
3231            "type": "structure",
3232            "members": {
3233                "FileShareARNList": {
3234                    "target": "com.amazonaws.storagegateway#FileShareARNList",
3235                    "traits": {
3236                        "smithy.api#documentation": "<p>An array containing the Amazon Resource Name (ARN) of each file share to be\n         described.</p>",
3237                        "smithy.api#required": {}
3238                    }
3239                }
3240            },
3241            "traits": {
3242                "smithy.api#documentation": "<p>DescribeNFSFileSharesInput</p>"
3243            }
3244        },
3245        "com.amazonaws.storagegateway#DescribeNFSFileSharesOutput": {
3246            "type": "structure",
3247            "members": {
3248                "NFSFileShareInfoList": {
3249                    "target": "com.amazonaws.storagegateway#NFSFileShareInfoList",
3250                    "traits": {
3251                        "smithy.api#documentation": "<p>An array containing a description for each requested file share.</p>"
3252                    }
3253                }
3254            },
3255            "traits": {
3256                "smithy.api#documentation": "<p>DescribeNFSFileSharesOutput</p>"
3257            }
3258        },
3259        "com.amazonaws.storagegateway#DescribeSMBFileShares": {
3260            "type": "operation",
3261            "input": {
3262                "target": "com.amazonaws.storagegateway#DescribeSMBFileSharesInput"
3263            },
3264            "output": {
3265                "target": "com.amazonaws.storagegateway#DescribeSMBFileSharesOutput"
3266            },
3267            "errors": [
3268                {
3269                    "target": "com.amazonaws.storagegateway#InternalServerError"
3270                },
3271                {
3272                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
3273                }
3274            ],
3275            "traits": {
3276                "smithy.api#documentation": "<p>Gets a description for one or more Server Message Block (SMB) file shares from a file\n         gateway. This operation is only supported for file gateways.</p>"
3277            }
3278        },
3279        "com.amazonaws.storagegateway#DescribeSMBFileSharesInput": {
3280            "type": "structure",
3281            "members": {
3282                "FileShareARNList": {
3283                    "target": "com.amazonaws.storagegateway#FileShareARNList",
3284                    "traits": {
3285                        "smithy.api#documentation": "<p>An array containing the Amazon Resource Name (ARN) of each file share to be\n         described.</p>",
3286                        "smithy.api#required": {}
3287                    }
3288                }
3289            },
3290            "traits": {
3291                "smithy.api#documentation": "<p>DescribeSMBFileSharesInput</p>"
3292            }
3293        },
3294        "com.amazonaws.storagegateway#DescribeSMBFileSharesOutput": {
3295            "type": "structure",
3296            "members": {
3297                "SMBFileShareInfoList": {
3298                    "target": "com.amazonaws.storagegateway#SMBFileShareInfoList",
3299                    "traits": {
3300                        "smithy.api#documentation": "<p>An array containing a description for each requested file share.</p>"
3301                    }
3302                }
3303            },
3304            "traits": {
3305                "smithy.api#documentation": "<p>DescribeSMBFileSharesOutput</p>"
3306            }
3307        },
3308        "com.amazonaws.storagegateway#DescribeSMBSettings": {
3309            "type": "operation",
3310            "input": {
3311                "target": "com.amazonaws.storagegateway#DescribeSMBSettingsInput"
3312            },
3313            "output": {
3314                "target": "com.amazonaws.storagegateway#DescribeSMBSettingsOutput"
3315            },
3316            "errors": [
3317                {
3318                    "target": "com.amazonaws.storagegateway#InternalServerError"
3319                },
3320                {
3321                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
3322                }
3323            ],
3324            "traits": {
3325                "smithy.api#documentation": "<p>Gets a description of a Server Message Block (SMB) file share settings from a file\n         gateway. This operation is only supported for file gateways.</p>"
3326            }
3327        },
3328        "com.amazonaws.storagegateway#DescribeSMBSettingsInput": {
3329            "type": "structure",
3330            "members": {
3331                "GatewayARN": {
3332                    "target": "com.amazonaws.storagegateway#GatewayARN",
3333                    "traits": {
3334                        "smithy.api#required": {}
3335                    }
3336                }
3337            }
3338        },
3339        "com.amazonaws.storagegateway#DescribeSMBSettingsOutput": {
3340            "type": "structure",
3341            "members": {
3342                "GatewayARN": {
3343                    "target": "com.amazonaws.storagegateway#GatewayARN"
3344                },
3345                "DomainName": {
3346                    "target": "com.amazonaws.storagegateway#DomainName",
3347                    "traits": {
3348                        "smithy.api#documentation": "<p>The name of the domain that the gateway is joined to.</p>"
3349                    }
3350                },
3351                "ActiveDirectoryStatus": {
3352                    "target": "com.amazonaws.storagegateway#ActiveDirectoryStatus",
3353                    "traits": {
3354                        "smithy.api#documentation": "<p>Indicates the status of a gateway that is a member of the Active Directory\n         domain.</p>\n\n         <ul>\n            <li>\n               <p>\n                  <code>ACCESS_DENIED</code>: Indicates that the <code>JoinDomain</code> operation\n               failed due to an authentication error.</p>\n            </li>\n            <li>\n               <p>\n                  <code>DETACHED</code>: Indicates that gateway is not joined to a domain.</p>\n            </li>\n            <li>\n               <p>\n                  <code>JOINED</code>: Indicates that the gateway has successfully joined a\n               domain.</p>\n            </li>\n            <li>\n               <p>\n                  <code>JOINING</code>: Indicates that a <code>JoinDomain</code> operation is in\n               progress.</p>\n            </li>\n            <li>\n               <p>\n                  <code>NETWORK_ERROR</code>: Indicates that <code>JoinDomain</code> operation\n               failed due to a network or connectivity error.</p>\n            </li>\n            <li>\n               <p>\n                  <code>TIMEOUT</code>: Indicates that the <code>JoinDomain</code> operation failed\n               because the operation didn't complete within the allotted time.</p>\n            </li>\n            <li>\n               <p>\n                  <code>UNKNOWN_ERROR</code>: Indicates that the <code>JoinDomain</code> operation\n               failed due to another type of error.</p>\n            </li>\n         </ul>"
3355                    }
3356                },
3357                "SMBGuestPasswordSet": {
3358                    "target": "com.amazonaws.storagegateway#Boolean",
3359                    "traits": {
3360                        "smithy.api#documentation": "<p>This value is <code>true</code> if a password for the guest user <code>smbguest</code>\n         is set, otherwise <code>false</code>.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
3361                    }
3362                },
3363                "SMBSecurityStrategy": {
3364                    "target": "com.amazonaws.storagegateway#SMBSecurityStrategy",
3365                    "traits": {
3366                        "smithy.api#documentation": "<p>The type of security strategy that was specified for file gateway.</p>\n\n         <ul>\n            <li>\n               <p>\n                  <code>ClientSpecified</code>: If you use this option, requests are established\n               based on what is negotiated by the client. This option is recommended when you want\n               to maximize compatibility across different clients in your environment.</p>\n            </li>\n            <li>\n               <p>\n                  <code>MandatorySigning</code>: If you use this option, file gateway only allows\n               connections from SMBv2 or SMBv3 clients that have signing enabled. This option works\n               with SMB clients on Microsoft Windows Vista, Windows Server 2008 or newer.</p>\n            </li>\n            <li>\n               <p>\n                  <code>MandatoryEncryption</code>: If you use this option, file gateway only allows\n               connections from SMBv3 clients that have encryption enabled. This option is highly\n               recommended for environments that handle sensitive data. This option works with SMB\n               clients on Microsoft Windows 8, Windows Server 2012 or newer.</p>\n            </li>\n         </ul>"
3367                    }
3368                },
3369                "FileSharesVisible": {
3370                    "target": "com.amazonaws.storagegateway#Boolean",
3371                    "traits": {
3372                        "smithy.api#documentation": "<p>The shares on this gateway appear when listing shares.</p>"
3373                    }
3374                }
3375            }
3376        },
3377        "com.amazonaws.storagegateway#DescribeSnapshotSchedule": {
3378            "type": "operation",
3379            "input": {
3380                "target": "com.amazonaws.storagegateway#DescribeSnapshotScheduleInput"
3381            },
3382            "output": {
3383                "target": "com.amazonaws.storagegateway#DescribeSnapshotScheduleOutput"
3384            },
3385            "errors": [
3386                {
3387                    "target": "com.amazonaws.storagegateway#InternalServerError"
3388                },
3389                {
3390                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
3391                }
3392            ],
3393            "traits": {
3394                "smithy.api#documentation": "<p>Describes the snapshot schedule for the specified gateway volume. The snapshot schedule\n         information includes intervals at which snapshots are automatically initiated on the\n         volume. This operation is only supported in the cached volume and stored volume\n         types.</p>"
3395            }
3396        },
3397        "com.amazonaws.storagegateway#DescribeSnapshotScheduleInput": {
3398            "type": "structure",
3399            "members": {
3400                "VolumeARN": {
3401                    "target": "com.amazonaws.storagegateway#VolumeARN",
3402                    "traits": {
3403                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the volume. Use the <a>ListVolumes</a>\n         operation to return a list of gateway volumes.</p>",
3404                        "smithy.api#required": {}
3405                    }
3406                }
3407            },
3408            "traits": {
3409                "smithy.api#documentation": "<p>A JSON object containing the <a>DescribeSnapshotScheduleInput$VolumeARN</a>\n         of the volume.</p>"
3410            }
3411        },
3412        "com.amazonaws.storagegateway#DescribeSnapshotScheduleOutput": {
3413            "type": "structure",
3414            "members": {
3415                "VolumeARN": {
3416                    "target": "com.amazonaws.storagegateway#VolumeARN",
3417                    "traits": {
3418                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the volume that was specified in the request.</p>"
3419                    }
3420                },
3421                "StartAt": {
3422                    "target": "com.amazonaws.storagegateway#HourOfDay",
3423                    "traits": {
3424                        "smithy.api#documentation": "<p>The hour of the day at which the snapshot schedule begins represented as\n            <i>hh</i>, where <i>hh</i> is the hour (0 to 23). The hour\n         of the day is in the time zone of the gateway.</p>"
3425                    }
3426                },
3427                "RecurrenceInHours": {
3428                    "target": "com.amazonaws.storagegateway#RecurrenceInHours",
3429                    "traits": {
3430                        "smithy.api#documentation": "<p>The number of hours between snapshots.</p>"
3431                    }
3432                },
3433                "Description": {
3434                    "target": "com.amazonaws.storagegateway#Description",
3435                    "traits": {
3436                        "smithy.api#documentation": "<p>The snapshot description.</p>"
3437                    }
3438                },
3439                "Timezone": {
3440                    "target": "com.amazonaws.storagegateway#GatewayTimezone",
3441                    "traits": {
3442                        "smithy.api#documentation": "<p>A value that indicates the time zone of the gateway.</p>"
3443                    }
3444                },
3445                "Tags": {
3446                    "target": "com.amazonaws.storagegateway#Tags",
3447                    "traits": {
3448                        "smithy.api#documentation": "<p>A list of up to 50 tags assigned to the snapshot schedule, sorted alphabetically by key\n         name. Each tag is a key-value pair. For a gateway with more than 10 tags assigned, you can\n         view all tags using the <code>ListTagsForResource</code> API operation.</p>"
3449                    }
3450                }
3451            }
3452        },
3453        "com.amazonaws.storagegateway#DescribeStorediSCSIVolumes": {
3454            "type": "operation",
3455            "input": {
3456                "target": "com.amazonaws.storagegateway#DescribeStorediSCSIVolumesInput"
3457            },
3458            "output": {
3459                "target": "com.amazonaws.storagegateway#DescribeStorediSCSIVolumesOutput"
3460            },
3461            "errors": [
3462                {
3463                    "target": "com.amazonaws.storagegateway#InternalServerError"
3464                },
3465                {
3466                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
3467                }
3468            ],
3469            "traits": {
3470                "smithy.api#documentation": "<p>Returns the description of the gateway volumes specified in the request. The list of\n         gateway volumes in the request must be from one gateway. In the response, AWS Storage\n         Gateway returns volume information sorted by volume ARNs. This operation is only supported\n         in stored volume gateway type.</p>"
3471            }
3472        },
3473        "com.amazonaws.storagegateway#DescribeStorediSCSIVolumesInput": {
3474            "type": "structure",
3475            "members": {
3476                "VolumeARNs": {
3477                    "target": "com.amazonaws.storagegateway#VolumeARNs",
3478                    "traits": {
3479                        "smithy.api#documentation": "<p>An array of strings where each string represents the Amazon Resource Name (ARN) of a\n         stored volume. All of the specified stored volumes must be from the same gateway. Use <a>ListVolumes</a> to get volume ARNs for a gateway.</p>",
3480                        "smithy.api#required": {}
3481                    }
3482                }
3483            },
3484            "traits": {
3485                "smithy.api#documentation": "<p>A JSON object containing a list of <a>DescribeStorediSCSIVolumesInput$VolumeARNs</a>.</p>"
3486            }
3487        },
3488        "com.amazonaws.storagegateway#DescribeStorediSCSIVolumesOutput": {
3489            "type": "structure",
3490            "members": {
3491                "StorediSCSIVolumes": {
3492                    "target": "com.amazonaws.storagegateway#StorediSCSIVolumes",
3493                    "traits": {
3494                        "smithy.api#documentation": "<p>Describes a single unit of output from <a>DescribeStorediSCSIVolumes</a>. The\n         following fields are returned:</p>\n\n         <ul>\n            <li>\n               <p>\n                  <code>ChapEnabled</code>: Indicates whether mutual CHAP is enabled for the iSCSI\n               target.</p>\n            </li>\n            <li>\n               <p>\n                  <code>LunNumber</code>: The logical disk number.</p>\n            </li>\n            <li>\n               <p>\n                  <code>NetworkInterfaceId</code>: The network interface ID of the stored volume that\n               initiator use to map the stored volume as an iSCSI target.</p>\n            </li>\n            <li>\n               <p>\n                  <code>NetworkInterfacePort</code>: The port used to communicate with iSCSI\n               targets.</p>\n            </li>\n            <li>\n               <p>\n                  <code>PreservedExistingData</code>: Indicates when the stored volume was created,\n               existing data on the underlying local disk was preserved.</p>\n            </li>\n            <li>\n               <p>\n                  <code>SourceSnapshotId</code>: If the stored volume was created from a snapshot, this\n               field contains the snapshot ID used, e.g. <code>snap-1122aabb</code>. Otherwise, this\n               field is not included.</p>\n            </li>\n            <li>\n               <p>\n                  <code>StorediSCSIVolumes</code>: An array of StorediSCSIVolume objects where each\n               object contains metadata about one stored volume.</p>\n            </li>\n            <li>\n               <p>\n                  <code>TargetARN</code>: The Amazon Resource Name (ARN) of the volume target.</p>\n            </li>\n            <li>\n               <p>\n                  <code>VolumeARN</code>: The Amazon Resource Name (ARN) of the stored volume.</p>\n            </li>\n            <li>\n               <p>\n                  <code>VolumeDiskId</code>: The disk ID of the local disk that was specified in the\n                  <a>CreateStorediSCSIVolume</a> operation.</p>\n            </li>\n            <li>\n               <p>\n                  <code>VolumeId</code>: The unique identifier of the storage volume, e.g.\n                  <code>vol-1122AABB</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <code>VolumeiSCSIAttributes</code>: An <a>VolumeiSCSIAttributes</a> object\n               that represents a collection of iSCSI attributes for one stored volume.</p>\n            </li>\n            <li>\n               <p>\n                  <code>VolumeProgress</code>: Represents the percentage complete if the volume is\n               restoring or bootstrapping that represents the percent of data transferred. This\n               field does not appear in the response if the stored volume is not restoring or\n               bootstrapping.</p>\n            </li>\n            <li>\n               <p>\n                  <code>VolumeSizeInBytes</code>: The size of the volume in bytes.</p>\n            </li>\n            <li>\n               <p>\n                  <code>VolumeStatus</code>: One of the <code>VolumeStatus</code> values that indicates\n               the state of the volume.</p>\n            </li>\n            <li>\n               <p>\n                  <code>VolumeType</code>: One of the enumeration values describing the type of the\n               volume. Currently, only <code>STORED</code> volumes are supported.</p>\n            </li>\n         </ul>"
3495                    }
3496                }
3497            }
3498        },
3499        "com.amazonaws.storagegateway#DescribeTapeArchives": {
3500            "type": "operation",
3501            "input": {
3502                "target": "com.amazonaws.storagegateway#DescribeTapeArchivesInput"
3503            },
3504            "output": {
3505                "target": "com.amazonaws.storagegateway#DescribeTapeArchivesOutput"
3506            },
3507            "errors": [
3508                {
3509                    "target": "com.amazonaws.storagegateway#InternalServerError"
3510                },
3511                {
3512                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
3513                }
3514            ],
3515            "traits": {
3516                "smithy.api#documentation": "<p>Returns a description of specified virtual tapes in the virtual tape shelf (VTS). This\n         operation is only supported in the tape gateway type.</p>\n\n         <p>If a specific <code>TapeARN</code> is not specified, AWS Storage Gateway returns a\n         description of all virtual tapes found in the VTS associated with your account.</p>",
3517                "smithy.api#paginated": {
3518                    "inputToken": "Marker",
3519                    "outputToken": "Marker",
3520                    "items": "TapeArchives",
3521                    "pageSize": "Limit"
3522                }
3523            }
3524        },
3525        "com.amazonaws.storagegateway#DescribeTapeArchivesInput": {
3526            "type": "structure",
3527            "members": {
3528                "TapeARNs": {
3529                    "target": "com.amazonaws.storagegateway#TapeARNs",
3530                    "traits": {
3531                        "smithy.api#documentation": "<p>Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual\n         tapes you want to describe.</p>"
3532                    }
3533                },
3534                "Marker": {
3535                    "target": "com.amazonaws.storagegateway#Marker",
3536                    "traits": {
3537                        "smithy.api#documentation": "<p>An opaque string that indicates the position at which to begin describing virtual\n         tapes.</p>"
3538                    }
3539                },
3540                "Limit": {
3541                    "target": "com.amazonaws.storagegateway#PositiveIntObject",
3542                    "traits": {
3543                        "smithy.api#documentation": "<p>Specifies that the number of virtual tapes described be limited to the specified\n         number.</p>"
3544                    }
3545                }
3546            },
3547            "traits": {
3548                "smithy.api#documentation": "<p>DescribeTapeArchivesInput</p>"
3549            }
3550        },
3551        "com.amazonaws.storagegateway#DescribeTapeArchivesOutput": {
3552            "type": "structure",
3553            "members": {
3554                "TapeArchives": {
3555                    "target": "com.amazonaws.storagegateway#TapeArchives",
3556                    "traits": {
3557                        "smithy.api#documentation": "<p>An array of virtual tape objects in the virtual tape shelf (VTS). The description\n         includes of the Amazon Resource Name (ARN) of the virtual tapes. The information returned\n         includes the Amazon Resource Names (ARNs) of the tapes, size of the tapes, status of the\n         tapes, progress of the description, and tape barcode.</p>"
3558                    }
3559                },
3560                "Marker": {
3561                    "target": "com.amazonaws.storagegateway#Marker",
3562                    "traits": {
3563                        "smithy.api#documentation": "<p>An opaque string that indicates the position at which the virtual tapes that were\n         fetched for description ended. Use this marker in your next request to fetch the next set\n         of virtual tapes in the virtual tape shelf (VTS). If there are no more virtual tapes to\n         describe, this field does not appear in the response.</p>"
3564                    }
3565                }
3566            },
3567            "traits": {
3568                "smithy.api#documentation": "<p>DescribeTapeArchivesOutput</p>"
3569            }
3570        },
3571        "com.amazonaws.storagegateway#DescribeTapeRecoveryPoints": {
3572            "type": "operation",
3573            "input": {
3574                "target": "com.amazonaws.storagegateway#DescribeTapeRecoveryPointsInput"
3575            },
3576            "output": {
3577                "target": "com.amazonaws.storagegateway#DescribeTapeRecoveryPointsOutput"
3578            },
3579            "errors": [
3580                {
3581                    "target": "com.amazonaws.storagegateway#InternalServerError"
3582                },
3583                {
3584                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
3585                }
3586            ],
3587            "traits": {
3588                "smithy.api#documentation": "<p>Returns a list of virtual tape recovery points that are available for the specified tape\n         gateway.</p>\n\n         <p>A recovery point is a point-in-time view of a virtual tape at which all the data on the\n         virtual tape is consistent. If your gateway crashes, virtual tapes that have recovery\n         points can be recovered to a new gateway. This operation is only supported in the tape\n         gateway type.</p>",
3589                "smithy.api#paginated": {
3590                    "inputToken": "Marker",
3591                    "outputToken": "Marker",
3592                    "items": "TapeRecoveryPointInfos",
3593                    "pageSize": "Limit"
3594                }
3595            }
3596        },
3597        "com.amazonaws.storagegateway#DescribeTapeRecoveryPointsInput": {
3598            "type": "structure",
3599            "members": {
3600                "GatewayARN": {
3601                    "target": "com.amazonaws.storagegateway#GatewayARN",
3602                    "traits": {
3603                        "smithy.api#required": {}
3604                    }
3605                },
3606                "Marker": {
3607                    "target": "com.amazonaws.storagegateway#Marker",
3608                    "traits": {
3609                        "smithy.api#documentation": "<p>An opaque string that indicates the position at which to begin describing the virtual\n         tape recovery points.</p>"
3610                    }
3611                },
3612                "Limit": {
3613                    "target": "com.amazonaws.storagegateway#PositiveIntObject",
3614                    "traits": {
3615                        "smithy.api#documentation": "<p>Specifies that the number of virtual tape recovery points that are described be limited\n         to the specified number.</p>"
3616                    }
3617                }
3618            },
3619            "traits": {
3620                "smithy.api#documentation": "<p>DescribeTapeRecoveryPointsInput</p>"
3621            }
3622        },
3623        "com.amazonaws.storagegateway#DescribeTapeRecoveryPointsOutput": {
3624            "type": "structure",
3625            "members": {
3626                "GatewayARN": {
3627                    "target": "com.amazonaws.storagegateway#GatewayARN"
3628                },
3629                "TapeRecoveryPointInfos": {
3630                    "target": "com.amazonaws.storagegateway#TapeRecoveryPointInfos",
3631                    "traits": {
3632                        "smithy.api#documentation": "<p>An array of TapeRecoveryPointInfos that are available for the specified gateway.</p>"
3633                    }
3634                },
3635                "Marker": {
3636                    "target": "com.amazonaws.storagegateway#Marker",
3637                    "traits": {
3638                        "smithy.api#documentation": "<p>An opaque string that indicates the position at which the virtual tape recovery points\n         that were listed for description ended.</p>\n\n         <p>Use this marker in your next request to list the next set of virtual tape recovery\n         points in the list. If there are no more recovery points to describe, this field does not\n         appear in the response.</p>"
3639                    }
3640                }
3641            },
3642            "traits": {
3643                "smithy.api#documentation": "<p>DescribeTapeRecoveryPointsOutput</p>"
3644            }
3645        },
3646        "com.amazonaws.storagegateway#DescribeTapes": {
3647            "type": "operation",
3648            "input": {
3649                "target": "com.amazonaws.storagegateway#DescribeTapesInput"
3650            },
3651            "output": {
3652                "target": "com.amazonaws.storagegateway#DescribeTapesOutput"
3653            },
3654            "errors": [
3655                {
3656                    "target": "com.amazonaws.storagegateway#InternalServerError"
3657                },
3658                {
3659                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
3660                }
3661            ],
3662            "traits": {
3663                "smithy.api#documentation": "<p>Returns a description of the specified Amazon Resource Name (ARN) of virtual tapes. If a\n            <code>TapeARN</code> is not specified, returns a description of all virtual tapes\n         associated with the specified gateway. This operation is only supported in the tape gateway\n         type.</p>",
3664                "smithy.api#paginated": {
3665                    "inputToken": "Marker",
3666                    "outputToken": "Marker",
3667                    "items": "Tapes",
3668                    "pageSize": "Limit"
3669                }
3670            }
3671        },
3672        "com.amazonaws.storagegateway#DescribeTapesInput": {
3673            "type": "structure",
3674            "members": {
3675                "GatewayARN": {
3676                    "target": "com.amazonaws.storagegateway#GatewayARN",
3677                    "traits": {
3678                        "smithy.api#required": {}
3679                    }
3680                },
3681                "TapeARNs": {
3682                    "target": "com.amazonaws.storagegateway#TapeARNs",
3683                    "traits": {
3684                        "smithy.api#documentation": "<p>Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual\n         tapes you want to describe. If this parameter is not specified, Tape gateway returns a\n         description of all virtual tapes associated with the specified gateway.</p>"
3685                    }
3686                },
3687                "Marker": {
3688                    "target": "com.amazonaws.storagegateway#Marker",
3689                    "traits": {
3690                        "smithy.api#documentation": "<p>A marker value, obtained in a previous call to <code>DescribeTapes</code>. This marker\n         indicates which page of results to retrieve.</p>\n\n         <p>If not specified, the first page of results is retrieved.</p>"
3691                    }
3692                },
3693                "Limit": {
3694                    "target": "com.amazonaws.storagegateway#PositiveIntObject",
3695                    "traits": {
3696                        "smithy.api#documentation": "<p>Specifies that the number of virtual tapes described be limited to the specified\n         number.</p>\n\n         <note>\n            <p>Amazon Web Services may impose its own limit, if this field is not set.</p>\n         </note>"
3697                    }
3698                }
3699            },
3700            "traits": {
3701                "smithy.api#documentation": "<p>DescribeTapesInput</p>"
3702            }
3703        },
3704        "com.amazonaws.storagegateway#DescribeTapesOutput": {
3705            "type": "structure",
3706            "members": {
3707                "Tapes": {
3708                    "target": "com.amazonaws.storagegateway#Tapes",
3709                    "traits": {
3710                        "smithy.api#documentation": "<p>An array of virtual tape descriptions.</p>"
3711                    }
3712                },
3713                "Marker": {
3714                    "target": "com.amazonaws.storagegateway#Marker",
3715                    "traits": {
3716                        "smithy.api#documentation": "<p>An opaque string that can be used as part of a subsequent <code>DescribeTapes</code>\n         call to retrieve the next page of results.</p>\n\n         <p>If a response does not contain a marker, then there are no more results to be\n         retrieved.</p>"
3717                    }
3718                }
3719            },
3720            "traits": {
3721                "smithy.api#documentation": "<p>DescribeTapesOutput</p>"
3722            }
3723        },
3724        "com.amazonaws.storagegateway#DescribeUploadBuffer": {
3725            "type": "operation",
3726            "input": {
3727                "target": "com.amazonaws.storagegateway#DescribeUploadBufferInput"
3728            },
3729            "output": {
3730                "target": "com.amazonaws.storagegateway#DescribeUploadBufferOutput"
3731            },
3732            "errors": [
3733                {
3734                    "target": "com.amazonaws.storagegateway#InternalServerError"
3735                },
3736                {
3737                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
3738                }
3739            ],
3740            "traits": {
3741                "smithy.api#documentation": "<p>Returns information about the upload buffer of a gateway. This operation is supported\n         for the stored volume, cached volume, and tape gateway types.</p>\n\n         <p>The response includes disk IDs that are configured as upload buffer space, and it\n         includes the amount of upload buffer space allocated and used.</p>"
3742            }
3743        },
3744        "com.amazonaws.storagegateway#DescribeUploadBufferInput": {
3745            "type": "structure",
3746            "members": {
3747                "GatewayARN": {
3748                    "target": "com.amazonaws.storagegateway#GatewayARN",
3749                    "traits": {
3750                        "smithy.api#required": {}
3751                    }
3752                }
3753            }
3754        },
3755        "com.amazonaws.storagegateway#DescribeUploadBufferOutput": {
3756            "type": "structure",
3757            "members": {
3758                "GatewayARN": {
3759                    "target": "com.amazonaws.storagegateway#GatewayARN"
3760                },
3761                "DiskIds": {
3762                    "target": "com.amazonaws.storagegateway#DiskIds",
3763                    "traits": {
3764                        "smithy.api#documentation": "<p>An array of the gateway's local disk IDs that are configured as working storage.\n         Each local disk ID is specified as a string (minimum length of 1 and maximum length of\n         300). If no local disks are configured as working storage, then the DiskIds array is\n         empty.</p>"
3765                    }
3766                },
3767                "UploadBufferUsedInBytes": {
3768                    "target": "com.amazonaws.storagegateway#long",
3769                    "traits": {
3770                        "smithy.api#documentation": "<p>The total number of bytes being used in the gateway's upload buffer.</p>"
3771                    }
3772                },
3773                "UploadBufferAllocatedInBytes": {
3774                    "target": "com.amazonaws.storagegateway#long",
3775                    "traits": {
3776                        "smithy.api#documentation": "<p>The total number of bytes allocated in the gateway's as upload buffer.</p>"
3777                    }
3778                }
3779            }
3780        },
3781        "com.amazonaws.storagegateway#DescribeVTLDevices": {
3782            "type": "operation",
3783            "input": {
3784                "target": "com.amazonaws.storagegateway#DescribeVTLDevicesInput"
3785            },
3786            "output": {
3787                "target": "com.amazonaws.storagegateway#DescribeVTLDevicesOutput"
3788            },
3789            "errors": [
3790                {
3791                    "target": "com.amazonaws.storagegateway#InternalServerError"
3792                },
3793                {
3794                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
3795                }
3796            ],
3797            "traits": {
3798                "smithy.api#documentation": "<p>Returns a description of virtual tape library (VTL) devices for the specified tape\n         gateway. In the response, AWS Storage Gateway returns VTL device information.</p>\n\n         <p>This operation is only supported in the tape gateway type.</p>",
3799                "smithy.api#paginated": {
3800                    "inputToken": "Marker",
3801                    "outputToken": "Marker",
3802                    "items": "VTLDevices",
3803                    "pageSize": "Limit"
3804                }
3805            }
3806        },
3807        "com.amazonaws.storagegateway#DescribeVTLDevicesInput": {
3808            "type": "structure",
3809            "members": {
3810                "GatewayARN": {
3811                    "target": "com.amazonaws.storagegateway#GatewayARN",
3812                    "traits": {
3813                        "smithy.api#required": {}
3814                    }
3815                },
3816                "VTLDeviceARNs": {
3817                    "target": "com.amazonaws.storagegateway#VTLDeviceARNs",
3818                    "traits": {
3819                        "smithy.api#documentation": "<p>An array of strings, where each string represents the Amazon Resource Name (ARN) of a\n         VTL device.</p>\n\n         <note>\n            <p>All of the specified VTL devices must be from the same gateway. If no VTL devices are\n            specified, the result will contain all devices on the specified gateway.</p>\n         </note>"
3820                    }
3821                },
3822                "Marker": {
3823                    "target": "com.amazonaws.storagegateway#Marker",
3824                    "traits": {
3825                        "smithy.api#documentation": "<p>An opaque string that indicates the position at which to begin describing the VTL\n         devices.</p>"
3826                    }
3827                },
3828                "Limit": {
3829                    "target": "com.amazonaws.storagegateway#PositiveIntObject",
3830                    "traits": {
3831                        "smithy.api#documentation": "<p>Specifies that the number of VTL devices described be limited to the specified\n         number.</p>"
3832                    }
3833                }
3834            },
3835            "traits": {
3836                "smithy.api#documentation": "<p>DescribeVTLDevicesInput</p>"
3837            }
3838        },
3839        "com.amazonaws.storagegateway#DescribeVTLDevicesOutput": {
3840            "type": "structure",
3841            "members": {
3842                "GatewayARN": {
3843                    "target": "com.amazonaws.storagegateway#GatewayARN"
3844                },
3845                "VTLDevices": {
3846                    "target": "com.amazonaws.storagegateway#VTLDevices",
3847                    "traits": {
3848                        "smithy.api#documentation": "<p>An array of VTL device objects composed of the Amazon Resource Name (ARN) of the VTL\n         devices.</p>"
3849                    }
3850                },
3851                "Marker": {
3852                    "target": "com.amazonaws.storagegateway#Marker",
3853                    "traits": {
3854                        "smithy.api#documentation": "<p>An opaque string that indicates the position at which the VTL devices that were fetched\n         for description ended. Use the marker in your next request to fetch the next set of VTL\n         devices in the list. If there are no more VTL devices to describe, this field does not\n         appear in the response.</p>"
3855                    }
3856                }
3857            },
3858            "traits": {
3859                "smithy.api#documentation": "<p>DescribeVTLDevicesOutput</p>"
3860            }
3861        },
3862        "com.amazonaws.storagegateway#DescribeWorkingStorage": {
3863            "type": "operation",
3864            "input": {
3865                "target": "com.amazonaws.storagegateway#DescribeWorkingStorageInput"
3866            },
3867            "output": {
3868                "target": "com.amazonaws.storagegateway#DescribeWorkingStorageOutput"
3869            },
3870            "errors": [
3871                {
3872                    "target": "com.amazonaws.storagegateway#InternalServerError"
3873                },
3874                {
3875                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
3876                }
3877            ],
3878            "traits": {
3879                "smithy.api#documentation": "<p>Returns information about the working storage of a gateway. This operation is only\n         supported in the stored volumes gateway type. This operation is deprecated in cached\n         volumes API version (20120630). Use DescribeUploadBuffer instead.</p>\n\n         <note>\n            <p>Working storage is also referred to as upload buffer. You can also use the\n            DescribeUploadBuffer operation to add upload buffer to a stored volume gateway.</p>\n         </note>\n\n         <p>The response includes disk IDs that are configured as working storage, and it includes\n         the amount of working storage allocated and used.</p>"
3880            }
3881        },
3882        "com.amazonaws.storagegateway#DescribeWorkingStorageInput": {
3883            "type": "structure",
3884            "members": {
3885                "GatewayARN": {
3886                    "target": "com.amazonaws.storagegateway#GatewayARN",
3887                    "traits": {
3888                        "smithy.api#required": {}
3889                    }
3890                }
3891            },
3892            "traits": {
3893                "smithy.api#documentation": "<p>A JSON object containing the Amazon Resource Name (ARN) of the gateway.</p>"
3894            }
3895        },
3896        "com.amazonaws.storagegateway#DescribeWorkingStorageOutput": {
3897            "type": "structure",
3898            "members": {
3899                "GatewayARN": {
3900                    "target": "com.amazonaws.storagegateway#GatewayARN"
3901                },
3902                "DiskIds": {
3903                    "target": "com.amazonaws.storagegateway#DiskIds",
3904                    "traits": {
3905                        "smithy.api#documentation": "<p>An array of the gateway's local disk IDs that are configured as working storage.\n         Each local disk ID is specified as a string (minimum length of 1 and maximum length of\n         300). If no local disks are configured as working storage, then the DiskIds array is\n         empty.</p>"
3906                    }
3907                },
3908                "WorkingStorageUsedInBytes": {
3909                    "target": "com.amazonaws.storagegateway#long",
3910                    "traits": {
3911                        "smithy.api#documentation": "<p>The total working storage in bytes in use by the gateway. If no working storage is\n         configured for the gateway, this field returns 0.</p>"
3912                    }
3913                },
3914                "WorkingStorageAllocatedInBytes": {
3915                    "target": "com.amazonaws.storagegateway#long",
3916                    "traits": {
3917                        "smithy.api#documentation": "<p>The total working storage in bytes allocated for the gateway. If no working storage is\n         configured for the gateway, this field returns 0.</p>"
3918                    }
3919                }
3920            },
3921            "traits": {
3922                "smithy.api#documentation": "<p>A JSON object containing the following fields:</p>"
3923            }
3924        },
3925        "com.amazonaws.storagegateway#Description": {
3926            "type": "string",
3927            "traits": {
3928                "smithy.api#length": {
3929                    "min": 1,
3930                    "max": 255
3931                }
3932            }
3933        },
3934        "com.amazonaws.storagegateway#DetachVolume": {
3935            "type": "operation",
3936            "input": {
3937                "target": "com.amazonaws.storagegateway#DetachVolumeInput"
3938            },
3939            "output": {
3940                "target": "com.amazonaws.storagegateway#DetachVolumeOutput"
3941            },
3942            "errors": [
3943                {
3944                    "target": "com.amazonaws.storagegateway#InternalServerError"
3945                },
3946                {
3947                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
3948                }
3949            ],
3950            "traits": {
3951                "smithy.api#documentation": "<p>Disconnects a volume from an iSCSI connection and then detaches the volume from the\n         specified gateway. Detaching and attaching a volume enables you to recover your data from\n         one gateway to a different gateway without creating a snapshot. It also makes it easier to\n         move your volumes from an on-premises gateway to a gateway hosted on an Amazon EC2\n         instance. This operation is only supported in the volume gateway type.</p>"
3952            }
3953        },
3954        "com.amazonaws.storagegateway#DetachVolumeInput": {
3955            "type": "structure",
3956            "members": {
3957                "VolumeARN": {
3958                    "target": "com.amazonaws.storagegateway#VolumeARN",
3959                    "traits": {
3960                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the volume to detach from the gateway.</p>",
3961                        "smithy.api#required": {}
3962                    }
3963                },
3964                "ForceDetach": {
3965                    "target": "com.amazonaws.storagegateway#Boolean",
3966                    "traits": {
3967                        "smithy.api#documentation": "<p>Set to <code>true</code> to forcibly remove the iSCSI connection of the target volume\n         and detach the volume. The default is <code>false</code>. If this value is set to\n            <code>false</code>, you must manually disconnect the iSCSI connection from the target\n         volume.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
3968                    }
3969                }
3970            },
3971            "traits": {
3972                "smithy.api#documentation": "<p>AttachVolumeInput</p>"
3973            }
3974        },
3975        "com.amazonaws.storagegateway#DetachVolumeOutput": {
3976            "type": "structure",
3977            "members": {
3978                "VolumeARN": {
3979                    "target": "com.amazonaws.storagegateway#VolumeARN",
3980                    "traits": {
3981                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the volume that was detached.</p>"
3982                    }
3983                }
3984            },
3985            "traits": {
3986                "smithy.api#documentation": "<p>AttachVolumeOutput</p>"
3987            }
3988        },
3989        "com.amazonaws.storagegateway#DeviceType": {
3990            "type": "string",
3991            "traits": {
3992                "smithy.api#length": {
3993                    "min": 2,
3994                    "max": 50
3995                }
3996            }
3997        },
3998        "com.amazonaws.storagegateway#DeviceiSCSIAttributes": {
3999            "type": "structure",
4000            "members": {
4001                "TargetARN": {
4002                    "target": "com.amazonaws.storagegateway#TargetARN",
4003                    "traits": {
4004                        "smithy.api#documentation": "<p>Specifies the unique Amazon Resource Name (ARN) that encodes the iSCSI qualified\n         name(iqn) of a tape drive or media changer target.</p>"
4005                    }
4006                },
4007                "NetworkInterfaceId": {
4008                    "target": "com.amazonaws.storagegateway#NetworkInterfaceId",
4009                    "traits": {
4010                        "smithy.api#documentation": "<p>The network interface identifier of the VTL device.</p>"
4011                    }
4012                },
4013                "NetworkInterfacePort": {
4014                    "target": "com.amazonaws.storagegateway#integer",
4015                    "traits": {
4016                        "smithy.api#documentation": "<p>The port used to communicate with iSCSI VTL device targets.</p>"
4017                    }
4018                },
4019                "ChapEnabled": {
4020                    "target": "com.amazonaws.storagegateway#Boolean2",
4021                    "traits": {
4022                        "smithy.api#documentation": "<p>Indicates whether mutual CHAP is enabled for the iSCSI target.</p>"
4023                    }
4024                }
4025            },
4026            "traits": {
4027                "smithy.api#documentation": "<p>Lists iSCSI information about a VTL device.</p>"
4028            }
4029        },
4030        "com.amazonaws.storagegateway#DisableGateway": {
4031            "type": "operation",
4032            "input": {
4033                "target": "com.amazonaws.storagegateway#DisableGatewayInput"
4034            },
4035            "output": {
4036                "target": "com.amazonaws.storagegateway#DisableGatewayOutput"
4037            },
4038            "errors": [
4039                {
4040                    "target": "com.amazonaws.storagegateway#InternalServerError"
4041                },
4042                {
4043                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
4044                }
4045            ],
4046            "traits": {
4047                "smithy.api#documentation": "<p>Disables a tape gateway when the gateway is no longer functioning. For example, if your\n         gateway VM is damaged, you can disable the gateway so you can recover virtual tapes.</p>\n\n         <p>Use this operation for a tape gateway that is not reachable or not functioning. This\n         operation is only supported in the tape gateway type.</p>\n\n         <important>\n            <p>After a gateway is disabled, it cannot be enabled.</p>\n         </important>"
4048            }
4049        },
4050        "com.amazonaws.storagegateway#DisableGatewayInput": {
4051            "type": "structure",
4052            "members": {
4053                "GatewayARN": {
4054                    "target": "com.amazonaws.storagegateway#GatewayARN",
4055                    "traits": {
4056                        "smithy.api#required": {}
4057                    }
4058                }
4059            },
4060            "traits": {
4061                "smithy.api#documentation": "<p>DisableGatewayInput</p>"
4062            }
4063        },
4064        "com.amazonaws.storagegateway#DisableGatewayOutput": {
4065            "type": "structure",
4066            "members": {
4067                "GatewayARN": {
4068                    "target": "com.amazonaws.storagegateway#GatewayARN",
4069                    "traits": {
4070                        "smithy.api#documentation": "<p>The unique Amazon Resource Name (ARN) of the disabled gateway.</p>"
4071                    }
4072                }
4073            },
4074            "traits": {
4075                "smithy.api#documentation": "<p>DisableGatewayOutput</p>"
4076            }
4077        },
4078        "com.amazonaws.storagegateway#DisassociateFileSystem": {
4079            "type": "operation",
4080            "input": {
4081                "target": "com.amazonaws.storagegateway#DisassociateFileSystemInput"
4082            },
4083            "output": {
4084                "target": "com.amazonaws.storagegateway#DisassociateFileSystemOutput"
4085            },
4086            "errors": [
4087                {
4088                    "target": "com.amazonaws.storagegateway#InternalServerError"
4089                },
4090                {
4091                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
4092                }
4093            ],
4094            "traits": {
4095                "smithy.api#documentation": "<p>Disassociates an Amazon FSx file system from the specified gateway. After the\n         disassociation process finishes, the gateway can no longer access the Amazon FSx file\n         system. This operation is only supported in the Amazon FSx file gateway type.</p>"
4096            }
4097        },
4098        "com.amazonaws.storagegateway#DisassociateFileSystemInput": {
4099            "type": "structure",
4100            "members": {
4101                "FileSystemAssociationARN": {
4102                    "target": "com.amazonaws.storagegateway#FileSystemAssociationARN",
4103                    "traits": {
4104                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the file system association to be deleted.</p>",
4105                        "smithy.api#required": {}
4106                    }
4107                },
4108                "ForceDelete": {
4109                    "target": "com.amazonaws.storagegateway#Boolean2",
4110                    "traits": {
4111                        "smithy.api#documentation": "<p>If this value is set to true, the operation disassociates an Amazon FSx file system\n         immediately. It ends all data uploads to the file system, and the file system association\n         enters the <code>FORCE_DELETING</code> status. If this value is set to false, the Amazon\n         FSx file system does not disassociate until all data is uploaded.</p>"
4112                    }
4113                }
4114            }
4115        },
4116        "com.amazonaws.storagegateway#DisassociateFileSystemOutput": {
4117            "type": "structure",
4118            "members": {
4119                "FileSystemAssociationARN": {
4120                    "target": "com.amazonaws.storagegateway#FileSystemAssociationARN",
4121                    "traits": {
4122                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the deleted file system association.</p>"
4123                    }
4124                }
4125            }
4126        },
4127        "com.amazonaws.storagegateway#Disk": {
4128            "type": "structure",
4129            "members": {
4130                "DiskId": {
4131                    "target": "com.amazonaws.storagegateway#DiskId",
4132                    "traits": {
4133                        "smithy.api#documentation": "<p>The unique device ID or other distinguishing data that identifies a local disk.</p>"
4134                    }
4135                },
4136                "DiskPath": {
4137                    "target": "com.amazonaws.storagegateway#string",
4138                    "traits": {
4139                        "smithy.api#documentation": "<p>The path of a local disk in the gateway virtual machine (VM).</p>"
4140                    }
4141                },
4142                "DiskNode": {
4143                    "target": "com.amazonaws.storagegateway#string",
4144                    "traits": {
4145                        "smithy.api#documentation": "<p>The device node of a local disk as assigned by the virtualization environment.</p>"
4146                    }
4147                },
4148                "DiskStatus": {
4149                    "target": "com.amazonaws.storagegateway#string",
4150                    "traits": {
4151                        "smithy.api#documentation": "<p>A value that represents the status of a local disk.</p>"
4152                    }
4153                },
4154                "DiskSizeInBytes": {
4155                    "target": "com.amazonaws.storagegateway#long",
4156                    "traits": {
4157                        "smithy.api#documentation": "<p>The local disk size in bytes.</p>"
4158                    }
4159                },
4160                "DiskAllocationType": {
4161                    "target": "com.amazonaws.storagegateway#DiskAllocationType"
4162                },
4163                "DiskAllocationResource": {
4164                    "target": "com.amazonaws.storagegateway#string",
4165                    "traits": {
4166                        "smithy.api#documentation": "<p>The iSCSI qualified name (IQN) that is defined for a disk. This field is not included in\n         the response if the local disk is not defined as an iSCSI target. The format of this field\n         is <i>targetIqn::LUNNumber::region-volumeId</i>.</p>"
4167                    }
4168                },
4169                "DiskAttributeList": {
4170                    "target": "com.amazonaws.storagegateway#DiskAttributeList"
4171                }
4172            },
4173            "traits": {
4174                "smithy.api#documentation": "<p>Represents a gateway's local disk.</p>"
4175            }
4176        },
4177        "com.amazonaws.storagegateway#DiskAllocationType": {
4178            "type": "string",
4179            "traits": {
4180                "smithy.api#documentation": "<p>One of the <code>DiskAllocationType</code> enumeration values that identifies how a\n         local disk is used.</p>\n\n         <p>Valid Values: <code>UPLOAD_BUFFER</code> | <code>CACHE_STORAGE</code>\n         </p>",
4181                "smithy.api#length": {
4182                    "min": 3,
4183                    "max": 100
4184                }
4185            }
4186        },
4187        "com.amazonaws.storagegateway#DiskAttribute": {
4188            "type": "string",
4189            "traits": {
4190                "smithy.api#length": {
4191                    "min": 1,
4192                    "max": 64
4193                }
4194            }
4195        },
4196        "com.amazonaws.storagegateway#DiskAttributeList": {
4197            "type": "list",
4198            "member": {
4199                "target": "com.amazonaws.storagegateway#DiskAttribute"
4200            },
4201            "traits": {
4202                "smithy.api#documentation": "<p>A list of values that represents attributes of a local disk.</p>",
4203                "smithy.api#length": {
4204                    "min": 0,
4205                    "max": 10
4206                }
4207            }
4208        },
4209        "com.amazonaws.storagegateway#DiskId": {
4210            "type": "string",
4211            "traits": {
4212                "smithy.api#length": {
4213                    "min": 1,
4214                    "max": 300
4215                }
4216            }
4217        },
4218        "com.amazonaws.storagegateway#DiskIds": {
4219            "type": "list",
4220            "member": {
4221                "target": "com.amazonaws.storagegateway#DiskId"
4222            }
4223        },
4224        "com.amazonaws.storagegateway#Disks": {
4225            "type": "list",
4226            "member": {
4227                "target": "com.amazonaws.storagegateway#Disk"
4228            }
4229        },
4230        "com.amazonaws.storagegateway#DomainName": {
4231            "type": "string",
4232            "traits": {
4233                "smithy.api#length": {
4234                    "min": 1,
4235                    "max": 1024
4236                },
4237                "smithy.api#pattern": "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,}$"
4238            }
4239        },
4240        "com.amazonaws.storagegateway#DomainUserName": {
4241            "type": "string",
4242            "traits": {
4243                "smithy.api#length": {
4244                    "min": 1,
4245                    "max": 1024
4246                },
4247                "smithy.api#pattern": "^\\w[\\w\\.\\- ]*$"
4248            }
4249        },
4250        "com.amazonaws.storagegateway#DomainUserPassword": {
4251            "type": "string",
4252            "traits": {
4253                "smithy.api#length": {
4254                    "min": 1,
4255                    "max": 1024
4256                },
4257                "smithy.api#pattern": "^[ -~]+$",
4258                "smithy.api#sensitive": {}
4259            }
4260        },
4261        "com.amazonaws.storagegateway#DoubleObject": {
4262            "type": "double",
4263            "traits": {
4264                "smithy.api#box": {}
4265            }
4266        },
4267        "com.amazonaws.storagegateway#Ec2InstanceId": {
4268            "type": "string"
4269        },
4270        "com.amazonaws.storagegateway#Ec2InstanceRegion": {
4271            "type": "string"
4272        },
4273        "com.amazonaws.storagegateway#EndpointType": {
4274            "type": "string",
4275            "traits": {
4276                "smithy.api#length": {
4277                    "min": 4,
4278                    "max": 8
4279                }
4280            }
4281        },
4282        "com.amazonaws.storagegateway#ErrorCode": {
4283            "type": "string",
4284            "traits": {
4285                "smithy.api#enum": [
4286                    {
4287                        "value": "ActivationKeyExpired",
4288                        "name": "ActivationKeyExpired"
4289                    },
4290                    {
4291                        "value": "ActivationKeyInvalid",
4292                        "name": "ActivationKeyInvalid"
4293                    },
4294                    {
4295                        "value": "ActivationKeyNotFound",
4296                        "name": "ActivationKeyNotFound"
4297                    },
4298                    {
4299                        "value": "GatewayInternalError",
4300                        "name": "GatewayInternalError"
4301                    },
4302                    {
4303                        "value": "GatewayNotConnected",
4304                        "name": "GatewayNotConnected"
4305                    },
4306                    {
4307                        "value": "GatewayNotFound",
4308                        "name": "GatewayNotFound"
4309                    },
4310                    {
4311                        "value": "GatewayProxyNetworkConnectionBusy",
4312                        "name": "GatewayProxyNetworkConnectionBusy"
4313                    },
4314                    {
4315                        "value": "AuthenticationFailure",
4316                        "name": "AuthenticationFailure"
4317                    },
4318                    {
4319                        "value": "BandwidthThrottleScheduleNotFound",
4320                        "name": "BandwidthThrottleScheduleNotFound"
4321                    },
4322                    {
4323                        "value": "Blocked",
4324                        "name": "Blocked"
4325                    },
4326                    {
4327                        "value": "CannotExportSnapshot",
4328                        "name": "CannotExportSnapshot"
4329                    },
4330                    {
4331                        "value": "ChapCredentialNotFound",
4332                        "name": "ChapCredentialNotFound"
4333                    },
4334                    {
4335                        "value": "DiskAlreadyAllocated",
4336                        "name": "DiskAlreadyAllocated"
4337                    },
4338                    {
4339                        "value": "DiskDoesNotExist",
4340                        "name": "DiskDoesNotExist"
4341                    },
4342                    {
4343                        "value": "DiskSizeGreaterThanVolumeMaxSize",
4344                        "name": "DiskSizeGreaterThanVolumeMaxSize"
4345                    },
4346                    {
4347                        "value": "DiskSizeLessThanVolumeSize",
4348                        "name": "DiskSizeLessThanVolumeSize"
4349                    },
4350                    {
4351                        "value": "DiskSizeNotGigAligned",
4352                        "name": "DiskSizeNotGigAligned"
4353                    },
4354                    {
4355                        "value": "DuplicateCertificateInfo",
4356                        "name": "DuplicateCertificateInfo"
4357                    },
4358                    {
4359                        "value": "DuplicateSchedule",
4360                        "name": "DuplicateSchedule"
4361                    },
4362                    {
4363                        "value": "EndpointNotFound",
4364                        "name": "EndpointNotFound"
4365                    },
4366                    {
4367                        "value": "IAMNotSupported",
4368                        "name": "IAMNotSupported"
4369                    },
4370                    {
4371                        "value": "InitiatorInvalid",
4372                        "name": "InitiatorInvalid"
4373                    },
4374                    {
4375                        "value": "InitiatorNotFound",
4376                        "name": "InitiatorNotFound"
4377                    },
4378                    {
4379                        "value": "InternalError",
4380                        "name": "InternalError"
4381                    },
4382                    {
4383                        "value": "InvalidGateway",
4384                        "name": "InvalidGateway"
4385                    },
4386                    {
4387                        "value": "InvalidEndpoint",
4388                        "name": "InvalidEndpoint"
4389                    },
4390                    {
4391                        "value": "InvalidParameters",
4392                        "name": "InvalidParameters"
4393                    },
4394                    {
4395                        "value": "InvalidSchedule",
4396                        "name": "InvalidSchedule"
4397                    },
4398                    {
4399                        "value": "LocalStorageLimitExceeded",
4400                        "name": "LocalStorageLimitExceeded"
4401                    },
4402                    {
4403                        "value": "LunAlreadyAllocated ",
4404                        "name": "LunAlreadyAllocated_"
4405                    },
4406                    {
4407                        "value": "LunInvalid",
4408                        "name": "LunInvalid"
4409                    },
4410                    {
4411                        "value": "JoinDomainInProgress",
4412                        "name": "JoinDomainInProgress"
4413                    },
4414                    {
4415                        "value": "MaximumContentLengthExceeded",
4416                        "name": "MaximumContentLengthExceeded"
4417                    },
4418                    {
4419                        "value": "MaximumTapeCartridgeCountExceeded",
4420                        "name": "MaximumTapeCartridgeCountExceeded"
4421                    },
4422                    {
4423                        "value": "MaximumVolumeCountExceeded",
4424                        "name": "MaximumVolumeCountExceeded"
4425                    },
4426                    {
4427                        "value": "NetworkConfigurationChanged",
4428                        "name": "NetworkConfigurationChanged"
4429                    },
4430                    {
4431                        "value": "NoDisksAvailable",
4432                        "name": "NoDisksAvailable"
4433                    },
4434                    {
4435                        "value": "NotImplemented",
4436                        "name": "NotImplemented"
4437                    },
4438                    {
4439                        "value": "NotSupported",
4440                        "name": "NotSupported"
4441                    },
4442                    {
4443                        "value": "OperationAborted",
4444                        "name": "OperationAborted"
4445                    },
4446                    {
4447                        "value": "OutdatedGateway",
4448                        "name": "OutdatedGateway"
4449                    },
4450                    {
4451                        "value": "ParametersNotImplemented",
4452                        "name": "ParametersNotImplemented"
4453                    },
4454                    {
4455                        "value": "RegionInvalid",
4456                        "name": "RegionInvalid"
4457                    },
4458                    {
4459                        "value": "RequestTimeout",
4460                        "name": "RequestTimeout"
4461                    },
4462                    {
4463                        "value": "ServiceUnavailable",
4464                        "name": "ServiceUnavailable"
4465                    },
4466                    {
4467                        "value": "SnapshotDeleted",
4468                        "name": "SnapshotDeleted"
4469                    },
4470                    {
4471                        "value": "SnapshotIdInvalid",
4472                        "name": "SnapshotIdInvalid"
4473                    },
4474                    {
4475                        "value": "SnapshotInProgress",
4476                        "name": "SnapshotInProgress"
4477                    },
4478                    {
4479                        "value": "SnapshotNotFound",
4480                        "name": "SnapshotNotFound"
4481                    },
4482                    {
4483                        "value": "SnapshotScheduleNotFound",
4484                        "name": "SnapshotScheduleNotFound"
4485                    },
4486                    {
4487                        "value": "StagingAreaFull",
4488                        "name": "StagingAreaFull"
4489                    },
4490                    {
4491                        "value": "StorageFailure",
4492                        "name": "StorageFailure"
4493                    },
4494                    {
4495                        "value": "TapeCartridgeNotFound",
4496                        "name": "TapeCartridgeNotFound"
4497                    },
4498                    {
4499                        "value": "TargetAlreadyExists",
4500                        "name": "TargetAlreadyExists"
4501                    },
4502                    {
4503                        "value": "TargetInvalid",
4504                        "name": "TargetInvalid"
4505                    },
4506                    {
4507                        "value": "TargetNotFound",
4508                        "name": "TargetNotFound"
4509                    },
4510                    {
4511                        "value": "UnauthorizedOperation",
4512                        "name": "UnauthorizedOperation"
4513                    },
4514                    {
4515                        "value": "VolumeAlreadyExists",
4516                        "name": "VolumeAlreadyExists"
4517                    },
4518                    {
4519                        "value": "VolumeIdInvalid",
4520                        "name": "VolumeIdInvalid"
4521                    },
4522                    {
4523                        "value": "VolumeInUse",
4524                        "name": "VolumeInUse"
4525                    },
4526                    {
4527                        "value": "VolumeNotFound",
4528                        "name": "VolumeNotFound"
4529                    },
4530                    {
4531                        "value": "VolumeNotReady",
4532                        "name": "VolumeNotReady"
4533                    }
4534                ]
4535            }
4536        },
4537        "com.amazonaws.storagegateway#FileShareARN": {
4538            "type": "string",
4539            "traits": {
4540                "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the file share.</p>",
4541                "smithy.api#length": {
4542                    "min": 50,
4543                    "max": 500
4544                }
4545            }
4546        },
4547        "com.amazonaws.storagegateway#FileShareARNList": {
4548            "type": "list",
4549            "member": {
4550                "target": "com.amazonaws.storagegateway#FileShareARN"
4551            },
4552            "traits": {
4553                "smithy.api#length": {
4554                    "min": 1,
4555                    "max": 10
4556                }
4557            }
4558        },
4559        "com.amazonaws.storagegateway#FileShareClientList": {
4560            "type": "list",
4561            "member": {
4562                "target": "com.amazonaws.storagegateway#IPV4AddressCIDR"
4563            },
4564            "traits": {
4565                "smithy.api#documentation": "<p>The list of clients that are allowed to access the file gateway. The list must contain\n         either valid IP addresses or valid CIDR blocks.</p>",
4566                "smithy.api#length": {
4567                    "min": 1,
4568                    "max": 100
4569                }
4570            }
4571        },
4572        "com.amazonaws.storagegateway#FileShareId": {
4573            "type": "string",
4574            "traits": {
4575                "smithy.api#documentation": "<p>The ID of the file share.</p>",
4576                "smithy.api#length": {
4577                    "min": 12,
4578                    "max": 30
4579                }
4580            }
4581        },
4582        "com.amazonaws.storagegateway#FileShareInfo": {
4583            "type": "structure",
4584            "members": {
4585                "FileShareType": {
4586                    "target": "com.amazonaws.storagegateway#FileShareType"
4587                },
4588                "FileShareARN": {
4589                    "target": "com.amazonaws.storagegateway#FileShareARN"
4590                },
4591                "FileShareId": {
4592                    "target": "com.amazonaws.storagegateway#FileShareId"
4593                },
4594                "FileShareStatus": {
4595                    "target": "com.amazonaws.storagegateway#FileShareStatus"
4596                },
4597                "GatewayARN": {
4598                    "target": "com.amazonaws.storagegateway#GatewayARN"
4599                }
4600            },
4601            "traits": {
4602                "smithy.api#documentation": "<p>Describes a file share.</p>"
4603            }
4604        },
4605        "com.amazonaws.storagegateway#FileShareInfoList": {
4606            "type": "list",
4607            "member": {
4608                "target": "com.amazonaws.storagegateway#FileShareInfo"
4609            }
4610        },
4611        "com.amazonaws.storagegateway#FileShareName": {
4612            "type": "string",
4613            "traits": {
4614                "smithy.api#length": {
4615                    "min": 1,
4616                    "max": 255
4617                }
4618            }
4619        },
4620        "com.amazonaws.storagegateway#FileShareStatus": {
4621            "type": "string",
4622            "traits": {
4623                "smithy.api#documentation": "<p>The status of the file share.</p>\n\n         <p>Valid Values: <code>CREATING</code> | <code>UPDATING</code> | <code>AVAILABLE</code> |\n            <code>DELETING</code>\n         </p>",
4624                "smithy.api#length": {
4625                    "min": 3,
4626                    "max": 50
4627                }
4628            }
4629        },
4630        "com.amazonaws.storagegateway#FileShareType": {
4631            "type": "string",
4632            "traits": {
4633                "smithy.api#documentation": "<p>The type of the file share.</p>",
4634                "smithy.api#enum": [
4635                    {
4636                        "value": "NFS",
4637                        "name": "NFS"
4638                    },
4639                    {
4640                        "value": "SMB",
4641                        "name": "SMB"
4642                    }
4643                ]
4644            }
4645        },
4646        "com.amazonaws.storagegateway#FileSystemAssociationARN": {
4647            "type": "string",
4648            "traits": {
4649                "smithy.api#length": {
4650                    "min": 50,
4651                    "max": 500
4652                }
4653            }
4654        },
4655        "com.amazonaws.storagegateway#FileSystemAssociationARNList": {
4656            "type": "list",
4657            "member": {
4658                "target": "com.amazonaws.storagegateway#FileSystemAssociationARN"
4659            },
4660            "traits": {
4661                "smithy.api#length": {
4662                    "min": 1,
4663                    "max": 10
4664                }
4665            }
4666        },
4667        "com.amazonaws.storagegateway#FileSystemAssociationId": {
4668            "type": "string",
4669            "traits": {
4670                "smithy.api#length": {
4671                    "min": 10,
4672                    "max": 30
4673                }
4674            }
4675        },
4676        "com.amazonaws.storagegateway#FileSystemAssociationInfo": {
4677            "type": "structure",
4678            "members": {
4679                "FileSystemAssociationARN": {
4680                    "target": "com.amazonaws.storagegateway#FileSystemAssociationARN",
4681                    "traits": {
4682                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the file system association.</p>"
4683                    }
4684                },
4685                "LocationARN": {
4686                    "target": "com.amazonaws.storagegateway#FileSystemLocationARN",
4687                    "traits": {
4688                        "smithy.api#documentation": "<p>The ARN of the backend Amazon FSx file system used for storing file data. For\n         information, see <a href=\"https://docs.aws.amazon.com/fsx/latest/APIReference/API_FileSystem.html\">FileSystem</a> in the <i>Amazon FSx\n               API Reference</i>.</p>"
4689                    }
4690                },
4691                "FileSystemAssociationStatus": {
4692                    "target": "com.amazonaws.storagegateway#FileSystemAssociationStatus",
4693                    "traits": {
4694                        "smithy.api#documentation": "<p>The status of the file system association. \n         Valid Values: <code>AVAILABLE</code> | <code>CREATING</code> | <code>DELETING</code> | \n         <code>FORCE_DELETING</code> | <code>MISCONFIGURED</code> | <code>UPDATING</code> | <code>UNAVAILABLE</code>\n         </p>"
4695                    }
4696                },
4697                "AuditDestinationARN": {
4698                    "target": "com.amazonaws.storagegateway#AuditDestinationARN",
4699                    "traits": {
4700                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the storage used for the audit logs.</p>"
4701                    }
4702                },
4703                "GatewayARN": {
4704                    "target": "com.amazonaws.storagegateway#GatewayARN"
4705                },
4706                "Tags": {
4707                    "target": "com.amazonaws.storagegateway#Tags",
4708                    "traits": {
4709                        "smithy.api#documentation": "<p>A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key name. Each tag is a key-value pair.</p>"
4710                    }
4711                },
4712                "CacheAttributes": {
4713                    "target": "com.amazonaws.storagegateway#CacheAttributes"
4714                }
4715            },
4716            "traits": {
4717                "smithy.api#documentation": "<p>Describes the object returned by <code>DescribeFileSystemAssociations</code> that\n         describes a created file system association.</p>"
4718            }
4719        },
4720        "com.amazonaws.storagegateway#FileSystemAssociationInfoList": {
4721            "type": "list",
4722            "member": {
4723                "target": "com.amazonaws.storagegateway#FileSystemAssociationInfo"
4724            }
4725        },
4726        "com.amazonaws.storagegateway#FileSystemAssociationStatus": {
4727            "type": "string",
4728            "traits": {
4729                "smithy.api#length": {
4730                    "min": 3,
4731                    "max": 50
4732                }
4733            }
4734        },
4735        "com.amazonaws.storagegateway#FileSystemAssociationSummary": {
4736            "type": "structure",
4737            "members": {
4738                "FileSystemAssociationId": {
4739                    "target": "com.amazonaws.storagegateway#FileSystemAssociationId",
4740                    "traits": {
4741                        "smithy.api#documentation": "<p>The ID of the file system association.</p>"
4742                    }
4743                },
4744                "FileSystemAssociationARN": {
4745                    "target": "com.amazonaws.storagegateway#FileSystemAssociationARN",
4746                    "traits": {
4747                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the file system association.</p>"
4748                    }
4749                },
4750                "FileSystemAssociationStatus": {
4751                    "target": "com.amazonaws.storagegateway#FileSystemAssociationStatus",
4752                    "traits": {
4753                        "smithy.api#documentation": "<p>The status of the file share. Valid Values: <code>AVAILABLE</code> | <code>CREATING</code> | <code>DELETING</code> | \n         <code>FORCE_DELETING</code> | <code>MISCONFIGURED</code> | <code>UPDATING</code> | <code>UNAVAILABLE</code>\n         </p>"
4754                    }
4755                },
4756                "GatewayARN": {
4757                    "target": "com.amazonaws.storagegateway#GatewayARN"
4758                }
4759            },
4760            "traits": {
4761                "smithy.api#documentation": "<p>Gets the summary returned by <code>ListFileSystemAssociation</code>, which is a summary\n         of a created file system association.</p>"
4762            }
4763        },
4764        "com.amazonaws.storagegateway#FileSystemAssociationSummaryList": {
4765            "type": "list",
4766            "member": {
4767                "target": "com.amazonaws.storagegateway#FileSystemAssociationSummary"
4768            }
4769        },
4770        "com.amazonaws.storagegateway#FileSystemLocationARN": {
4771            "type": "string",
4772            "traits": {
4773                "smithy.api#length": {
4774                    "min": 8,
4775                    "max": 512
4776                }
4777            }
4778        },
4779        "com.amazonaws.storagegateway#Folder": {
4780            "type": "string",
4781            "traits": {
4782                "smithy.api#length": {
4783                    "min": 1,
4784                    "max": 1024
4785                }
4786            }
4787        },
4788        "com.amazonaws.storagegateway#FolderList": {
4789            "type": "list",
4790            "member": {
4791                "target": "com.amazonaws.storagegateway#Folder"
4792            },
4793            "traits": {
4794                "smithy.api#length": {
4795                    "min": 1,
4796                    "max": 50
4797                }
4798            }
4799        },
4800        "com.amazonaws.storagegateway#GatewayARN": {
4801            "type": "string",
4802            "traits": {
4803                "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the gateway. Use the <a>ListGateways</a>\n         operation to return a list of gateways for your account and AWS Region.</p>",
4804                "smithy.api#length": {
4805                    "min": 50,
4806                    "max": 500
4807                }
4808            }
4809        },
4810        "com.amazonaws.storagegateway#GatewayId": {
4811            "type": "string",
4812            "traits": {
4813                "smithy.api#length": {
4814                    "min": 12,
4815                    "max": 30
4816                }
4817            }
4818        },
4819        "com.amazonaws.storagegateway#GatewayInfo": {
4820            "type": "structure",
4821            "members": {
4822                "GatewayId": {
4823                    "target": "com.amazonaws.storagegateway#GatewayId",
4824                    "traits": {
4825                        "smithy.api#documentation": "<p>The unique identifier assigned to your gateway during activation. This ID becomes part\n         of the gateway Amazon Resource Name (ARN), which you use as input for other\n         operations.</p>"
4826                    }
4827                },
4828                "GatewayARN": {
4829                    "target": "com.amazonaws.storagegateway#GatewayARN",
4830                    "traits": {
4831                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the gateway. Use the <a>ListGateways</a>\n         operation to return a list of gateways for your account and AWS Region.</p>"
4832                    }
4833                },
4834                "GatewayType": {
4835                    "target": "com.amazonaws.storagegateway#GatewayType",
4836                    "traits": {
4837                        "smithy.api#documentation": "<p>The type of the gateway.</p>"
4838                    }
4839                },
4840                "GatewayOperationalState": {
4841                    "target": "com.amazonaws.storagegateway#GatewayOperationalState",
4842                    "traits": {
4843                        "smithy.api#documentation": "<p>The state of the gateway.</p>\n\n         <p>Valid Values: <code>DISABLED</code> | <code>ACTIVE</code>\n         </p>"
4844                    }
4845                },
4846                "GatewayName": {
4847                    "target": "com.amazonaws.storagegateway#string",
4848                    "traits": {
4849                        "smithy.api#documentation": "<p>The name of the gateway.</p>"
4850                    }
4851                },
4852                "Ec2InstanceId": {
4853                    "target": "com.amazonaws.storagegateway#Ec2InstanceId",
4854                    "traits": {
4855                        "smithy.api#documentation": "<p>The ID of the Amazon EC2 instance that was used to launch the gateway.</p>"
4856                    }
4857                },
4858                "Ec2InstanceRegion": {
4859                    "target": "com.amazonaws.storagegateway#Ec2InstanceRegion",
4860                    "traits": {
4861                        "smithy.api#documentation": "<p>The AWS Region where the Amazon EC2 instance is located.</p>"
4862                    }
4863                }
4864            },
4865            "traits": {
4866                "smithy.api#documentation": "<p>Describes a gateway object.</p>"
4867            }
4868        },
4869        "com.amazonaws.storagegateway#GatewayName": {
4870            "type": "string",
4871            "traits": {
4872                "smithy.api#documentation": "<p>The name you configured for your gateway.</p>",
4873                "smithy.api#length": {
4874                    "min": 2,
4875                    "max": 255
4876                },
4877                "smithy.api#pattern": "^[ -\\.0-\\[\\]-~]*[!-\\.0-\\[\\]-~][ -\\.0-\\[\\]-~]*$"
4878            }
4879        },
4880        "com.amazonaws.storagegateway#GatewayNetworkInterfaces": {
4881            "type": "list",
4882            "member": {
4883                "target": "com.amazonaws.storagegateway#NetworkInterface"
4884            }
4885        },
4886        "com.amazonaws.storagegateway#GatewayOperationalState": {
4887            "type": "string",
4888            "traits": {
4889                "smithy.api#length": {
4890                    "min": 2,
4891                    "max": 25
4892                }
4893            }
4894        },
4895        "com.amazonaws.storagegateway#GatewayState": {
4896            "type": "string",
4897            "traits": {
4898                "smithy.api#length": {
4899                    "min": 2,
4900                    "max": 25
4901                }
4902            }
4903        },
4904        "com.amazonaws.storagegateway#GatewayTimezone": {
4905            "type": "string",
4906            "traits": {
4907                "smithy.api#length": {
4908                    "min": 3,
4909                    "max": 10
4910                }
4911            }
4912        },
4913        "com.amazonaws.storagegateway#GatewayType": {
4914            "type": "string",
4915            "traits": {
4916                "smithy.api#length": {
4917                    "min": 2,
4918                    "max": 20
4919                }
4920            }
4921        },
4922        "com.amazonaws.storagegateway#Gateways": {
4923            "type": "list",
4924            "member": {
4925                "target": "com.amazonaws.storagegateway#GatewayInfo"
4926            }
4927        },
4928        "com.amazonaws.storagegateway#Host": {
4929            "type": "string",
4930            "traits": {
4931                "smithy.api#length": {
4932                    "min": 6,
4933                    "max": 1024
4934                },
4935                "smithy.api#pattern": "^(([a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9\\-]*[A-Za-z0-9])(:(\\d+))?$"
4936            }
4937        },
4938        "com.amazonaws.storagegateway#HostEnvironment": {
4939            "type": "string",
4940            "traits": {
4941                "smithy.api#enum": [
4942                    {
4943                        "value": "VMWARE",
4944                        "name": "VMWARE"
4945                    },
4946                    {
4947                        "value": "HYPER-V",
4948                        "name": "HYPER_V"
4949                    },
4950                    {
4951                        "value": "EC2",
4952                        "name": "EC2"
4953                    },
4954                    {
4955                        "value": "KVM",
4956                        "name": "KVM"
4957                    },
4958                    {
4959                        "value": "OTHER",
4960                        "name": "OTHER"
4961                    }
4962                ]
4963            }
4964        },
4965        "com.amazonaws.storagegateway#Hosts": {
4966            "type": "list",
4967            "member": {
4968                "target": "com.amazonaws.storagegateway#Host"
4969            }
4970        },
4971        "com.amazonaws.storagegateway#HourOfDay": {
4972            "type": "integer",
4973            "traits": {
4974                "smithy.api#box": {},
4975                "smithy.api#range": {
4976                    "min": 0,
4977                    "max": 23
4978                }
4979            }
4980        },
4981        "com.amazonaws.storagegateway#IPV4AddressCIDR": {
4982            "type": "string",
4983            "traits": {
4984                "smithy.api#pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/([0-9]|[1-2][0-9]|3[0-2]))?$"
4985            }
4986        },
4987        "com.amazonaws.storagegateway#Initiator": {
4988            "type": "string",
4989            "traits": {
4990                "smithy.api#length": {
4991                    "min": 1,
4992                    "max": 50
4993                }
4994            }
4995        },
4996        "com.amazonaws.storagegateway#Initiators": {
4997            "type": "list",
4998            "member": {
4999                "target": "com.amazonaws.storagegateway#Initiator"
5000            }
5001        },
5002        "com.amazonaws.storagegateway#InternalServerError": {
5003            "type": "structure",
5004            "members": {
5005                "message": {
5006                    "target": "com.amazonaws.storagegateway#string",
5007                    "traits": {
5008                        "smithy.api#documentation": "<p>A human-readable message describing the error that occurred.</p>"
5009                    }
5010                },
5011                "error": {
5012                    "target": "com.amazonaws.storagegateway#StorageGatewayError",
5013                    "traits": {
5014                        "smithy.api#documentation": "<p>A <a>StorageGatewayError</a> that provides more information about the cause\n         of the error.</p>"
5015                    }
5016                }
5017            },
5018            "traits": {
5019                "smithy.api#documentation": "<p>An internal server error has occurred during the request. For more information, see the\n         error and message fields.</p>",
5020                "smithy.api#error": "server",
5021                "smithy.api#httpError": 500
5022            }
5023        },
5024        "com.amazonaws.storagegateway#InvalidGatewayRequestException": {
5025            "type": "structure",
5026            "members": {
5027                "message": {
5028                    "target": "com.amazonaws.storagegateway#string",
5029                    "traits": {
5030                        "smithy.api#documentation": "<p>A human-readable message describing the error that occurred.</p>"
5031                    }
5032                },
5033                "error": {
5034                    "target": "com.amazonaws.storagegateway#StorageGatewayError",
5035                    "traits": {
5036                        "smithy.api#documentation": "<p>A <a>StorageGatewayError</a> that provides more detail about the cause of the\n         error.</p>"
5037                    }
5038                }
5039            },
5040            "traits": {
5041                "smithy.api#documentation": "<p>An exception occurred because an invalid gateway request was issued to the service. For\n         more information, see the error and message fields.</p>",
5042                "smithy.api#error": "client",
5043                "smithy.api#httpError": 400
5044            }
5045        },
5046        "com.amazonaws.storagegateway#IqnName": {
5047            "type": "string",
5048            "traits": {
5049                "smithy.api#length": {
5050                    "min": 1,
5051                    "max": 255
5052                },
5053                "smithy.api#pattern": "[0-9a-z:.-]+"
5054            }
5055        },
5056        "com.amazonaws.storagegateway#JoinDomain": {
5057            "type": "operation",
5058            "input": {
5059                "target": "com.amazonaws.storagegateway#JoinDomainInput"
5060            },
5061            "output": {
5062                "target": "com.amazonaws.storagegateway#JoinDomainOutput"
5063            },
5064            "errors": [
5065                {
5066                    "target": "com.amazonaws.storagegateway#InternalServerError"
5067                },
5068                {
5069                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
5070                }
5071            ],
5072            "traits": {
5073                "smithy.api#documentation": "<p>Adds a file gateway to an Active Directory domain. This operation is only supported for\n         file gateways that support the SMB file protocol.</p>"
5074            }
5075        },
5076        "com.amazonaws.storagegateway#JoinDomainInput": {
5077            "type": "structure",
5078            "members": {
5079                "GatewayARN": {
5080                    "target": "com.amazonaws.storagegateway#GatewayARN",
5081                    "traits": {
5082                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the gateway. Use the <code>ListGateways</code>\n         operation to return a list of gateways for your account and AWS Region.</p>",
5083                        "smithy.api#required": {}
5084                    }
5085                },
5086                "DomainName": {
5087                    "target": "com.amazonaws.storagegateway#DomainName",
5088                    "traits": {
5089                        "smithy.api#documentation": "<p>The name of the domain that you want the gateway to join.</p>",
5090                        "smithy.api#required": {}
5091                    }
5092                },
5093                "OrganizationalUnit": {
5094                    "target": "com.amazonaws.storagegateway#OrganizationalUnit",
5095                    "traits": {
5096                        "smithy.api#documentation": "<p>The organizational unit (OU) is a container in an Active Directory that can hold users,\n         groups, computers, and other OUs and this parameter specifies the OU that the gateway will\n         join within the AD domain.</p>"
5097                    }
5098                },
5099                "DomainControllers": {
5100                    "target": "com.amazonaws.storagegateway#Hosts",
5101                    "traits": {
5102                        "smithy.api#documentation": "<p>List of IPv4 addresses, NetBIOS names, or host names of your domain server. If you need\n         to specify the port number include it after the colon (“:”). For example,\n            <code>mydc.mydomain.com:389</code>.</p>"
5103                    }
5104                },
5105                "TimeoutInSeconds": {
5106                    "target": "com.amazonaws.storagegateway#TimeoutInSeconds",
5107                    "traits": {
5108                        "smithy.api#documentation": "<p>Specifies the time in seconds, in which the <code>JoinDomain</code> operation must\n         complete. The default is 20 seconds.</p>"
5109                    }
5110                },
5111                "UserName": {
5112                    "target": "com.amazonaws.storagegateway#DomainUserName",
5113                    "traits": {
5114                        "smithy.api#documentation": "<p>Sets the user name of user who has permission to add the gateway to the Active Directory\n         domain. The domain user account should be enabled to join computers to the domain. For\n         example, you can use the domain administrator account or an account with delegated\n         permissions to join computers to the domain.</p>",
5115                        "smithy.api#required": {}
5116                    }
5117                },
5118                "Password": {
5119                    "target": "com.amazonaws.storagegateway#DomainUserPassword",
5120                    "traits": {
5121                        "smithy.api#documentation": "<p>Sets the password of the user who has permission to add the gateway to the Active\n         Directory domain.</p>",
5122                        "smithy.api#required": {}
5123                    }
5124                }
5125            },
5126            "traits": {
5127                "smithy.api#documentation": "<p>JoinDomainInput</p>"
5128            }
5129        },
5130        "com.amazonaws.storagegateway#JoinDomainOutput": {
5131            "type": "structure",
5132            "members": {
5133                "GatewayARN": {
5134                    "target": "com.amazonaws.storagegateway#GatewayARN",
5135                    "traits": {
5136                        "smithy.api#documentation": "<p>The unique Amazon Resource Name (ARN) of the gateway that joined the domain.</p>"
5137                    }
5138                },
5139                "ActiveDirectoryStatus": {
5140                    "target": "com.amazonaws.storagegateway#ActiveDirectoryStatus",
5141                    "traits": {
5142                        "smithy.api#documentation": "<p>Indicates the status of the gateway as a member of the Active Directory domain.</p>\n\n         <ul>\n            <li>\n               <p>\n                  <code>ACCESS_DENIED</code>: Indicates that the <code>JoinDomain</code> operation\n               failed due to an authentication error.</p>\n            </li>\n            <li>\n               <p>\n                  <code>DETACHED</code>: Indicates that gateway is not joined to a domain.</p>\n            </li>\n            <li>\n               <p>\n                  <code>JOINED</code>: Indicates that the gateway has successfully joined a\n               domain.</p>\n            </li>\n            <li>\n               <p>\n                  <code>JOINING</code>: Indicates that a <code>JoinDomain</code> operation is in\n               progress.</p>\n            </li>\n            <li>\n               <p>\n                  <code>NETWORK_ERROR</code>: Indicates that <code>JoinDomain</code> operation\n               failed due to a network or connectivity error.</p>\n            </li>\n            <li>\n               <p>\n                  <code>TIMEOUT</code>: Indicates that the <code>JoinDomain</code> operation failed\n               because the operation didn't complete within the allotted time.</p>\n            </li>\n            <li>\n               <p>\n                  <code>UNKNOWN_ERROR</code>: Indicates that the <code>JoinDomain</code> operation\n               failed due to another type of error.</p>\n            </li>\n         </ul>"
5143                    }
5144                }
5145            },
5146            "traits": {
5147                "smithy.api#documentation": "<p>JoinDomainOutput</p>"
5148            }
5149        },
5150        "com.amazonaws.storagegateway#KMSKey": {
5151            "type": "string",
5152            "traits": {
5153                "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon\n         S3 server-side encryption. Storage Gateway does not support asymmetric CMKs. This value can\n         only be set when <code>KMSEncrypted</code> is <code>true</code>. Optional.</p>",
5154                "smithy.api#length": {
5155                    "min": 7,
5156                    "max": 2048
5157                },
5158                "smithy.api#pattern": "(^arn:(aws|aws-cn|aws-us-gov):kms:([a-zA-Z0-9-]+):([0-9]+):(key|alias)/(\\S+)$)|(^alias/(\\S+)$)"
5159            }
5160        },
5161        "com.amazonaws.storagegateway#LastSoftwareUpdate": {
5162            "type": "string",
5163            "traits": {
5164                "smithy.api#length": {
5165                    "min": 1,
5166                    "max": 25
5167                }
5168            }
5169        },
5170        "com.amazonaws.storagegateway#ListAutomaticTapeCreationPolicies": {
5171            "type": "operation",
5172            "input": {
5173                "target": "com.amazonaws.storagegateway#ListAutomaticTapeCreationPoliciesInput"
5174            },
5175            "output": {
5176                "target": "com.amazonaws.storagegateway#ListAutomaticTapeCreationPoliciesOutput"
5177            },
5178            "errors": [
5179                {
5180                    "target": "com.amazonaws.storagegateway#InternalServerError"
5181                },
5182                {
5183                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
5184                }
5185            ],
5186            "traits": {
5187                "smithy.api#documentation": "<p>Lists the automatic tape creation policies for a gateway. If there are no automatic tape\n         creation policies for the gateway, it returns an empty list.</p>\n\n         <p>This operation is only supported for tape gateways.</p>"
5188            }
5189        },
5190        "com.amazonaws.storagegateway#ListAutomaticTapeCreationPoliciesInput": {
5191            "type": "structure",
5192            "members": {
5193                "GatewayARN": {
5194                    "target": "com.amazonaws.storagegateway#GatewayARN"
5195                }
5196            }
5197        },
5198        "com.amazonaws.storagegateway#ListAutomaticTapeCreationPoliciesOutput": {
5199            "type": "structure",
5200            "members": {
5201                "AutomaticTapeCreationPolicyInfos": {
5202                    "target": "com.amazonaws.storagegateway#AutomaticTapeCreationPolicyInfos",
5203                    "traits": {
5204                        "smithy.api#documentation": "<p>Gets a listing of information about the gateway's automatic tape creation policies,\n         including the automatic tape creation rules and the gateway that is using the\n         policies.</p>"
5205                    }
5206                }
5207            }
5208        },
5209        "com.amazonaws.storagegateway#ListFileShares": {
5210            "type": "operation",
5211            "input": {
5212                "target": "com.amazonaws.storagegateway#ListFileSharesInput"
5213            },
5214            "output": {
5215                "target": "com.amazonaws.storagegateway#ListFileSharesOutput"
5216            },
5217            "errors": [
5218                {
5219                    "target": "com.amazonaws.storagegateway#InternalServerError"
5220                },
5221                {
5222                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
5223                }
5224            ],
5225            "traits": {
5226                "smithy.api#documentation": "<p>Gets a list of the file shares for a specific file gateway, or the list of file shares\n         that belong to the calling user account. This operation is only supported for file\n         gateways.</p>",
5227                "smithy.api#paginated": {
5228                    "inputToken": "Marker",
5229                    "outputToken": "NextMarker",
5230                    "items": "FileShareInfoList",
5231                    "pageSize": "Limit"
5232                }
5233            }
5234        },
5235        "com.amazonaws.storagegateway#ListFileSharesInput": {
5236            "type": "structure",
5237            "members": {
5238                "GatewayARN": {
5239                    "target": "com.amazonaws.storagegateway#GatewayARN",
5240                    "traits": {
5241                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the gateway whose file shares you want to list. If\n         this field is not present, all file shares under your account are listed.</p>"
5242                    }
5243                },
5244                "Limit": {
5245                    "target": "com.amazonaws.storagegateway#PositiveIntObject",
5246                    "traits": {
5247                        "smithy.api#documentation": "<p>The maximum number of file shares to return in the response. The value must be an\n         integer with a value greater than zero. Optional.</p>"
5248                    }
5249                },
5250                "Marker": {
5251                    "target": "com.amazonaws.storagegateway#Marker",
5252                    "traits": {
5253                        "smithy.api#documentation": "<p>Opaque pagination token returned from a previous ListFileShares operation. If present,\n            <code>Marker</code> specifies where to continue the list from after a previous call to\n         ListFileShares. Optional.</p>"
5254                    }
5255                }
5256            },
5257            "traits": {
5258                "smithy.api#documentation": "<p>ListFileShareInput</p>"
5259            }
5260        },
5261        "com.amazonaws.storagegateway#ListFileSharesOutput": {
5262            "type": "structure",
5263            "members": {
5264                "Marker": {
5265                    "target": "com.amazonaws.storagegateway#Marker",
5266                    "traits": {
5267                        "smithy.api#documentation": "<p>If the request includes <code>Marker</code>, the response returns that value in this\n         field.</p>"
5268                    }
5269                },
5270                "NextMarker": {
5271                    "target": "com.amazonaws.storagegateway#Marker",
5272                    "traits": {
5273                        "smithy.api#documentation": "<p>If a value is present, there are more file shares to return. In a subsequent request,\n         use <code>NextMarker</code> as the value for <code>Marker</code> to retrieve the next set\n         of file shares.</p>"
5274                    }
5275                },
5276                "FileShareInfoList": {
5277                    "target": "com.amazonaws.storagegateway#FileShareInfoList",
5278                    "traits": {
5279                        "smithy.api#documentation": "<p>An array of information about the file gateway's file shares.</p>"
5280                    }
5281                }
5282            },
5283            "traits": {
5284                "smithy.api#documentation": "<p>ListFileShareOutput</p>"
5285            }
5286        },
5287        "com.amazonaws.storagegateway#ListFileSystemAssociations": {
5288            "type": "operation",
5289            "input": {
5290                "target": "com.amazonaws.storagegateway#ListFileSystemAssociationsInput"
5291            },
5292            "output": {
5293                "target": "com.amazonaws.storagegateway#ListFileSystemAssociationsOutput"
5294            },
5295            "errors": [
5296                {
5297                    "target": "com.amazonaws.storagegateway#InternalServerError"
5298                },
5299                {
5300                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
5301                }
5302            ],
5303            "traits": {
5304                "smithy.api#documentation": "<p>Gets a list of <code>FileSystemAssociationSummary</code> objects. Each object contains a\n         summary of a file system association. This operation is only supported for Amazon FSx file\n         gateways.</p>",
5305                "smithy.api#paginated": {
5306                    "inputToken": "Marker",
5307                    "outputToken": "NextMarker",
5308                    "items": "FileSystemAssociationSummaryList",
5309                    "pageSize": "Limit"
5310                }
5311            }
5312        },
5313        "com.amazonaws.storagegateway#ListFileSystemAssociationsInput": {
5314            "type": "structure",
5315            "members": {
5316                "GatewayARN": {
5317                    "target": "com.amazonaws.storagegateway#GatewayARN"
5318                },
5319                "Limit": {
5320                    "target": "com.amazonaws.storagegateway#PositiveIntObject",
5321                    "traits": {
5322                        "smithy.api#documentation": "<p>The maximum number of file system associations to return in the response. If present, <code>Limit</code> must be an integer with a value greater than zero. Optional.</p>"
5323                    }
5324                },
5325                "Marker": {
5326                    "target": "com.amazonaws.storagegateway#Marker",
5327                    "traits": {
5328                        "smithy.api#documentation": "<p>Opaque pagination token returned from a previous <code>ListFileSystemAssociations</code> operation. If present, <code>Marker</code> specifies where to continue the list from after a previous call to <code>ListFileSystemAssociations</code>. Optional.</p>"
5329                    }
5330                }
5331            }
5332        },
5333        "com.amazonaws.storagegateway#ListFileSystemAssociationsOutput": {
5334            "type": "structure",
5335            "members": {
5336                "Marker": {
5337                    "target": "com.amazonaws.storagegateway#Marker",
5338                    "traits": {
5339                        "smithy.api#documentation": "<p>If the request includes <code>Marker</code>, the response returns that value in this field.</p>"
5340                    }
5341                },
5342                "NextMarker": {
5343                    "target": "com.amazonaws.storagegateway#Marker",
5344                    "traits": {
5345                        "smithy.api#documentation": "<p>If a value is present, there are more file system associations to return. \n         In a subsequent request, use <code>NextMarker</code> as the value for <code>Marker</code> to retrieve the next set of file system associations.</p>"
5346                    }
5347                },
5348                "FileSystemAssociationSummaryList": {
5349                    "target": "com.amazonaws.storagegateway#FileSystemAssociationSummaryList",
5350                    "traits": {
5351                        "smithy.api#documentation": "<p>An array of information about the Amazon FSx gateway's file system associations.</p>"
5352                    }
5353                }
5354            }
5355        },
5356        "com.amazonaws.storagegateway#ListGateways": {
5357            "type": "operation",
5358            "input": {
5359                "target": "com.amazonaws.storagegateway#ListGatewaysInput"
5360            },
5361            "output": {
5362                "target": "com.amazonaws.storagegateway#ListGatewaysOutput"
5363            },
5364            "errors": [
5365                {
5366                    "target": "com.amazonaws.storagegateway#InternalServerError"
5367                },
5368                {
5369                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
5370                }
5371            ],
5372            "traits": {
5373                "smithy.api#documentation": "<p>Lists gateways owned by an AWS account in an AWS Region specified in the request. The\n         returned list is ordered by gateway Amazon Resource Name (ARN).</p>\n\n         <p>By default, the operation returns a maximum of 100 gateways. This operation supports\n         pagination that allows you to optionally reduce the number of gateways returned in a\n         response.</p>\n\n         <p>If you have more gateways than are returned in a response (that is, the response returns\n         only a truncated list of your gateways), the response contains a marker that you can\n         specify in your next request to fetch the next page of gateways.</p>",
5374                "smithy.api#paginated": {
5375                    "inputToken": "Marker",
5376                    "outputToken": "Marker",
5377                    "items": "Gateways",
5378                    "pageSize": "Limit"
5379                }
5380            }
5381        },
5382        "com.amazonaws.storagegateway#ListGatewaysInput": {
5383            "type": "structure",
5384            "members": {
5385                "Marker": {
5386                    "target": "com.amazonaws.storagegateway#Marker",
5387                    "traits": {
5388                        "smithy.api#documentation": "<p>An opaque string that indicates the position at which to begin the returned list of\n         gateways.</p>"
5389                    }
5390                },
5391                "Limit": {
5392                    "target": "com.amazonaws.storagegateway#PositiveIntObject",
5393                    "traits": {
5394                        "smithy.api#documentation": "<p>Specifies that the list of gateways returned be limited to the specified number of\n         items.</p>"
5395                    }
5396                }
5397            },
5398            "traits": {
5399                "smithy.api#documentation": "<p>A JSON object containing zero or more of the following fields:</p>\n\n         <ul>\n            <li>\n               <p>\n                  <a>ListGatewaysInput$Limit</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>ListGatewaysInput$Marker</a>\n               </p>\n            </li>\n         </ul>"
5400            }
5401        },
5402        "com.amazonaws.storagegateway#ListGatewaysOutput": {
5403            "type": "structure",
5404            "members": {
5405                "Gateways": {
5406                    "target": "com.amazonaws.storagegateway#Gateways",
5407                    "traits": {
5408                        "smithy.api#documentation": "<p>An array of <a>GatewayInfo</a> objects.</p>"
5409                    }
5410                },
5411                "Marker": {
5412                    "target": "com.amazonaws.storagegateway#Marker",
5413                    "traits": {
5414                        "smithy.api#documentation": "<p>Use the marker in your next request to fetch the next set of gateways in the list. If\n         there are no more gateways to list, this field does not appear in the response.</p>"
5415                    }
5416                }
5417            }
5418        },
5419        "com.amazonaws.storagegateway#ListLocalDisks": {
5420            "type": "operation",
5421            "input": {
5422                "target": "com.amazonaws.storagegateway#ListLocalDisksInput"
5423            },
5424            "output": {
5425                "target": "com.amazonaws.storagegateway#ListLocalDisksOutput"
5426            },
5427            "errors": [
5428                {
5429                    "target": "com.amazonaws.storagegateway#InternalServerError"
5430                },
5431                {
5432                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
5433                }
5434            ],
5435            "traits": {
5436                "smithy.api#documentation": "<p>Returns a list of the gateway's local disks. To specify which gateway to describe,\n         you use the Amazon Resource Name (ARN) of the gateway in the body of the request.</p>\n\n         <p>The request returns a list of all disks, specifying which are configured as working\n         storage, cache storage, or stored volume or not configured at all. The response includes a\n            <code>DiskStatus</code> field. This field can have a value of present (the disk is\n         available to use), missing (the disk is no longer connected to the gateway), or mismatch\n         (the disk node is occupied by a disk that has incorrect metadata or the disk content is\n         corrupted).</p>"
5437            }
5438        },
5439        "com.amazonaws.storagegateway#ListLocalDisksInput": {
5440            "type": "structure",
5441            "members": {
5442                "GatewayARN": {
5443                    "target": "com.amazonaws.storagegateway#GatewayARN",
5444                    "traits": {
5445                        "smithy.api#required": {}
5446                    }
5447                }
5448            },
5449            "traits": {
5450                "smithy.api#documentation": "<p>A JSON object containing the Amazon Resource Name (ARN) of the gateway.</p>"
5451            }
5452        },
5453        "com.amazonaws.storagegateway#ListLocalDisksOutput": {
5454            "type": "structure",
5455            "members": {
5456                "GatewayARN": {
5457                    "target": "com.amazonaws.storagegateway#GatewayARN"
5458                },
5459                "Disks": {
5460                    "target": "com.amazonaws.storagegateway#Disks",
5461                    "traits": {
5462                        "smithy.api#documentation": "<p>A JSON object containing the following fields:</p>\n\n         <ul>\n            <li>\n               <p>\n                  <a>ListLocalDisksOutput$Disks</a>\n               </p>\n            </li>\n         </ul>"
5463                    }
5464                }
5465            }
5466        },
5467        "com.amazonaws.storagegateway#ListTagsForResource": {
5468            "type": "operation",
5469            "input": {
5470                "target": "com.amazonaws.storagegateway#ListTagsForResourceInput"
5471            },
5472            "output": {
5473                "target": "com.amazonaws.storagegateway#ListTagsForResourceOutput"
5474            },
5475            "errors": [
5476                {
5477                    "target": "com.amazonaws.storagegateway#InternalServerError"
5478                },
5479                {
5480                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
5481                }
5482            ],
5483            "traits": {
5484                "smithy.api#documentation": "<p>Lists the tags that have been added to the specified resource. This operation is\n         supported in storage gateways of all types.</p>",
5485                "smithy.api#paginated": {
5486                    "inputToken": "Marker",
5487                    "outputToken": "Marker",
5488                    "items": "Tags",
5489                    "pageSize": "Limit"
5490                }
5491            }
5492        },
5493        "com.amazonaws.storagegateway#ListTagsForResourceInput": {
5494            "type": "structure",
5495            "members": {
5496                "ResourceARN": {
5497                    "target": "com.amazonaws.storagegateway#ResourceARN",
5498                    "traits": {
5499                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the resource for which you want to list tags.</p>",
5500                        "smithy.api#required": {}
5501                    }
5502                },
5503                "Marker": {
5504                    "target": "com.amazonaws.storagegateway#Marker",
5505                    "traits": {
5506                        "smithy.api#documentation": "<p>An opaque string that indicates the position at which to begin returning the list of\n         tags.</p>"
5507                    }
5508                },
5509                "Limit": {
5510                    "target": "com.amazonaws.storagegateway#PositiveIntObject",
5511                    "traits": {
5512                        "smithy.api#documentation": "<p>Specifies that the list of tags returned be limited to the specified number of\n         items.</p>"
5513                    }
5514                }
5515            },
5516            "traits": {
5517                "smithy.api#documentation": "<p>ListTagsForResourceInput</p>"
5518            }
5519        },
5520        "com.amazonaws.storagegateway#ListTagsForResourceOutput": {
5521            "type": "structure",
5522            "members": {
5523                "ResourceARN": {
5524                    "target": "com.amazonaws.storagegateway#ResourceARN",
5525                    "traits": {
5526                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the resource for which you want to list tags.</p>"
5527                    }
5528                },
5529                "Marker": {
5530                    "target": "com.amazonaws.storagegateway#Marker",
5531                    "traits": {
5532                        "smithy.api#documentation": "<p>An opaque string that indicates the position at which to stop returning the list of\n         tags.</p>"
5533                    }
5534                },
5535                "Tags": {
5536                    "target": "com.amazonaws.storagegateway#Tags",
5537                    "traits": {
5538                        "smithy.api#documentation": "<p>An array that contains the tags for the specified resource.</p>"
5539                    }
5540                }
5541            },
5542            "traits": {
5543                "smithy.api#documentation": "<p>ListTagsForResourceOutput</p>"
5544            }
5545        },
5546        "com.amazonaws.storagegateway#ListTapePools": {
5547            "type": "operation",
5548            "input": {
5549                "target": "com.amazonaws.storagegateway#ListTapePoolsInput"
5550            },
5551            "output": {
5552                "target": "com.amazonaws.storagegateway#ListTapePoolsOutput"
5553            },
5554            "errors": [
5555                {
5556                    "target": "com.amazonaws.storagegateway#InternalServerError"
5557                },
5558                {
5559                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
5560                }
5561            ],
5562            "traits": {
5563                "smithy.api#documentation": "<p>Lists custom tape pools. You specify custom tape pools to list by specifying one or more\n         custom tape pool Amazon Resource Names (ARNs). If you don't specify a custom tape pool ARN,\n         the operation lists all custom tape pools.</p>\n\n         <p>This operation supports pagination. You can optionally specify the <code>Limit</code>\n         parameter in the body to limit the number of tape pools in the response. If the number of\n         tape pools returned in the response is truncated, the response includes a\n            <code>Marker</code> element that you can use in your subsequent request to retrieve the\n         next set of tape pools.</p>",
5564                "smithy.api#paginated": {
5565                    "inputToken": "Marker",
5566                    "outputToken": "Marker",
5567                    "items": "PoolInfos",
5568                    "pageSize": "Limit"
5569                }
5570            }
5571        },
5572        "com.amazonaws.storagegateway#ListTapePoolsInput": {
5573            "type": "structure",
5574            "members": {
5575                "PoolARNs": {
5576                    "target": "com.amazonaws.storagegateway#PoolARNs",
5577                    "traits": {
5578                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of each of the custom tape pools you want to list. If you\n         don't specify a custom tape pool ARN, the response lists all custom tape pools. </p>"
5579                    }
5580                },
5581                "Marker": {
5582                    "target": "com.amazonaws.storagegateway#Marker",
5583                    "traits": {
5584                        "smithy.api#documentation": "<p>A string that indicates the position at which to begin the returned list of tape\n         pools.</p>"
5585                    }
5586                },
5587                "Limit": {
5588                    "target": "com.amazonaws.storagegateway#PositiveIntObject",
5589                    "traits": {
5590                        "smithy.api#documentation": "<p>An optional number limit for the tape pools in the list returned by this call.</p>"
5591                    }
5592                }
5593            }
5594        },
5595        "com.amazonaws.storagegateway#ListTapePoolsOutput": {
5596            "type": "structure",
5597            "members": {
5598                "PoolInfos": {
5599                    "target": "com.amazonaws.storagegateway#PoolInfos",
5600                    "traits": {
5601                        "smithy.api#documentation": "<p>An array of <code>PoolInfo</code> objects, where each object describes a single custom\n         tape pool. If there are no custom tape pools, the <code>PoolInfos</code> is an empty array.\n      </p>"
5602                    }
5603                },
5604                "Marker": {
5605                    "target": "com.amazonaws.storagegateway#Marker",
5606                    "traits": {
5607                        "smithy.api#documentation": "<p>A string that indicates the position at which to begin the returned list of tape pools.\n         Use the marker in your next request to continue pagination of tape pools. If there are no\n         more tape pools to list, this element does not appear in the response body. </p>"
5608                    }
5609                }
5610            }
5611        },
5612        "com.amazonaws.storagegateway#ListTapes": {
5613            "type": "operation",
5614            "input": {
5615                "target": "com.amazonaws.storagegateway#ListTapesInput"
5616            },
5617            "output": {
5618                "target": "com.amazonaws.storagegateway#ListTapesOutput"
5619            },
5620            "errors": [
5621                {
5622                    "target": "com.amazonaws.storagegateway#InternalServerError"
5623                },
5624                {
5625                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
5626                }
5627            ],
5628            "traits": {
5629                "smithy.api#documentation": "<p>Lists virtual tapes in your virtual tape library (VTL) and your virtual tape shelf\n         (VTS). You specify the tapes to list by specifying one or more tape Amazon Resource Names\n         (ARNs). If you don't specify a tape ARN, the operation lists all virtual tapes in both\n         your VTL and VTS.</p>\n\n         <p>This operation supports pagination. By default, the operation returns a maximum of up to\n         100 tapes. You can optionally specify the <code>Limit</code> parameter in the body to limit\n         the number of tapes in the response. If the number of tapes returned in the response is\n         truncated, the response includes a <code>Marker</code> element that you can use in your\n         subsequent request to retrieve the next set of tapes. This operation is only supported in\n         the tape gateway type.</p>",
5630                "smithy.api#paginated": {
5631                    "inputToken": "Marker",
5632                    "outputToken": "Marker",
5633                    "items": "TapeInfos",
5634                    "pageSize": "Limit"
5635                }
5636            }
5637        },
5638        "com.amazonaws.storagegateway#ListTapesInput": {
5639            "type": "structure",
5640            "members": {
5641                "TapeARNs": {
5642                    "target": "com.amazonaws.storagegateway#TapeARNs"
5643                },
5644                "Marker": {
5645                    "target": "com.amazonaws.storagegateway#Marker",
5646                    "traits": {
5647                        "smithy.api#documentation": "<p>A string that indicates the position at which to begin the returned list of\n         tapes.</p>"
5648                    }
5649                },
5650                "Limit": {
5651                    "target": "com.amazonaws.storagegateway#PositiveIntObject",
5652                    "traits": {
5653                        "smithy.api#documentation": "<p>An optional number limit for the tapes in the list returned by this call.</p>"
5654                    }
5655                }
5656            },
5657            "traits": {
5658                "smithy.api#documentation": "<p>A JSON object that contains one or more of the following fields:</p>\n\n         <ul>\n            <li>\n               <p>\n                  <a>ListTapesInput$Limit</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>ListTapesInput$Marker</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>ListTapesInput$TapeARNs</a>\n               </p>\n            </li>\n         </ul>"
5659            }
5660        },
5661        "com.amazonaws.storagegateway#ListTapesOutput": {
5662            "type": "structure",
5663            "members": {
5664                "TapeInfos": {
5665                    "target": "com.amazonaws.storagegateway#TapeInfos"
5666                },
5667                "Marker": {
5668                    "target": "com.amazonaws.storagegateway#Marker",
5669                    "traits": {
5670                        "smithy.api#documentation": "<p>A string that indicates the position at which to begin returning the next list of tapes.\n         Use the marker in your next request to continue pagination of tapes. If there are no more\n         tapes to list, this element does not appear in the response body.</p>"
5671                    }
5672                }
5673            },
5674            "traits": {
5675                "smithy.api#documentation": "<p>A JSON object containing the following fields:</p>\n\n         <ul>\n            <li>\n               <p>\n                  <a>ListTapesOutput$Marker</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>ListTapesOutput$VolumeInfos</a>\n               </p>\n            </li>\n         </ul>"
5676            }
5677        },
5678        "com.amazonaws.storagegateway#ListVolumeInitiators": {
5679            "type": "operation",
5680            "input": {
5681                "target": "com.amazonaws.storagegateway#ListVolumeInitiatorsInput"
5682            },
5683            "output": {
5684                "target": "com.amazonaws.storagegateway#ListVolumeInitiatorsOutput"
5685            },
5686            "errors": [
5687                {
5688                    "target": "com.amazonaws.storagegateway#InternalServerError"
5689                },
5690                {
5691                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
5692                }
5693            ],
5694            "traits": {
5695                "smithy.api#documentation": "<p>Lists iSCSI initiators that are connected to a volume. You can use this operation to\n         determine whether a volume is being used or not. This operation is only supported in the\n         cached volume and stored volume gateway types.</p>"
5696            }
5697        },
5698        "com.amazonaws.storagegateway#ListVolumeInitiatorsInput": {
5699            "type": "structure",
5700            "members": {
5701                "VolumeARN": {
5702                    "target": "com.amazonaws.storagegateway#VolumeARN",
5703                    "traits": {
5704                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the volume. Use the <a>ListVolumes</a>\n         operation to return a list of gateway volumes for the gateway.</p>",
5705                        "smithy.api#required": {}
5706                    }
5707                }
5708            },
5709            "traits": {
5710                "smithy.api#documentation": "<p>ListVolumeInitiatorsInput</p>"
5711            }
5712        },
5713        "com.amazonaws.storagegateway#ListVolumeInitiatorsOutput": {
5714            "type": "structure",
5715            "members": {
5716                "Initiators": {
5717                    "target": "com.amazonaws.storagegateway#Initiators",
5718                    "traits": {
5719                        "smithy.api#documentation": "<p>The host names and port numbers of all iSCSI initiators that are connected to the\n         gateway.</p>"
5720                    }
5721                }
5722            },
5723            "traits": {
5724                "smithy.api#documentation": "<p>ListVolumeInitiatorsOutput</p>"
5725            }
5726        },
5727        "com.amazonaws.storagegateway#ListVolumeRecoveryPoints": {
5728            "type": "operation",
5729            "input": {
5730                "target": "com.amazonaws.storagegateway#ListVolumeRecoveryPointsInput"
5731            },
5732            "output": {
5733                "target": "com.amazonaws.storagegateway#ListVolumeRecoveryPointsOutput"
5734            },
5735            "errors": [
5736                {
5737                    "target": "com.amazonaws.storagegateway#InternalServerError"
5738                },
5739                {
5740                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
5741                }
5742            ],
5743            "traits": {
5744                "smithy.api#documentation": "<p>Lists the recovery points for a specified gateway. This operation is only supported in\n         the cached volume gateway type.</p>\n\n         <p>Each cache volume has one recovery point. A volume recovery point is a point in time at\n         which all data of the volume is consistent and from which you can create a snapshot or\n         clone a new cached volume from a source volume. To create a snapshot from a volume recovery\n         point use the <a>CreateSnapshotFromVolumeRecoveryPoint</a> operation.</p>"
5745            }
5746        },
5747        "com.amazonaws.storagegateway#ListVolumeRecoveryPointsInput": {
5748            "type": "structure",
5749            "members": {
5750                "GatewayARN": {
5751                    "target": "com.amazonaws.storagegateway#GatewayARN",
5752                    "traits": {
5753                        "smithy.api#required": {}
5754                    }
5755                }
5756            }
5757        },
5758        "com.amazonaws.storagegateway#ListVolumeRecoveryPointsOutput": {
5759            "type": "structure",
5760            "members": {
5761                "GatewayARN": {
5762                    "target": "com.amazonaws.storagegateway#GatewayARN"
5763                },
5764                "VolumeRecoveryPointInfos": {
5765                    "target": "com.amazonaws.storagegateway#VolumeRecoveryPointInfos",
5766                    "traits": {
5767                        "smithy.api#documentation": "<p>An array of <a>VolumeRecoveryPointInfo</a> objects.</p>"
5768                    }
5769                }
5770            }
5771        },
5772        "com.amazonaws.storagegateway#ListVolumes": {
5773            "type": "operation",
5774            "input": {
5775                "target": "com.amazonaws.storagegateway#ListVolumesInput"
5776            },
5777            "output": {
5778                "target": "com.amazonaws.storagegateway#ListVolumesOutput"
5779            },
5780            "errors": [
5781                {
5782                    "target": "com.amazonaws.storagegateway#InternalServerError"
5783                },
5784                {
5785                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
5786                }
5787            ],
5788            "traits": {
5789                "smithy.api#documentation": "<p>Lists the iSCSI stored volumes of a gateway. Results are sorted by volume ARN. The\n         response includes only the volume ARNs. If you want additional volume information, use the\n            <a>DescribeStorediSCSIVolumes</a> or the <a>DescribeCachediSCSIVolumes</a> API.</p>\n\n         <p>The operation supports pagination. By default, the operation returns a maximum of up to\n         100 volumes. You can optionally specify the <code>Limit</code> field in the body to limit\n         the number of volumes in the response. If the number of volumes returned in the response is\n         truncated, the response includes a Marker field. You can use this Marker value in your\n         subsequent request to retrieve the next set of volumes. This operation is only supported in\n         the cached volume and stored volume gateway types.</p>",
5790                "smithy.api#paginated": {
5791                    "inputToken": "Marker",
5792                    "outputToken": "Marker",
5793                    "items": "VolumeInfos",
5794                    "pageSize": "Limit"
5795                }
5796            }
5797        },
5798        "com.amazonaws.storagegateway#ListVolumesInput": {
5799            "type": "structure",
5800            "members": {
5801                "GatewayARN": {
5802                    "target": "com.amazonaws.storagegateway#GatewayARN"
5803                },
5804                "Marker": {
5805                    "target": "com.amazonaws.storagegateway#Marker",
5806                    "traits": {
5807                        "smithy.api#documentation": "<p>A string that indicates the position at which to begin the returned list of volumes.\n         Obtain the marker from the response of a previous List iSCSI Volumes request.</p>"
5808                    }
5809                },
5810                "Limit": {
5811                    "target": "com.amazonaws.storagegateway#PositiveIntObject",
5812                    "traits": {
5813                        "smithy.api#documentation": "<p>Specifies that the list of volumes returned be limited to the specified number of\n         items.</p>"
5814                    }
5815                }
5816            },
5817            "traits": {
5818                "smithy.api#documentation": "<p>A JSON object that contains one or more of the following fields:</p>\n\n         <ul>\n            <li>\n               <p>\n                  <a>ListVolumesInput$Limit</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>ListVolumesInput$Marker</a>\n               </p>\n            </li>\n         </ul>"
5819            }
5820        },
5821        "com.amazonaws.storagegateway#ListVolumesOutput": {
5822            "type": "structure",
5823            "members": {
5824                "GatewayARN": {
5825                    "target": "com.amazonaws.storagegateway#GatewayARN"
5826                },
5827                "Marker": {
5828                    "target": "com.amazonaws.storagegateway#Marker",
5829                    "traits": {
5830                        "smithy.api#documentation": "<p>Use the marker in your next request to continue pagination of iSCSI volumes. If there\n         are no more volumes to list, this field does not appear in the response body.</p>"
5831                    }
5832                },
5833                "VolumeInfos": {
5834                    "target": "com.amazonaws.storagegateway#VolumeInfos",
5835                    "traits": {
5836                        "smithy.api#documentation": "<p>An array of <a>VolumeInfo</a> objects, where each object describes an iSCSI\n         volume. If no volumes are defined for the gateway, then <code>VolumeInfos</code> is an\n         empty array \"[]\".</p>"
5837                    }
5838                }
5839            },
5840            "traits": {
5841                "smithy.api#documentation": "<p>A JSON object containing the following fields:</p>\n\n         <ul>\n            <li>\n               <p>\n                  <a>ListVolumesOutput$Marker</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>ListVolumesOutput$VolumeInfos</a>\n               </p>\n            </li>\n         </ul>"
5842            }
5843        },
5844        "com.amazonaws.storagegateway#LocalConsolePassword": {
5845            "type": "string",
5846            "traits": {
5847                "smithy.api#length": {
5848                    "min": 6,
5849                    "max": 512
5850                },
5851                "smithy.api#pattern": "^[ -~]+$",
5852                "smithy.api#sensitive": {}
5853            }
5854        },
5855        "com.amazonaws.storagegateway#LocationARN": {
5856            "type": "string",
5857            "traits": {
5858                "smithy.api#documentation": "<p>The ARN of the backend storage used for storing file data. A prefix name can be added to\n         the S3 bucket name. It must end with a \"/\".</p>",
5859                "smithy.api#length": {
5860                    "min": 16,
5861                    "max": 1400
5862                }
5863            }
5864        },
5865        "com.amazonaws.storagegateway#Marker": {
5866            "type": "string",
5867            "traits": {
5868                "smithy.api#length": {
5869                    "min": 1,
5870                    "max": 1000
5871                }
5872            }
5873        },
5874        "com.amazonaws.storagegateway#MediumChangerType": {
5875            "type": "string",
5876            "traits": {
5877                "smithy.api#length": {
5878                    "min": 2,
5879                    "max": 50
5880                }
5881            }
5882        },
5883        "com.amazonaws.storagegateway#MinimumNumTapes": {
5884            "type": "integer",
5885            "traits": {
5886                "smithy.api#box": {},
5887                "smithy.api#range": {
5888                    "min": 1,
5889                    "max": 10
5890                }
5891            }
5892        },
5893        "com.amazonaws.storagegateway#MinuteOfHour": {
5894            "type": "integer",
5895            "traits": {
5896                "smithy.api#box": {},
5897                "smithy.api#range": {
5898                    "min": 0,
5899                    "max": 59
5900                }
5901            }
5902        },
5903        "com.amazonaws.storagegateway#NFSFileShareDefaults": {
5904            "type": "structure",
5905            "members": {
5906                "FileMode": {
5907                    "target": "com.amazonaws.storagegateway#PermissionMode",
5908                    "traits": {
5909                        "smithy.api#documentation": "<p>The Unix file mode in the form \"nnnn\". For example, <code>0666</code> represents the\n         default file mode inside the file share. The default value is <code>0666</code>.</p>"
5910                    }
5911                },
5912                "DirectoryMode": {
5913                    "target": "com.amazonaws.storagegateway#PermissionMode",
5914                    "traits": {
5915                        "smithy.api#documentation": "<p>The Unix directory mode in the form \"nnnn\". For example, <code>0666</code> represents\n         the default access mode for all directories inside the file share. The default value is\n            <code>0777</code>.</p>"
5916                    }
5917                },
5918                "GroupId": {
5919                    "target": "com.amazonaws.storagegateway#PermissionId",
5920                    "traits": {
5921                        "smithy.api#documentation": "<p>The default group ID for the file share (unless the files have another group ID\n         specified). The default value is <code>nfsnobody</code>.</p>"
5922                    }
5923                },
5924                "OwnerId": {
5925                    "target": "com.amazonaws.storagegateway#PermissionId",
5926                    "traits": {
5927                        "smithy.api#documentation": "<p>The default owner ID for files in the file share (unless the files have another owner ID\n         specified). The default value is <code>nfsnobody</code>.</p>"
5928                    }
5929                }
5930            },
5931            "traits": {
5932                "smithy.api#documentation": "<p>Describes Network File System (NFS) file share default values. Files and folders stored\n         as Amazon S3 objects in S3 buckets don't, by default, have Unix file permissions\n         assigned to them. Upon discovery in an S3 bucket by Storage Gateway, the S3 objects that\n         represent files and folders are assigned these default Unix permissions. This operation is\n         only supported for file gateways.</p>"
5933            }
5934        },
5935        "com.amazonaws.storagegateway#NFSFileShareInfo": {
5936            "type": "structure",
5937            "members": {
5938                "NFSFileShareDefaults": {
5939                    "target": "com.amazonaws.storagegateway#NFSFileShareDefaults"
5940                },
5941                "FileShareARN": {
5942                    "target": "com.amazonaws.storagegateway#FileShareARN"
5943                },
5944                "FileShareId": {
5945                    "target": "com.amazonaws.storagegateway#FileShareId"
5946                },
5947                "FileShareStatus": {
5948                    "target": "com.amazonaws.storagegateway#FileShareStatus"
5949                },
5950                "GatewayARN": {
5951                    "target": "com.amazonaws.storagegateway#GatewayARN"
5952                },
5953                "KMSEncrypted": {
5954                    "target": "com.amazonaws.storagegateway#Boolean2",
5955                    "traits": {
5956                        "smithy.api#documentation": "<p>Set to <code>true</code> to use Amazon S3 server-side encryption with your own AWS KMS\n         key, or <code>false</code> to use a key managed by Amazon S3. Optional.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
5957                    }
5958                },
5959                "KMSKey": {
5960                    "target": "com.amazonaws.storagegateway#KMSKey"
5961                },
5962                "Path": {
5963                    "target": "com.amazonaws.storagegateway#Path"
5964                },
5965                "Role": {
5966                    "target": "com.amazonaws.storagegateway#Role"
5967                },
5968                "LocationARN": {
5969                    "target": "com.amazonaws.storagegateway#LocationARN"
5970                },
5971                "DefaultStorageClass": {
5972                    "target": "com.amazonaws.storagegateway#StorageClass",
5973                    "traits": {
5974                        "smithy.api#documentation": "<p>The default storage class for objects put into an Amazon S3 bucket by the file gateway.\n         The default value is <code>S3_INTELLIGENT_TIERING</code>. Optional.</p>\n\n         <p>Valid Values: <code>S3_STANDARD</code> | <code>S3_INTELLIGENT_TIERING</code> |\n            <code>S3_STANDARD_IA</code> | <code>S3_ONEZONE_IA</code>\n         </p>"
5975                    }
5976                },
5977                "ObjectACL": {
5978                    "target": "com.amazonaws.storagegateway#ObjectACL"
5979                },
5980                "ClientList": {
5981                    "target": "com.amazonaws.storagegateway#FileShareClientList"
5982                },
5983                "Squash": {
5984                    "target": "com.amazonaws.storagegateway#Squash"
5985                },
5986                "ReadOnly": {
5987                    "target": "com.amazonaws.storagegateway#Boolean",
5988                    "traits": {
5989                        "smithy.api#documentation": "<p>A value that sets the write status of a file share. Set this value to <code>true</code>\n         to set the write status to read-only, otherwise set to <code>false</code>.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
5990                    }
5991                },
5992                "GuessMIMETypeEnabled": {
5993                    "target": "com.amazonaws.storagegateway#Boolean",
5994                    "traits": {
5995                        "smithy.api#documentation": "<p>A value that enables guessing of the MIME type for uploaded objects based on file\n         extensions. Set this value to <code>true</code> to enable MIME type guessing, otherwise set\n         to <code>false</code>. The default value is <code>true</code>.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
5996                    }
5997                },
5998                "RequesterPays": {
5999                    "target": "com.amazonaws.storagegateway#Boolean",
6000                    "traits": {
6001                        "smithy.api#documentation": "<p>A value that sets who pays the cost of the request and the cost associated with data\n         download from the S3 bucket. If this value is set to <code>true</code>, the requester pays\n         the costs; otherwise, the S3 bucket owner pays. However, the S3 bucket owner always pays\n         the cost of storing data.</p>\n\n         <note>\n            <p>\n               <code>RequesterPays</code> is a configuration for the S3 bucket that backs the file\n            share, so make sure that the configuration on the file share is the same as the S3\n            bucket configuration.</p>\n         </note>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
6002                    }
6003                },
6004                "Tags": {
6005                    "target": "com.amazonaws.storagegateway#Tags",
6006                    "traits": {
6007                        "smithy.api#documentation": "<p>A list of up to 50 tags assigned to the NFS file share, sorted alphabetically by key\n         name. Each tag is a key-value pair. For a gateway with more than 10 tags assigned, you can\n         view all tags using the <code>ListTagsForResource</code> API operation.</p>"
6008                    }
6009                },
6010                "FileShareName": {
6011                    "target": "com.amazonaws.storagegateway#FileShareName",
6012                    "traits": {
6013                        "smithy.api#documentation": "<p>The name of the file share. Optional.</p>\n\n         <note>\n            <p>\n               <code>FileShareName</code> must be set if an S3 prefix name is set in\n               <code>LocationARN</code>.</p>\n         </note>"
6014                    }
6015                },
6016                "CacheAttributes": {
6017                    "target": "com.amazonaws.storagegateway#CacheAttributes",
6018                    "traits": {
6019                        "smithy.api#documentation": "<p>Refresh cache information for the file share.</p>"
6020                    }
6021                },
6022                "NotificationPolicy": {
6023                    "target": "com.amazonaws.storagegateway#NotificationPolicy",
6024                    "traits": {
6025                        "smithy.api#documentation": "<p>The notification policy of the file share. <code>SettlingTimeInSeconds</code> controls\n         the number of seconds to wait after the last point in time a client wrote to a file before\n         generating an <code>ObjectUploaded</code> notification. Because clients can make many small\n         writes to files, it's best to set this parameter for as long as possible to avoid\n         generating multiple notifications for the same file in a small time period.</p>\n\n         <note>\n            <p>\n               <code>SettlingTimeInSeconds</code> has no effect on the timing of the object\n            uploading to Amazon S3, only the timing of the notification.</p>\n         </note>\n\n         <p>The following example sets <code>NotificationPolicy</code> on with\n            <code>SettlingTimeInSeconds</code> set to 60.</p>\n\n         <p>\n            <code>{\\\"Upload\\\": {\\\"SettlingTimeInSeconds\\\": 60}}</code>\n         </p>\n\n         <p>The following example sets <code>NotificationPolicy</code> off.</p>\n\n         <p>\n            <code>{}</code>\n         </p>"
6026                    }
6027                }
6028            },
6029            "traits": {
6030                "smithy.api#documentation": "<p>The Unix file permissions and ownership information assigned, by default, to native S3\n         objects when file gateway discovers them in S3 buckets. This operation is only supported in\n         file gateways.</p>"
6031            }
6032        },
6033        "com.amazonaws.storagegateway#NFSFileShareInfoList": {
6034            "type": "list",
6035            "member": {
6036                "target": "com.amazonaws.storagegateway#NFSFileShareInfo"
6037            }
6038        },
6039        "com.amazonaws.storagegateway#NetworkInterface": {
6040            "type": "structure",
6041            "members": {
6042                "Ipv4Address": {
6043                    "target": "com.amazonaws.storagegateway#string",
6044                    "traits": {
6045                        "smithy.api#documentation": "<p>The Internet Protocol version 4 (IPv4) address of the interface.</p>"
6046                    }
6047                },
6048                "MacAddress": {
6049                    "target": "com.amazonaws.storagegateway#string",
6050                    "traits": {
6051                        "smithy.api#documentation": "<p>The Media Access Control (MAC) address of the interface.</p>\n\n         <note>\n            <p>This is currently unsupported and will not be returned in output.</p>\n         </note>"
6052                    }
6053                },
6054                "Ipv6Address": {
6055                    "target": "com.amazonaws.storagegateway#string",
6056                    "traits": {
6057                        "smithy.api#documentation": "<p>The Internet Protocol version 6 (IPv6) address of the interface. <i>Currently not\n            supported</i>.</p>"
6058                    }
6059                }
6060            },
6061            "traits": {
6062                "smithy.api#documentation": "<p>Describes a gateway's network interface.</p>"
6063            }
6064        },
6065        "com.amazonaws.storagegateway#NetworkInterfaceId": {
6066            "type": "string",
6067            "traits": {
6068                "smithy.api#pattern": "\\A(25[0-5]|2[0-4]\\d|[0-1]?\\d?\\d)(\\.(25[0-5]|2[0-4]\\d|[0-1]?\\d?\\d)){3}\\z"
6069            }
6070        },
6071        "com.amazonaws.storagegateway#NextUpdateAvailabilityDate": {
6072            "type": "string",
6073            "traits": {
6074                "smithy.api#length": {
6075                    "min": 1,
6076                    "max": 25
6077                }
6078            }
6079        },
6080        "com.amazonaws.storagegateway#NotificationId": {
6081            "type": "string",
6082            "traits": {
6083                "smithy.api#documentation": "<p>The randomly generated ID of the notification that was sent. This ID is in UUID\n         format.</p>",
6084                "smithy.api#length": {
6085                    "min": 1,
6086                    "max": 2048
6087                }
6088            }
6089        },
6090        "com.amazonaws.storagegateway#NotificationPolicy": {
6091            "type": "string",
6092            "traits": {
6093                "smithy.api#length": {
6094                    "min": 2,
6095                    "max": 100
6096                },
6097                "smithy.api#pattern": "^\\{[\\w\\s:\\{\\}\\[\\]\"]*}$"
6098            }
6099        },
6100        "com.amazonaws.storagegateway#NotifyWhenUploaded": {
6101            "type": "operation",
6102            "input": {
6103                "target": "com.amazonaws.storagegateway#NotifyWhenUploadedInput"
6104            },
6105            "output": {
6106                "target": "com.amazonaws.storagegateway#NotifyWhenUploadedOutput"
6107            },
6108            "errors": [
6109                {
6110                    "target": "com.amazonaws.storagegateway#InternalServerError"
6111                },
6112                {
6113                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
6114                }
6115            ],
6116            "traits": {
6117                "smithy.api#documentation": "<p>Sends you notification through CloudWatch Events when all files written to your file\n         share have been uploaded to Amazon S3.</p>\n\n         <p>AWS Storage Gateway can send a notification through Amazon CloudWatch Events when all\n         files written to your file share up to that point in time have been uploaded to Amazon S3.\n         These files include files written to the file share up to the time that you make a request\n         for notification. When the upload is done, Storage Gateway sends you notification through\n         an Amazon CloudWatch Event. You can configure CloudWatch Events to send the notification\n         through event targets such as Amazon SNS or AWS Lambda function. This operation is only\n         supported for file gateways.</p>\n\n      \n\n         <p>For more information, see <a href=\"https://docs.aws.amazon.com/storagegateway/latest/userguide/monitoring-file-gateway.html#get-upload-notification\">Getting file upload notification</a> in the <i>AWS Storage Gateway User\n            Guide</i>.</p>"
6118            }
6119        },
6120        "com.amazonaws.storagegateway#NotifyWhenUploadedInput": {
6121            "type": "structure",
6122            "members": {
6123                "FileShareARN": {
6124                    "target": "com.amazonaws.storagegateway#FileShareARN",
6125                    "traits": {
6126                        "smithy.api#required": {}
6127                    }
6128                }
6129            }
6130        },
6131        "com.amazonaws.storagegateway#NotifyWhenUploadedOutput": {
6132            "type": "structure",
6133            "members": {
6134                "FileShareARN": {
6135                    "target": "com.amazonaws.storagegateway#FileShareARN"
6136                },
6137                "NotificationId": {
6138                    "target": "com.amazonaws.storagegateway#NotificationId"
6139                }
6140            }
6141        },
6142        "com.amazonaws.storagegateway#NumTapesToCreate": {
6143            "type": "integer",
6144            "traits": {
6145                "smithy.api#box": {},
6146                "smithy.api#range": {
6147                    "min": 1,
6148                    "max": 10
6149                }
6150            }
6151        },
6152        "com.amazonaws.storagegateway#ObjectACL": {
6153            "type": "string",
6154            "traits": {
6155                "smithy.api#documentation": "<p>A value that sets the access control list (ACL) permission for objects in the S3 bucket\n         that a file gateway puts objects into. The default value is <code>private</code>.</p>",
6156                "smithy.api#enum": [
6157                    {
6158                        "value": "private",
6159                        "name": "private"
6160                    },
6161                    {
6162                        "value": "public-read",
6163                        "name": "public_read"
6164                    },
6165                    {
6166                        "value": "public-read-write",
6167                        "name": "public_read_write"
6168                    },
6169                    {
6170                        "value": "authenticated-read",
6171                        "name": "authenticated_read"
6172                    },
6173                    {
6174                        "value": "bucket-owner-read",
6175                        "name": "bucket_owner_read"
6176                    },
6177                    {
6178                        "value": "bucket-owner-full-control",
6179                        "name": "bucket_owner_full_control"
6180                    },
6181                    {
6182                        "value": "aws-exec-read",
6183                        "name": "aws_exec_read"
6184                    }
6185                ]
6186            }
6187        },
6188        "com.amazonaws.storagegateway#OrganizationalUnit": {
6189            "type": "string",
6190            "traits": {
6191                "smithy.api#length": {
6192                    "min": 1,
6193                    "max": 1024
6194                }
6195            }
6196        },
6197        "com.amazonaws.storagegateway#Path": {
6198            "type": "string",
6199            "traits": {
6200                "smithy.api#documentation": "<p>The file share path used by the NFS client to identify the mount point.</p>"
6201            }
6202        },
6203        "com.amazonaws.storagegateway#PermissionId": {
6204            "type": "long",
6205            "traits": {
6206                "smithy.api#box": {},
6207                "smithy.api#range": {
6208                    "min": 0,
6209                    "max": 4294967294
6210                }
6211            }
6212        },
6213        "com.amazonaws.storagegateway#PermissionMode": {
6214            "type": "string",
6215            "traits": {
6216                "smithy.api#length": {
6217                    "min": 1,
6218                    "max": 4
6219                },
6220                "smithy.api#pattern": "^[0-7]{4}$"
6221            }
6222        },
6223        "com.amazonaws.storagegateway#PoolARN": {
6224            "type": "string",
6225            "traits": {
6226                "smithy.api#length": {
6227                    "min": 50,
6228                    "max": 500
6229                }
6230            }
6231        },
6232        "com.amazonaws.storagegateway#PoolARNs": {
6233            "type": "list",
6234            "member": {
6235                "target": "com.amazonaws.storagegateway#PoolARN"
6236            }
6237        },
6238        "com.amazonaws.storagegateway#PoolId": {
6239            "type": "string",
6240            "traits": {
6241                "smithy.api#length": {
6242                    "min": 1,
6243                    "max": 100
6244                }
6245            }
6246        },
6247        "com.amazonaws.storagegateway#PoolInfo": {
6248            "type": "structure",
6249            "members": {
6250                "PoolARN": {
6251                    "target": "com.amazonaws.storagegateway#PoolARN",
6252                    "traits": {
6253                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the custom tape pool. Use the <a>ListTapePools</a> operation to return a list of custom tape pools for your\n         account and AWS Region.</p>"
6254                    }
6255                },
6256                "PoolName": {
6257                    "target": "com.amazonaws.storagegateway#PoolName",
6258                    "traits": {
6259                        "smithy.api#documentation": "<p>The name of the custom tape pool. <code>PoolName</code> can use all ASCII characters,\n         except '/' and '\\'.</p>"
6260                    }
6261                },
6262                "StorageClass": {
6263                    "target": "com.amazonaws.storagegateway#TapeStorageClass",
6264                    "traits": {
6265                        "smithy.api#documentation": "<p>The storage class that is associated with the custom pool. When you use your backup\n         application to eject the tape, the tape is archived directly into the storage class (S3\n         Glacier or S3 Glacier Deep Archive) that corresponds to the pool.</p>"
6266                    }
6267                },
6268                "RetentionLockType": {
6269                    "target": "com.amazonaws.storagegateway#RetentionLockType",
6270                    "traits": {
6271                        "smithy.api#documentation": "<p>Tape retention lock type, which can be configured in two modes. When configured in\n         governance mode, AWS accounts with specific IAM permissions are authorized to remove the\n         tape retention lock from archived virtual tapes. When configured in compliance mode, the\n         tape retention lock cannot be removed by any user, including the root AWS account.</p>"
6272                    }
6273                },
6274                "RetentionLockTimeInDays": {
6275                    "target": "com.amazonaws.storagegateway#RetentionLockTimeInDays",
6276                    "traits": {
6277                        "smithy.api#documentation": "<p>Tape retention lock time is set in days. Tape retention lock can be enabled for up to\n         100 years (36,500 days).</p>"
6278                    }
6279                },
6280                "PoolStatus": {
6281                    "target": "com.amazonaws.storagegateway#PoolStatus",
6282                    "traits": {
6283                        "smithy.api#documentation": "<p>Status of the custom tape pool. Pool can be <code>ACTIVE</code> or\n         <code>DELETED</code>.</p>"
6284                    }
6285                }
6286            },
6287            "traits": {
6288                "smithy.api#documentation": "<p>Describes a custom tape pool.</p>"
6289            }
6290        },
6291        "com.amazonaws.storagegateway#PoolInfos": {
6292            "type": "list",
6293            "member": {
6294                "target": "com.amazonaws.storagegateway#PoolInfo"
6295            }
6296        },
6297        "com.amazonaws.storagegateway#PoolName": {
6298            "type": "string",
6299            "traits": {
6300                "smithy.api#length": {
6301                    "min": 1,
6302                    "max": 100
6303                },
6304                "smithy.api#pattern": "^[ -\\.0-\\[\\]-~]*[!-\\.0-\\[\\]-~][ -\\.0-\\[\\]-~]*$"
6305            }
6306        },
6307        "com.amazonaws.storagegateway#PoolStatus": {
6308            "type": "string",
6309            "traits": {
6310                "smithy.api#enum": [
6311                    {
6312                        "value": "ACTIVE",
6313                        "name": "ACTIVE"
6314                    },
6315                    {
6316                        "value": "DELETED",
6317                        "name": "DELETED"
6318                    }
6319                ]
6320            }
6321        },
6322        "com.amazonaws.storagegateway#PositiveIntObject": {
6323            "type": "integer",
6324            "traits": {
6325                "smithy.api#box": {},
6326                "smithy.api#range": {
6327                    "min": 1
6328                }
6329            }
6330        },
6331        "com.amazonaws.storagegateway#RecurrenceInHours": {
6332            "type": "integer",
6333            "traits": {
6334                "smithy.api#box": {},
6335                "smithy.api#range": {
6336                    "min": 1,
6337                    "max": 24
6338                }
6339            }
6340        },
6341        "com.amazonaws.storagegateway#RefreshCache": {
6342            "type": "operation",
6343            "input": {
6344                "target": "com.amazonaws.storagegateway#RefreshCacheInput"
6345            },
6346            "output": {
6347                "target": "com.amazonaws.storagegateway#RefreshCacheOutput"
6348            },
6349            "errors": [
6350                {
6351                    "target": "com.amazonaws.storagegateway#InternalServerError"
6352                },
6353                {
6354                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
6355                }
6356            ],
6357            "traits": {
6358                "smithy.api#documentation": "<p>Refreshes the cached inventory of objects for the specified file share. This operation\n         finds objects in the Amazon S3 bucket that were added, removed, or replaced since the\n         gateway last listed the bucket's contents and cached the results. This operation does\n         not import files into the file gateway cache storage. It only updates the cached inventory\n         to reflect changes in the inventory of the objects in the S3 bucket. This operation is only\n         supported in the file gateway type. You can subscribe to be notified through an Amazon\n         CloudWatch event when your <code>RefreshCache</code> operation completes. For more\n         information, see <a href=\"https://docs.aws.amazon.com/storagegateway/latest/userguide/monitoring-file-gateway.html#get-notification\">Getting notified about file operations</a> in the <i>AWS Storage Gateway\n            User Guide</i>.</p>\n\n         <p>When this API is called, it only initiates the refresh operation. When the API call\n         completes and returns a success code, it doesn't necessarily mean that the file\n         refresh has completed. You should use the refresh-complete notification to determine that\n         the operation has completed before you check for new files on the gateway file share. You\n         can subscribe to be notified through a CloudWatch event when your <code>RefreshCache</code>\n         operation completes.</p>\n\n         <p>Throttle limit: This API is asynchronous, so the gateway will accept no more than two\n         refreshes at any time. We recommend using the refresh-complete CloudWatch event\n         notification before issuing additional requests. For more information, see <a href=\"https://docs.aws.amazon.com/storagegateway/latest/userguide/monitoring-file-gateway.html#get-notification\">Getting notified about file operations</a> in the <i>AWS Storage Gateway\n            User Guide</i>.</p>\n\n         <p>If you invoke the RefreshCache API when two requests are already being processed, any\n         new request will cause an <code>InvalidGatewayRequestException</code> error because too\n         many requests were sent to the server.</p>\n\n      \n\n         <p>For more information, see <a href=\"https://docs.aws.amazon.com/storagegateway/latest/userguide/monitoring-file-gateway.html#get-notification\">Getting notified about file operations</a> in the <i>AWS Storage Gateway\n            User Guide</i>.</p>"
6359            }
6360        },
6361        "com.amazonaws.storagegateway#RefreshCacheInput": {
6362            "type": "structure",
6363            "members": {
6364                "FileShareARN": {
6365                    "target": "com.amazonaws.storagegateway#FileShareARN",
6366                    "traits": {
6367                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the file share you want to refresh.</p>",
6368                        "smithy.api#required": {}
6369                    }
6370                },
6371                "FolderList": {
6372                    "target": "com.amazonaws.storagegateway#FolderList",
6373                    "traits": {
6374                        "smithy.api#documentation": "<p>A comma-separated list of the paths of folders to refresh in the cache. The default is\n            [<code>\"/\"</code>]. The default refreshes objects and folders at the root of the Amazon\n         S3 bucket. If <code>Recursive</code> is set to <code>true</code>, the entire S3 bucket that\n         the file share has access to is refreshed.</p>"
6375                    }
6376                },
6377                "Recursive": {
6378                    "target": "com.amazonaws.storagegateway#Boolean",
6379                    "traits": {
6380                        "smithy.api#documentation": "<p>A value that specifies whether to recursively refresh folders in the cache. The refresh\n         includes folders that were in the cache the last time the gateway listed the folder's\n         contents. If this value set to <code>true</code>, each folder that is listed in\n            <code>FolderList</code> is recursively updated. Otherwise, subfolders listed in\n            <code>FolderList</code> are not refreshed. Only objects that are in folders listed\n         directly under <code>FolderList</code> are found and used for the update. The default is\n            <code>true</code>.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
6381                    }
6382                }
6383            },
6384            "traits": {
6385                "smithy.api#documentation": "<p>RefreshCacheInput</p>"
6386            }
6387        },
6388        "com.amazonaws.storagegateway#RefreshCacheOutput": {
6389            "type": "structure",
6390            "members": {
6391                "FileShareARN": {
6392                    "target": "com.amazonaws.storagegateway#FileShareARN"
6393                },
6394                "NotificationId": {
6395                    "target": "com.amazonaws.storagegateway#NotificationId"
6396                }
6397            },
6398            "traits": {
6399                "smithy.api#documentation": "<p>RefreshCacheOutput</p>"
6400            }
6401        },
6402        "com.amazonaws.storagegateway#RegionId": {
6403            "type": "string",
6404            "traits": {
6405                "smithy.api#length": {
6406                    "min": 1,
6407                    "max": 25
6408                }
6409            }
6410        },
6411        "com.amazonaws.storagegateway#RemoveTagsFromResource": {
6412            "type": "operation",
6413            "input": {
6414                "target": "com.amazonaws.storagegateway#RemoveTagsFromResourceInput"
6415            },
6416            "output": {
6417                "target": "com.amazonaws.storagegateway#RemoveTagsFromResourceOutput"
6418            },
6419            "errors": [
6420                {
6421                    "target": "com.amazonaws.storagegateway#InternalServerError"
6422                },
6423                {
6424                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
6425                }
6426            ],
6427            "traits": {
6428                "smithy.api#documentation": "<p>Removes one or more tags from the specified resource. This operation is supported in\n         storage gateways of all types.</p>"
6429            }
6430        },
6431        "com.amazonaws.storagegateway#RemoveTagsFromResourceInput": {
6432            "type": "structure",
6433            "members": {
6434                "ResourceARN": {
6435                    "target": "com.amazonaws.storagegateway#ResourceARN",
6436                    "traits": {
6437                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the resource you want to remove the tags from.</p>",
6438                        "smithy.api#required": {}
6439                    }
6440                },
6441                "TagKeys": {
6442                    "target": "com.amazonaws.storagegateway#TagKeys",
6443                    "traits": {
6444                        "smithy.api#documentation": "<p>The keys of the tags you want to remove from the specified resource. A tag is composed\n         of a key-value pair.</p>",
6445                        "smithy.api#required": {}
6446                    }
6447                }
6448            },
6449            "traits": {
6450                "smithy.api#documentation": "<p>RemoveTagsFromResourceInput</p>"
6451            }
6452        },
6453        "com.amazonaws.storagegateway#RemoveTagsFromResourceOutput": {
6454            "type": "structure",
6455            "members": {
6456                "ResourceARN": {
6457                    "target": "com.amazonaws.storagegateway#ResourceARN",
6458                    "traits": {
6459                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the resource that the tags were removed from.</p>"
6460                    }
6461                }
6462            },
6463            "traits": {
6464                "smithy.api#documentation": "<p>RemoveTagsFromResourceOutput</p>"
6465            }
6466        },
6467        "com.amazonaws.storagegateway#ResetCache": {
6468            "type": "operation",
6469            "input": {
6470                "target": "com.amazonaws.storagegateway#ResetCacheInput"
6471            },
6472            "output": {
6473                "target": "com.amazonaws.storagegateway#ResetCacheOutput"
6474            },
6475            "errors": [
6476                {
6477                    "target": "com.amazonaws.storagegateway#InternalServerError"
6478                },
6479                {
6480                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
6481                }
6482            ],
6483            "traits": {
6484                "smithy.api#documentation": "<p>Resets all cache disks that have encountered an error and makes the disks available for\n         reconfiguration as cache storage. If your cache disk encounters an error, the gateway\n         prevents read and write operations on virtual tapes in the gateway. For example, an error\n         can occur when a disk is corrupted or removed from the gateway. When a cache is reset, the\n         gateway loses its cache storage. At this point, you can reconfigure the disks as cache\n         disks. This operation is only supported in the cached volume and tape types.</p>\n\n         <important>\n            <p>If the cache disk you are resetting contains data that has not been uploaded to\n            Amazon S3 yet, that data can be lost. After you reset cache disks, there will be no\n            configured cache disks left in the gateway, so you must configure at least one new cache\n            disk for your gateway to function properly.</p>\n         </important>"
6485            }
6486        },
6487        "com.amazonaws.storagegateway#ResetCacheInput": {
6488            "type": "structure",
6489            "members": {
6490                "GatewayARN": {
6491                    "target": "com.amazonaws.storagegateway#GatewayARN",
6492                    "traits": {
6493                        "smithy.api#required": {}
6494                    }
6495                }
6496            }
6497        },
6498        "com.amazonaws.storagegateway#ResetCacheOutput": {
6499            "type": "structure",
6500            "members": {
6501                "GatewayARN": {
6502                    "target": "com.amazonaws.storagegateway#GatewayARN"
6503                }
6504            }
6505        },
6506        "com.amazonaws.storagegateway#ResourceARN": {
6507            "type": "string",
6508            "traits": {
6509                "smithy.api#length": {
6510                    "min": 50,
6511                    "max": 500
6512                }
6513            }
6514        },
6515        "com.amazonaws.storagegateway#RetentionLockTimeInDays": {
6516            "type": "integer",
6517            "traits": {
6518                "smithy.api#box": {},
6519                "smithy.api#range": {
6520                    "min": 0,
6521                    "max": 36500
6522                }
6523            }
6524        },
6525        "com.amazonaws.storagegateway#RetentionLockType": {
6526            "type": "string",
6527            "traits": {
6528                "smithy.api#enum": [
6529                    {
6530                        "value": "COMPLIANCE",
6531                        "name": "COMPLIANCE"
6532                    },
6533                    {
6534                        "value": "GOVERNANCE",
6535                        "name": "GOVERNANCE"
6536                    },
6537                    {
6538                        "value": "NONE",
6539                        "name": "NONE"
6540                    }
6541                ]
6542            }
6543        },
6544        "com.amazonaws.storagegateway#RetrieveTapeArchive": {
6545            "type": "operation",
6546            "input": {
6547                "target": "com.amazonaws.storagegateway#RetrieveTapeArchiveInput"
6548            },
6549            "output": {
6550                "target": "com.amazonaws.storagegateway#RetrieveTapeArchiveOutput"
6551            },
6552            "errors": [
6553                {
6554                    "target": "com.amazonaws.storagegateway#InternalServerError"
6555                },
6556                {
6557                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
6558                }
6559            ],
6560            "traits": {
6561                "smithy.api#documentation": "<p>Retrieves an archived virtual tape from the virtual tape shelf (VTS) to a tape gateway.\n         Virtual tapes archived in the VTS are not associated with any gateway. However after a tape\n         is retrieved, it is associated with a gateway, even though it is also listed in the VTS,\n         that is, archive. This operation is only supported in the tape gateway type.</p>\n\n         <p>Once a tape is successfully retrieved to a gateway, it cannot be retrieved again to\n         another gateway. You must archive the tape again before you can retrieve it to another\n         gateway. This operation is only supported in the tape gateway type.</p>"
6562            }
6563        },
6564        "com.amazonaws.storagegateway#RetrieveTapeArchiveInput": {
6565            "type": "structure",
6566            "members": {
6567                "TapeARN": {
6568                    "target": "com.amazonaws.storagegateway#TapeARN",
6569                    "traits": {
6570                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual\n         tape shelf (VTS).</p>",
6571                        "smithy.api#required": {}
6572                    }
6573                },
6574                "GatewayARN": {
6575                    "target": "com.amazonaws.storagegateway#GatewayARN",
6576                    "traits": {
6577                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the gateway you want to retrieve the virtual tape to.\n         Use the <a>ListGateways</a> operation to return a list of gateways for your\n         account and AWS Region.</p>\n\n         <p>You retrieve archived virtual tapes to only one gateway and the gateway must be a tape\n         gateway.</p>",
6578                        "smithy.api#required": {}
6579                    }
6580                }
6581            },
6582            "traits": {
6583                "smithy.api#documentation": "<p>RetrieveTapeArchiveInput</p>"
6584            }
6585        },
6586        "com.amazonaws.storagegateway#RetrieveTapeArchiveOutput": {
6587            "type": "structure",
6588            "members": {
6589                "TapeARN": {
6590                    "target": "com.amazonaws.storagegateway#TapeARN",
6591                    "traits": {
6592                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the retrieved virtual tape.</p>"
6593                    }
6594                }
6595            },
6596            "traits": {
6597                "smithy.api#documentation": "<p>RetrieveTapeArchiveOutput</p>"
6598            }
6599        },
6600        "com.amazonaws.storagegateway#RetrieveTapeRecoveryPoint": {
6601            "type": "operation",
6602            "input": {
6603                "target": "com.amazonaws.storagegateway#RetrieveTapeRecoveryPointInput"
6604            },
6605            "output": {
6606                "target": "com.amazonaws.storagegateway#RetrieveTapeRecoveryPointOutput"
6607            },
6608            "errors": [
6609                {
6610                    "target": "com.amazonaws.storagegateway#InternalServerError"
6611                },
6612                {
6613                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
6614                }
6615            ],
6616            "traits": {
6617                "smithy.api#documentation": "<p>Retrieves the recovery point for the specified virtual tape. This operation is only\n         supported in the tape gateway type.</p>\n\n         <p>A recovery point is a point in time view of a virtual tape at which all the data on the\n         tape is consistent. If your gateway crashes, virtual tapes that have recovery points can be\n         recovered to a new gateway.</p>\n\n         <note>\n            <p>The virtual tape can be retrieved to only one gateway. The retrieved tape is\n            read-only. The virtual tape can be retrieved to only a tape gateway. There is no charge\n            for retrieving recovery points.</p>\n         </note>"
6618            }
6619        },
6620        "com.amazonaws.storagegateway#RetrieveTapeRecoveryPointInput": {
6621            "type": "structure",
6622            "members": {
6623                "TapeARN": {
6624                    "target": "com.amazonaws.storagegateway#TapeARN",
6625                    "traits": {
6626                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the\n         recovery point.</p>",
6627                        "smithy.api#required": {}
6628                    }
6629                },
6630                "GatewayARN": {
6631                    "target": "com.amazonaws.storagegateway#GatewayARN",
6632                    "traits": {
6633                        "smithy.api#required": {}
6634                    }
6635                }
6636            },
6637            "traits": {
6638                "smithy.api#documentation": "<p>RetrieveTapeRecoveryPointInput</p>"
6639            }
6640        },
6641        "com.amazonaws.storagegateway#RetrieveTapeRecoveryPointOutput": {
6642            "type": "structure",
6643            "members": {
6644                "TapeARN": {
6645                    "target": "com.amazonaws.storagegateway#TapeARN",
6646                    "traits": {
6647                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was\n         retrieved.</p>"
6648                    }
6649                }
6650            },
6651            "traits": {
6652                "smithy.api#documentation": "<p>RetrieveTapeRecoveryPointOutput</p>"
6653            }
6654        },
6655        "com.amazonaws.storagegateway#Role": {
6656            "type": "string",
6657            "traits": {
6658                "smithy.api#documentation": "<p>The ARN of the IAM role that file gateway assumes when it accesses the underlying\n         storage.</p>",
6659                "smithy.api#length": {
6660                    "min": 20,
6661                    "max": 2048
6662                },
6663                "smithy.api#pattern": "^arn:(aws|aws-cn|aws-us-gov):iam::([0-9]+):role/(\\S+)$"
6664            }
6665        },
6666        "com.amazonaws.storagegateway#SMBFileShareInfo": {
6667            "type": "structure",
6668            "members": {
6669                "FileShareARN": {
6670                    "target": "com.amazonaws.storagegateway#FileShareARN"
6671                },
6672                "FileShareId": {
6673                    "target": "com.amazonaws.storagegateway#FileShareId"
6674                },
6675                "FileShareStatus": {
6676                    "target": "com.amazonaws.storagegateway#FileShareStatus"
6677                },
6678                "GatewayARN": {
6679                    "target": "com.amazonaws.storagegateway#GatewayARN"
6680                },
6681                "KMSEncrypted": {
6682                    "target": "com.amazonaws.storagegateway#Boolean2",
6683                    "traits": {
6684                        "smithy.api#documentation": "<p>Set to <code>true</code> to use Amazon S3 server-side encryption with your own AWS KMS\n         key, or <code>false</code> to use a key managed by Amazon S3. Optional.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
6685                    }
6686                },
6687                "KMSKey": {
6688                    "target": "com.amazonaws.storagegateway#KMSKey"
6689                },
6690                "Path": {
6691                    "target": "com.amazonaws.storagegateway#Path",
6692                    "traits": {
6693                        "smithy.api#documentation": "<p>The file share path used by the SMB client to identify the mount point.</p>"
6694                    }
6695                },
6696                "Role": {
6697                    "target": "com.amazonaws.storagegateway#Role"
6698                },
6699                "LocationARN": {
6700                    "target": "com.amazonaws.storagegateway#LocationARN"
6701                },
6702                "DefaultStorageClass": {
6703                    "target": "com.amazonaws.storagegateway#StorageClass",
6704                    "traits": {
6705                        "smithy.api#documentation": "<p>The default storage class for objects put into an Amazon S3 bucket by the file gateway.\n         The default value is <code>S3_INTELLIGENT_TIERING</code>. Optional.</p>\n\n         <p>Valid Values: <code>S3_STANDARD</code> | <code>S3_INTELLIGENT_TIERING</code> |\n            <code>S3_STANDARD_IA</code> | <code>S3_ONEZONE_IA</code>\n         </p>"
6706                    }
6707                },
6708                "ObjectACL": {
6709                    "target": "com.amazonaws.storagegateway#ObjectACL"
6710                },
6711                "ReadOnly": {
6712                    "target": "com.amazonaws.storagegateway#Boolean",
6713                    "traits": {
6714                        "smithy.api#documentation": "<p>A value that sets the write status of a file share. Set this value to <code>true</code>\n         to set the write status to read-only, otherwise set to <code>false</code>.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
6715                    }
6716                },
6717                "GuessMIMETypeEnabled": {
6718                    "target": "com.amazonaws.storagegateway#Boolean",
6719                    "traits": {
6720                        "smithy.api#documentation": "<p>A value that enables guessing of the MIME type for uploaded objects based on file\n         extensions. Set this value to <code>true</code> to enable MIME type guessing, otherwise set\n         to <code>false</code>. The default value is <code>true</code>.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
6721                    }
6722                },
6723                "RequesterPays": {
6724                    "target": "com.amazonaws.storagegateway#Boolean",
6725                    "traits": {
6726                        "smithy.api#documentation": "<p>A value that sets who pays the cost of the request and the cost associated with data\n         download from the S3 bucket. If this value is set to <code>true</code>, the requester pays\n         the costs; otherwise, the S3 bucket owner pays. However, the S3 bucket owner always pays\n         the cost of storing data.</p>\n\n         <note>\n            <p>\n               <code>RequesterPays</code> is a configuration for the S3 bucket that backs the file\n            share, so make sure that the configuration on the file share is the same as the S3\n            bucket configuration.</p>\n         </note>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
6727                    }
6728                },
6729                "SMBACLEnabled": {
6730                    "target": "com.amazonaws.storagegateway#Boolean",
6731                    "traits": {
6732                        "smithy.api#documentation": "<p>If this value is set to <code>true</code>, it indicates that access control list (ACL)\n         is enabled on the SMB file share. If it is set to <code>false</code>, it indicates that\n         file and directory permissions are mapped to the POSIX permission.</p>\n\n      \n\n         <p>For more information, see <a href=\"https://docs.aws.amazon.com/storagegateway/latest/userguide/smb-acl.html\">Using Microsoft Windows ACLs to\n            control access to an SMB file share</a> in the <i>AWS Storage Gateway User\n            Guide</i>.</p>"
6733                    }
6734                },
6735                "AccessBasedEnumeration": {
6736                    "target": "com.amazonaws.storagegateway#Boolean",
6737                    "traits": {
6738                        "smithy.api#documentation": "<p>Indicates whether <code>AccessBasedEnumeration</code> is enabled.</p>"
6739                    }
6740                },
6741                "AdminUserList": {
6742                    "target": "com.amazonaws.storagegateway#UserList",
6743                    "traits": {
6744                        "smithy.api#documentation": "<p>A list of users or groups in the Active Directory that have administrator rights to the\n         file share. A group must be prefixed with the @ character. Acceptable formats include:\n            <code>DOMAIN\\User1</code>, <code>user1</code>, <code>@group1</code>, and\n            <code>@DOMAIN\\group1</code>. Can only be set if Authentication is set to\n            <code>ActiveDirectory</code>.</p>"
6745                    }
6746                },
6747                "ValidUserList": {
6748                    "target": "com.amazonaws.storagegateway#UserList",
6749                    "traits": {
6750                        "smithy.api#documentation": "<p>A list of users or groups in the Active Directory that are allowed to access the file\n         share. A group must be prefixed with the @ character. Acceptable formats include:\n            <code>DOMAIN\\User1</code>, <code>user1</code>, <code>@group1</code>, and\n            <code>@DOMAIN\\group1</code>. Can only be set if Authentication is set to\n            <code>ActiveDirectory</code>.</p>"
6751                    }
6752                },
6753                "InvalidUserList": {
6754                    "target": "com.amazonaws.storagegateway#UserList",
6755                    "traits": {
6756                        "smithy.api#documentation": "<p>A list of users or groups in the Active Directory that are not allowed to access the\n         file share. A group must be prefixed with the @ character. Acceptable formats include:\n            <code>DOMAIN\\User1</code>, <code>user1</code>, <code>@group1</code>, and\n            <code>@DOMAIN\\group1</code>. Can only be set if Authentication is set to\n            <code>ActiveDirectory</code>.</p>"
6757                    }
6758                },
6759                "AuditDestinationARN": {
6760                    "target": "com.amazonaws.storagegateway#AuditDestinationARN",
6761                    "traits": {
6762                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the storage used for audit logs.</p>"
6763                    }
6764                },
6765                "Authentication": {
6766                    "target": "com.amazonaws.storagegateway#Authentication"
6767                },
6768                "CaseSensitivity": {
6769                    "target": "com.amazonaws.storagegateway#CaseSensitivity",
6770                    "traits": {
6771                        "smithy.api#documentation": "<p>The case of an object name in an Amazon S3 bucket. For <code>ClientSpecified</code>, the\n         client determines the case sensitivity. For <code>CaseSensitive</code>, the gateway\n         determines the case sensitivity. The default value is <code>ClientSpecified</code>.</p>"
6772                    }
6773                },
6774                "Tags": {
6775                    "target": "com.amazonaws.storagegateway#Tags",
6776                    "traits": {
6777                        "smithy.api#documentation": "<p>A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key\n         name. Each tag is a key-value pair. For a gateway with more than 10 tags assigned, you can\n         view all tags using the <code>ListTagsForResource</code> API operation.</p>"
6778                    }
6779                },
6780                "FileShareName": {
6781                    "target": "com.amazonaws.storagegateway#FileShareName",
6782                    "traits": {
6783                        "smithy.api#documentation": "<p>The name of the file share. Optional.</p>\n\n         <note>\n            <p>\n               <code>FileShareName</code> must be set if an S3 prefix name is set in\n               <code>LocationARN</code>.</p>\n         </note>"
6784                    }
6785                },
6786                "CacheAttributes": {
6787                    "target": "com.amazonaws.storagegateway#CacheAttributes",
6788                    "traits": {
6789                        "smithy.api#documentation": "<p>Refresh cache information for the file share.</p>"
6790                    }
6791                },
6792                "NotificationPolicy": {
6793                    "target": "com.amazonaws.storagegateway#NotificationPolicy",
6794                    "traits": {
6795                        "smithy.api#documentation": "<p>The notification policy of the file share. <code>SettlingTimeInSeconds</code> controls\n         the number of seconds to wait after the last point in time a client wrote to a file before\n         generating an <code>ObjectUploaded</code> notification. Because clients can make many small\n         writes to files, it's best to set this parameter for as long as possible to avoid\n         generating multiple notifications for the same file in a small time period.</p>\n\n         <note>\n            <p>\n               <code>SettlingTimeInSeconds</code> has no effect on the timing of the object\n            uploading to Amazon S3, only the timing of the notification.</p>\n         </note>\n\n         <p>The following example sets <code>NotificationPolicy</code> on with\n            <code>SettlingTimeInSeconds</code> set to 60.</p>\n\n         <p>\n            <code>{\\\"Upload\\\": {\\\"SettlingTimeInSeconds\\\": 60}}</code>\n         </p>\n\n         <p>The following example sets <code>NotificationPolicy</code> off.</p>\n\n         <p>\n            <code>{}</code>\n         </p>"
6796                    }
6797                }
6798            },
6799            "traits": {
6800                "smithy.api#documentation": "<p>The Windows file permissions and ownership information assigned, by default, to native\n         S3 objects when file gateway discovers them in S3 buckets. This operation is only supported\n         for file gateways.</p>"
6801            }
6802        },
6803        "com.amazonaws.storagegateway#SMBFileShareInfoList": {
6804            "type": "list",
6805            "member": {
6806                "target": "com.amazonaws.storagegateway#SMBFileShareInfo"
6807            }
6808        },
6809        "com.amazonaws.storagegateway#SMBGuestPassword": {
6810            "type": "string",
6811            "traits": {
6812                "smithy.api#length": {
6813                    "min": 6,
6814                    "max": 512
6815                },
6816                "smithy.api#pattern": "^[ -~]+$",
6817                "smithy.api#sensitive": {}
6818            }
6819        },
6820        "com.amazonaws.storagegateway#SMBSecurityStrategy": {
6821            "type": "string",
6822            "traits": {
6823                "smithy.api#enum": [
6824                    {
6825                        "value": "ClientSpecified",
6826                        "name": "ClientSpecified"
6827                    },
6828                    {
6829                        "value": "MandatorySigning",
6830                        "name": "MandatorySigning"
6831                    },
6832                    {
6833                        "value": "MandatoryEncryption",
6834                        "name": "MandatoryEncryption"
6835                    }
6836                ]
6837            }
6838        },
6839        "com.amazonaws.storagegateway#ServiceUnavailableError": {
6840            "type": "structure",
6841            "members": {
6842                "message": {
6843                    "target": "com.amazonaws.storagegateway#string",
6844                    "traits": {
6845                        "smithy.api#documentation": "<p>A human-readable message describing the error that occurred.</p>"
6846                    }
6847                },
6848                "error": {
6849                    "target": "com.amazonaws.storagegateway#StorageGatewayError",
6850                    "traits": {
6851                        "smithy.api#documentation": "<p>A <a>StorageGatewayError</a> that provides more information about the cause\n         of the error.</p>"
6852                    }
6853                }
6854            },
6855            "traits": {
6856                "smithy.api#documentation": "<p>An internal server error has occurred because the service is unavailable. For more\n         information, see the error and message fields.</p>",
6857                "smithy.api#error": "server",
6858                "smithy.api#httpError": 503
6859            }
6860        },
6861        "com.amazonaws.storagegateway#SetLocalConsolePassword": {
6862            "type": "operation",
6863            "input": {
6864                "target": "com.amazonaws.storagegateway#SetLocalConsolePasswordInput"
6865            },
6866            "output": {
6867                "target": "com.amazonaws.storagegateway#SetLocalConsolePasswordOutput"
6868            },
6869            "errors": [
6870                {
6871                    "target": "com.amazonaws.storagegateway#InternalServerError"
6872                },
6873                {
6874                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
6875                }
6876            ],
6877            "traits": {
6878                "smithy.api#documentation": "<p>Sets the password for your VM local console. When you log in to the local console for\n         the first time, you log in to the VM with the default credentials. We recommend that you\n         set a new password. You don't need to know the default password to set a new\n         password.</p>"
6879            }
6880        },
6881        "com.amazonaws.storagegateway#SetLocalConsolePasswordInput": {
6882            "type": "structure",
6883            "members": {
6884                "GatewayARN": {
6885                    "target": "com.amazonaws.storagegateway#GatewayARN",
6886                    "traits": {
6887                        "smithy.api#required": {}
6888                    }
6889                },
6890                "LocalConsolePassword": {
6891                    "target": "com.amazonaws.storagegateway#LocalConsolePassword",
6892                    "traits": {
6893                        "smithy.api#documentation": "<p>The password you want to set for your VM local console.</p>",
6894                        "smithy.api#required": {}
6895                    }
6896                }
6897            },
6898            "traits": {
6899                "smithy.api#documentation": "<p>SetLocalConsolePasswordInput</p>"
6900            }
6901        },
6902        "com.amazonaws.storagegateway#SetLocalConsolePasswordOutput": {
6903            "type": "structure",
6904            "members": {
6905                "GatewayARN": {
6906                    "target": "com.amazonaws.storagegateway#GatewayARN"
6907                }
6908            }
6909        },
6910        "com.amazonaws.storagegateway#SetSMBGuestPassword": {
6911            "type": "operation",
6912            "input": {
6913                "target": "com.amazonaws.storagegateway#SetSMBGuestPasswordInput"
6914            },
6915            "output": {
6916                "target": "com.amazonaws.storagegateway#SetSMBGuestPasswordOutput"
6917            },
6918            "errors": [
6919                {
6920                    "target": "com.amazonaws.storagegateway#InternalServerError"
6921                },
6922                {
6923                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
6924                }
6925            ],
6926            "traits": {
6927                "smithy.api#documentation": "<p>Sets the password for the guest user <code>smbguest</code>. The <code>smbguest</code>\n         user is the user when the authentication method for the file share is set to\n            <code>GuestAccess</code>.</p>"
6928            }
6929        },
6930        "com.amazonaws.storagegateway#SetSMBGuestPasswordInput": {
6931            "type": "structure",
6932            "members": {
6933                "GatewayARN": {
6934                    "target": "com.amazonaws.storagegateway#GatewayARN",
6935                    "traits": {
6936                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the file gateway the SMB file share is associated\n         with.</p>",
6937                        "smithy.api#required": {}
6938                    }
6939                },
6940                "Password": {
6941                    "target": "com.amazonaws.storagegateway#SMBGuestPassword",
6942                    "traits": {
6943                        "smithy.api#documentation": "<p>The password that you want to set for your SMB server.</p>",
6944                        "smithy.api#required": {}
6945                    }
6946                }
6947            },
6948            "traits": {
6949                "smithy.api#documentation": "<p>SetSMBGuestPasswordInput</p>"
6950            }
6951        },
6952        "com.amazonaws.storagegateway#SetSMBGuestPasswordOutput": {
6953            "type": "structure",
6954            "members": {
6955                "GatewayARN": {
6956                    "target": "com.amazonaws.storagegateway#GatewayARN"
6957                }
6958            }
6959        },
6960        "com.amazonaws.storagegateway#ShutdownGateway": {
6961            "type": "operation",
6962            "input": {
6963                "target": "com.amazonaws.storagegateway#ShutdownGatewayInput"
6964            },
6965            "output": {
6966                "target": "com.amazonaws.storagegateway#ShutdownGatewayOutput"
6967            },
6968            "errors": [
6969                {
6970                    "target": "com.amazonaws.storagegateway#InternalServerError"
6971                },
6972                {
6973                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
6974                }
6975            ],
6976            "traits": {
6977                "smithy.api#documentation": "<p>Shuts down a gateway. To specify which gateway to shut down, use the Amazon Resource\n         Name (ARN) of the gateway in the body of your request.</p>\n\n         <p>The operation shuts down the gateway service component running in the gateway's\n         virtual machine (VM) and not the host VM.</p>\n\n         <note>\n            <p>If you want to shut down the VM, it is recommended that you first shut down the\n            gateway component in the VM to avoid unpredictable conditions.</p>\n         </note>\n\n         <p>After the gateway is shutdown, you cannot call any other API except <a>StartGateway</a>, <a>DescribeGatewayInformation</a>, and <a>ListGateways</a>. For more information, see <a>ActivateGateway</a>.\n         Your applications cannot read from or write to the gateway's storage volumes, and\n         there are no snapshots taken.</p>\n\n         <note>\n            <p>When you make a shutdown request, you will get a <code>200 OK</code> success response\n            immediately. However, it might take some time for the gateway to shut down. You can call\n            the <a>DescribeGatewayInformation</a> API to check the status. For more\n            information, see <a>ActivateGateway</a>.</p>\n         </note>\n\n         <p>If do not intend to use the gateway again, you must delete the gateway (using <a>DeleteGateway</a>) to no longer pay software charges associated with the\n         gateway.</p>"
6978            }
6979        },
6980        "com.amazonaws.storagegateway#ShutdownGatewayInput": {
6981            "type": "structure",
6982            "members": {
6983                "GatewayARN": {
6984                    "target": "com.amazonaws.storagegateway#GatewayARN",
6985                    "traits": {
6986                        "smithy.api#required": {}
6987                    }
6988                }
6989            },
6990            "traits": {
6991                "smithy.api#documentation": "<p>A JSON object containing the Amazon Resource Name (ARN) of the gateway to shut\n         down.</p>"
6992            }
6993        },
6994        "com.amazonaws.storagegateway#ShutdownGatewayOutput": {
6995            "type": "structure",
6996            "members": {
6997                "GatewayARN": {
6998                    "target": "com.amazonaws.storagegateway#GatewayARN"
6999                }
7000            },
7001            "traits": {
7002                "smithy.api#documentation": "<p>A JSON object containing the Amazon Resource Name (ARN) of the gateway that was shut\n         down.</p>"
7003            }
7004        },
7005        "com.amazonaws.storagegateway#SnapshotDescription": {
7006            "type": "string",
7007            "traits": {
7008                "smithy.api#length": {
7009                    "min": 1,
7010                    "max": 255
7011                }
7012            }
7013        },
7014        "com.amazonaws.storagegateway#SnapshotId": {
7015            "type": "string",
7016            "traits": {
7017                "smithy.api#pattern": "\\Asnap-([0-9A-Fa-f]{8}|[0-9A-Fa-f]{17})\\z"
7018            }
7019        },
7020        "com.amazonaws.storagegateway#SoftwareUpdatesEndDate": {
7021            "type": "string",
7022            "traits": {
7023                "smithy.api#length": {
7024                    "min": 1,
7025                    "max": 25
7026                }
7027            }
7028        },
7029        "com.amazonaws.storagegateway#Squash": {
7030            "type": "string",
7031            "traits": {
7032                "smithy.api#documentation": "<p>The user mapped to anonymous user. Valid options are the following:</p>\n\n         <ul>\n            <li>\n               <p>\n                  <code>RootSquash</code>: Only root is mapped to anonymous user.</p>\n            </li>\n            <li>\n               <p>\n                  <code>NoSquash</code>: No one is mapped to anonymous user.</p>\n            </li>\n            <li>\n               <p>\n                  <code>AllSquash</code>: Everyone is mapped to anonymous user.</p>\n            </li>\n         </ul>",
7033                "smithy.api#length": {
7034                    "min": 5,
7035                    "max": 15
7036                }
7037            }
7038        },
7039        "com.amazonaws.storagegateway#StartAvailabilityMonitorTest": {
7040            "type": "operation",
7041            "input": {
7042                "target": "com.amazonaws.storagegateway#StartAvailabilityMonitorTestInput"
7043            },
7044            "output": {
7045                "target": "com.amazonaws.storagegateway#StartAvailabilityMonitorTestOutput"
7046            },
7047            "errors": [
7048                {
7049                    "target": "com.amazonaws.storagegateway#InternalServerError"
7050                },
7051                {
7052                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
7053                }
7054            ],
7055            "traits": {
7056                "smithy.api#documentation": "<p>Start a test that verifies that the specified gateway is configured for High\n         Availability monitoring in your host environment. This request only initiates the test and\n         that a successful response only indicates that the test was started. It doesn't\n         indicate that the test passed. For the status of the test, invoke the\n            <code>DescribeAvailabilityMonitorTest</code> API.</p>\n         <note>\n            <p>Starting this test will cause your gateway to go offline for a brief period.</p>\n         </note>"
7057            }
7058        },
7059        "com.amazonaws.storagegateway#StartAvailabilityMonitorTestInput": {
7060            "type": "structure",
7061            "members": {
7062                "GatewayARN": {
7063                    "target": "com.amazonaws.storagegateway#GatewayARN",
7064                    "traits": {
7065                        "smithy.api#required": {}
7066                    }
7067                }
7068            }
7069        },
7070        "com.amazonaws.storagegateway#StartAvailabilityMonitorTestOutput": {
7071            "type": "structure",
7072            "members": {
7073                "GatewayARN": {
7074                    "target": "com.amazonaws.storagegateway#GatewayARN"
7075                }
7076            }
7077        },
7078        "com.amazonaws.storagegateway#StartGateway": {
7079            "type": "operation",
7080            "input": {
7081                "target": "com.amazonaws.storagegateway#StartGatewayInput"
7082            },
7083            "output": {
7084                "target": "com.amazonaws.storagegateway#StartGatewayOutput"
7085            },
7086            "errors": [
7087                {
7088                    "target": "com.amazonaws.storagegateway#InternalServerError"
7089                },
7090                {
7091                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
7092                }
7093            ],
7094            "traits": {
7095                "smithy.api#documentation": "<p>Starts a gateway that you previously shut down (see <a>ShutdownGateway</a>).\n         After the gateway starts, you can then make other API calls, your applications can read\n         from or write to the gateway's storage volumes and you will be able to take snapshot\n         backups.</p>\n\n         <note>\n            <p>When you make a request, you will get a 200 OK success response immediately. However,\n            it might take some time for the gateway to be ready. You should call <a>DescribeGatewayInformation</a> and check the status before making any\n            additional API calls. For more information, see <a>ActivateGateway</a>.</p>\n         </note>\n\n         <p>To specify which gateway to start, use the Amazon Resource Name (ARN) of the gateway in\n         your request.</p>"
7096            }
7097        },
7098        "com.amazonaws.storagegateway#StartGatewayInput": {
7099            "type": "structure",
7100            "members": {
7101                "GatewayARN": {
7102                    "target": "com.amazonaws.storagegateway#GatewayARN",
7103                    "traits": {
7104                        "smithy.api#required": {}
7105                    }
7106                }
7107            },
7108            "traits": {
7109                "smithy.api#documentation": "<p>A JSON object containing the Amazon Resource Name (ARN) of the gateway to start.</p>"
7110            }
7111        },
7112        "com.amazonaws.storagegateway#StartGatewayOutput": {
7113            "type": "structure",
7114            "members": {
7115                "GatewayARN": {
7116                    "target": "com.amazonaws.storagegateway#GatewayARN"
7117                }
7118            },
7119            "traits": {
7120                "smithy.api#documentation": "<p>A JSON object containing the Amazon Resource Name (ARN) of the gateway that was\n         restarted.</p>"
7121            }
7122        },
7123        "com.amazonaws.storagegateway#StorageClass": {
7124            "type": "string",
7125            "traits": {
7126                "smithy.api#documentation": "<p></p>",
7127                "smithy.api#length": {
7128                    "min": 5,
7129                    "max": 50
7130                }
7131            }
7132        },
7133        "com.amazonaws.storagegateway#StorageGatewayError": {
7134            "type": "structure",
7135            "members": {
7136                "errorCode": {
7137                    "target": "com.amazonaws.storagegateway#ErrorCode",
7138                    "traits": {
7139                        "smithy.api#documentation": "<p>Additional information about the error.</p>"
7140                    }
7141                },
7142                "errorDetails": {
7143                    "target": "com.amazonaws.storagegateway#errorDetails",
7144                    "traits": {
7145                        "smithy.api#documentation": "<p>Human-readable text that provides detail about the error that occurred.</p>"
7146                    }
7147                }
7148            },
7149            "traits": {
7150                "smithy.api#documentation": "<p>Provides additional information about an error that was returned by the service. See the\n            <code>errorCode</code> and <code>errorDetails</code> members for more information about\n         the error.</p>"
7151            }
7152        },
7153        "com.amazonaws.storagegateway#StorageGateway_20130630": {
7154            "type": "service",
7155            "version": "2013-06-30",
7156            "operations": [
7157                {
7158                    "target": "com.amazonaws.storagegateway#ActivateGateway"
7159                },
7160                {
7161                    "target": "com.amazonaws.storagegateway#AddCache"
7162                },
7163                {
7164                    "target": "com.amazonaws.storagegateway#AddTagsToResource"
7165                },
7166                {
7167                    "target": "com.amazonaws.storagegateway#AddUploadBuffer"
7168                },
7169                {
7170                    "target": "com.amazonaws.storagegateway#AddWorkingStorage"
7171                },
7172                {
7173                    "target": "com.amazonaws.storagegateway#AssignTapePool"
7174                },
7175                {
7176                    "target": "com.amazonaws.storagegateway#AssociateFileSystem"
7177                },
7178                {
7179                    "target": "com.amazonaws.storagegateway#AttachVolume"
7180                },
7181                {
7182                    "target": "com.amazonaws.storagegateway#CancelArchival"
7183                },
7184                {
7185                    "target": "com.amazonaws.storagegateway#CancelRetrieval"
7186                },
7187                {
7188                    "target": "com.amazonaws.storagegateway#CreateCachediSCSIVolume"
7189                },
7190                {
7191                    "target": "com.amazonaws.storagegateway#CreateNFSFileShare"
7192                },
7193                {
7194                    "target": "com.amazonaws.storagegateway#CreateSMBFileShare"
7195                },
7196                {
7197                    "target": "com.amazonaws.storagegateway#CreateSnapshot"
7198                },
7199                {
7200                    "target": "com.amazonaws.storagegateway#CreateSnapshotFromVolumeRecoveryPoint"
7201                },
7202                {
7203                    "target": "com.amazonaws.storagegateway#CreateStorediSCSIVolume"
7204                },
7205                {
7206                    "target": "com.amazonaws.storagegateway#CreateTapePool"
7207                },
7208                {
7209                    "target": "com.amazonaws.storagegateway#CreateTapes"
7210                },
7211                {
7212                    "target": "com.amazonaws.storagegateway#CreateTapeWithBarcode"
7213                },
7214                {
7215                    "target": "com.amazonaws.storagegateway#DeleteAutomaticTapeCreationPolicy"
7216                },
7217                {
7218                    "target": "com.amazonaws.storagegateway#DeleteBandwidthRateLimit"
7219                },
7220                {
7221                    "target": "com.amazonaws.storagegateway#DeleteChapCredentials"
7222                },
7223                {
7224                    "target": "com.amazonaws.storagegateway#DeleteFileShare"
7225                },
7226                {
7227                    "target": "com.amazonaws.storagegateway#DeleteGateway"
7228                },
7229                {
7230                    "target": "com.amazonaws.storagegateway#DeleteSnapshotSchedule"
7231                },
7232                {
7233                    "target": "com.amazonaws.storagegateway#DeleteTape"
7234                },
7235                {
7236                    "target": "com.amazonaws.storagegateway#DeleteTapeArchive"
7237                },
7238                {
7239                    "target": "com.amazonaws.storagegateway#DeleteTapePool"
7240                },
7241                {
7242                    "target": "com.amazonaws.storagegateway#DeleteVolume"
7243                },
7244                {
7245                    "target": "com.amazonaws.storagegateway#DescribeAvailabilityMonitorTest"
7246                },
7247                {
7248                    "target": "com.amazonaws.storagegateway#DescribeBandwidthRateLimit"
7249                },
7250                {
7251                    "target": "com.amazonaws.storagegateway#DescribeBandwidthRateLimitSchedule"
7252                },
7253                {
7254                    "target": "com.amazonaws.storagegateway#DescribeCache"
7255                },
7256                {
7257                    "target": "com.amazonaws.storagegateway#DescribeCachediSCSIVolumes"
7258                },
7259                {
7260                    "target": "com.amazonaws.storagegateway#DescribeChapCredentials"
7261                },
7262                {
7263                    "target": "com.amazonaws.storagegateway#DescribeFileSystemAssociations"
7264                },
7265                {
7266                    "target": "com.amazonaws.storagegateway#DescribeGatewayInformation"
7267                },
7268                {
7269                    "target": "com.amazonaws.storagegateway#DescribeMaintenanceStartTime"
7270                },
7271                {
7272                    "target": "com.amazonaws.storagegateway#DescribeNFSFileShares"
7273                },
7274                {
7275                    "target": "com.amazonaws.storagegateway#DescribeSMBFileShares"
7276                },
7277                {
7278                    "target": "com.amazonaws.storagegateway#DescribeSMBSettings"
7279                },
7280                {
7281                    "target": "com.amazonaws.storagegateway#DescribeSnapshotSchedule"
7282                },
7283                {
7284                    "target": "com.amazonaws.storagegateway#DescribeStorediSCSIVolumes"
7285                },
7286                {
7287                    "target": "com.amazonaws.storagegateway#DescribeTapeArchives"
7288                },
7289                {
7290                    "target": "com.amazonaws.storagegateway#DescribeTapeRecoveryPoints"
7291                },
7292                {
7293                    "target": "com.amazonaws.storagegateway#DescribeTapes"
7294                },
7295                {
7296                    "target": "com.amazonaws.storagegateway#DescribeUploadBuffer"
7297                },
7298                {
7299                    "target": "com.amazonaws.storagegateway#DescribeVTLDevices"
7300                },
7301                {
7302                    "target": "com.amazonaws.storagegateway#DescribeWorkingStorage"
7303                },
7304                {
7305                    "target": "com.amazonaws.storagegateway#DetachVolume"
7306                },
7307                {
7308                    "target": "com.amazonaws.storagegateway#DisableGateway"
7309                },
7310                {
7311                    "target": "com.amazonaws.storagegateway#DisassociateFileSystem"
7312                },
7313                {
7314                    "target": "com.amazonaws.storagegateway#JoinDomain"
7315                },
7316                {
7317                    "target": "com.amazonaws.storagegateway#ListAutomaticTapeCreationPolicies"
7318                },
7319                {
7320                    "target": "com.amazonaws.storagegateway#ListFileShares"
7321                },
7322                {
7323                    "target": "com.amazonaws.storagegateway#ListFileSystemAssociations"
7324                },
7325                {
7326                    "target": "com.amazonaws.storagegateway#ListGateways"
7327                },
7328                {
7329                    "target": "com.amazonaws.storagegateway#ListLocalDisks"
7330                },
7331                {
7332                    "target": "com.amazonaws.storagegateway#ListTagsForResource"
7333                },
7334                {
7335                    "target": "com.amazonaws.storagegateway#ListTapePools"
7336                },
7337                {
7338                    "target": "com.amazonaws.storagegateway#ListTapes"
7339                },
7340                {
7341                    "target": "com.amazonaws.storagegateway#ListVolumeInitiators"
7342                },
7343                {
7344                    "target": "com.amazonaws.storagegateway#ListVolumeRecoveryPoints"
7345                },
7346                {
7347                    "target": "com.amazonaws.storagegateway#ListVolumes"
7348                },
7349                {
7350                    "target": "com.amazonaws.storagegateway#NotifyWhenUploaded"
7351                },
7352                {
7353                    "target": "com.amazonaws.storagegateway#RefreshCache"
7354                },
7355                {
7356                    "target": "com.amazonaws.storagegateway#RemoveTagsFromResource"
7357                },
7358                {
7359                    "target": "com.amazonaws.storagegateway#ResetCache"
7360                },
7361                {
7362                    "target": "com.amazonaws.storagegateway#RetrieveTapeArchive"
7363                },
7364                {
7365                    "target": "com.amazonaws.storagegateway#RetrieveTapeRecoveryPoint"
7366                },
7367                {
7368                    "target": "com.amazonaws.storagegateway#SetLocalConsolePassword"
7369                },
7370                {
7371                    "target": "com.amazonaws.storagegateway#SetSMBGuestPassword"
7372                },
7373                {
7374                    "target": "com.amazonaws.storagegateway#ShutdownGateway"
7375                },
7376                {
7377                    "target": "com.amazonaws.storagegateway#StartAvailabilityMonitorTest"
7378                },
7379                {
7380                    "target": "com.amazonaws.storagegateway#StartGateway"
7381                },
7382                {
7383                    "target": "com.amazonaws.storagegateway#UpdateAutomaticTapeCreationPolicy"
7384                },
7385                {
7386                    "target": "com.amazonaws.storagegateway#UpdateBandwidthRateLimit"
7387                },
7388                {
7389                    "target": "com.amazonaws.storagegateway#UpdateBandwidthRateLimitSchedule"
7390                },
7391                {
7392                    "target": "com.amazonaws.storagegateway#UpdateChapCredentials"
7393                },
7394                {
7395                    "target": "com.amazonaws.storagegateway#UpdateFileSystemAssociation"
7396                },
7397                {
7398                    "target": "com.amazonaws.storagegateway#UpdateGatewayInformation"
7399                },
7400                {
7401                    "target": "com.amazonaws.storagegateway#UpdateGatewaySoftwareNow"
7402                },
7403                {
7404                    "target": "com.amazonaws.storagegateway#UpdateMaintenanceStartTime"
7405                },
7406                {
7407                    "target": "com.amazonaws.storagegateway#UpdateNFSFileShare"
7408                },
7409                {
7410                    "target": "com.amazonaws.storagegateway#UpdateSMBFileShare"
7411                },
7412                {
7413                    "target": "com.amazonaws.storagegateway#UpdateSMBFileShareVisibility"
7414                },
7415                {
7416                    "target": "com.amazonaws.storagegateway#UpdateSMBSecurityStrategy"
7417                },
7418                {
7419                    "target": "com.amazonaws.storagegateway#UpdateSnapshotSchedule"
7420                },
7421                {
7422                    "target": "com.amazonaws.storagegateway#UpdateVTLDeviceType"
7423                }
7424            ],
7425            "traits": {
7426                "aws.api#service": {
7427                    "sdkId": "Storage Gateway",
7428                    "arnNamespace": "storagegateway",
7429                    "cloudFormationName": "StorageGateway",
7430                    "cloudTrailEventSource": "storagegateway.amazonaws.com",
7431                    "endpointPrefix": "storagegateway"
7432                },
7433                "aws.auth#sigv4": {
7434                    "name": "storagegateway"
7435                },
7436                "aws.protocols#awsJson1_1": {},
7437                "smithy.api#documentation": "<fullname>AWS Storage Gateway Service</fullname>\n\n         <p>AWS Storage Gateway is the service that connects an on-premises software appliance with\n         cloud-based storage to provide seamless and secure integration between an\n         organization's on-premises IT environment and the AWS storage infrastructure. The\n         service enables you to securely upload data to the AWS Cloud for cost effective backup and\n         rapid disaster recovery.</p>\n\n         <p>Use the following links to get started using the <i>AWS Storage Gateway Service\n            API Reference</i>:</p>\n\n         <ul>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/storagegateway/latest/userguide/AWSStorageGatewayAPI.html#AWSStorageGatewayHTTPRequestsHeaders\">AWS Storage Gateway required request headers</a>: Describes the required\n               headers that you must send with every POST request to AWS Storage Gateway.</p>\n            </li>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/storagegateway/latest/userguide/AWSStorageGatewayAPI.html#AWSStorageGatewaySigningRequests\">Signing requests</a>: AWS Storage Gateway requires that you authenticate\n               every request you send; this topic describes how sign such a request.</p>\n            </li>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/storagegateway/latest/userguide/AWSStorageGatewayAPI.html#APIErrorResponses\">Error responses</a>: Provides reference information about AWS Storage Gateway\n               errors.</p>\n            </li>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/storagegateway/latest/APIReference/API_Operations.html\">Operations in AWS\n                  Storage Gateway</a>: Contains detailed descriptions of all AWS Storage Gateway\n               operations, their request parameters, response elements, possible errors, and\n               examples of requests and responses.</p>\n            </li>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/general/latest/gr/sg.html\">AWS Storage Gateway\n                  endpoints and quotas</a>: Provides a list of each AWS Region and the endpoints\n               available for use with AWS Storage Gateway.</p>\n            </li>\n         </ul>\n\n         <note>\n            <p>AWS Storage Gateway resource IDs are in uppercase. When you use these resource IDs\n            with the Amazon EC2 API, EC2 expects resource IDs in lowercase. You must change your\n            resource ID to lowercase to use it with the EC2 API. For example, in Storage Gateway the\n            ID for a volume might be <code>vol-AA22BB012345DAF670</code>. When you use this ID with\n            the EC2 API, you must change it to <code>vol-aa22bb012345daf670</code>. Otherwise, the\n            EC2 API might not behave as expected.</p>\n         </note>\n\n         <important>\n            <p>IDs for Storage Gateway volumes and Amazon EBS snapshots created from gateway volumes\n            are changing to a longer format. Starting in December 2016, all new volumes and\n            snapshots will be created with a 17-character string. Starting in April 2016, you will\n            be able to use these longer IDs so you can test your systems with the new format. For\n            more information, see <a href=\"http://aws.amazon.com/ec2/faqs/#longer-ids\">Longer EC2 and\n               EBS resource IDs</a>.</p>\n\n            <p>For example, a volume Amazon Resource Name (ARN) with the longer volume ID format\n            looks like the following:</p>\n\n            <p>\n               <code>arn:aws:storagegateway:us-west-2:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABBCCDDEEFFG</code>.</p>\n\n            <p>A snapshot ID with the longer ID format looks like the following:\n               <code>snap-78e226633445566ee</code>.</p>\n\n            <p>For more information, see <a href=\"http://forums.aws.amazon.com/ann.jspa?annID=3557\">Announcement:\n               Heads-up – Longer AWS Storage Gateway volume and snapshot IDs coming in\n            2016</a>.</p>\n         </important>",
7438                "smithy.api#title": "AWS Storage Gateway",
7439                "smithy.api#xmlNamespace": {
7440                    "uri": "http://storagegateway.amazonaws.com/doc/2013-06-30"
7441                }
7442            }
7443        },
7444        "com.amazonaws.storagegateway#StorediSCSIVolume": {
7445            "type": "structure",
7446            "members": {
7447                "VolumeARN": {
7448                    "target": "com.amazonaws.storagegateway#VolumeARN",
7449                    "traits": {
7450                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the storage volume.</p>"
7451                    }
7452                },
7453                "VolumeId": {
7454                    "target": "com.amazonaws.storagegateway#VolumeId",
7455                    "traits": {
7456                        "smithy.api#documentation": "<p>The unique identifier of the volume, e.g., vol-AE4B946D.</p>"
7457                    }
7458                },
7459                "VolumeType": {
7460                    "target": "com.amazonaws.storagegateway#VolumeType",
7461                    "traits": {
7462                        "smithy.api#documentation": "<p>One of the VolumeType enumeration values describing the type of the volume.</p>"
7463                    }
7464                },
7465                "VolumeStatus": {
7466                    "target": "com.amazonaws.storagegateway#VolumeStatus",
7467                    "traits": {
7468                        "smithy.api#documentation": "<p>One of the VolumeStatus values that indicates the state of the storage volume.</p>"
7469                    }
7470                },
7471                "VolumeAttachmentStatus": {
7472                    "target": "com.amazonaws.storagegateway#VolumeAttachmentStatus",
7473                    "traits": {
7474                        "smithy.api#documentation": "<p>A value that indicates whether a storage volume is attached to, detached from, or is in\n         the process of detaching from a gateway. For more information, see <a href=\"https://docs.aws.amazon.com/storagegateway/latest/userguide/managing-volumes.html#attach-detach-volume\">Moving\n            your volumes to a different gateway</a>.</p>"
7475                    }
7476                },
7477                "VolumeSizeInBytes": {
7478                    "target": "com.amazonaws.storagegateway#long",
7479                    "traits": {
7480                        "smithy.api#documentation": "<p>The size of the volume in bytes.</p>"
7481                    }
7482                },
7483                "VolumeProgress": {
7484                    "target": "com.amazonaws.storagegateway#DoubleObject",
7485                    "traits": {
7486                        "smithy.api#documentation": "<p>Represents the percentage complete if the volume is restoring or bootstrapping that\n         represents the percent of data transferred. This field does not appear in the response if\n         the stored volume is not restoring or bootstrapping.</p>"
7487                    }
7488                },
7489                "VolumeDiskId": {
7490                    "target": "com.amazonaws.storagegateway#DiskId",
7491                    "traits": {
7492                        "smithy.api#documentation": "<p>The ID of the local disk that was specified in the <a>CreateStorediSCSIVolume</a> operation.</p>"
7493                    }
7494                },
7495                "SourceSnapshotId": {
7496                    "target": "com.amazonaws.storagegateway#SnapshotId",
7497                    "traits": {
7498                        "smithy.api#documentation": "<p>If the stored volume was created from a snapshot, this field contains the snapshot ID\n         used, e.g. snap-78e22663. Otherwise, this field is not included.</p>"
7499                    }
7500                },
7501                "PreservedExistingData": {
7502                    "target": "com.amazonaws.storagegateway#Boolean2",
7503                    "traits": {
7504                        "smithy.api#documentation": "<p>Indicates if when the stored volume was created, existing data on the underlying local\n         disk was preserved.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
7505                    }
7506                },
7507                "VolumeiSCSIAttributes": {
7508                    "target": "com.amazonaws.storagegateway#VolumeiSCSIAttributes",
7509                    "traits": {
7510                        "smithy.api#documentation": "<p>An <a>VolumeiSCSIAttributes</a> object that represents a collection of iSCSI\n         attributes for one stored volume.</p>"
7511                    }
7512                },
7513                "CreatedDate": {
7514                    "target": "com.amazonaws.storagegateway#CreatedDate",
7515                    "traits": {
7516                        "smithy.api#documentation": "<p>The date the volume was created. Volumes created prior to March 28, 2017 don’t have this\n         timestamp.</p>"
7517                    }
7518                },
7519                "VolumeUsedInBytes": {
7520                    "target": "com.amazonaws.storagegateway#VolumeUsedInBytes",
7521                    "traits": {
7522                        "smithy.api#documentation": "<p>The size of the data stored on the volume in bytes. This value is calculated based on\n         the number of blocks that are touched, instead of the actual amount of data written. This\n         value can be useful for sequential write patterns but less accurate for random write\n         patterns. <code>VolumeUsedInBytes</code> is different from the compressed size of the\n         volume, which is the value that is used to calculate your bill.</p>\n\n         <note>\n            <p>This value is not available for volumes created prior to May 13, 2015, until you\n            store data on the volume.</p>\n         </note>"
7523                    }
7524                },
7525                "KMSKey": {
7526                    "target": "com.amazonaws.storagegateway#KMSKey"
7527                },
7528                "TargetName": {
7529                    "target": "com.amazonaws.storagegateway#TargetName",
7530                    "traits": {
7531                        "smithy.api#documentation": "<p>The name of the iSCSI target used by an initiator to connect to a volume and used as a\n         suffix for the target ARN. For example, specifying <code>TargetName</code> as\n            <i>myvolume</i> results in the target ARN of\n            <code>arn:aws:storagegateway:us-east-2:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume</code>.\n         The target name must be unique across all volumes on a gateway.</p>\n\n         <p>If you don't specify a value, Storage Gateway uses the value that was previously\n         used for this volume as the new target name.</p>"
7532                    }
7533                }
7534            },
7535            "traits": {
7536                "smithy.api#documentation": "<p>Describes an iSCSI stored volume.</p>"
7537            }
7538        },
7539        "com.amazonaws.storagegateway#StorediSCSIVolumes": {
7540            "type": "list",
7541            "member": {
7542                "target": "com.amazonaws.storagegateway#StorediSCSIVolume"
7543            }
7544        },
7545        "com.amazonaws.storagegateway#Tag": {
7546            "type": "structure",
7547            "members": {
7548                "Key": {
7549                    "target": "com.amazonaws.storagegateway#TagKey",
7550                    "traits": {
7551                        "smithy.api#documentation": "<p>Tag key. The key can't start with aws:.</p>",
7552                        "smithy.api#required": {}
7553                    }
7554                },
7555                "Value": {
7556                    "target": "com.amazonaws.storagegateway#TagValue",
7557                    "traits": {
7558                        "smithy.api#documentation": "<p>Value of the tag key.</p>",
7559                        "smithy.api#required": {}
7560                    }
7561                }
7562            },
7563            "traits": {
7564                "smithy.api#documentation": "<p>A key-value pair that helps you manage, filter, and search for your resource. Allowed\n         characters: letters, white space, and numbers, representable in UTF-8, and the following\n         characters: + - = . _ : /.</p>"
7565            }
7566        },
7567        "com.amazonaws.storagegateway#TagKey": {
7568            "type": "string",
7569            "traits": {
7570                "smithy.api#length": {
7571                    "min": 1,
7572                    "max": 128
7573                },
7574                "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
7575            }
7576        },
7577        "com.amazonaws.storagegateway#TagKeys": {
7578            "type": "list",
7579            "member": {
7580                "target": "com.amazonaws.storagegateway#TagKey"
7581            }
7582        },
7583        "com.amazonaws.storagegateway#TagValue": {
7584            "type": "string",
7585            "traits": {
7586                "smithy.api#length": {
7587                    "min": 0,
7588                    "max": 256
7589                }
7590            }
7591        },
7592        "com.amazonaws.storagegateway#Tags": {
7593            "type": "list",
7594            "member": {
7595                "target": "com.amazonaws.storagegateway#Tag"
7596            }
7597        },
7598        "com.amazonaws.storagegateway#Tape": {
7599            "type": "structure",
7600            "members": {
7601                "TapeARN": {
7602                    "target": "com.amazonaws.storagegateway#TapeARN",
7603                    "traits": {
7604                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the virtual tape.</p>"
7605                    }
7606                },
7607                "TapeBarcode": {
7608                    "target": "com.amazonaws.storagegateway#TapeBarcode",
7609                    "traits": {
7610                        "smithy.api#documentation": "<p>The barcode that identifies a specific virtual tape.</p>"
7611                    }
7612                },
7613                "TapeCreatedDate": {
7614                    "target": "com.amazonaws.storagegateway#Time",
7615                    "traits": {
7616                        "smithy.api#documentation": "<p>The date the virtual tape was created.</p>"
7617                    }
7618                },
7619                "TapeSizeInBytes": {
7620                    "target": "com.amazonaws.storagegateway#TapeSize",
7621                    "traits": {
7622                        "smithy.api#documentation": "<p>The size, in bytes, of the virtual tape capacity.</p>"
7623                    }
7624                },
7625                "TapeStatus": {
7626                    "target": "com.amazonaws.storagegateway#TapeStatus",
7627                    "traits": {
7628                        "smithy.api#documentation": "<p>The current state of the virtual tape.</p>"
7629                    }
7630                },
7631                "VTLDevice": {
7632                    "target": "com.amazonaws.storagegateway#VTLDeviceARN",
7633                    "traits": {
7634                        "smithy.api#documentation": "<p>The virtual tape library (VTL) device that the virtual tape is associated with.</p>"
7635                    }
7636                },
7637                "Progress": {
7638                    "target": "com.amazonaws.storagegateway#DoubleObject",
7639                    "traits": {
7640                        "smithy.api#documentation": "<p>For archiving virtual tapes, indicates how much data remains to be uploaded before\n         archiving is complete.</p>\n\n         <p>Range: 0 (not started) to 100 (complete).</p>"
7641                    }
7642                },
7643                "TapeUsedInBytes": {
7644                    "target": "com.amazonaws.storagegateway#TapeUsage",
7645                    "traits": {
7646                        "smithy.api#documentation": "<p>The size, in bytes, of data stored on the virtual tape.</p>\n\n         <note>\n            <p>This value is not available for tapes created prior to May 13, 2015.</p>\n         </note>"
7647                    }
7648                },
7649                "KMSKey": {
7650                    "target": "com.amazonaws.storagegateway#KMSKey"
7651                },
7652                "PoolId": {
7653                    "target": "com.amazonaws.storagegateway#PoolId",
7654                    "traits": {
7655                        "smithy.api#documentation": "<p>The ID of the pool that contains tapes that will be archived. The tapes in this pool are\n         archived in the S3 storage class that is associated with the pool. When you use your backup\n         application to eject the tape, the tape is archived directly into the storage class (S3\n         Glacier or S3 Glacier Deep Archive) that corresponds to the pool.</p>\n\n         <p>Valid Values: <code>GLACIER</code> | <code>DEEP_ARCHIVE</code>\n         </p>"
7656                    }
7657                },
7658                "Worm": {
7659                    "target": "com.amazonaws.storagegateway#Boolean2",
7660                    "traits": {
7661                        "smithy.api#documentation": "<p>If the tape is archived as write-once-read-many (WORM), this value is\n         <code>true</code>.</p>"
7662                    }
7663                },
7664                "RetentionStartDate": {
7665                    "target": "com.amazonaws.storagegateway#Time",
7666                    "traits": {
7667                        "smithy.api#documentation": "<p>The date that the tape is first archived with tape retention lock enabled.</p>"
7668                    }
7669                },
7670                "PoolEntryDate": {
7671                    "target": "com.amazonaws.storagegateway#Time",
7672                    "traits": {
7673                        "smithy.api#documentation": "<p>The date that the tape enters a custom tape pool.</p>"
7674                    }
7675                }
7676            },
7677            "traits": {
7678                "smithy.api#documentation": "<p>Describes a virtual tape object.</p>"
7679            }
7680        },
7681        "com.amazonaws.storagegateway#TapeARN": {
7682            "type": "string",
7683            "traits": {
7684                "smithy.api#length": {
7685                    "min": 50,
7686                    "max": 500
7687                },
7688                "smithy.api#pattern": "^arn:(aws|aws-cn|aws-us-gov):storagegateway:[a-z\\-0-9]+:[0-9]+:tape\\/[0-9A-Z]{7,16}$"
7689            }
7690        },
7691        "com.amazonaws.storagegateway#TapeARNs": {
7692            "type": "list",
7693            "member": {
7694                "target": "com.amazonaws.storagegateway#TapeARN"
7695            },
7696            "traits": {
7697                "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of each of the tapes you want to list. If you don't\n         specify a tape ARN, the response lists all tapes in both your VTL and VTS.</p>"
7698            }
7699        },
7700        "com.amazonaws.storagegateway#TapeArchive": {
7701            "type": "structure",
7702            "members": {
7703                "TapeARN": {
7704                    "target": "com.amazonaws.storagegateway#TapeARN",
7705                    "traits": {
7706                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of an archived virtual tape.</p>"
7707                    }
7708                },
7709                "TapeBarcode": {
7710                    "target": "com.amazonaws.storagegateway#TapeBarcode",
7711                    "traits": {
7712                        "smithy.api#documentation": "<p>The barcode that identifies the archived virtual tape.</p>"
7713                    }
7714                },
7715                "TapeCreatedDate": {
7716                    "target": "com.amazonaws.storagegateway#Time",
7717                    "traits": {
7718                        "smithy.api#documentation": "<p>The date the virtual tape was created.</p>"
7719                    }
7720                },
7721                "TapeSizeInBytes": {
7722                    "target": "com.amazonaws.storagegateway#TapeSize",
7723                    "traits": {
7724                        "smithy.api#documentation": "<p>The size, in bytes, of the archived virtual tape.</p>"
7725                    }
7726                },
7727                "CompletionTime": {
7728                    "target": "com.amazonaws.storagegateway#Time",
7729                    "traits": {
7730                        "smithy.api#documentation": "<p>The time that the archiving of the virtual tape was completed.</p>\n\n         <p>The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z'\n         format.</p>"
7731                    }
7732                },
7733                "RetrievedTo": {
7734                    "target": "com.amazonaws.storagegateway#GatewayARN",
7735                    "traits": {
7736                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the tape gateway that the virtual tape is being\n         retrieved to.</p>\n\n         <p>The virtual tape is retrieved from the virtual tape shelf (VTS).</p>"
7737                    }
7738                },
7739                "TapeStatus": {
7740                    "target": "com.amazonaws.storagegateway#TapeArchiveStatus",
7741                    "traits": {
7742                        "smithy.api#documentation": "<p>The current state of the archived virtual tape.</p>"
7743                    }
7744                },
7745                "TapeUsedInBytes": {
7746                    "target": "com.amazonaws.storagegateway#TapeUsage",
7747                    "traits": {
7748                        "smithy.api#documentation": "<p>The size, in bytes, of data stored on the virtual tape.</p>\n\n         <note>\n            <p>This value is not available for tapes created prior to May 13, 2015.</p>\n         </note>"
7749                    }
7750                },
7751                "KMSKey": {
7752                    "target": "com.amazonaws.storagegateway#KMSKey"
7753                },
7754                "PoolId": {
7755                    "target": "com.amazonaws.storagegateway#PoolId",
7756                    "traits": {
7757                        "smithy.api#documentation": "<p>The ID of the pool that was used to archive the tape. The tapes in this pool are\n         archived in the S3 storage class that is associated with the pool.</p>\n\n         <p>Valid Values: <code>GLACIER</code> | <code>DEEP_ARCHIVE</code>\n         </p>"
7758                    }
7759                },
7760                "Worm": {
7761                    "target": "com.amazonaws.storagegateway#Boolean2",
7762                    "traits": {
7763                        "smithy.api#documentation": "<p>Set to <code>true</code> if the archived tape is stored as write-once-read-many\n         (WORM).</p>"
7764                    }
7765                },
7766                "RetentionStartDate": {
7767                    "target": "com.amazonaws.storagegateway#Time",
7768                    "traits": {
7769                        "smithy.api#documentation": "<p>If the archived tape is subject to tape retention lock, the date that the archived tape\n         started being retained.</p>"
7770                    }
7771                },
7772                "PoolEntryDate": {
7773                    "target": "com.amazonaws.storagegateway#Time",
7774                    "traits": {
7775                        "smithy.api#documentation": "<p>The time that the tape entered the custom tape pool.</p>\n\n         <p>The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z'\n         format.</p>"
7776                    }
7777                }
7778            },
7779            "traits": {
7780                "smithy.api#documentation": "<p>Represents a virtual tape that is archived in the virtual tape shelf (VTS).</p>"
7781            }
7782        },
7783        "com.amazonaws.storagegateway#TapeArchiveStatus": {
7784            "type": "string"
7785        },
7786        "com.amazonaws.storagegateway#TapeArchives": {
7787            "type": "list",
7788            "member": {
7789                "target": "com.amazonaws.storagegateway#TapeArchive"
7790            }
7791        },
7792        "com.amazonaws.storagegateway#TapeBarcode": {
7793            "type": "string",
7794            "traits": {
7795                "smithy.api#length": {
7796                    "min": 7,
7797                    "max": 16
7798                },
7799                "smithy.api#pattern": "^[A-Z0-9]*$"
7800            }
7801        },
7802        "com.amazonaws.storagegateway#TapeBarcodePrefix": {
7803            "type": "string",
7804            "traits": {
7805                "smithy.api#length": {
7806                    "min": 1,
7807                    "max": 4
7808                },
7809                "smithy.api#pattern": "^[A-Z]*$"
7810            }
7811        },
7812        "com.amazonaws.storagegateway#TapeDriveType": {
7813            "type": "string",
7814            "traits": {
7815                "smithy.api#length": {
7816                    "min": 2,
7817                    "max": 50
7818                }
7819            }
7820        },
7821        "com.amazonaws.storagegateway#TapeInfo": {
7822            "type": "structure",
7823            "members": {
7824                "TapeARN": {
7825                    "target": "com.amazonaws.storagegateway#TapeARN",
7826                    "traits": {
7827                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of a virtual tape.</p>"
7828                    }
7829                },
7830                "TapeBarcode": {
7831                    "target": "com.amazonaws.storagegateway#TapeBarcode",
7832                    "traits": {
7833                        "smithy.api#documentation": "<p>The barcode that identifies a specific virtual tape.</p>"
7834                    }
7835                },
7836                "TapeSizeInBytes": {
7837                    "target": "com.amazonaws.storagegateway#TapeSize",
7838                    "traits": {
7839                        "smithy.api#documentation": "<p>The size, in bytes, of a virtual tape.</p>"
7840                    }
7841                },
7842                "TapeStatus": {
7843                    "target": "com.amazonaws.storagegateway#TapeStatus",
7844                    "traits": {
7845                        "smithy.api#documentation": "<p>The status of the tape.</p>"
7846                    }
7847                },
7848                "GatewayARN": {
7849                    "target": "com.amazonaws.storagegateway#GatewayARN",
7850                    "traits": {
7851                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the gateway. Use the <a>ListGateways</a>\n         operation to return a list of gateways for your account and AWS Region.</p>"
7852                    }
7853                },
7854                "PoolId": {
7855                    "target": "com.amazonaws.storagegateway#PoolId",
7856                    "traits": {
7857                        "smithy.api#documentation": "<p>The ID of the pool that you want to add your tape to for archiving. The tape in this\n         pool is archived in the S3 storage class that is associated with the pool. When you use\n         your backup application to eject the tape, the tape is archived directly into the storage\n         class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.</p>\n\n         <p>Valid Values: <code>GLACIER</code> | <code>DEEP_ARCHIVE</code>\n         </p>"
7858                    }
7859                },
7860                "RetentionStartDate": {
7861                    "target": "com.amazonaws.storagegateway#Time",
7862                    "traits": {
7863                        "smithy.api#documentation": "<p>The date that the tape became subject to tape retention lock.</p>"
7864                    }
7865                },
7866                "PoolEntryDate": {
7867                    "target": "com.amazonaws.storagegateway#Time",
7868                    "traits": {
7869                        "smithy.api#documentation": "<p>The date that the tape entered the custom tape pool with tape retention lock\n         enabled.</p>"
7870                    }
7871                }
7872            },
7873            "traits": {
7874                "smithy.api#documentation": "<p>Describes a virtual tape.</p>"
7875            }
7876        },
7877        "com.amazonaws.storagegateway#TapeInfos": {
7878            "type": "list",
7879            "member": {
7880                "target": "com.amazonaws.storagegateway#TapeInfo"
7881            },
7882            "traits": {
7883                "smithy.api#documentation": "<p>An array of <a>TapeInfo</a> objects, where each object describes a single\n         tape. If there are no tapes in the tape library or VTS, then the <code>TapeInfos</code> is\n         an empty array.</p>"
7884            }
7885        },
7886        "com.amazonaws.storagegateway#TapeRecoveryPointInfo": {
7887            "type": "structure",
7888            "members": {
7889                "TapeARN": {
7890                    "target": "com.amazonaws.storagegateway#TapeARN",
7891                    "traits": {
7892                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the virtual tape.</p>"
7893                    }
7894                },
7895                "TapeRecoveryPointTime": {
7896                    "target": "com.amazonaws.storagegateway#Time",
7897                    "traits": {
7898                        "smithy.api#documentation": "<p>The time when the point-in-time view of the virtual tape was replicated for later\n         recovery.</p>\n\n         <p>The default timestamp format of the tape recovery point time is in the ISO8601 extended\n         YYYY-MM-DD'T'HH:MM:SS'Z' format.</p>"
7899                    }
7900                },
7901                "TapeSizeInBytes": {
7902                    "target": "com.amazonaws.storagegateway#TapeSize",
7903                    "traits": {
7904                        "smithy.api#documentation": "<p>The size, in bytes, of the virtual tapes to recover.</p>"
7905                    }
7906                },
7907                "TapeStatus": {
7908                    "target": "com.amazonaws.storagegateway#TapeRecoveryPointStatus",
7909                    "traits": {
7910                        "smithy.api#documentation": "<p>The status of the virtual tapes.</p>"
7911                    }
7912                }
7913            },
7914            "traits": {
7915                "smithy.api#documentation": "<p>Describes a recovery point.</p>"
7916            }
7917        },
7918        "com.amazonaws.storagegateway#TapeRecoveryPointInfos": {
7919            "type": "list",
7920            "member": {
7921                "target": "com.amazonaws.storagegateway#TapeRecoveryPointInfo"
7922            }
7923        },
7924        "com.amazonaws.storagegateway#TapeRecoveryPointStatus": {
7925            "type": "string"
7926        },
7927        "com.amazonaws.storagegateway#TapeSize": {
7928            "type": "long",
7929            "traits": {
7930                "smithy.api#box": {}
7931            }
7932        },
7933        "com.amazonaws.storagegateway#TapeStatus": {
7934            "type": "string"
7935        },
7936        "com.amazonaws.storagegateway#TapeStorageClass": {
7937            "type": "string",
7938            "traits": {
7939                "smithy.api#enum": [
7940                    {
7941                        "value": "DEEP_ARCHIVE",
7942                        "name": "DEEP_ARCHIVE"
7943                    },
7944                    {
7945                        "value": "GLACIER",
7946                        "name": "GLACIER"
7947                    }
7948                ]
7949            }
7950        },
7951        "com.amazonaws.storagegateway#TapeUsage": {
7952            "type": "long",
7953            "traits": {
7954                "smithy.api#box": {}
7955            }
7956        },
7957        "com.amazonaws.storagegateway#Tapes": {
7958            "type": "list",
7959            "member": {
7960                "target": "com.amazonaws.storagegateway#Tape"
7961            }
7962        },
7963        "com.amazonaws.storagegateway#TargetARN": {
7964            "type": "string",
7965            "traits": {
7966                "smithy.api#length": {
7967                    "min": 50,
7968                    "max": 800
7969                }
7970            }
7971        },
7972        "com.amazonaws.storagegateway#TargetName": {
7973            "type": "string",
7974            "traits": {
7975                "smithy.api#length": {
7976                    "min": 1,
7977                    "max": 200
7978                },
7979                "smithy.api#pattern": "^[-\\.;a-z0-9]+$"
7980            }
7981        },
7982        "com.amazonaws.storagegateway#Time": {
7983            "type": "timestamp"
7984        },
7985        "com.amazonaws.storagegateway#TimeoutInSeconds": {
7986            "type": "integer",
7987            "traits": {
7988                "smithy.api#box": {},
7989                "smithy.api#range": {
7990                    "min": 0,
7991                    "max": 3600
7992                }
7993            }
7994        },
7995        "com.amazonaws.storagegateway#UpdateAutomaticTapeCreationPolicy": {
7996            "type": "operation",
7997            "input": {
7998                "target": "com.amazonaws.storagegateway#UpdateAutomaticTapeCreationPolicyInput"
7999            },
8000            "output": {
8001                "target": "com.amazonaws.storagegateway#UpdateAutomaticTapeCreationPolicyOutput"
8002            },
8003            "errors": [
8004                {
8005                    "target": "com.amazonaws.storagegateway#InternalServerError"
8006                },
8007                {
8008                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
8009                }
8010            ],
8011            "traits": {
8012                "smithy.api#documentation": "<p>Updates the automatic tape creation policy of a gateway. Use this to update the policy\n         with a new set of automatic tape creation rules. This is only supported for tape\n         gateways.</p>\n\n         <p>By default, there is no automatic tape creation policy.</p>\n\n         <note>\n            <p>A gateway can have only one automatic tape creation policy.</p>\n         </note>"
8013            }
8014        },
8015        "com.amazonaws.storagegateway#UpdateAutomaticTapeCreationPolicyInput": {
8016            "type": "structure",
8017            "members": {
8018                "AutomaticTapeCreationRules": {
8019                    "target": "com.amazonaws.storagegateway#AutomaticTapeCreationRules",
8020                    "traits": {
8021                        "smithy.api#documentation": "<p>An automatic tape creation policy consists of a list of automatic tape creation rules.\n         The rules determine when and how to automatically create new tapes.</p>",
8022                        "smithy.api#required": {}
8023                    }
8024                },
8025                "GatewayARN": {
8026                    "target": "com.amazonaws.storagegateway#GatewayARN",
8027                    "traits": {
8028                        "smithy.api#required": {}
8029                    }
8030                }
8031            }
8032        },
8033        "com.amazonaws.storagegateway#UpdateAutomaticTapeCreationPolicyOutput": {
8034            "type": "structure",
8035            "members": {
8036                "GatewayARN": {
8037                    "target": "com.amazonaws.storagegateway#GatewayARN"
8038                }
8039            }
8040        },
8041        "com.amazonaws.storagegateway#UpdateBandwidthRateLimit": {
8042            "type": "operation",
8043            "input": {
8044                "target": "com.amazonaws.storagegateway#UpdateBandwidthRateLimitInput"
8045            },
8046            "output": {
8047                "target": "com.amazonaws.storagegateway#UpdateBandwidthRateLimitOutput"
8048            },
8049            "errors": [
8050                {
8051                    "target": "com.amazonaws.storagegateway#InternalServerError"
8052                },
8053                {
8054                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
8055                }
8056            ],
8057            "traits": {
8058                "smithy.api#documentation": "<p>Updates the bandwidth rate limits of a gateway. You can update both the upload and\n         download bandwidth rate limit or specify only one of the two. If you don't set a\n         bandwidth rate limit, the existing rate limit remains. This operation is supported for the\n         stored volume, cached volume, and tape gateway types.</p>\n\n         <p>By default, a gateway's bandwidth rate limits are not set. If you don't set\n         any limit, the gateway does not have any limitations on its bandwidth usage and could\n         potentially use the maximum available bandwidth.</p>\n\n         <p>To specify which gateway to update, use the Amazon Resource Name (ARN) of the gateway in\n         your request.</p>"
8059            }
8060        },
8061        "com.amazonaws.storagegateway#UpdateBandwidthRateLimitInput": {
8062            "type": "structure",
8063            "members": {
8064                "GatewayARN": {
8065                    "target": "com.amazonaws.storagegateway#GatewayARN",
8066                    "traits": {
8067                        "smithy.api#required": {}
8068                    }
8069                },
8070                "AverageUploadRateLimitInBitsPerSec": {
8071                    "target": "com.amazonaws.storagegateway#BandwidthUploadRateLimit",
8072                    "traits": {
8073                        "smithy.api#documentation": "<p>The average upload bandwidth rate limit in bits per second.</p>"
8074                    }
8075                },
8076                "AverageDownloadRateLimitInBitsPerSec": {
8077                    "target": "com.amazonaws.storagegateway#BandwidthDownloadRateLimit",
8078                    "traits": {
8079                        "smithy.api#documentation": "<p>The average download bandwidth rate limit in bits per second.</p>"
8080                    }
8081                }
8082            },
8083            "traits": {
8084                "smithy.api#documentation": "<p>A JSON object containing one or more of the following fields:</p>\n\n         <ul>\n            <li>\n               <p>\n                  <a>UpdateBandwidthRateLimitInput$AverageDownloadRateLimitInBitsPerSec</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>UpdateBandwidthRateLimitInput$AverageUploadRateLimitInBitsPerSec</a>\n               </p>\n            </li>\n         </ul>"
8085            }
8086        },
8087        "com.amazonaws.storagegateway#UpdateBandwidthRateLimitOutput": {
8088            "type": "structure",
8089            "members": {
8090                "GatewayARN": {
8091                    "target": "com.amazonaws.storagegateway#GatewayARN"
8092                }
8093            },
8094            "traits": {
8095                "smithy.api#documentation": "<p>A JSON object containing the Amazon Resource Name (ARN) of the gateway whose throttle\n         information was updated.</p>"
8096            }
8097        },
8098        "com.amazonaws.storagegateway#UpdateBandwidthRateLimitSchedule": {
8099            "type": "operation",
8100            "input": {
8101                "target": "com.amazonaws.storagegateway#UpdateBandwidthRateLimitScheduleInput"
8102            },
8103            "output": {
8104                "target": "com.amazonaws.storagegateway#UpdateBandwidthRateLimitScheduleOutput"
8105            },
8106            "errors": [
8107                {
8108                    "target": "com.amazonaws.storagegateway#InternalServerError"
8109                },
8110                {
8111                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
8112                }
8113            ],
8114            "traits": {
8115                "smithy.api#documentation": "<p>\n         Updates the bandwidth rate limit schedule for a specified gateway. By default, gateways do \n         not have bandwidth rate limit schedules, which means no bandwidth rate limiting is in effect.\n         Use this to initiate or update a gateway's bandwidth rate limit schedule.\n         This operation is supported in the volume and tape gateway types.\n      </p>"
8116            }
8117        },
8118        "com.amazonaws.storagegateway#UpdateBandwidthRateLimitScheduleInput": {
8119            "type": "structure",
8120            "members": {
8121                "GatewayARN": {
8122                    "target": "com.amazonaws.storagegateway#GatewayARN",
8123                    "traits": {
8124                        "smithy.api#required": {}
8125                    }
8126                },
8127                "BandwidthRateLimitIntervals": {
8128                    "target": "com.amazonaws.storagegateway#BandwidthRateLimitIntervals",
8129                    "traits": {
8130                        "smithy.api#documentation": "<p>\n         An array containing bandwidth rate limit schedule intervals for a gateway. \n         When no bandwidth rate limit intervals have been scheduled, the array is empty.\n      </p>",
8131                        "smithy.api#required": {}
8132                    }
8133                }
8134            }
8135        },
8136        "com.amazonaws.storagegateway#UpdateBandwidthRateLimitScheduleOutput": {
8137            "type": "structure",
8138            "members": {
8139                "GatewayARN": {
8140                    "target": "com.amazonaws.storagegateway#GatewayARN"
8141                }
8142            }
8143        },
8144        "com.amazonaws.storagegateway#UpdateChapCredentials": {
8145            "type": "operation",
8146            "input": {
8147                "target": "com.amazonaws.storagegateway#UpdateChapCredentialsInput"
8148            },
8149            "output": {
8150                "target": "com.amazonaws.storagegateway#UpdateChapCredentialsOutput"
8151            },
8152            "errors": [
8153                {
8154                    "target": "com.amazonaws.storagegateway#InternalServerError"
8155                },
8156                {
8157                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
8158                }
8159            ],
8160            "traits": {
8161                "smithy.api#documentation": "<p>Updates the Challenge-Handshake Authentication Protocol (CHAP) credentials for a\n         specified iSCSI target. By default, a gateway does not have CHAP enabled; however, for\n         added security, you might use it. This operation is supported in the volume and tape\n         gateway types.</p>\n\n         <important>\n            <p>When you update CHAP credentials, all existing connections on the target are closed\n            and initiators must reconnect with the new credentials.</p>\n         </important>"
8162            }
8163        },
8164        "com.amazonaws.storagegateway#UpdateChapCredentialsInput": {
8165            "type": "structure",
8166            "members": {
8167                "TargetARN": {
8168                    "target": "com.amazonaws.storagegateway#TargetARN",
8169                    "traits": {
8170                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the iSCSI volume target. Use the <a>DescribeStorediSCSIVolumes</a> operation to return the TargetARN for specified\n         VolumeARN.</p>",
8171                        "smithy.api#required": {}
8172                    }
8173                },
8174                "SecretToAuthenticateInitiator": {
8175                    "target": "com.amazonaws.storagegateway#ChapSecret",
8176                    "traits": {
8177                        "smithy.api#documentation": "<p>The secret key that the initiator (for example, the Windows client) must provide to\n         participate in mutual CHAP with the target.</p>\n\n         <note>\n            <p>The secret key must be between 12 and 16 bytes when encoded in UTF-8.</p>\n         </note>",
8178                        "smithy.api#required": {}
8179                    }
8180                },
8181                "InitiatorName": {
8182                    "target": "com.amazonaws.storagegateway#IqnName",
8183                    "traits": {
8184                        "smithy.api#documentation": "<p>The iSCSI initiator that connects to the target.</p>",
8185                        "smithy.api#required": {}
8186                    }
8187                },
8188                "SecretToAuthenticateTarget": {
8189                    "target": "com.amazonaws.storagegateway#ChapSecret",
8190                    "traits": {
8191                        "smithy.api#documentation": "<p>The secret key that the target must provide to participate in mutual CHAP with the\n         initiator (e.g. Windows client).</p>\n\n         <p>Byte constraints: Minimum bytes of 12. Maximum bytes of 16.</p>\n\n         <note>\n            <p>The secret key must be between 12 and 16 bytes when encoded in UTF-8.</p>\n         </note>"
8192                    }
8193                }
8194            },
8195            "traits": {
8196                "smithy.api#documentation": "<p>A JSON object containing one or more of the following fields:</p>\n\n         <ul>\n            <li>\n               <p>\n                  <a>UpdateChapCredentialsInput$InitiatorName</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>UpdateChapCredentialsInput$SecretToAuthenticateInitiator</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>UpdateChapCredentialsInput$SecretToAuthenticateTarget</a>\n               </p>\n\n            </li>\n            <li>\n               <p>\n                  <a>UpdateChapCredentialsInput$TargetARN</a>\n               </p>\n            </li>\n         </ul>"
8197            }
8198        },
8199        "com.amazonaws.storagegateway#UpdateChapCredentialsOutput": {
8200            "type": "structure",
8201            "members": {
8202                "TargetARN": {
8203                    "target": "com.amazonaws.storagegateway#TargetARN",
8204                    "traits": {
8205                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the target. This is the same target specified in the\n         request.</p>"
8206                    }
8207                },
8208                "InitiatorName": {
8209                    "target": "com.amazonaws.storagegateway#IqnName",
8210                    "traits": {
8211                        "smithy.api#documentation": "<p>The iSCSI initiator that connects to the target. This is the same initiator name\n         specified in the request.</p>"
8212                    }
8213                }
8214            },
8215            "traits": {
8216                "smithy.api#documentation": "<p>A JSON object containing the following fields:</p>"
8217            }
8218        },
8219        "com.amazonaws.storagegateway#UpdateFileSystemAssociation": {
8220            "type": "operation",
8221            "input": {
8222                "target": "com.amazonaws.storagegateway#UpdateFileSystemAssociationInput"
8223            },
8224            "output": {
8225                "target": "com.amazonaws.storagegateway#UpdateFileSystemAssociationOutput"
8226            },
8227            "errors": [
8228                {
8229                    "target": "com.amazonaws.storagegateway#InternalServerError"
8230                },
8231                {
8232                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
8233                }
8234            ],
8235            "traits": {
8236                "smithy.api#documentation": "<p>Updates a file system association. This operation is only supported in the Amazon FSx\n         file gateway type.</p>"
8237            }
8238        },
8239        "com.amazonaws.storagegateway#UpdateFileSystemAssociationInput": {
8240            "type": "structure",
8241            "members": {
8242                "FileSystemAssociationARN": {
8243                    "target": "com.amazonaws.storagegateway#FileSystemAssociationARN",
8244                    "traits": {
8245                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the file system association that you want to update.</p>",
8246                        "smithy.api#required": {}
8247                    }
8248                },
8249                "UserName": {
8250                    "target": "com.amazonaws.storagegateway#DomainUserName",
8251                    "traits": {
8252                        "smithy.api#documentation": "<p>The user name of the user credential that has permission to access the root share D$ of\n         the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin\n         user group.</p>"
8253                    }
8254                },
8255                "Password": {
8256                    "target": "com.amazonaws.storagegateway#DomainUserPassword",
8257                    "traits": {
8258                        "smithy.api#documentation": "<p>The password of the user credential.</p>"
8259                    }
8260                },
8261                "AuditDestinationARN": {
8262                    "target": "com.amazonaws.storagegateway#AuditDestinationARN",
8263                    "traits": {
8264                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the storage used for the audit logs.</p>"
8265                    }
8266                },
8267                "CacheAttributes": {
8268                    "target": "com.amazonaws.storagegateway#CacheAttributes"
8269                }
8270            }
8271        },
8272        "com.amazonaws.storagegateway#UpdateFileSystemAssociationOutput": {
8273            "type": "structure",
8274            "members": {
8275                "FileSystemAssociationARN": {
8276                    "target": "com.amazonaws.storagegateway#FileSystemAssociationARN",
8277                    "traits": {
8278                        "smithy.api#documentation": "<p>The ARN of the updated file system association.</p>"
8279                    }
8280                }
8281            }
8282        },
8283        "com.amazonaws.storagegateway#UpdateGatewayInformation": {
8284            "type": "operation",
8285            "input": {
8286                "target": "com.amazonaws.storagegateway#UpdateGatewayInformationInput"
8287            },
8288            "output": {
8289                "target": "com.amazonaws.storagegateway#UpdateGatewayInformationOutput"
8290            },
8291            "errors": [
8292                {
8293                    "target": "com.amazonaws.storagegateway#InternalServerError"
8294                },
8295                {
8296                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
8297                }
8298            ],
8299            "traits": {
8300                "smithy.api#documentation": "<p>Updates a gateway's metadata, which includes the gateway's name and time zone.\n         To specify which gateway to update, use the Amazon Resource Name (ARN) of the gateway in\n         your request.</p>\n\n         <note>\n            <p>For gateways activated after September 2, 2015, the gateway's ARN contains the\n            gateway ID rather than the gateway name. However, changing the name of the gateway has\n            no effect on the gateway's ARN.</p>\n         </note>"
8301            }
8302        },
8303        "com.amazonaws.storagegateway#UpdateGatewayInformationInput": {
8304            "type": "structure",
8305            "members": {
8306                "GatewayARN": {
8307                    "target": "com.amazonaws.storagegateway#GatewayARN",
8308                    "traits": {
8309                        "smithy.api#required": {}
8310                    }
8311                },
8312                "GatewayName": {
8313                    "target": "com.amazonaws.storagegateway#GatewayName"
8314                },
8315                "GatewayTimezone": {
8316                    "target": "com.amazonaws.storagegateway#GatewayTimezone",
8317                    "traits": {
8318                        "smithy.api#documentation": "<p>A value that indicates the time zone of the gateway.</p>"
8319                    }
8320                },
8321                "CloudWatchLogGroupARN": {
8322                    "target": "com.amazonaws.storagegateway#CloudWatchLogGroupARN",
8323                    "traits": {
8324                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that you want to use\n         to monitor and log events in the gateway.</p>\n\n         <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html\">What is Amazon CloudWatch\n            Logs?</a>\n         </p>"
8325                    }
8326                }
8327            }
8328        },
8329        "com.amazonaws.storagegateway#UpdateGatewayInformationOutput": {
8330            "type": "structure",
8331            "members": {
8332                "GatewayARN": {
8333                    "target": "com.amazonaws.storagegateway#GatewayARN"
8334                },
8335                "GatewayName": {
8336                    "target": "com.amazonaws.storagegateway#string",
8337                    "traits": {
8338                        "smithy.api#documentation": "<p>The name you configured for your gateway.</p>"
8339                    }
8340                }
8341            },
8342            "traits": {
8343                "smithy.api#documentation": "<p>A JSON object containing the Amazon Resource Name (ARN) of the gateway that was\n         updated.</p>"
8344            }
8345        },
8346        "com.amazonaws.storagegateway#UpdateGatewaySoftwareNow": {
8347            "type": "operation",
8348            "input": {
8349                "target": "com.amazonaws.storagegateway#UpdateGatewaySoftwareNowInput"
8350            },
8351            "output": {
8352                "target": "com.amazonaws.storagegateway#UpdateGatewaySoftwareNowOutput"
8353            },
8354            "errors": [
8355                {
8356                    "target": "com.amazonaws.storagegateway#InternalServerError"
8357                },
8358                {
8359                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
8360                }
8361            ],
8362            "traits": {
8363                "smithy.api#documentation": "<p>Updates the gateway virtual machine (VM) software. The request immediately triggers the\n         software update.</p>\n\n         <note>\n            <p>When you make this request, you get a <code>200 OK</code> success response\n            immediately. However, it might take some time for the update to complete. You can call\n               <a>DescribeGatewayInformation</a> to verify the gateway is in the\n               <code>STATE_RUNNING</code> state.</p>\n         </note>\n\n         <important>\n            <p>A software update forces a system restart of your gateway. You can minimize the\n            chance of any disruption to your applications by increasing your iSCSI Initiators'\n            timeouts. For more information about increasing iSCSI Initiator timeouts for Windows and\n            Linux, see <a href=\"https://docs.aws.amazon.com/storagegateway/latest/userguide/ConfiguringiSCSIClientInitiatorWindowsClient.html#CustomizeWindowsiSCSISettings\">Customizing your Windows iSCSI settings</a> and <a href=\"https://docs.aws.amazon.com/storagegateway/latest/userguide/ConfiguringiSCSIClientInitiatorRedHatClient.html#CustomizeLinuxiSCSISettings\">Customizing your Linux iSCSI settings</a>, respectively.</p>\n         </important>"
8364            }
8365        },
8366        "com.amazonaws.storagegateway#UpdateGatewaySoftwareNowInput": {
8367            "type": "structure",
8368            "members": {
8369                "GatewayARN": {
8370                    "target": "com.amazonaws.storagegateway#GatewayARN",
8371                    "traits": {
8372                        "smithy.api#required": {}
8373                    }
8374                }
8375            },
8376            "traits": {
8377                "smithy.api#documentation": "<p>A JSON object containing the Amazon Resource Name (ARN) of the gateway to update.</p>"
8378            }
8379        },
8380        "com.amazonaws.storagegateway#UpdateGatewaySoftwareNowOutput": {
8381            "type": "structure",
8382            "members": {
8383                "GatewayARN": {
8384                    "target": "com.amazonaws.storagegateway#GatewayARN"
8385                }
8386            },
8387            "traits": {
8388                "smithy.api#documentation": "<p>A JSON object containing the Amazon Resource Name (ARN) of the gateway that was\n         updated.</p>"
8389            }
8390        },
8391        "com.amazonaws.storagegateway#UpdateMaintenanceStartTime": {
8392            "type": "operation",
8393            "input": {
8394                "target": "com.amazonaws.storagegateway#UpdateMaintenanceStartTimeInput"
8395            },
8396            "output": {
8397                "target": "com.amazonaws.storagegateway#UpdateMaintenanceStartTimeOutput"
8398            },
8399            "errors": [
8400                {
8401                    "target": "com.amazonaws.storagegateway#InternalServerError"
8402                },
8403                {
8404                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
8405                }
8406            ],
8407            "traits": {
8408                "smithy.api#documentation": "<p>Updates a gateway's weekly maintenance start time information, including day and\n         time of the week. The maintenance time is the time in your gateway's time zone.</p>"
8409            }
8410        },
8411        "com.amazonaws.storagegateway#UpdateMaintenanceStartTimeInput": {
8412            "type": "structure",
8413            "members": {
8414                "GatewayARN": {
8415                    "target": "com.amazonaws.storagegateway#GatewayARN",
8416                    "traits": {
8417                        "smithy.api#required": {}
8418                    }
8419                },
8420                "HourOfDay": {
8421                    "target": "com.amazonaws.storagegateway#HourOfDay",
8422                    "traits": {
8423                        "smithy.api#documentation": "<p>The hour component of the maintenance start time represented as <i>hh</i>,\n         where <i>hh</i> is the hour (00 to 23). The hour of the day is in the time\n         zone of the gateway.</p>",
8424                        "smithy.api#required": {}
8425                    }
8426                },
8427                "MinuteOfHour": {
8428                    "target": "com.amazonaws.storagegateway#MinuteOfHour",
8429                    "traits": {
8430                        "smithy.api#documentation": "<p>The minute component of the maintenance start time represented as\n            <i>mm</i>, where <i>mm</i> is the minute (00 to 59). The\n         minute of the hour is in the time zone of the gateway.</p>",
8431                        "smithy.api#required": {}
8432                    }
8433                },
8434                "DayOfWeek": {
8435                    "target": "com.amazonaws.storagegateway#DayOfWeek",
8436                    "traits": {
8437                        "smithy.api#documentation": "<p>The day of the week component of the maintenance start time week represented as an\n         ordinal number from 0 to 6, where 0 represents Sunday and 6 Saturday.</p>"
8438                    }
8439                },
8440                "DayOfMonth": {
8441                    "target": "com.amazonaws.storagegateway#DayOfMonth",
8442                    "traits": {
8443                        "smithy.api#documentation": "<p>The day of the month component of the maintenance start time represented as an ordinal\n         number from 1 to 28, where 1 represents the first day of the month and 28 represents the\n         last day of the month.</p>"
8444                    }
8445                }
8446            },
8447            "traits": {
8448                "smithy.api#documentation": "<p>A JSON object containing the following fields:</p>\n\n         <ul>\n            <li>\n               <p>\n                  <a>UpdateMaintenanceStartTimeInput$DayOfMonth</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>UpdateMaintenanceStartTimeInput$DayOfWeek</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>UpdateMaintenanceStartTimeInput$HourOfDay</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>UpdateMaintenanceStartTimeInput$MinuteOfHour</a>\n               </p>\n            </li>\n         </ul>"
8449            }
8450        },
8451        "com.amazonaws.storagegateway#UpdateMaintenanceStartTimeOutput": {
8452            "type": "structure",
8453            "members": {
8454                "GatewayARN": {
8455                    "target": "com.amazonaws.storagegateway#GatewayARN"
8456                }
8457            },
8458            "traits": {
8459                "smithy.api#documentation": "<p>A JSON object containing the Amazon Resource Name (ARN) of the gateway whose maintenance\n         start time is updated.</p>"
8460            }
8461        },
8462        "com.amazonaws.storagegateway#UpdateNFSFileShare": {
8463            "type": "operation",
8464            "input": {
8465                "target": "com.amazonaws.storagegateway#UpdateNFSFileShareInput"
8466            },
8467            "output": {
8468                "target": "com.amazonaws.storagegateway#UpdateNFSFileShareOutput"
8469            },
8470            "errors": [
8471                {
8472                    "target": "com.amazonaws.storagegateway#InternalServerError"
8473                },
8474                {
8475                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
8476                }
8477            ],
8478            "traits": {
8479                "smithy.api#documentation": "<p>Updates a Network File System (NFS) file share. This operation is only supported in the\n         file gateway type.</p>\n\n         <note>\n            <p>To leave a file share field unchanged, set the corresponding input field to\n            null.</p>\n         </note>\n\n         <p>Updates the following file share settings:</p>\n\n         <ul>\n            <li>\n               <p>Default storage class for your S3 bucket</p>\n            </li>\n            <li>\n               <p>Metadata defaults for your S3 bucket</p>\n            </li>\n            <li>\n               <p>Allowed NFS clients for your file share</p>\n            </li>\n            <li>\n               <p>Squash settings</p>\n            </li>\n            <li>\n               <p>Write status of your file share</p>\n            </li>\n         </ul>"
8480            }
8481        },
8482        "com.amazonaws.storagegateway#UpdateNFSFileShareInput": {
8483            "type": "structure",
8484            "members": {
8485                "FileShareARN": {
8486                    "target": "com.amazonaws.storagegateway#FileShareARN",
8487                    "traits": {
8488                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the file share to be updated.</p>",
8489                        "smithy.api#required": {}
8490                    }
8491                },
8492                "KMSEncrypted": {
8493                    "target": "com.amazonaws.storagegateway#Boolean",
8494                    "traits": {
8495                        "smithy.api#documentation": "<p>Set to <code>true</code> to use Amazon S3 server-side encryption with your own AWS KMS\n         key, or <code>false</code> to use a key managed by Amazon S3. Optional.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
8496                    }
8497                },
8498                "KMSKey": {
8499                    "target": "com.amazonaws.storagegateway#KMSKey",
8500                    "traits": {
8501                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon\n         S3 server-side encryption. Storage Gateway does not support asymmetric CMKs. This value can\n         only be set when <code>KMSEncrypted</code> is <code>true</code>. Optional.</p>"
8502                    }
8503                },
8504                "NFSFileShareDefaults": {
8505                    "target": "com.amazonaws.storagegateway#NFSFileShareDefaults",
8506                    "traits": {
8507                        "smithy.api#documentation": "<p>The default values for the file share. Optional.</p>"
8508                    }
8509                },
8510                "DefaultStorageClass": {
8511                    "target": "com.amazonaws.storagegateway#StorageClass",
8512                    "traits": {
8513                        "smithy.api#documentation": "<p>The default storage class for objects put into an Amazon S3 bucket by the file gateway.\n         The default value is <code>S3_INTELLIGENT_TIERING</code>. Optional.</p>\n\n         <p>Valid Values: <code>S3_STANDARD</code> | <code>S3_INTELLIGENT_TIERING</code> |\n            <code>S3_STANDARD_IA</code> | <code>S3_ONEZONE_IA</code>\n         </p>"
8514                    }
8515                },
8516                "ObjectACL": {
8517                    "target": "com.amazonaws.storagegateway#ObjectACL",
8518                    "traits": {
8519                        "smithy.api#documentation": "<p>A value that sets the access control list (ACL) permission for objects in the S3 bucket\n         that a file gateway puts objects into. The default value is <code>private</code>.</p>"
8520                    }
8521                },
8522                "ClientList": {
8523                    "target": "com.amazonaws.storagegateway#FileShareClientList",
8524                    "traits": {
8525                        "smithy.api#documentation": "<p>The list of clients that are allowed to access the file gateway. The list must contain\n         either valid IP addresses or valid CIDR blocks.</p>"
8526                    }
8527                },
8528                "Squash": {
8529                    "target": "com.amazonaws.storagegateway#Squash",
8530                    "traits": {
8531                        "smithy.api#documentation": "<p>The user mapped to anonymous user.</p>\n\n         <p>Valid values are the following:</p>\n\n         <ul>\n            <li>\n               <p>\n                  <code>RootSquash</code>: Only root is mapped to anonymous user.</p>\n            </li>\n            <li>\n               <p>\n                  <code>NoSquash</code>: No one is mapped to anonymous user.</p>\n            </li>\n            <li>\n               <p>\n                  <code>AllSquash</code>: Everyone is mapped to anonymous user.</p>\n            </li>\n         </ul>"
8532                    }
8533                },
8534                "ReadOnly": {
8535                    "target": "com.amazonaws.storagegateway#Boolean",
8536                    "traits": {
8537                        "smithy.api#documentation": "<p>A value that sets the write status of a file share. Set this value to <code>true</code>\n         to set the write status to read-only, otherwise set to <code>false</code>.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
8538                    }
8539                },
8540                "GuessMIMETypeEnabled": {
8541                    "target": "com.amazonaws.storagegateway#Boolean",
8542                    "traits": {
8543                        "smithy.api#documentation": "<p>A value that enables guessing of the MIME type for uploaded objects based on file\n         extensions. Set this value to <code>true</code> to enable MIME type guessing, otherwise set\n         to <code>false</code>. The default value is <code>true</code>.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
8544                    }
8545                },
8546                "RequesterPays": {
8547                    "target": "com.amazonaws.storagegateway#Boolean",
8548                    "traits": {
8549                        "smithy.api#documentation": "<p>A value that sets who pays the cost of the request and the cost associated with data\n         download from the S3 bucket. If this value is set to <code>true</code>, the requester pays\n         the costs; otherwise, the S3 bucket owner pays. However, the S3 bucket owner always pays\n         the cost of storing data.</p>\n\n         <note>\n            <p>\n               <code>RequesterPays</code> is a configuration for the S3 bucket that backs the file\n            share, so make sure that the configuration on the file share is the same as the S3\n            bucket configuration.</p>\n         </note>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
8550                    }
8551                },
8552                "FileShareName": {
8553                    "target": "com.amazonaws.storagegateway#FileShareName",
8554                    "traits": {
8555                        "smithy.api#documentation": "<p>The name of the file share. Optional.</p>\n\n         <note>\n            <p>\n               <code>FileShareName</code> must be set if an S3 prefix name is set in\n               <code>LocationARN</code>.</p>\n         </note>"
8556                    }
8557                },
8558                "CacheAttributes": {
8559                    "target": "com.amazonaws.storagegateway#CacheAttributes",
8560                    "traits": {
8561                        "smithy.api#documentation": "<p>specifies refresh cache information for the file share.</p>"
8562                    }
8563                },
8564                "NotificationPolicy": {
8565                    "target": "com.amazonaws.storagegateway#NotificationPolicy",
8566                    "traits": {
8567                        "smithy.api#documentation": "<p>The notification policy of the file share. <code>SettlingTimeInSeconds</code> controls\n         the number of seconds to wait after the last point in time a client wrote to a file before\n         generating an <code>ObjectUploaded</code> notification. Because clients can make many small\n         writes to files, it's best to set this parameter for as long as possible to avoid\n         generating multiple notifications for the same file in a small time period.</p>\n\n         <note>\n            <p>\n               <code>SettlingTimeInSeconds</code> has no effect on the timing of the object\n            uploading to Amazon S3, only the timing of the notification.</p>\n         </note>\n\n         <p>The following example sets <code>NotificationPolicy</code> on with\n            <code>SettlingTimeInSeconds</code> set to 60.</p>\n\n         <p>\n            <code>{\\\"Upload\\\": {\\\"SettlingTimeInSeconds\\\": 60}}</code>\n         </p>\n\n         <p>The following example sets <code>NotificationPolicy</code> off.</p>\n\n         <p>\n            <code>{}</code>\n         </p>"
8568                    }
8569                }
8570            },
8571            "traits": {
8572                "smithy.api#documentation": "<p>UpdateNFSFileShareInput</p>"
8573            }
8574        },
8575        "com.amazonaws.storagegateway#UpdateNFSFileShareOutput": {
8576            "type": "structure",
8577            "members": {
8578                "FileShareARN": {
8579                    "target": "com.amazonaws.storagegateway#FileShareARN",
8580                    "traits": {
8581                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the updated file share.</p>"
8582                    }
8583                }
8584            },
8585            "traits": {
8586                "smithy.api#documentation": "<p>UpdateNFSFileShareOutput</p>"
8587            }
8588        },
8589        "com.amazonaws.storagegateway#UpdateSMBFileShare": {
8590            "type": "operation",
8591            "input": {
8592                "target": "com.amazonaws.storagegateway#UpdateSMBFileShareInput"
8593            },
8594            "output": {
8595                "target": "com.amazonaws.storagegateway#UpdateSMBFileShareOutput"
8596            },
8597            "errors": [
8598                {
8599                    "target": "com.amazonaws.storagegateway#InternalServerError"
8600                },
8601                {
8602                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
8603                }
8604            ],
8605            "traits": {
8606                "smithy.api#documentation": "<p>Updates a Server Message Block (SMB) file share. This operation is only supported for\n         file gateways.</p>\n\n         <note>\n            <p>To leave a file share field unchanged, set the corresponding input field to\n            null.</p>\n         </note>\n\n         <important>\n            <p>File gateways require AWS Security Token Service (AWS STS) to be activated to enable\n            you to create a file share. Make sure that AWS STS is activated in the AWS Region you\n            are creating your file gateway in. If AWS STS is not activated in this AWS Region,\n            activate it. For information about how to activate AWS STS, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html\">Activating and\n               deactivating AWS STS in an AWS Region</a> in the <i>AWS Identity and\n               Access Management User Guide</i>.</p>\n\n            <p>File gateways don't support creating hard or symbolic links on a file\n            share.</p>\n         </important>"
8607            }
8608        },
8609        "com.amazonaws.storagegateway#UpdateSMBFileShareInput": {
8610            "type": "structure",
8611            "members": {
8612                "FileShareARN": {
8613                    "target": "com.amazonaws.storagegateway#FileShareARN",
8614                    "traits": {
8615                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the SMB file share that you want to update.</p>",
8616                        "smithy.api#required": {}
8617                    }
8618                },
8619                "KMSEncrypted": {
8620                    "target": "com.amazonaws.storagegateway#Boolean",
8621                    "traits": {
8622                        "smithy.api#documentation": "<p>Set to <code>true</code> to use Amazon S3 server-side encryption with your own AWS KMS\n         key, or <code>false</code> to use a key managed by Amazon S3. Optional.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
8623                    }
8624                },
8625                "KMSKey": {
8626                    "target": "com.amazonaws.storagegateway#KMSKey",
8627                    "traits": {
8628                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon\n         S3 server-side encryption. Storage Gateway does not support asymmetric CMKs. This value can\n         only be set when <code>KMSEncrypted</code> is <code>true</code>. Optional.</p>"
8629                    }
8630                },
8631                "DefaultStorageClass": {
8632                    "target": "com.amazonaws.storagegateway#StorageClass",
8633                    "traits": {
8634                        "smithy.api#documentation": "<p>The default storage class for objects put into an Amazon S3 bucket by the file gateway.\n         The default value is <code>S3_INTELLIGENT_TIERING</code>. Optional.</p>\n\n         <p>Valid Values: <code>S3_STANDARD</code> | <code>S3_INTELLIGENT_TIERING</code> |\n            <code>S3_STANDARD_IA</code> | <code>S3_ONEZONE_IA</code>\n         </p>"
8635                    }
8636                },
8637                "ObjectACL": {
8638                    "target": "com.amazonaws.storagegateway#ObjectACL",
8639                    "traits": {
8640                        "smithy.api#documentation": "<p>A value that sets the access control list (ACL) permission for objects in the S3 bucket\n         that a file gateway puts objects into. The default value is <code>private</code>.</p>"
8641                    }
8642                },
8643                "ReadOnly": {
8644                    "target": "com.amazonaws.storagegateway#Boolean",
8645                    "traits": {
8646                        "smithy.api#documentation": "<p>A value that sets the write status of a file share. Set this value to <code>true</code>\n         to set write status to read-only, otherwise set to <code>false</code>.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
8647                    }
8648                },
8649                "GuessMIMETypeEnabled": {
8650                    "target": "com.amazonaws.storagegateway#Boolean",
8651                    "traits": {
8652                        "smithy.api#documentation": "<p>A value that enables guessing of the MIME type for uploaded objects based on file\n         extensions. Set this value to <code>true</code> to enable MIME type guessing, otherwise set\n         to <code>false</code>. The default value is <code>true</code>.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
8653                    }
8654                },
8655                "RequesterPays": {
8656                    "target": "com.amazonaws.storagegateway#Boolean",
8657                    "traits": {
8658                        "smithy.api#documentation": "<p>A value that sets who pays the cost of the request and the cost associated with data\n         download from the S3 bucket. If this value is set to <code>true</code>, the requester pays\n         the costs; otherwise, the S3 bucket owner pays. However, the S3 bucket owner always pays\n         the cost of storing data.</p>\n\n         <note>\n            <p>\n               <code>RequesterPays</code> is a configuration for the S3 bucket that backs the file\n            share, so make sure that the configuration on the file share is the same as the S3\n            bucket configuration.</p>\n         </note>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
8659                    }
8660                },
8661                "SMBACLEnabled": {
8662                    "target": "com.amazonaws.storagegateway#Boolean",
8663                    "traits": {
8664                        "smithy.api#documentation": "<p>Set this value to <code>true</code> to enable access control list (ACL) on the SMB file\n         share. Set it to <code>false</code> to map file and directory permissions to the POSIX\n         permissions.</p>\n\n      \n\n         <p>For more information, see <a href=\"https://docs.aws.amazon.com/storagegateway/latest/userguide/smb-acl.html\">Using Microsoft Windows ACLs to\n            control access to an SMB file share</a> in the <i>AWS Storage Gateway User\n            Guide</i>.</p>\n\n         <p>Valid Values: <code>true</code> | <code>false</code>\n         </p>"
8665                    }
8666                },
8667                "AccessBasedEnumeration": {
8668                    "target": "com.amazonaws.storagegateway#Boolean",
8669                    "traits": {
8670                        "smithy.api#documentation": "<p>The files and folders on this share will only be visible to users with read\n         access.</p>"
8671                    }
8672                },
8673                "AdminUserList": {
8674                    "target": "com.amazonaws.storagegateway#UserList",
8675                    "traits": {
8676                        "smithy.api#documentation": "<p>A list of users or groups in the Active Directory that have administrator rights to the\n         file share. A group must be prefixed with the @ character. Acceptable formats include:\n            <code>DOMAIN\\User1</code>, <code>user1</code>, <code>@group1</code>, and\n            <code>@DOMAIN\\group1</code>. Can only be set if Authentication is set to\n            <code>ActiveDirectory</code>.</p>"
8677                    }
8678                },
8679                "ValidUserList": {
8680                    "target": "com.amazonaws.storagegateway#UserList",
8681                    "traits": {
8682                        "smithy.api#documentation": "<p>A list of users or groups in the Active Directory that are allowed to access the file\n         share. A group must be prefixed with the @ character. Acceptable formats include:\n            <code>DOMAIN\\User1</code>, <code>user1</code>, <code>@group1</code>, and\n            <code>@DOMAIN\\group1</code>. Can only be set if Authentication is set to\n            <code>ActiveDirectory</code>.</p>"
8683                    }
8684                },
8685                "InvalidUserList": {
8686                    "target": "com.amazonaws.storagegateway#UserList",
8687                    "traits": {
8688                        "smithy.api#documentation": "<p>A list of users or groups in the Active Directory that are not allowed to access the\n         file share. A group must be prefixed with the @ character. Acceptable formats include:\n            <code>DOMAIN\\User1</code>, <code>user1</code>, <code>@group1</code>, and\n            <code>@DOMAIN\\group1</code>. Can only be set if Authentication is set to\n            <code>ActiveDirectory</code>.</p>"
8689                    }
8690                },
8691                "AuditDestinationARN": {
8692                    "target": "com.amazonaws.storagegateway#AuditDestinationARN",
8693                    "traits": {
8694                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the storage used for audit logs.</p>"
8695                    }
8696                },
8697                "CaseSensitivity": {
8698                    "target": "com.amazonaws.storagegateway#CaseSensitivity",
8699                    "traits": {
8700                        "smithy.api#documentation": "<p>The case of an object name in an Amazon S3 bucket. For <code>ClientSpecified</code>, the\n         client determines the case sensitivity. For <code>CaseSensitive</code>, the gateway\n         determines the case sensitivity. The default value is <code>ClientSpecified</code>.</p>"
8701                    }
8702                },
8703                "FileShareName": {
8704                    "target": "com.amazonaws.storagegateway#FileShareName",
8705                    "traits": {
8706                        "smithy.api#documentation": "<p>The name of the file share. Optional.</p>\n\n         <note>\n            <p>\n               <code>FileShareName</code> must be set if an S3 prefix name is set in\n               <code>LocationARN</code>.</p>\n         </note>"
8707                    }
8708                },
8709                "CacheAttributes": {
8710                    "target": "com.amazonaws.storagegateway#CacheAttributes",
8711                    "traits": {
8712                        "smithy.api#documentation": "<p>Specifies refresh cache information for the file share.</p>"
8713                    }
8714                },
8715                "NotificationPolicy": {
8716                    "target": "com.amazonaws.storagegateway#NotificationPolicy",
8717                    "traits": {
8718                        "smithy.api#documentation": "<p>The notification policy of the file share. <code>SettlingTimeInSeconds</code> controls\n         the number of seconds to wait after the last point in time a client wrote to a file before\n         generating an <code>ObjectUploaded</code> notification. Because clients can make many small\n         writes to files, it's best to set this parameter for as long as possible to avoid\n         generating multiple notifications for the same file in a small time period.</p>\n\n         <note>\n            <p>\n               <code>SettlingTimeInSeconds</code> has no effect on the timing of the object\n            uploading to Amazon S3, only the timing of the notification.</p>\n         </note>\n\n         <p>The following example sets <code>NotificationPolicy</code> on with\n            <code>SettlingTimeInSeconds</code> set to 60.</p>\n\n         <p>\n            <code>{\\\"Upload\\\": {\\\"SettlingTimeInSeconds\\\": 60}}</code>\n         </p>\n\n         <p>The following example sets <code>NotificationPolicy</code> off.</p>\n\n         <p>\n            <code>{}</code>\n         </p>"
8719                    }
8720                }
8721            },
8722            "traits": {
8723                "smithy.api#documentation": "<p>UpdateSMBFileShareInput</p>"
8724            }
8725        },
8726        "com.amazonaws.storagegateway#UpdateSMBFileShareOutput": {
8727            "type": "structure",
8728            "members": {
8729                "FileShareARN": {
8730                    "target": "com.amazonaws.storagegateway#FileShareARN",
8731                    "traits": {
8732                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the updated SMB file share.</p>"
8733                    }
8734                }
8735            },
8736            "traits": {
8737                "smithy.api#documentation": "<p>UpdateSMBFileShareOutput</p>"
8738            }
8739        },
8740        "com.amazonaws.storagegateway#UpdateSMBFileShareVisibility": {
8741            "type": "operation",
8742            "input": {
8743                "target": "com.amazonaws.storagegateway#UpdateSMBFileShareVisibilityInput"
8744            },
8745            "output": {
8746                "target": "com.amazonaws.storagegateway#UpdateSMBFileShareVisibilityOutput"
8747            },
8748            "errors": [
8749                {
8750                    "target": "com.amazonaws.storagegateway#InternalServerError"
8751                },
8752                {
8753                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
8754                }
8755            ],
8756            "traits": {
8757                "smithy.api#documentation": "<p>Controls whether the shares on a gateway are visible in a net view or browse\n         list.</p>"
8758            }
8759        },
8760        "com.amazonaws.storagegateway#UpdateSMBFileShareVisibilityInput": {
8761            "type": "structure",
8762            "members": {
8763                "GatewayARN": {
8764                    "target": "com.amazonaws.storagegateway#GatewayARN",
8765                    "traits": {
8766                        "smithy.api#required": {}
8767                    }
8768                },
8769                "FileSharesVisible": {
8770                    "target": "com.amazonaws.storagegateway#Boolean",
8771                    "traits": {
8772                        "smithy.api#documentation": "<p>The shares on this gateway appear when listing shares.</p>",
8773                        "smithy.api#required": {}
8774                    }
8775                }
8776            }
8777        },
8778        "com.amazonaws.storagegateway#UpdateSMBFileShareVisibilityOutput": {
8779            "type": "structure",
8780            "members": {
8781                "GatewayARN": {
8782                    "target": "com.amazonaws.storagegateway#GatewayARN"
8783                }
8784            }
8785        },
8786        "com.amazonaws.storagegateway#UpdateSMBSecurityStrategy": {
8787            "type": "operation",
8788            "input": {
8789                "target": "com.amazonaws.storagegateway#UpdateSMBSecurityStrategyInput"
8790            },
8791            "output": {
8792                "target": "com.amazonaws.storagegateway#UpdateSMBSecurityStrategyOutput"
8793            },
8794            "errors": [
8795                {
8796                    "target": "com.amazonaws.storagegateway#InternalServerError"
8797                },
8798                {
8799                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
8800                }
8801            ],
8802            "traits": {
8803                "smithy.api#documentation": "<p>Updates the SMB security strategy on a file gateway. This action is only supported in\n         file gateways.</p>\n\n         <note>\n            <p>This API is called Security level in the User Guide.</p>\n\n            <p>A higher security level can affect performance of the gateway.</p>\n         </note>"
8804            }
8805        },
8806        "com.amazonaws.storagegateway#UpdateSMBSecurityStrategyInput": {
8807            "type": "structure",
8808            "members": {
8809                "GatewayARN": {
8810                    "target": "com.amazonaws.storagegateway#GatewayARN",
8811                    "traits": {
8812                        "smithy.api#required": {}
8813                    }
8814                },
8815                "SMBSecurityStrategy": {
8816                    "target": "com.amazonaws.storagegateway#SMBSecurityStrategy",
8817                    "traits": {
8818                        "smithy.api#documentation": "<p>Specifies the type of security strategy.</p>\n\n         <p>ClientSpecified: if you use this option, requests are established based on what is\n         negotiated by the client. This option is recommended when you want to maximize\n         compatibility across different clients in your environment.</p>\n\n         <p>MandatorySigning: if you use this option, file gateway only allows connections from\n         SMBv2 or SMBv3 clients that have signing enabled. This option works with SMB clients on\n         Microsoft Windows Vista, Windows Server 2008 or newer.</p>\n\n         <p>MandatoryEncryption: if you use this option, file gateway only allows connections from\n         SMBv3 clients that have encryption enabled. This option is highly recommended for\n         environments that handle sensitive data. This option works with SMB clients on Microsoft\n         Windows 8, Windows Server 2012 or newer.</p>",
8819                        "smithy.api#required": {}
8820                    }
8821                }
8822            }
8823        },
8824        "com.amazonaws.storagegateway#UpdateSMBSecurityStrategyOutput": {
8825            "type": "structure",
8826            "members": {
8827                "GatewayARN": {
8828                    "target": "com.amazonaws.storagegateway#GatewayARN"
8829                }
8830            }
8831        },
8832        "com.amazonaws.storagegateway#UpdateSnapshotSchedule": {
8833            "type": "operation",
8834            "input": {
8835                "target": "com.amazonaws.storagegateway#UpdateSnapshotScheduleInput"
8836            },
8837            "output": {
8838                "target": "com.amazonaws.storagegateway#UpdateSnapshotScheduleOutput"
8839            },
8840            "errors": [
8841                {
8842                    "target": "com.amazonaws.storagegateway#InternalServerError"
8843                },
8844                {
8845                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
8846                }
8847            ],
8848            "traits": {
8849                "smithy.api#documentation": "<p>Updates a snapshot schedule configured for a gateway volume. This operation is only\n         supported in the cached volume and stored volume gateway types.</p>\n\n         <p>The default snapshot schedule for volume is once every 24 hours, starting at the\n         creation time of the volume. You can use this API to change the snapshot schedule\n         configured for the volume.</p>\n\n         <p>In the request you must identify the gateway volume whose snapshot schedule you want to\n         update, and the schedule information, including when you want the snapshot to begin on a\n         day and the frequency (in hours) of snapshots.</p>"
8850            }
8851        },
8852        "com.amazonaws.storagegateway#UpdateSnapshotScheduleInput": {
8853            "type": "structure",
8854            "members": {
8855                "VolumeARN": {
8856                    "target": "com.amazonaws.storagegateway#VolumeARN",
8857                    "traits": {
8858                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the volume. Use the <a>ListVolumes</a>\n         operation to return a list of gateway volumes.</p>",
8859                        "smithy.api#required": {}
8860                    }
8861                },
8862                "StartAt": {
8863                    "target": "com.amazonaws.storagegateway#HourOfDay",
8864                    "traits": {
8865                        "smithy.api#documentation": "<p>The hour of the day at which the snapshot schedule begins represented as\n            <i>hh</i>, where <i>hh</i> is the hour (0 to 23). The hour\n         of the day is in the time zone of the gateway.</p>",
8866                        "smithy.api#required": {}
8867                    }
8868                },
8869                "RecurrenceInHours": {
8870                    "target": "com.amazonaws.storagegateway#RecurrenceInHours",
8871                    "traits": {
8872                        "smithy.api#documentation": "<p>Frequency of snapshots. Specify the number of hours between snapshots.</p>",
8873                        "smithy.api#required": {}
8874                    }
8875                },
8876                "Description": {
8877                    "target": "com.amazonaws.storagegateway#Description",
8878                    "traits": {
8879                        "smithy.api#documentation": "<p>Optional description of the snapshot that overwrites the existing description.</p>"
8880                    }
8881                },
8882                "Tags": {
8883                    "target": "com.amazonaws.storagegateway#Tags",
8884                    "traits": {
8885                        "smithy.api#documentation": "<p>A list of up to 50 tags that can be assigned to a snapshot. Each tag is a key-value\n         pair.</p>\n\n         <note>\n            <p>Valid characters for key and value are letters, spaces, and numbers representable in\n            UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length\n            of a tag's key is 128 characters, and the maximum length for a tag's value is\n            256.</p>\n         </note>"
8886                    }
8887                }
8888            },
8889            "traits": {
8890                "smithy.api#documentation": "<p>A JSON object containing one or more of the following fields:</p>\n\n         <ul>\n            <li>\n               <p>\n                  <a>UpdateSnapshotScheduleInput$Description</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>UpdateSnapshotScheduleInput$RecurrenceInHours</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>UpdateSnapshotScheduleInput$StartAt</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>UpdateSnapshotScheduleInput$VolumeARN</a>\n               </p>\n            </li>\n         </ul>"
8891            }
8892        },
8893        "com.amazonaws.storagegateway#UpdateSnapshotScheduleOutput": {
8894            "type": "structure",
8895            "members": {
8896                "VolumeARN": {
8897                    "target": "com.amazonaws.storagegateway#VolumeARN",
8898                    "traits": {
8899                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the volume. Use the <a>ListVolumes</a>\n         operation to return a list of gateway volumes.</p>"
8900                    }
8901                }
8902            },
8903            "traits": {
8904                "smithy.api#documentation": "<p>A JSON object containing the Amazon Resource Name (ARN) of the updated storage\n         volume.</p>"
8905            }
8906        },
8907        "com.amazonaws.storagegateway#UpdateVTLDeviceType": {
8908            "type": "operation",
8909            "input": {
8910                "target": "com.amazonaws.storagegateway#UpdateVTLDeviceTypeInput"
8911            },
8912            "output": {
8913                "target": "com.amazonaws.storagegateway#UpdateVTLDeviceTypeOutput"
8914            },
8915            "errors": [
8916                {
8917                    "target": "com.amazonaws.storagegateway#InternalServerError"
8918                },
8919                {
8920                    "target": "com.amazonaws.storagegateway#InvalidGatewayRequestException"
8921                }
8922            ],
8923            "traits": {
8924                "smithy.api#documentation": "<p>Updates the type of medium changer in a tape gateway. When you activate a tape gateway,\n         you select a medium changer type for the tape gateway. This operation enables you to select\n         a different type of medium changer after a tape gateway is activated. This operation is\n         only supported in the tape gateway type.</p>"
8925            }
8926        },
8927        "com.amazonaws.storagegateway#UpdateVTLDeviceTypeInput": {
8928            "type": "structure",
8929            "members": {
8930                "VTLDeviceARN": {
8931                    "target": "com.amazonaws.storagegateway#VTLDeviceARN",
8932                    "traits": {
8933                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the medium changer you want to select.</p>",
8934                        "smithy.api#required": {}
8935                    }
8936                },
8937                "DeviceType": {
8938                    "target": "com.amazonaws.storagegateway#DeviceType",
8939                    "traits": {
8940                        "smithy.api#documentation": "<p>The type of medium changer you want to select.</p>\n\n         <p>Valid Values: <code>STK-L700</code> | <code>AWS-Gateway-VTL</code> |\n            <code>IBM-03584L32-0402</code>\n         </p>",
8941                        "smithy.api#required": {}
8942                    }
8943                }
8944            }
8945        },
8946        "com.amazonaws.storagegateway#UpdateVTLDeviceTypeOutput": {
8947            "type": "structure",
8948            "members": {
8949                "VTLDeviceARN": {
8950                    "target": "com.amazonaws.storagegateway#VTLDeviceARN",
8951                    "traits": {
8952                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the medium changer you have selected.</p>"
8953                    }
8954                }
8955            },
8956            "traits": {
8957                "smithy.api#documentation": "<p>UpdateVTLDeviceTypeOutput</p>"
8958            }
8959        },
8960        "com.amazonaws.storagegateway#UserList": {
8961            "type": "list",
8962            "member": {
8963                "target": "com.amazonaws.storagegateway#UserListUser"
8964            },
8965            "traits": {
8966                "smithy.api#length": {
8967                    "min": 0,
8968                    "max": 100
8969                }
8970            }
8971        },
8972        "com.amazonaws.storagegateway#UserListUser": {
8973            "type": "string",
8974            "traits": {
8975                "smithy.api#length": {
8976                    "min": 1,
8977                    "max": 64
8978                }
8979            }
8980        },
8981        "com.amazonaws.storagegateway#VTLDevice": {
8982            "type": "structure",
8983            "members": {
8984                "VTLDeviceARN": {
8985                    "target": "com.amazonaws.storagegateway#VTLDeviceARN",
8986                    "traits": {
8987                        "smithy.api#documentation": "<p>Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media\n         changer).</p>"
8988                    }
8989                },
8990                "VTLDeviceType": {
8991                    "target": "com.amazonaws.storagegateway#VTLDeviceType",
8992                    "traits": {
8993                        "smithy.api#documentation": "<p>Specifies the type of device that the VTL device emulates.</p>"
8994                    }
8995                },
8996                "VTLDeviceVendor": {
8997                    "target": "com.amazonaws.storagegateway#VTLDeviceVendor",
8998                    "traits": {
8999                        "smithy.api#documentation": "<p>Specifies the vendor of the device that the VTL device object emulates.</p>"
9000                    }
9001                },
9002                "VTLDeviceProductIdentifier": {
9003                    "target": "com.amazonaws.storagegateway#VTLDeviceProductIdentifier",
9004                    "traits": {
9005                        "smithy.api#documentation": "<p>Specifies the model number of device that the VTL device emulates.</p>"
9006                    }
9007                },
9008                "DeviceiSCSIAttributes": {
9009                    "target": "com.amazonaws.storagegateway#DeviceiSCSIAttributes",
9010                    "traits": {
9011                        "smithy.api#documentation": "<p>A list of iSCSI information about a VTL device.</p>"
9012                    }
9013                }
9014            },
9015            "traits": {
9016                "smithy.api#documentation": "<p>Represents a device object associated with a tape gateway.</p>"
9017            }
9018        },
9019        "com.amazonaws.storagegateway#VTLDeviceARN": {
9020            "type": "string",
9021            "traits": {
9022                "smithy.api#length": {
9023                    "min": 50,
9024                    "max": 500
9025                }
9026            }
9027        },
9028        "com.amazonaws.storagegateway#VTLDeviceARNs": {
9029            "type": "list",
9030            "member": {
9031                "target": "com.amazonaws.storagegateway#VTLDeviceARN"
9032            }
9033        },
9034        "com.amazonaws.storagegateway#VTLDeviceProductIdentifier": {
9035            "type": "string"
9036        },
9037        "com.amazonaws.storagegateway#VTLDeviceType": {
9038            "type": "string"
9039        },
9040        "com.amazonaws.storagegateway#VTLDeviceVendor": {
9041            "type": "string"
9042        },
9043        "com.amazonaws.storagegateway#VTLDevices": {
9044            "type": "list",
9045            "member": {
9046                "target": "com.amazonaws.storagegateway#VTLDevice"
9047            }
9048        },
9049        "com.amazonaws.storagegateway#VolumeARN": {
9050            "type": "string",
9051            "traits": {
9052                "smithy.api#length": {
9053                    "min": 50,
9054                    "max": 500
9055                }
9056            }
9057        },
9058        "com.amazonaws.storagegateway#VolumeARNs": {
9059            "type": "list",
9060            "member": {
9061                "target": "com.amazonaws.storagegateway#VolumeARN"
9062            }
9063        },
9064        "com.amazonaws.storagegateway#VolumeAttachmentStatus": {
9065            "type": "string",
9066            "traits": {
9067                "smithy.api#length": {
9068                    "min": 3,
9069                    "max": 50
9070                }
9071            }
9072        },
9073        "com.amazonaws.storagegateway#VolumeId": {
9074            "type": "string",
9075            "traits": {
9076                "smithy.api#length": {
9077                    "min": 12,
9078                    "max": 30
9079                }
9080            }
9081        },
9082        "com.amazonaws.storagegateway#VolumeInfo": {
9083            "type": "structure",
9084            "members": {
9085                "VolumeARN": {
9086                    "target": "com.amazonaws.storagegateway#VolumeARN",
9087                    "traits": {
9088                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the storage volume. For example, the following is a\n         valid ARN:</p>\n\n         <p>\n            <code>arn:aws:storagegateway:us-east-2:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB</code>\n         </p>\n\n         <p>Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).</p>"
9089                    }
9090                },
9091                "VolumeId": {
9092                    "target": "com.amazonaws.storagegateway#VolumeId",
9093                    "traits": {
9094                        "smithy.api#documentation": "<p>The unique identifier assigned to the volume. This ID becomes part of the volume Amazon\n         Resource Name (ARN), which you use as input for other operations.</p>\n\n         <p>Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).</p>"
9095                    }
9096                },
9097                "GatewayARN": {
9098                    "target": "com.amazonaws.storagegateway#GatewayARN"
9099                },
9100                "GatewayId": {
9101                    "target": "com.amazonaws.storagegateway#GatewayId",
9102                    "traits": {
9103                        "smithy.api#documentation": "<p>The unique identifier assigned to your gateway during activation. This ID becomes part\n         of the gateway Amazon Resource Name (ARN), which you use as input for other\n         operations.</p>\n\n         <p>Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).</p>"
9104                    }
9105                },
9106                "VolumeType": {
9107                    "target": "com.amazonaws.storagegateway#VolumeType",
9108                    "traits": {
9109                        "smithy.api#documentation": "<p>One of the VolumeType enumeration values describing the type of the volume.</p>"
9110                    }
9111                },
9112                "VolumeSizeInBytes": {
9113                    "target": "com.amazonaws.storagegateway#long",
9114                    "traits": {
9115                        "smithy.api#documentation": "<p>The size of the volume in bytes.</p>\n\n         <p>Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).</p>"
9116                    }
9117                },
9118                "VolumeAttachmentStatus": {
9119                    "target": "com.amazonaws.storagegateway#VolumeAttachmentStatus",
9120                    "traits": {
9121                        "smithy.api#documentation": "<p>One of the VolumeStatus values that indicates the state of the storage volume.</p>"
9122                    }
9123                }
9124            },
9125            "traits": {
9126                "smithy.api#documentation": "<p>Describes a storage volume object.</p>"
9127            }
9128        },
9129        "com.amazonaws.storagegateway#VolumeInfos": {
9130            "type": "list",
9131            "member": {
9132                "target": "com.amazonaws.storagegateway#VolumeInfo"
9133            }
9134        },
9135        "com.amazonaws.storagegateway#VolumeRecoveryPointInfo": {
9136            "type": "structure",
9137            "members": {
9138                "VolumeARN": {
9139                    "target": "com.amazonaws.storagegateway#VolumeARN",
9140                    "traits": {
9141                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the volume target.</p>"
9142                    }
9143                },
9144                "VolumeSizeInBytes": {
9145                    "target": "com.amazonaws.storagegateway#long",
9146                    "traits": {
9147                        "smithy.api#documentation": "<p>The size of the volume in bytes.</p>"
9148                    }
9149                },
9150                "VolumeUsageInBytes": {
9151                    "target": "com.amazonaws.storagegateway#long",
9152                    "traits": {
9153                        "smithy.api#documentation": "<p>The size of the data stored on the volume in bytes.</p>\n\n         <note>\n            <p>This value is not available for volumes created prior to May 13, 2015, until you\n            store data on the volume.</p>\n         </note>"
9154                    }
9155                },
9156                "VolumeRecoveryPointTime": {
9157                    "target": "com.amazonaws.storagegateway#string",
9158                    "traits": {
9159                        "smithy.api#documentation": "<p>The time the recovery point was taken.</p>"
9160                    }
9161                }
9162            },
9163            "traits": {
9164                "smithy.api#documentation": "<p>Describes a storage volume recovery point object.</p>"
9165            }
9166        },
9167        "com.amazonaws.storagegateway#VolumeRecoveryPointInfos": {
9168            "type": "list",
9169            "member": {
9170                "target": "com.amazonaws.storagegateway#VolumeRecoveryPointInfo"
9171            }
9172        },
9173        "com.amazonaws.storagegateway#VolumeStatus": {
9174            "type": "string",
9175            "traits": {
9176                "smithy.api#length": {
9177                    "min": 3,
9178                    "max": 50
9179                }
9180            }
9181        },
9182        "com.amazonaws.storagegateway#VolumeType": {
9183            "type": "string",
9184            "traits": {
9185                "smithy.api#length": {
9186                    "min": 3,
9187                    "max": 100
9188                }
9189            }
9190        },
9191        "com.amazonaws.storagegateway#VolumeUsedInBytes": {
9192            "type": "long",
9193            "traits": {
9194                "smithy.api#box": {}
9195            }
9196        },
9197        "com.amazonaws.storagegateway#VolumeiSCSIAttributes": {
9198            "type": "structure",
9199            "members": {
9200                "TargetARN": {
9201                    "target": "com.amazonaws.storagegateway#TargetARN",
9202                    "traits": {
9203                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the volume target.</p>"
9204                    }
9205                },
9206                "NetworkInterfaceId": {
9207                    "target": "com.amazonaws.storagegateway#NetworkInterfaceId",
9208                    "traits": {
9209                        "smithy.api#documentation": "<p>The network interface identifier.</p>"
9210                    }
9211                },
9212                "NetworkInterfacePort": {
9213                    "target": "com.amazonaws.storagegateway#integer",
9214                    "traits": {
9215                        "smithy.api#documentation": "<p>The port used to communicate with iSCSI targets.</p>"
9216                    }
9217                },
9218                "LunNumber": {
9219                    "target": "com.amazonaws.storagegateway#PositiveIntObject",
9220                    "traits": {
9221                        "smithy.api#documentation": "<p>The logical disk number.</p>"
9222                    }
9223                },
9224                "ChapEnabled": {
9225                    "target": "com.amazonaws.storagegateway#Boolean2",
9226                    "traits": {
9227                        "smithy.api#documentation": "<p>Indicates whether mutual CHAP is enabled for the iSCSI target.</p>"
9228                    }
9229                }
9230            },
9231            "traits": {
9232                "smithy.api#documentation": "<p>Lists iSCSI information about a volume.</p>"
9233            }
9234        },
9235        "com.amazonaws.storagegateway#double": {
9236            "type": "double"
9237        },
9238        "com.amazonaws.storagegateway#errorDetails": {
9239            "type": "map",
9240            "key": {
9241                "target": "com.amazonaws.storagegateway#string"
9242            },
9243            "value": {
9244                "target": "com.amazonaws.storagegateway#string"
9245            }
9246        },
9247        "com.amazonaws.storagegateway#integer": {
9248            "type": "integer"
9249        },
9250        "com.amazonaws.storagegateway#long": {
9251            "type": "long"
9252        },
9253        "com.amazonaws.storagegateway#string": {
9254            "type": "string"
9255        }
9256    }
9257}
9258