1{
2  "version":"2.0",
3  "metadata":{
4    "apiVersion":"2021-01-01",
5    "endpointPrefix":"backup-gateway",
6    "jsonVersion":"1.0",
7    "protocol":"json",
8    "serviceFullName":"AWS Backup Gateway",
9    "serviceId":"Backup Gateway",
10    "signatureVersion":"v4",
11    "signingName":"backup-gateway",
12    "targetPrefix":"BackupOnPremises_v20210101",
13    "uid":"backup-gateway-2021-01-01"
14  },
15  "operations":{
16    "AssociateGatewayToServer":{
17      "name":"AssociateGatewayToServer",
18      "http":{
19        "method":"POST",
20        "requestUri":"/"
21      },
22      "input":{"shape":"AssociateGatewayToServerInput"},
23      "output":{"shape":"AssociateGatewayToServerOutput"},
24      "errors":[
25        {"shape":"ValidationException"},
26        {"shape":"ConflictException"},
27        {"shape":"InternalServerException"},
28        {"shape":"ThrottlingException"}
29      ],
30      "documentation":"<p>Associates a backup gateway with your server. After you complete the association process, you can back up and restore your VMs through the gateway.</p>"
31    },
32    "CreateGateway":{
33      "name":"CreateGateway",
34      "http":{
35        "method":"POST",
36        "requestUri":"/"
37      },
38      "input":{"shape":"CreateGatewayInput"},
39      "output":{"shape":"CreateGatewayOutput"},
40      "errors":[
41        {"shape":"ValidationException"},
42        {"shape":"InternalServerException"},
43        {"shape":"ThrottlingException"}
44      ],
45      "documentation":"<p>Creates a backup gateway. After you create a gateway, you can associate it with a server using the <code>AssociateGatewayToServer</code> operation.</p>"
46    },
47    "DeleteGateway":{
48      "name":"DeleteGateway",
49      "http":{
50        "method":"POST",
51        "requestUri":"/"
52      },
53      "input":{"shape":"DeleteGatewayInput"},
54      "output":{"shape":"DeleteGatewayOutput"},
55      "errors":[
56        {"shape":"ValidationException"},
57        {"shape":"InternalServerException"},
58        {"shape":"ResourceNotFoundException"},
59        {"shape":"ThrottlingException"}
60      ],
61      "documentation":"<p>Deletes a backup gateway.</p>",
62      "idempotent":true
63    },
64    "DeleteHypervisor":{
65      "name":"DeleteHypervisor",
66      "http":{
67        "method":"POST",
68        "requestUri":"/"
69      },
70      "input":{"shape":"DeleteHypervisorInput"},
71      "output":{"shape":"DeleteHypervisorOutput"},
72      "errors":[
73        {"shape":"ValidationException"},
74        {"shape":"ConflictException"},
75        {"shape":"InternalServerException"},
76        {"shape":"AccessDeniedException"},
77        {"shape":"ResourceNotFoundException"},
78        {"shape":"ThrottlingException"}
79      ],
80      "documentation":"<p>Deletes a hypervisor.</p>",
81      "idempotent":true
82    },
83    "DisassociateGatewayFromServer":{
84      "name":"DisassociateGatewayFromServer",
85      "http":{
86        "method":"POST",
87        "requestUri":"/"
88      },
89      "input":{"shape":"DisassociateGatewayFromServerInput"},
90      "output":{"shape":"DisassociateGatewayFromServerOutput"},
91      "errors":[
92        {"shape":"ValidationException"},
93        {"shape":"ConflictException"},
94        {"shape":"InternalServerException"},
95        {"shape":"ResourceNotFoundException"},
96        {"shape":"ThrottlingException"}
97      ],
98      "documentation":"<p>Disassociates a backup gateway from the specified server. After the disassociation process finishes, the gateway can no longer access the virtual machines on the server.</p>"
99    },
100    "GetBandwidthRateLimitSchedule":{
101      "name":"GetBandwidthRateLimitSchedule",
102      "http":{
103        "method":"POST",
104        "requestUri":"/"
105      },
106      "input":{"shape":"GetBandwidthRateLimitScheduleInput"},
107      "output":{"shape":"GetBandwidthRateLimitScheduleOutput"},
108      "errors":[
109        {"shape":"ValidationException"},
110        {"shape":"InternalServerException"},
111        {"shape":"ResourceNotFoundException"},
112        {"shape":"ThrottlingException"}
113      ],
114      "documentation":"<p>Retrieves the bandwidth rate limit schedule for a specified gateway. By default, gateways do not have bandwidth rate limit schedules, which means no bandwidth rate limiting is in effect. Use this to get a gateway's bandwidth rate limit schedule.</p>"
115    },
116    "GetGateway":{
117      "name":"GetGateway",
118      "http":{
119        "method":"POST",
120        "requestUri":"/"
121      },
122      "input":{"shape":"GetGatewayInput"},
123      "output":{"shape":"GetGatewayOutput"},
124      "errors":[
125        {"shape":"ValidationException"},
126        {"shape":"InternalServerException"},
127        {"shape":"ResourceNotFoundException"},
128        {"shape":"ThrottlingException"}
129      ],
130      "documentation":"<p>By providing the ARN (Amazon Resource Name), this API returns the gateway.</p>"
131    },
132    "GetHypervisor":{
133      "name":"GetHypervisor",
134      "http":{
135        "method":"POST",
136        "requestUri":"/"
137      },
138      "input":{"shape":"GetHypervisorInput"},
139      "output":{"shape":"GetHypervisorOutput"},
140      "errors":[
141        {"shape":"ValidationException"},
142        {"shape":"InternalServerException"},
143        {"shape":"ResourceNotFoundException"},
144        {"shape":"ThrottlingException"}
145      ],
146      "documentation":"<p>This action requests information about the specified hypervisor to which the gateway will connect. A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.</p>"
147    },
148    "GetHypervisorPropertyMappings":{
149      "name":"GetHypervisorPropertyMappings",
150      "http":{
151        "method":"POST",
152        "requestUri":"/"
153      },
154      "input":{"shape":"GetHypervisorPropertyMappingsInput"},
155      "output":{"shape":"GetHypervisorPropertyMappingsOutput"},
156      "errors":[
157        {"shape":"ValidationException"},
158        {"shape":"InternalServerException"},
159        {"shape":"ResourceNotFoundException"},
160        {"shape":"ThrottlingException"}
161      ],
162      "documentation":"<p>This action retrieves the property mappings for the specified hypervisor. A hypervisor property mapping displays the relationship of entity properties available from the on-premises hypervisor to the properties available in Amazon Web Services.</p>"
163    },
164    "GetVirtualMachine":{
165      "name":"GetVirtualMachine",
166      "http":{
167        "method":"POST",
168        "requestUri":"/"
169      },
170      "input":{"shape":"GetVirtualMachineInput"},
171      "output":{"shape":"GetVirtualMachineOutput"},
172      "errors":[
173        {"shape":"ValidationException"},
174        {"shape":"InternalServerException"},
175        {"shape":"ResourceNotFoundException"},
176        {"shape":"ThrottlingException"}
177      ],
178      "documentation":"<p>By providing the ARN (Amazon Resource Name), this API returns the virtual machine.</p>"
179    },
180    "ImportHypervisorConfiguration":{
181      "name":"ImportHypervisorConfiguration",
182      "http":{
183        "method":"POST",
184        "requestUri":"/"
185      },
186      "input":{"shape":"ImportHypervisorConfigurationInput"},
187      "output":{"shape":"ImportHypervisorConfigurationOutput"},
188      "errors":[
189        {"shape":"ValidationException"},
190        {"shape":"ConflictException"},
191        {"shape":"InternalServerException"},
192        {"shape":"AccessDeniedException"},
193        {"shape":"ThrottlingException"}
194      ],
195      "documentation":"<p>Connect to a hypervisor by importing its configuration.</p>"
196    },
197    "ListGateways":{
198      "name":"ListGateways",
199      "http":{
200        "method":"POST",
201        "requestUri":"/"
202      },
203      "input":{"shape":"ListGatewaysInput"},
204      "output":{"shape":"ListGatewaysOutput"},
205      "errors":[
206        {"shape":"ValidationException"},
207        {"shape":"InternalServerException"},
208        {"shape":"ThrottlingException"}
209      ],
210      "documentation":"<p>Lists backup gateways owned by an Amazon Web Services account in an Amazon Web Services Region. The returned list is ordered by gateway Amazon Resource Name (ARN).</p>"
211    },
212    "ListHypervisors":{
213      "name":"ListHypervisors",
214      "http":{
215        "method":"POST",
216        "requestUri":"/"
217      },
218      "input":{"shape":"ListHypervisorsInput"},
219      "output":{"shape":"ListHypervisorsOutput"},
220      "errors":[
221        {"shape":"ValidationException"},
222        {"shape":"InternalServerException"},
223        {"shape":"ThrottlingException"}
224      ],
225      "documentation":"<p>Lists your hypervisors.</p>"
226    },
227    "ListTagsForResource":{
228      "name":"ListTagsForResource",
229      "http":{
230        "method":"POST",
231        "requestUri":"/"
232      },
233      "input":{"shape":"ListTagsForResourceInput"},
234      "output":{"shape":"ListTagsForResourceOutput"},
235      "errors":[
236        {"shape":"ValidationException"},
237        {"shape":"InternalServerException"},
238        {"shape":"ResourceNotFoundException"},
239        {"shape":"ThrottlingException"}
240      ],
241      "documentation":"<p>Lists the tags applied to the resource identified by its Amazon Resource Name (ARN).</p>"
242    },
243    "ListVirtualMachines":{
244      "name":"ListVirtualMachines",
245      "http":{
246        "method":"POST",
247        "requestUri":"/"
248      },
249      "input":{"shape":"ListVirtualMachinesInput"},
250      "output":{"shape":"ListVirtualMachinesOutput"},
251      "errors":[
252        {"shape":"ValidationException"},
253        {"shape":"InternalServerException"},
254        {"shape":"ThrottlingException"}
255      ],
256      "documentation":"<p>Lists your virtual machines.</p>"
257    },
258    "PutBandwidthRateLimitSchedule":{
259      "name":"PutBandwidthRateLimitSchedule",
260      "http":{
261        "method":"POST",
262        "requestUri":"/"
263      },
264      "input":{"shape":"PutBandwidthRateLimitScheduleInput"},
265      "output":{"shape":"PutBandwidthRateLimitScheduleOutput"},
266      "errors":[
267        {"shape":"ValidationException"},
268        {"shape":"InternalServerException"},
269        {"shape":"ResourceNotFoundException"},
270        {"shape":"ThrottlingException"}
271      ],
272      "documentation":"<p>This action sets the bandwidth rate limit schedule for a specified gateway. By default, gateways do not have a bandwidth rate limit schedule, which means no bandwidth rate limiting is in effect. Use this to initiate a gateway's bandwidth rate limit schedule.</p>",
273      "idempotent":true
274    },
275    "PutHypervisorPropertyMappings":{
276      "name":"PutHypervisorPropertyMappings",
277      "http":{
278        "method":"POST",
279        "requestUri":"/"
280      },
281      "input":{"shape":"PutHypervisorPropertyMappingsInput"},
282      "output":{"shape":"PutHypervisorPropertyMappingsOutput"},
283      "errors":[
284        {"shape":"ValidationException"},
285        {"shape":"ConflictException"},
286        {"shape":"InternalServerException"},
287        {"shape":"AccessDeniedException"},
288        {"shape":"ResourceNotFoundException"},
289        {"shape":"ThrottlingException"}
290      ],
291      "documentation":"<p>This action sets the property mappings for the specified hypervisor. A hypervisor property mapping displays the relationship of entity properties available from the on-premises hypervisor to the properties available in Amazon Web Services.</p>",
292      "idempotent":true
293    },
294    "PutMaintenanceStartTime":{
295      "name":"PutMaintenanceStartTime",
296      "http":{
297        "method":"POST",
298        "requestUri":"/"
299      },
300      "input":{"shape":"PutMaintenanceStartTimeInput"},
301      "output":{"shape":"PutMaintenanceStartTimeOutput"},
302      "errors":[
303        {"shape":"ValidationException"},
304        {"shape":"ConflictException"},
305        {"shape":"InternalServerException"},
306        {"shape":"ResourceNotFoundException"},
307        {"shape":"ThrottlingException"}
308      ],
309      "documentation":"<p>Set the maintenance start time for a gateway.</p>"
310    },
311    "StartVirtualMachinesMetadataSync":{
312      "name":"StartVirtualMachinesMetadataSync",
313      "http":{
314        "method":"POST",
315        "requestUri":"/"
316      },
317      "input":{"shape":"StartVirtualMachinesMetadataSyncInput"},
318      "output":{"shape":"StartVirtualMachinesMetadataSyncOutput"},
319      "errors":[
320        {"shape":"ValidationException"},
321        {"shape":"InternalServerException"},
322        {"shape":"AccessDeniedException"},
323        {"shape":"ResourceNotFoundException"},
324        {"shape":"ThrottlingException"}
325      ],
326      "documentation":"<p>This action sends a request to sync metadata across the specified virtual machines.</p>"
327    },
328    "TagResource":{
329      "name":"TagResource",
330      "http":{
331        "method":"POST",
332        "requestUri":"/"
333      },
334      "input":{"shape":"TagResourceInput"},
335      "output":{"shape":"TagResourceOutput"},
336      "errors":[
337        {"shape":"ValidationException"},
338        {"shape":"InternalServerException"},
339        {"shape":"ResourceNotFoundException"},
340        {"shape":"ThrottlingException"}
341      ],
342      "documentation":"<p>Tag the resource.</p>"
343    },
344    "TestHypervisorConfiguration":{
345      "name":"TestHypervisorConfiguration",
346      "http":{
347        "method":"POST",
348        "requestUri":"/"
349      },
350      "input":{"shape":"TestHypervisorConfigurationInput"},
351      "output":{"shape":"TestHypervisorConfigurationOutput"},
352      "errors":[
353        {"shape":"ValidationException"},
354        {"shape":"ConflictException"},
355        {"shape":"InternalServerException"},
356        {"shape":"ResourceNotFoundException"},
357        {"shape":"ThrottlingException"}
358      ],
359      "documentation":"<p>Tests your hypervisor configuration to validate that backup gateway can connect with the hypervisor and its resources.</p>"
360    },
361    "UntagResource":{
362      "name":"UntagResource",
363      "http":{
364        "method":"POST",
365        "requestUri":"/"
366      },
367      "input":{"shape":"UntagResourceInput"},
368      "output":{"shape":"UntagResourceOutput"},
369      "errors":[
370        {"shape":"ValidationException"},
371        {"shape":"InternalServerException"},
372        {"shape":"ResourceNotFoundException"},
373        {"shape":"ThrottlingException"}
374      ],
375      "documentation":"<p>Removes tags from the resource.</p>"
376    },
377    "UpdateGatewayInformation":{
378      "name":"UpdateGatewayInformation",
379      "http":{
380        "method":"POST",
381        "requestUri":"/"
382      },
383      "input":{"shape":"UpdateGatewayInformationInput"},
384      "output":{"shape":"UpdateGatewayInformationOutput"},
385      "errors":[
386        {"shape":"ValidationException"},
387        {"shape":"ConflictException"},
388        {"shape":"InternalServerException"},
389        {"shape":"ResourceNotFoundException"},
390        {"shape":"ThrottlingException"}
391      ],
392      "documentation":"<p>Updates a gateway's name. Specify which gateway to update using the Amazon Resource Name (ARN) of the gateway in your request.</p>"
393    },
394    "UpdateGatewaySoftwareNow":{
395      "name":"UpdateGatewaySoftwareNow",
396      "http":{
397        "method":"POST",
398        "requestUri":"/"
399      },
400      "input":{"shape":"UpdateGatewaySoftwareNowInput"},
401      "output":{"shape":"UpdateGatewaySoftwareNowOutput"},
402      "errors":[
403        {"shape":"ValidationException"},
404        {"shape":"InternalServerException"},
405        {"shape":"ResourceNotFoundException"},
406        {"shape":"ThrottlingException"}
407      ],
408      "documentation":"<p>Updates the gateway virtual machine (VM) software. The request immediately triggers the software update.</p> <note> <p>When you make this request, you get a <code>200 OK</code> success response immediately. However, it might take some time for the update to complete.</p> </note>"
409    },
410    "UpdateHypervisor":{
411      "name":"UpdateHypervisor",
412      "http":{
413        "method":"POST",
414        "requestUri":"/"
415      },
416      "input":{"shape":"UpdateHypervisorInput"},
417      "output":{"shape":"UpdateHypervisorOutput"},
418      "errors":[
419        {"shape":"ValidationException"},
420        {"shape":"ConflictException"},
421        {"shape":"InternalServerException"},
422        {"shape":"AccessDeniedException"},
423        {"shape":"ResourceNotFoundException"},
424        {"shape":"ThrottlingException"}
425      ],
426      "documentation":"<p>Updates a hypervisor metadata, including its host, username, and password. Specify which hypervisor to update using the Amazon Resource Name (ARN) of the hypervisor in your request.</p>"
427    }
428  },
429  "shapes":{
430    "AccessDeniedException":{
431      "type":"structure",
432      "required":["ErrorCode"],
433      "members":{
434        "ErrorCode":{
435          "shape":"string",
436          "documentation":"<p>A description of why you have insufficient permissions.</p>"
437        },
438        "Message":{"shape":"string"}
439      },
440      "documentation":"<p>The operation cannot proceed because you have insufficient permissions.</p>",
441      "exception":true
442    },
443    "ActivationKey":{
444      "type":"string",
445      "max":50,
446      "min":1,
447      "pattern":"^[0-9a-zA-Z\\-]+$"
448    },
449    "AssociateGatewayToServerInput":{
450      "type":"structure",
451      "required":[
452        "GatewayArn",
453        "ServerArn"
454      ],
455      "members":{
456        "GatewayArn":{
457          "shape":"GatewayArn",
458          "documentation":"<p>The Amazon Resource Name (ARN) of the gateway. Use the <code>ListGateways</code> operation to return a list of gateways for your account and Amazon Web Services Region.</p>"
459        },
460        "ServerArn":{
461          "shape":"ServerArn",
462          "documentation":"<p>The Amazon Resource Name (ARN) of the server that hosts your virtual machines.</p>"
463        }
464      }
465    },
466    "AssociateGatewayToServerOutput":{
467      "type":"structure",
468      "members":{
469        "GatewayArn":{
470          "shape":"GatewayArn",
471          "documentation":"<p>The Amazon Resource Name (ARN) of a gateway.</p>"
472        }
473      }
474    },
475    "AverageUploadRateLimit":{
476      "type":"long",
477      "box":true,
478      "max":8000000000000,
479      "min":51200
480    },
481    "BandwidthRateLimitInterval":{
482      "type":"structure",
483      "required":[
484        "DaysOfWeek",
485        "EndHourOfDay",
486        "EndMinuteOfHour",
487        "StartHourOfDay",
488        "StartMinuteOfHour"
489      ],
490      "members":{
491        "AverageUploadRateLimitInBitsPerSec":{
492          "shape":"AverageUploadRateLimit",
493          "documentation":"<p>The average upload rate limit component of the bandwidth rate limit interval, in bits per second. This field does not appear in the response if the upload rate limit is not set.</p> <note> <p>For Backup Gateway, the minimum value is <code>(Value)</code>.</p> </note>"
494        },
495        "DaysOfWeek":{
496          "shape":"DaysOfWeek",
497          "documentation":"<p>The days of the week component of the bandwidth rate limit interval, represented as ordinal numbers from 0 to 6, where 0 represents Sunday and 6 represents Saturday.</p>"
498        },
499        "EndHourOfDay":{
500          "shape":"HourOfDay",
501          "documentation":"<p>The hour of the day to end the bandwidth rate limit interval.</p>"
502        },
503        "EndMinuteOfHour":{
504          "shape":"MinuteOfHour",
505          "documentation":"<p>The minute of the hour to end the bandwidth rate limit interval.</p> <important> <p>The bandwidth rate limit interval ends at the end of the minute. To end an interval at the end of an hour, use the value <code>59</code>.</p> </important>"
506        },
507        "StartHourOfDay":{
508          "shape":"HourOfDay",
509          "documentation":"<p>The hour of the day to start the bandwidth rate limit interval.</p>"
510        },
511        "StartMinuteOfHour":{
512          "shape":"MinuteOfHour",
513          "documentation":"<p>The minute of the hour to start the bandwidth rate limit interval. The interval begins at the start of that minute. To begin an interval exactly at the start of the hour, use the value <code>0</code>.</p>"
514        }
515      },
516      "documentation":"<p>Describes a bandwidth rate limit interval for a gateway. A bandwidth rate limit schedule consists of one or more bandwidth rate limit intervals. A bandwidth rate limit interval defines a period of time on one or more days of the week, during which bandwidth rate limits are specified for uploading, downloading, or both.</p>"
517    },
518    "BandwidthRateLimitIntervals":{
519      "type":"list",
520      "member":{"shape":"BandwidthRateLimitInterval"},
521      "max":20,
522      "min":0
523    },
524    "ConflictException":{
525      "type":"structure",
526      "required":["ErrorCode"],
527      "members":{
528        "ErrorCode":{
529          "shape":"string",
530          "documentation":"<p>A description of why the operation is not supported.</p>"
531        },
532        "Message":{"shape":"string"}
533      },
534      "documentation":"<p>The operation cannot proceed because it is not supported.</p>",
535      "exception":true
536    },
537    "CreateGatewayInput":{
538      "type":"structure",
539      "required":[
540        "ActivationKey",
541        "GatewayDisplayName",
542        "GatewayType"
543      ],
544      "members":{
545        "ActivationKey":{
546          "shape":"ActivationKey",
547          "documentation":"<p>The activation key of the created gateway.</p>"
548        },
549        "GatewayDisplayName":{
550          "shape":"Name",
551          "documentation":"<p>The display name of the created gateway.</p>"
552        },
553        "GatewayType":{
554          "shape":"GatewayType",
555          "documentation":"<p>The type of created gateway.</p>"
556        },
557        "Tags":{
558          "shape":"Tags",
559          "documentation":"<p>A list of up to 50 tags to assign to the gateway. Each tag is a key-value pair.</p>"
560        }
561      }
562    },
563    "CreateGatewayOutput":{
564      "type":"structure",
565      "members":{
566        "GatewayArn":{
567          "shape":"GatewayArn",
568          "documentation":"<p>The Amazon Resource Name (ARN) of the gateway you create.</p>"
569        }
570      }
571    },
572    "DayOfMonth":{
573      "type":"integer",
574      "box":true,
575      "max":31,
576      "min":1
577    },
578    "DayOfWeek":{
579      "type":"integer",
580      "box":true,
581      "max":6,
582      "min":0
583    },
584    "DaysOfWeek":{
585      "type":"list",
586      "member":{"shape":"DayOfWeek"},
587      "max":7,
588      "min":1
589    },
590    "DeleteGatewayInput":{
591      "type":"structure",
592      "required":["GatewayArn"],
593      "members":{
594        "GatewayArn":{
595          "shape":"GatewayArn",
596          "documentation":"<p>The Amazon Resource Name (ARN) of the gateway to delete.</p>"
597        }
598      }
599    },
600    "DeleteGatewayOutput":{
601      "type":"structure",
602      "members":{
603        "GatewayArn":{
604          "shape":"GatewayArn",
605          "documentation":"<p>The Amazon Resource Name (ARN) of the gateway you deleted.</p>"
606        }
607      }
608    },
609    "DeleteHypervisorInput":{
610      "type":"structure",
611      "required":["HypervisorArn"],
612      "members":{
613        "HypervisorArn":{
614          "shape":"ServerArn",
615          "documentation":"<p>The Amazon Resource Name (ARN) of the hypervisor to delete.</p>"
616        }
617      }
618    },
619    "DeleteHypervisorOutput":{
620      "type":"structure",
621      "members":{
622        "HypervisorArn":{
623          "shape":"ServerArn",
624          "documentation":"<p>The Amazon Resource Name (ARN) of the hypervisor you deleted.</p>"
625        }
626      }
627    },
628    "DisassociateGatewayFromServerInput":{
629      "type":"structure",
630      "required":["GatewayArn"],
631      "members":{
632        "GatewayArn":{
633          "shape":"GatewayArn",
634          "documentation":"<p>The Amazon Resource Name (ARN) of the gateway to disassociate.</p>"
635        }
636      }
637    },
638    "DisassociateGatewayFromServerOutput":{
639      "type":"structure",
640      "members":{
641        "GatewayArn":{
642          "shape":"GatewayArn",
643          "documentation":"<p>The Amazon Resource Name (ARN) of the gateway you disassociated.</p>"
644        }
645      }
646    },
647    "Gateway":{
648      "type":"structure",
649      "members":{
650        "GatewayArn":{
651          "shape":"GatewayArn",
652          "documentation":"<p>The Amazon Resource Name (ARN) of the gateway. Use the <code>ListGateways</code> operation to return a list of gateways for your account and Amazon Web Services Region.</p>"
653        },
654        "GatewayDisplayName":{
655          "shape":"Name",
656          "documentation":"<p>The display name of the gateway.</p>"
657        },
658        "GatewayType":{
659          "shape":"GatewayType",
660          "documentation":"<p>The type of the gateway.</p>"
661        },
662        "HypervisorId":{
663          "shape":"HypervisorId",
664          "documentation":"<p>The hypervisor ID of the gateway.</p>"
665        },
666        "LastSeenTime":{
667          "shape":"Time",
668          "documentation":"<p>The last time Backup gateway communicated with the gateway, in Unix format and UTC time.</p>"
669        }
670      },
671      "documentation":"<p>A gateway is an Backup Gateway appliance that runs on the customer's network to provide seamless connectivity to backup storage in the Amazon Web Services Cloud.</p>"
672    },
673    "GatewayArn":{
674      "type":"string",
675      "max":500,
676      "min":50,
677      "pattern":"^arn:(aws|aws-cn|aws-us-gov):backup-gateway(:[a-zA-Z-0-9]+){3}\\/[a-zA-Z-0-9]+$"
678    },
679    "GatewayDetails":{
680      "type":"structure",
681      "members":{
682        "GatewayArn":{
683          "shape":"GatewayArn",
684          "documentation":"<p>The Amazon Resource Name (ARN) of the gateway. Use the <code>ListGateways</code> operation to return a list of gateways for your account and Amazon Web Services Region.</p>"
685        },
686        "GatewayDisplayName":{
687          "shape":"Name",
688          "documentation":"<p>The display name of the gateway.</p>"
689        },
690        "GatewayType":{
691          "shape":"GatewayType",
692          "documentation":"<p>The type of the gateway type.</p>"
693        },
694        "HypervisorId":{
695          "shape":"HypervisorId",
696          "documentation":"<p>The hypervisor ID of the gateway.</p>"
697        },
698        "LastSeenTime":{
699          "shape":"Time",
700          "documentation":"<p>Details showing the last time Backup gateway communicated with the cloud, in Unix format and UTC time.</p>"
701        },
702        "MaintenanceStartTime":{
703          "shape":"MaintenanceStartTime",
704          "documentation":"<p>Returns your gateway's weekly maintenance start time including the day and time of the week. Note that values are in terms of the gateway's time zone. Can be weekly or monthly.</p>"
705        },
706        "NextUpdateAvailabilityTime":{
707          "shape":"Time",
708          "documentation":"<p>Details showing the next update availability time of the gateway.</p>"
709        },
710        "VpcEndpoint":{
711          "shape":"VpcEndpoint",
712          "documentation":"<p>The DNS name for the virtual private cloud (VPC) endpoint the gateway uses to connect to the cloud for backup gateway.</p>"
713        }
714      },
715      "documentation":"<p>The details of gateway.</p>"
716    },
717    "GatewayType":{
718      "type":"string",
719      "enum":["BACKUP_VM"]
720    },
721    "Gateways":{
722      "type":"list",
723      "member":{"shape":"Gateway"}
724    },
725    "GetBandwidthRateLimitScheduleInput":{
726      "type":"structure",
727      "required":["GatewayArn"],
728      "members":{
729        "GatewayArn":{
730          "shape":"GatewayArn",
731          "documentation":"<p>The Amazon Resource Name (ARN) of the gateway. Use the <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/API_BGW_ListGateways.html\"> <code>ListGateways</code> </a> operation to return a list of gateways for your account and Amazon Web Services Region.</p>"
732        }
733      }
734    },
735    "GetBandwidthRateLimitScheduleOutput":{
736      "type":"structure",
737      "members":{
738        "BandwidthRateLimitIntervals":{
739          "shape":"BandwidthRateLimitIntervals",
740          "documentation":"<p>An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.</p>"
741        },
742        "GatewayArn":{
743          "shape":"GatewayArn",
744          "documentation":"<p>The Amazon Resource Name (ARN) of the gateway. Use the <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/API_BGW_ListGateways.html\"> <code>ListGateways</code> </a> operation to return a list of gateways for your account and Amazon Web Services Region.</p>"
745        }
746      }
747    },
748    "GetGatewayInput":{
749      "type":"structure",
750      "required":["GatewayArn"],
751      "members":{
752        "GatewayArn":{
753          "shape":"GatewayArn",
754          "documentation":"<p>The Amazon Resource Name (ARN) of the gateway.</p>"
755        }
756      }
757    },
758    "GetGatewayOutput":{
759      "type":"structure",
760      "members":{
761        "Gateway":{
762          "shape":"GatewayDetails",
763          "documentation":"<p>By providing the ARN (Amazon Resource Name), this API returns the gateway.</p>"
764        }
765      }
766    },
767    "GetHypervisorInput":{
768      "type":"structure",
769      "required":["HypervisorArn"],
770      "members":{
771        "HypervisorArn":{
772          "shape":"ServerArn",
773          "documentation":"<p>The Amazon Resource Name (ARN) of the hypervisor.</p>"
774        }
775      }
776    },
777    "GetHypervisorOutput":{
778      "type":"structure",
779      "members":{
780        "Hypervisor":{
781          "shape":"HypervisorDetails",
782          "documentation":"<p>Details about the requested hypervisor.</p>"
783        }
784      }
785    },
786    "GetHypervisorPropertyMappingsInput":{
787      "type":"structure",
788      "required":["HypervisorArn"],
789      "members":{
790        "HypervisorArn":{
791          "shape":"ServerArn",
792          "documentation":"<p>The Amazon Resource Name (ARN) of the hypervisor.</p>"
793        }
794      }
795    },
796    "GetHypervisorPropertyMappingsOutput":{
797      "type":"structure",
798      "members":{
799        "HypervisorArn":{
800          "shape":"ServerArn",
801          "documentation":"<p>The Amazon Resource Name (ARN) of the hypervisor.</p>"
802        },
803        "IamRoleArn":{
804          "shape":"IamRoleArn",
805          "documentation":"<p>The Amazon Resource Name (ARN) of the IAM role.</p>"
806        },
807        "VmwareToAwsTagMappings":{
808          "shape":"VmwareToAwsTagMappings",
809          "documentation":"<p>This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.</p>"
810        }
811      }
812    },
813    "GetVirtualMachineInput":{
814      "type":"structure",
815      "required":["ResourceArn"],
816      "members":{
817        "ResourceArn":{
818          "shape":"ResourceArn",
819          "documentation":"<p>The Amazon Resource Name (ARN) of the virtual machine.</p>"
820        }
821      }
822    },
823    "GetVirtualMachineOutput":{
824      "type":"structure",
825      "members":{
826        "VirtualMachine":{
827          "shape":"VirtualMachineDetails",
828          "documentation":"<p>This object contains the basic attributes of <code>VirtualMachine</code> contained by the output of <code>GetVirtualMachine</code> </p>"
829        }
830      }
831    },
832    "Host":{
833      "type":"string",
834      "max":128,
835      "min":3,
836      "pattern":"^.+$"
837    },
838    "HourOfDay":{
839      "type":"integer",
840      "box":true,
841      "max":23,
842      "min":0
843    },
844    "Hypervisor":{
845      "type":"structure",
846      "members":{
847        "Host":{
848          "shape":"Host",
849          "documentation":"<p>The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).</p>"
850        },
851        "HypervisorArn":{
852          "shape":"ServerArn",
853          "documentation":"<p>The Amazon Resource Name (ARN) of the hypervisor.</p>"
854        },
855        "KmsKeyArn":{
856          "shape":"KmsKeyArn",
857          "documentation":"<p>The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the hypervisor.</p>"
858        },
859        "Name":{
860          "shape":"Name",
861          "documentation":"<p>The name of the hypervisor.</p>"
862        },
863        "State":{
864          "shape":"HypervisorState",
865          "documentation":"<p>The state of the hypervisor.</p>"
866        }
867      },
868      "documentation":"<p>Represents the hypervisor's permissions to which the gateway will connect.</p> <p>A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.</p>"
869    },
870    "HypervisorDetails":{
871      "type":"structure",
872      "members":{
873        "Host":{
874          "shape":"Host",
875          "documentation":"<p>The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).</p>"
876        },
877        "HypervisorArn":{
878          "shape":"ServerArn",
879          "documentation":"<p>The Amazon Resource Name (ARN) of the hypervisor.</p>"
880        },
881        "KmsKeyArn":{
882          "shape":"KmsKeyArn",
883          "documentation":"<p>The Amazon Resource Name (ARN) of the KMS used to encrypt the hypervisor.</p>"
884        },
885        "LastSuccessfulMetadataSyncTime":{
886          "shape":"Time",
887          "documentation":"<p>This is the time when the most recent successful sync of metadata occurred.</p>"
888        },
889        "LatestMetadataSyncStatus":{
890          "shape":"SyncMetadataStatus",
891          "documentation":"<p>This is the most recent status for the indicated metadata sync.</p>"
892        },
893        "LatestMetadataSyncStatusMessage":{
894          "shape":"string",
895          "documentation":"<p>This is the most recent status for the indicated metadata sync.</p>"
896        },
897        "LogGroupArn":{
898          "shape":"LogGroupArn",
899          "documentation":"<p>The Amazon Resource Name (ARN) of the group of gateways within the requested log.</p>"
900        },
901        "Name":{
902          "shape":"Name",
903          "documentation":"<p>This is the name of the specified hypervisor.</p>"
904        },
905        "State":{
906          "shape":"HypervisorState",
907          "documentation":"<p>This is the current state of the specified hypervisor.</p> <p>The possible states are <code>PENDING</code>, <code>ONLINE</code>, <code>OFFLINE</code>, or <code>ERROR</code>.</p>"
908        }
909      },
910      "documentation":"<p>These are the details of the specified hypervisor. A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.</p>"
911    },
912    "HypervisorId":{
913      "type":"string",
914      "max":100,
915      "min":1
916    },
917    "HypervisorState":{
918      "type":"string",
919      "enum":[
920        "PENDING",
921        "ONLINE",
922        "OFFLINE",
923        "ERROR"
924      ]
925    },
926    "Hypervisors":{
927      "type":"list",
928      "member":{"shape":"Hypervisor"}
929    },
930    "IamRoleArn":{
931      "type":"string",
932      "max":2048,
933      "min":20,
934      "pattern":"^arn:(aws|aws-cn|aws-us-gov):iam::([0-9]+):role/(\\S+)$"
935    },
936    "ImportHypervisorConfigurationInput":{
937      "type":"structure",
938      "required":[
939        "Host",
940        "Name"
941      ],
942      "members":{
943        "Host":{
944          "shape":"Host",
945          "documentation":"<p>The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).</p>"
946        },
947        "KmsKeyArn":{
948          "shape":"KmsKeyArn",
949          "documentation":"<p>The Key Management Service for the hypervisor.</p>"
950        },
951        "Name":{
952          "shape":"Name",
953          "documentation":"<p>The name of the hypervisor.</p>"
954        },
955        "Password":{
956          "shape":"Password",
957          "documentation":"<p>The password for the hypervisor.</p>"
958        },
959        "Tags":{
960          "shape":"Tags",
961          "documentation":"<p>The tags of the hypervisor configuration to import.</p>"
962        },
963        "Username":{
964          "shape":"Username",
965          "documentation":"<p>The username for the hypervisor.</p>"
966        }
967      }
968    },
969    "ImportHypervisorConfigurationOutput":{
970      "type":"structure",
971      "members":{
972        "HypervisorArn":{
973          "shape":"ServerArn",
974          "documentation":"<p>The Amazon Resource Name (ARN) of the hypervisor you disassociated.</p>"
975        }
976      }
977    },
978    "InternalServerException":{
979      "type":"structure",
980      "members":{
981        "ErrorCode":{
982          "shape":"string",
983          "documentation":"<p>A description of which internal error occured.</p>"
984        },
985        "Message":{"shape":"string"}
986      },
987      "documentation":"<p>The operation did not succeed because an internal error occurred. Try again later.</p>",
988      "exception":true,
989      "fault":true
990    },
991    "KmsKeyArn":{
992      "type":"string",
993      "max":500,
994      "min":50,
995      "pattern":"^(^arn:(aws|aws-cn|aws-us-gov):kms:([a-zA-Z0-9-]+):([0-9]+):(key|alias)/(\\S+)$)|(^alias/(\\S+)$)$"
996    },
997    "ListGatewaysInput":{
998      "type":"structure",
999      "members":{
1000        "MaxResults":{
1001          "shape":"MaxResults",
1002          "documentation":"<p>The maximum number of gateways to list.</p>"
1003        },
1004        "NextToken":{
1005          "shape":"NextToken",
1006          "documentation":"<p>The next item following a partial list of returned resources. For example, if a request is made to return <code>MaxResults</code> number of resources, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>"
1007        }
1008      }
1009    },
1010    "ListGatewaysOutput":{
1011      "type":"structure",
1012      "members":{
1013        "Gateways":{
1014          "shape":"Gateways",
1015          "documentation":"<p>A list of your gateways.</p>"
1016        },
1017        "NextToken":{
1018          "shape":"NextToken",
1019          "documentation":"<p>The next item following a partial list of returned resources. For example, if a request is made to return <code>maxResults</code> number of resources, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>"
1020        }
1021      }
1022    },
1023    "ListHypervisorsInput":{
1024      "type":"structure",
1025      "members":{
1026        "MaxResults":{
1027          "shape":"MaxResults",
1028          "documentation":"<p>The maximum number of hypervisors to list.</p>"
1029        },
1030        "NextToken":{
1031          "shape":"NextToken",
1032          "documentation":"<p>The next item following a partial list of returned resources. For example, if a request is made to return <code>maxResults</code> number of resources, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>"
1033        }
1034      }
1035    },
1036    "ListHypervisorsOutput":{
1037      "type":"structure",
1038      "members":{
1039        "Hypervisors":{
1040          "shape":"Hypervisors",
1041          "documentation":"<p>A list of your <code>Hypervisor</code> objects, ordered by their Amazon Resource Names (ARNs).</p>"
1042        },
1043        "NextToken":{
1044          "shape":"NextToken",
1045          "documentation":"<p>The next item following a partial list of returned resources. For example, if a request is made to return <code>maxResults</code> number of resources, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>"
1046        }
1047      }
1048    },
1049    "ListTagsForResourceInput":{
1050      "type":"structure",
1051      "required":["ResourceArn"],
1052      "members":{
1053        "ResourceArn":{
1054          "shape":"ResourceArn",
1055          "documentation":"<p>The Amazon Resource Name (ARN) of the resource's tags to list.</p>"
1056        }
1057      }
1058    },
1059    "ListTagsForResourceOutput":{
1060      "type":"structure",
1061      "members":{
1062        "ResourceArn":{
1063          "shape":"ResourceArn",
1064          "documentation":"<p>The Amazon Resource Name (ARN) of the resource's tags that you listed.</p>"
1065        },
1066        "Tags":{
1067          "shape":"Tags",
1068          "documentation":"<p>A list of the resource's tags.</p>"
1069        }
1070      }
1071    },
1072    "ListVirtualMachinesInput":{
1073      "type":"structure",
1074      "members":{
1075        "HypervisorArn":{
1076          "shape":"ServerArn",
1077          "documentation":"<p>The Amazon Resource Name (ARN) of the hypervisor connected to your virtual machine.</p>"
1078        },
1079        "MaxResults":{
1080          "shape":"MaxResults",
1081          "documentation":"<p>The maximum number of virtual machines to list.</p>"
1082        },
1083        "NextToken":{
1084          "shape":"NextToken",
1085          "documentation":"<p>The next item following a partial list of returned resources. For example, if a request is made to return <code>maxResults</code> number of resources, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>"
1086        }
1087      }
1088    },
1089    "ListVirtualMachinesOutput":{
1090      "type":"structure",
1091      "members":{
1092        "NextToken":{
1093          "shape":"NextToken",
1094          "documentation":"<p>The next item following a partial list of returned resources. For example, if a request is made to return <code>maxResults</code> number of resources, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>"
1095        },
1096        "VirtualMachines":{
1097          "shape":"VirtualMachines",
1098          "documentation":"<p>A list of your <code>VirtualMachine</code> objects, ordered by their Amazon Resource Names (ARNs).</p>"
1099        }
1100      }
1101    },
1102    "LogGroupArn":{
1103      "type":"string",
1104      "max":2048,
1105      "min":0,
1106      "pattern":"^$|^arn:(aws|aws-cn|aws-us-gov):logs:([a-zA-Z0-9-]+):([0-9]+):log-group:[a-zA-Z0-9_\\-\\/\\.]+:\\*$"
1107    },
1108    "MaintenanceStartTime":{
1109      "type":"structure",
1110      "required":[
1111        "HourOfDay",
1112        "MinuteOfHour"
1113      ],
1114      "members":{
1115        "DayOfMonth":{
1116          "shape":"DayOfMonth",
1117          "documentation":"<p>The day of the month component of the maintenance start time represented as an ordinal number from 1 to 28, where 1 represents the first day of the month and 28 represents the last day of the month.</p>"
1118        },
1119        "DayOfWeek":{
1120          "shape":"DayOfWeek",
1121          "documentation":"<p>An ordinal number between 0 and 6 that represents the day of the week, where 0 represents Sunday and 6 represents Saturday. The day of week is in the time zone of the gateway.</p>"
1122        },
1123        "HourOfDay":{
1124          "shape":"HourOfDay",
1125          "documentation":"<p>The hour component of the maintenance start time represented as <i>hh</i>, where <i>hh</i> is the hour (0 to 23). The hour of the day is in the time zone of the gateway.</p>"
1126        },
1127        "MinuteOfHour":{
1128          "shape":"MinuteOfHour",
1129          "documentation":"<p>The minute component of the maintenance start time represented as <i>mm</i>, where <i>mm</i> is the minute (0 to 59). The minute of the hour is in the time zone of the gateway.</p>"
1130        }
1131      },
1132      "documentation":"<p>This is your gateway's weekly maintenance start time including the day and time of the week. Note that values are in terms of the gateway's time zone. Can be weekly or monthly.</p>"
1133    },
1134    "MaxResults":{
1135      "type":"integer",
1136      "box":true,
1137      "min":1
1138    },
1139    "MinuteOfHour":{
1140      "type":"integer",
1141      "box":true,
1142      "max":59,
1143      "min":0
1144    },
1145    "Name":{
1146      "type":"string",
1147      "max":100,
1148      "min":1,
1149      "pattern":"^[a-zA-Z0-9-]*$"
1150    },
1151    "NextToken":{
1152      "type":"string",
1153      "max":1000,
1154      "min":1,
1155      "pattern":"^.+$"
1156    },
1157    "Password":{
1158      "type":"string",
1159      "max":100,
1160      "min":1,
1161      "pattern":"^[ -~]+$",
1162      "sensitive":true
1163    },
1164    "Path":{
1165      "type":"string",
1166      "max":4096,
1167      "min":1,
1168      "pattern":"^[^\\x00]+$"
1169    },
1170    "PutBandwidthRateLimitScheduleInput":{
1171      "type":"structure",
1172      "required":[
1173        "BandwidthRateLimitIntervals",
1174        "GatewayArn"
1175      ],
1176      "members":{
1177        "BandwidthRateLimitIntervals":{
1178          "shape":"BandwidthRateLimitIntervals",
1179          "documentation":"<p>An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.</p>"
1180        },
1181        "GatewayArn":{
1182          "shape":"GatewayArn",
1183          "documentation":"<p>The Amazon Resource Name (ARN) of the gateway. Use the <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/API_BGW_ListGateways.html\"> <code>ListGateways</code> </a> operation to return a list of gateways for your account and Amazon Web Services Region.</p>"
1184        }
1185      }
1186    },
1187    "PutBandwidthRateLimitScheduleOutput":{
1188      "type":"structure",
1189      "members":{
1190        "GatewayArn":{
1191          "shape":"GatewayArn",
1192          "documentation":"<p>The Amazon Resource Name (ARN) of the gateway. Use the <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/API_BGW_ListGateways.html\"> <code>ListGateways</code> </a> operation to return a list of gateways for your account and Amazon Web Services Region.</p>"
1193        }
1194      }
1195    },
1196    "PutHypervisorPropertyMappingsInput":{
1197      "type":"structure",
1198      "required":[
1199        "HypervisorArn",
1200        "IamRoleArn",
1201        "VmwareToAwsTagMappings"
1202      ],
1203      "members":{
1204        "HypervisorArn":{
1205          "shape":"ServerArn",
1206          "documentation":"<p>The Amazon Resource Name (ARN) of the hypervisor.</p>"
1207        },
1208        "IamRoleArn":{
1209          "shape":"IamRoleArn",
1210          "documentation":"<p>The Amazon Resource Name (ARN) of the IAM role.</p>"
1211        },
1212        "VmwareToAwsTagMappings":{
1213          "shape":"VmwareToAwsTagMappings",
1214          "documentation":"<p>This action requests the mappings of on-premises VMware tags to the Amazon Web Services tags.</p>"
1215        }
1216      }
1217    },
1218    "PutHypervisorPropertyMappingsOutput":{
1219      "type":"structure",
1220      "members":{
1221        "HypervisorArn":{
1222          "shape":"ServerArn",
1223          "documentation":"<p>The Amazon Resource Name (ARN) of the hypervisor.</p>"
1224        }
1225      }
1226    },
1227    "PutMaintenanceStartTimeInput":{
1228      "type":"structure",
1229      "required":[
1230        "GatewayArn",
1231        "HourOfDay",
1232        "MinuteOfHour"
1233      ],
1234      "members":{
1235        "DayOfMonth":{
1236          "shape":"DayOfMonth",
1237          "documentation":"<p>The day of the month start maintenance on a gateway.</p> <p>Valid values range from <code>Sunday</code> to <code>Saturday</code>.</p>"
1238        },
1239        "DayOfWeek":{
1240          "shape":"DayOfWeek",
1241          "documentation":"<p>The day of the week to start maintenance on a gateway.</p>"
1242        },
1243        "GatewayArn":{
1244          "shape":"GatewayArn",
1245          "documentation":"<p>The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start time.</p>"
1246        },
1247        "HourOfDay":{
1248          "shape":"HourOfDay",
1249          "documentation":"<p>The hour of the day to start maintenance on a gateway.</p>"
1250        },
1251        "MinuteOfHour":{
1252          "shape":"MinuteOfHour",
1253          "documentation":"<p>The minute of the hour to start maintenance on a gateway.</p>"
1254        }
1255      }
1256    },
1257    "PutMaintenanceStartTimeOutput":{
1258      "type":"structure",
1259      "members":{
1260        "GatewayArn":{
1261          "shape":"GatewayArn",
1262          "documentation":"<p>The Amazon Resource Name (ARN) of a gateway for which you set the maintenance start time.</p>"
1263        }
1264      }
1265    },
1266    "ResourceArn":{
1267      "type":"string",
1268      "max":500,
1269      "min":50,
1270      "pattern":"^arn:(aws|aws-cn|aws-us-gov):backup-gateway(:[a-zA-Z-0-9]+){3}\\/[a-zA-Z-0-9]+$"
1271    },
1272    "ResourceNotFoundException":{
1273      "type":"structure",
1274      "members":{
1275        "ErrorCode":{
1276          "shape":"string",
1277          "documentation":"<p>A description of which resource wasn't found.</p>"
1278        },
1279        "Message":{"shape":"string"}
1280      },
1281      "documentation":"<p>A resource that is required for the action wasn't found.</p>",
1282      "exception":true
1283    },
1284    "ServerArn":{
1285      "type":"string",
1286      "max":500,
1287      "min":50,
1288      "pattern":"^arn:(aws|aws-cn|aws-us-gov):backup-gateway(:[a-zA-Z-0-9]+){3}\\/[a-zA-Z-0-9]+$"
1289    },
1290    "StartVirtualMachinesMetadataSyncInput":{
1291      "type":"structure",
1292      "required":["HypervisorArn"],
1293      "members":{
1294        "HypervisorArn":{
1295          "shape":"ServerArn",
1296          "documentation":"<p>The Amazon Resource Name (ARN) of the hypervisor.</p>"
1297        }
1298      }
1299    },
1300    "StartVirtualMachinesMetadataSyncOutput":{
1301      "type":"structure",
1302      "members":{
1303        "HypervisorArn":{
1304          "shape":"ServerArn",
1305          "documentation":"<p>The Amazon Resource Name (ARN) of the hypervisor.</p>"
1306        }
1307      }
1308    },
1309    "SyncMetadataStatus":{
1310      "type":"string",
1311      "enum":[
1312        "CREATED",
1313        "RUNNING",
1314        "FAILED",
1315        "PARTIALLY_FAILED",
1316        "SUCCEEDED"
1317      ]
1318    },
1319    "Tag":{
1320      "type":"structure",
1321      "required":[
1322        "Key",
1323        "Value"
1324      ],
1325      "members":{
1326        "Key":{
1327          "shape":"TagKey",
1328          "documentation":"<p>The key part of a tag's key-value pair. The key can't start with <code>aws:</code>.</p>"
1329        },
1330        "Value":{
1331          "shape":"TagValue",
1332          "documentation":"<p>The value part of a tag's key-value pair.</p>"
1333        }
1334      },
1335      "documentation":"<p>A key-value pair you can use to manage, filter, and search for your resources. Allowed characters include UTF-8 letters, numbers, spaces, and the following characters: + - = . _ : /.</p>"
1336    },
1337    "TagKey":{
1338      "type":"string",
1339      "max":128,
1340      "min":1,
1341      "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
1342    },
1343    "TagKeys":{
1344      "type":"list",
1345      "member":{"shape":"TagKey"}
1346    },
1347    "TagResourceInput":{
1348      "type":"structure",
1349      "required":[
1350        "ResourceARN",
1351        "Tags"
1352      ],
1353      "members":{
1354        "ResourceARN":{
1355          "shape":"ResourceArn",
1356          "documentation":"<p>The Amazon Resource Name (ARN) of the resource to tag.</p>"
1357        },
1358        "Tags":{
1359          "shape":"Tags",
1360          "documentation":"<p>A list of tags to assign to the resource.</p>"
1361        }
1362      }
1363    },
1364    "TagResourceOutput":{
1365      "type":"structure",
1366      "members":{
1367        "ResourceARN":{
1368          "shape":"ResourceArn",
1369          "documentation":"<p>The Amazon Resource Name (ARN) of the resource you tagged.</p>"
1370        }
1371      }
1372    },
1373    "TagValue":{
1374      "type":"string",
1375      "max":256,
1376      "min":0,
1377      "pattern":"^[^\\x00]*$"
1378    },
1379    "Tags":{
1380      "type":"list",
1381      "member":{"shape":"Tag"}
1382    },
1383    "TestHypervisorConfigurationInput":{
1384      "type":"structure",
1385      "required":[
1386        "GatewayArn",
1387        "Host"
1388      ],
1389      "members":{
1390        "GatewayArn":{
1391          "shape":"GatewayArn",
1392          "documentation":"<p>The Amazon Resource Name (ARN) of the gateway to the hypervisor to test.</p>"
1393        },
1394        "Host":{
1395          "shape":"Host",
1396          "documentation":"<p>The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).</p>"
1397        },
1398        "Password":{
1399          "shape":"Password",
1400          "documentation":"<p>The password for the hypervisor.</p>"
1401        },
1402        "Username":{
1403          "shape":"Username",
1404          "documentation":"<p>The username for the hypervisor.</p>"
1405        }
1406      }
1407    },
1408    "TestHypervisorConfigurationOutput":{
1409      "type":"structure",
1410      "members":{
1411      }
1412    },
1413    "ThrottlingException":{
1414      "type":"structure",
1415      "required":["ErrorCode"],
1416      "members":{
1417        "ErrorCode":{
1418          "shape":"string",
1419          "documentation":"<p>Error: TPS has been limited to protect against intentional or unintentional high request volumes.</p>"
1420        },
1421        "Message":{"shape":"string"}
1422      },
1423      "documentation":"<p>TPS has been limited to protect against intentional or unintentional high request volumes.</p>",
1424      "exception":true
1425    },
1426    "Time":{"type":"timestamp"},
1427    "UntagResourceInput":{
1428      "type":"structure",
1429      "required":[
1430        "ResourceARN",
1431        "TagKeys"
1432      ],
1433      "members":{
1434        "ResourceARN":{
1435          "shape":"ResourceArn",
1436          "documentation":"<p>The Amazon Resource Name (ARN) of the resource from which to remove tags.</p>"
1437        },
1438        "TagKeys":{
1439          "shape":"TagKeys",
1440          "documentation":"<p>The list of tag keys specifying which tags to remove.</p>"
1441        }
1442      }
1443    },
1444    "UntagResourceOutput":{
1445      "type":"structure",
1446      "members":{
1447        "ResourceARN":{
1448          "shape":"ResourceArn",
1449          "documentation":"<p>The Amazon Resource Name (ARN) of the resource from which you removed tags.</p>"
1450        }
1451      }
1452    },
1453    "UpdateGatewayInformationInput":{
1454      "type":"structure",
1455      "required":["GatewayArn"],
1456      "members":{
1457        "GatewayArn":{
1458          "shape":"GatewayArn",
1459          "documentation":"<p>The Amazon Resource Name (ARN) of the gateway to update.</p>"
1460        },
1461        "GatewayDisplayName":{
1462          "shape":"Name",
1463          "documentation":"<p>The updated display name of the gateway.</p>"
1464        }
1465      }
1466    },
1467    "UpdateGatewayInformationOutput":{
1468      "type":"structure",
1469      "members":{
1470        "GatewayArn":{
1471          "shape":"GatewayArn",
1472          "documentation":"<p>The Amazon Resource Name (ARN) of the gateway you updated.</p>"
1473        }
1474      }
1475    },
1476    "UpdateGatewaySoftwareNowInput":{
1477      "type":"structure",
1478      "required":["GatewayArn"],
1479      "members":{
1480        "GatewayArn":{
1481          "shape":"GatewayArn",
1482          "documentation":"<p>The Amazon Resource Name (ARN) of the gateway to be updated.</p>"
1483        }
1484      }
1485    },
1486    "UpdateGatewaySoftwareNowOutput":{
1487      "type":"structure",
1488      "members":{
1489        "GatewayArn":{
1490          "shape":"GatewayArn",
1491          "documentation":"<p>The Amazon Resource Name (ARN) of the gateway you updated.</p>"
1492        }
1493      }
1494    },
1495    "UpdateHypervisorInput":{
1496      "type":"structure",
1497      "required":["HypervisorArn"],
1498      "members":{
1499        "Host":{
1500          "shape":"Host",
1501          "documentation":"<p>The updated host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).</p>"
1502        },
1503        "HypervisorArn":{
1504          "shape":"ServerArn",
1505          "documentation":"<p>The Amazon Resource Name (ARN) of the hypervisor to update.</p>"
1506        },
1507        "LogGroupArn":{
1508          "shape":"LogGroupArn",
1509          "documentation":"<p>The Amazon Resource Name (ARN) of the group of gateways within the requested log.</p>"
1510        },
1511        "Name":{
1512          "shape":"Name",
1513          "documentation":"<p>The updated name for the hypervisor</p>"
1514        },
1515        "Password":{
1516          "shape":"Password",
1517          "documentation":"<p>The updated password for the hypervisor.</p>"
1518        },
1519        "Username":{
1520          "shape":"Username",
1521          "documentation":"<p>The updated username for the hypervisor.</p>"
1522        }
1523      }
1524    },
1525    "UpdateHypervisorOutput":{
1526      "type":"structure",
1527      "members":{
1528        "HypervisorArn":{
1529          "shape":"ServerArn",
1530          "documentation":"<p>The Amazon Resource Name (ARN) of the hypervisor you updated.</p>"
1531        }
1532      }
1533    },
1534    "Username":{
1535      "type":"string",
1536      "max":100,
1537      "min":1,
1538      "pattern":"^[ -\\.0-\\[\\]-~]*[!-\\.0-\\[\\]-~][ -\\.0-\\[\\]-~]*$",
1539      "sensitive":true
1540    },
1541    "ValidationException":{
1542      "type":"structure",
1543      "members":{
1544        "ErrorCode":{
1545          "shape":"string",
1546          "documentation":"<p>A description of what caused the validation error.</p>"
1547        },
1548        "Message":{"shape":"string"}
1549      },
1550      "documentation":"<p>The operation did not succeed because a validation error occurred.</p>",
1551      "exception":true
1552    },
1553    "VirtualMachine":{
1554      "type":"structure",
1555      "members":{
1556        "HostName":{
1557          "shape":"Name",
1558          "documentation":"<p>The host name of the virtual machine.</p>"
1559        },
1560        "HypervisorId":{
1561          "shape":"string",
1562          "documentation":"<p>The ID of the virtual machine's hypervisor.</p>"
1563        },
1564        "LastBackupDate":{
1565          "shape":"Time",
1566          "documentation":"<p>The most recent date a virtual machine was backed up, in Unix format and UTC time.</p>"
1567        },
1568        "Name":{
1569          "shape":"Name",
1570          "documentation":"<p>The name of the virtual machine.</p>"
1571        },
1572        "Path":{
1573          "shape":"Path",
1574          "documentation":"<p>The path of the virtual machine.</p>"
1575        },
1576        "ResourceArn":{
1577          "shape":"ResourceArn",
1578          "documentation":"<p>The Amazon Resource Name (ARN) of the virtual machine. For example, <code>arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL</code>.</p>"
1579        }
1580      },
1581      "documentation":"<p>A virtual machine that is on a hypervisor.</p>"
1582    },
1583    "VirtualMachineDetails":{
1584      "type":"structure",
1585      "members":{
1586        "HostName":{
1587          "shape":"Name",
1588          "documentation":"<p>The host name of the virtual machine.</p>"
1589        },
1590        "HypervisorId":{
1591          "shape":"string",
1592          "documentation":"<p>The ID of the virtual machine's hypervisor.</p>"
1593        },
1594        "LastBackupDate":{
1595          "shape":"Time",
1596          "documentation":"<p>The most recent date a virtual machine was backed up, in Unix format and UTC time.</p>"
1597        },
1598        "Name":{
1599          "shape":"Name",
1600          "documentation":"<p>The name of the virtual machine.</p>"
1601        },
1602        "Path":{
1603          "shape":"Path",
1604          "documentation":"<p>The path of the virtual machine.</p>"
1605        },
1606        "ResourceArn":{
1607          "shape":"ResourceArn",
1608          "documentation":"<p>The Amazon Resource Name (ARN) of the virtual machine. For example, <code>arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL</code>.</p>"
1609        },
1610        "VmwareTags":{
1611          "shape":"VmwareTags",
1612          "documentation":"<p>These are the details of the VMware tags associated with the specified virtual machine.</p>"
1613        }
1614      },
1615      "documentation":"<p>Your <code>VirtualMachine</code> objects, ordered by their Amazon Resource Names (ARNs).</p>"
1616    },
1617    "VirtualMachines":{
1618      "type":"list",
1619      "member":{"shape":"VirtualMachine"}
1620    },
1621    "VmwareCategory":{
1622      "type":"string",
1623      "max":80,
1624      "min":1
1625    },
1626    "VmwareTag":{
1627      "type":"structure",
1628      "members":{
1629        "VmwareCategory":{
1630          "shape":"VmwareCategory",
1631          "documentation":"<p>The is the category of VMware.</p>"
1632        },
1633        "VmwareTagDescription":{
1634          "shape":"string",
1635          "documentation":"<p>This is a user-defined description of a VMware tag.</p>"
1636        },
1637        "VmwareTagName":{
1638          "shape":"VmwareTagName",
1639          "documentation":"<p>This is the user-defined name of a VMware tag.</p>"
1640        }
1641      },
1642      "documentation":"<p>A VMware tag is a tag attached to a specific virtual machine. A <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/API_BGW_Tag.html\">tag</a> is a key-value pair you can use to manage, filter, and search for your resources.</p> <p>The content of VMware tags can be matched to Amazon Web Services tags.</p>"
1643    },
1644    "VmwareTagName":{
1645      "type":"string",
1646      "max":80,
1647      "min":1
1648    },
1649    "VmwareTags":{
1650      "type":"list",
1651      "member":{"shape":"VmwareTag"}
1652    },
1653    "VmwareToAwsTagMapping":{
1654      "type":"structure",
1655      "required":[
1656        "AwsTagKey",
1657        "AwsTagValue",
1658        "VmwareCategory",
1659        "VmwareTagName"
1660      ],
1661      "members":{
1662        "AwsTagKey":{
1663          "shape":"TagKey",
1664          "documentation":"<p>The key part of the Amazon Web Services tag's key-value pair.</p>"
1665        },
1666        "AwsTagValue":{
1667          "shape":"TagValue",
1668          "documentation":"<p>The value part of the Amazon Web Services tag's key-value pair.</p>"
1669        },
1670        "VmwareCategory":{
1671          "shape":"VmwareCategory",
1672          "documentation":"<p>The is the category of VMware.</p>"
1673        },
1674        "VmwareTagName":{
1675          "shape":"VmwareTagName",
1676          "documentation":"<p>This is the user-defined name of a VMware tag.</p>"
1677        }
1678      },
1679      "documentation":"<p>This displays the mapping of on-premises VMware tags to the corresponding Amazon Web Services tags.</p>"
1680    },
1681    "VmwareToAwsTagMappings":{
1682      "type":"list",
1683      "member":{"shape":"VmwareToAwsTagMapping"}
1684    },
1685    "VpcEndpoint":{
1686      "type":"string",
1687      "max":255,
1688      "min":1
1689    },
1690    "string":{"type":"string"}
1691  },
1692  "documentation":"<p><fullname>Backup gateway</fullname> <p>Backup gateway connects Backup to your hypervisor, so you can create, store, and restore backups of your virtual machines (VMs) anywhere, whether on-premises or in the VMware Cloud (VMC) on Amazon Web Services.</p> <p>Add on-premises resources by connecting to a hypervisor through a gateway. Backup will automatically discover the resources in your hypervisor.</p> <p>Use Backup to assign virtual or on-premises resources to a backup plan, or run on-demand backups. Once you have backed up your resources, you can view them and restore them like any resource supported by Backup.</p> <p>To download the Amazon Web Services software to get started, navigate to the Backup console, choose <b>Gateways</b>, then choose <b>Create gateway</b>.</p></p>"
1693}
1694