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.backup#ARN": {
33            "type": "string"
34        },
35        "com.amazonaws.backup#AccountId": {
36            "type": "string",
37            "traits": {
38                "smithy.api#pattern": "^[0-9]{12}$"
39            }
40        },
41        "com.amazonaws.backup#AdvancedBackupSetting": {
42            "type": "structure",
43            "members": {
44                "ResourceType": {
45                    "target": "com.amazonaws.backup#ResourceType",
46                    "traits": {
47                        "smithy.api#documentation": "<p>Specifies an object containing resource type and backup options. The only supported\n         resource type is Amazon EC2 instances with Windows Volume Shadow Copy Service\n         (VSS). For a CloudFormation example, see the <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/integrate-cloudformation-with-aws-backup.html\">sample\n            CloudFormation template to enable Windows VSS</a> in the <i>Backup User Guide</i>.</p>\n         <p>Valid values: <code>EC2</code>.</p>"
48                    }
49                },
50                "BackupOptions": {
51                    "target": "com.amazonaws.backup#BackupOptions",
52                    "traits": {
53                        "smithy.api#documentation": "<p>Specifies the backup option for a selected resource. This option is only available for\n         Windows VSS backup jobs.</p>\n         <p>Valid values: </p>\n         <p>Set to <code>\"WindowsVSS\":\"enabled\"</code> to enable the <code>WindowsVSS</code> backup\n         option and create a Windows VSS backup. </p>\n         <p>Set to <code>\"WindowsVSS\":\"disabled\"</code> to create a regular backup. The\n            <code>WindowsVSS</code> option is not enabled by default.</p>\n         <p>If you specify an invalid option, you get an <code>InvalidParameterValueException</code>\n         exception.</p>\n         <p>For more information about Windows VSS backups, see <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/windows-backups.html\">Creating a VSS-Enabled Windows\n            Backup</a>.</p>"
54                    }
55                }
56            },
57            "traits": {
58                "smithy.api#documentation": "<p>A list of backup options for each resource type.</p>"
59            }
60        },
61        "com.amazonaws.backup#AdvancedBackupSettings": {
62            "type": "list",
63            "member": {
64                "target": "com.amazonaws.backup#AdvancedBackupSetting"
65            }
66        },
67        "com.amazonaws.backup#AlreadyExistsException": {
68            "type": "structure",
69            "members": {
70                "Code": {
71                    "target": "com.amazonaws.backup#string"
72                },
73                "Message": {
74                    "target": "com.amazonaws.backup#string"
75                },
76                "CreatorRequestId": {
77                    "target": "com.amazonaws.backup#string",
78                    "traits": {
79                        "smithy.api#documentation": "<p></p>"
80                    }
81                },
82                "Arn": {
83                    "target": "com.amazonaws.backup#string",
84                    "traits": {
85                        "smithy.api#documentation": "<p></p>"
86                    }
87                },
88                "Type": {
89                    "target": "com.amazonaws.backup#string",
90                    "traits": {
91                        "smithy.api#documentation": "<p></p>"
92                    }
93                },
94                "Context": {
95                    "target": "com.amazonaws.backup#string",
96                    "traits": {
97                        "smithy.api#documentation": "<p></p>"
98                    }
99                }
100            },
101            "traits": {
102                "smithy.api#documentation": "<p>The required resource already exists.</p>",
103                "smithy.api#error": "client"
104            }
105        },
106        "com.amazonaws.backup#BackupJob": {
107            "type": "structure",
108            "members": {
109                "AccountId": {
110                    "target": "com.amazonaws.backup#AccountId",
111                    "traits": {
112                        "smithy.api#documentation": "<p>The account ID that owns the backup job.</p>"
113                    }
114                },
115                "BackupJobId": {
116                    "target": "com.amazonaws.backup#string",
117                    "traits": {
118                        "smithy.api#documentation": "<p>Uniquely identifies a request to Backup to back up a resource.</p>"
119                    }
120                },
121                "BackupVaultName": {
122                    "target": "com.amazonaws.backup#BackupVaultName",
123                    "traits": {
124                        "smithy.api#documentation": "<p>The name of a logical container where backups are stored. Backup vaults are identified\n         by names that are unique to the account used to create them and the Amazon Web Services\n         Region where they are created. They consist of lowercase letters, numbers, and\n         hyphens.</p>"
125                    }
126                },
127                "BackupVaultArn": {
128                    "target": "com.amazonaws.backup#ARN",
129                    "traits": {
130                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>"
131                    }
132                },
133                "RecoveryPointArn": {
134                    "target": "com.amazonaws.backup#ARN",
135                    "traits": {
136                        "smithy.api#documentation": "<p>An ARN that uniquely identifies a recovery point; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>"
137                    }
138                },
139                "ResourceArn": {
140                    "target": "com.amazonaws.backup#ARN",
141                    "traits": {
142                        "smithy.api#documentation": "<p>An ARN that uniquely identifies a resource. The format of the ARN depends on the\n         resource type.</p>"
143                    }
144                },
145                "CreationDate": {
146                    "target": "com.amazonaws.backup#timestamp",
147                    "traits": {
148                        "smithy.api#documentation": "<p>The date and time a backup job is created, in Unix format and Coordinated Universal Time\n         (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For example, the\n         value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>"
149                    }
150                },
151                "CompletionDate": {
152                    "target": "com.amazonaws.backup#timestamp",
153                    "traits": {
154                        "smithy.api#documentation": "<p>The date and time a job to create a backup job is completed, in Unix format and\n         Coordinated Universal Time (UTC). The value of <code>CompletionDate</code> is accurate to\n         milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018\n         12:11:30.087 AM.</p>"
155                    }
156                },
157                "State": {
158                    "target": "com.amazonaws.backup#BackupJobState",
159                    "traits": {
160                        "smithy.api#documentation": "<p>The current state of a resource recovery point.</p>"
161                    }
162                },
163                "StatusMessage": {
164                    "target": "com.amazonaws.backup#string",
165                    "traits": {
166                        "smithy.api#documentation": "<p>A detailed message explaining the status of the job to back up a resource.</p>"
167                    }
168                },
169                "PercentDone": {
170                    "target": "com.amazonaws.backup#string",
171                    "traits": {
172                        "smithy.api#documentation": "<p>Contains an estimated percentage complete of a job at the time the job status was\n         queried.</p>"
173                    }
174                },
175                "BackupSizeInBytes": {
176                    "target": "com.amazonaws.backup#Long",
177                    "traits": {
178                        "smithy.api#documentation": "<p>The size, in bytes, of a backup.</p>"
179                    }
180                },
181                "IamRoleArn": {
182                    "target": "com.amazonaws.backup#IAMRoleArn",
183                    "traits": {
184                        "smithy.api#documentation": "<p>Specifies the IAM role ARN used to create the target recovery point. IAM roles other\n         than the default role must include either <code>AWSBackup</code> or <code>AwsBackup</code>\n         in the role name. For example,\n            <code>arn:aws:iam::123456789012:role/AWSBackupRDSAccess</code>. Role names without those\n         strings lack permissions to perform backup jobs.</p>"
185                    }
186                },
187                "CreatedBy": {
188                    "target": "com.amazonaws.backup#RecoveryPointCreator",
189                    "traits": {
190                        "smithy.api#documentation": "<p>Contains identifying information about the creation of a backup job, including the\n            <code>BackupPlanArn</code>, <code>BackupPlanId</code>, <code>BackupPlanVersion</code>,\n         and <code>BackupRuleId</code> of the backup plan used to create it.</p>"
191                    }
192                },
193                "ExpectedCompletionDate": {
194                    "target": "com.amazonaws.backup#timestamp",
195                    "traits": {
196                        "smithy.api#documentation": "<p>The date and time a job to back up resources is expected to be completed, in Unix format\n         and Coordinated Universal Time (UTC). The value of <code>ExpectedCompletionDate</code> is\n         accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January\n         26, 2018 12:11:30.087 AM.</p>"
197                    }
198                },
199                "StartBy": {
200                    "target": "com.amazonaws.backup#timestamp",
201                    "traits": {
202                        "smithy.api#documentation": "<p>Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job\n         must be started before it is canceled. The value is calculated by adding the start window\n         to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2\n         hours, the <code>StartBy</code> time would be 8:00 PM on the date specified. The value of\n            <code>StartBy</code> is accurate to milliseconds. For example, the value 1516925490.087\n         represents Friday, January 26, 2018 12:11:30.087 AM.</p>"
203                    }
204                },
205                "ResourceType": {
206                    "target": "com.amazonaws.backup#ResourceType",
207                    "traits": {
208                        "smithy.api#documentation": "<p>The type of Amazon Web Services resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only\n         supported resource type is Amazon EC2.</p>"
209                    }
210                },
211                "BytesTransferred": {
212                    "target": "com.amazonaws.backup#Long",
213                    "traits": {
214                        "smithy.api#documentation": "<p>The size in bytes transferred to a backup vault at the time that the job status was\n         queried.</p>"
215                    }
216                },
217                "BackupOptions": {
218                    "target": "com.amazonaws.backup#BackupOptions",
219                    "traits": {
220                        "smithy.api#documentation": "<p>Specifies the backup option for a selected resource. This option is only available for\n         Windows Volume Shadow Copy Service (VSS) backup jobs.</p>\n         <p>Valid values: Set to <code>\"WindowsVSS\":\"enabled\"</code> to enable the\n            <code>WindowsVSS</code> backup option and create a Windows VSS backup. Set to\n            <code>\"WindowsVSS\":\"disabled\"</code> to create a regular backup. If you specify an\n         invalid option, you get an <code>InvalidParameterValueException</code> exception.</p>"
221                    }
222                },
223                "BackupType": {
224                    "target": "com.amazonaws.backup#string",
225                    "traits": {
226                        "smithy.api#documentation": "<p>Represents the type of backup for a backup job.</p>"
227                    }
228                }
229            },
230            "traits": {
231                "smithy.api#documentation": "<p>Contains detailed information about a backup job.</p>"
232            }
233        },
234        "com.amazonaws.backup#BackupJobState": {
235            "type": "string",
236            "traits": {
237                "smithy.api#enum": [
238                    {
239                        "value": "CREATED",
240                        "name": "CREATED"
241                    },
242                    {
243                        "value": "PENDING",
244                        "name": "PENDING"
245                    },
246                    {
247                        "value": "RUNNING",
248                        "name": "RUNNING"
249                    },
250                    {
251                        "value": "ABORTING",
252                        "name": "ABORTING"
253                    },
254                    {
255                        "value": "ABORTED",
256                        "name": "ABORTED"
257                    },
258                    {
259                        "value": "COMPLETED",
260                        "name": "COMPLETED"
261                    },
262                    {
263                        "value": "FAILED",
264                        "name": "FAILED"
265                    },
266                    {
267                        "value": "EXPIRED",
268                        "name": "EXPIRED"
269                    }
270                ]
271            }
272        },
273        "com.amazonaws.backup#BackupJobsList": {
274            "type": "list",
275            "member": {
276                "target": "com.amazonaws.backup#BackupJob"
277            }
278        },
279        "com.amazonaws.backup#BackupOptionKey": {
280            "type": "string",
281            "traits": {
282                "smithy.api#pattern": "^[a-zA-Z0-9\\-\\_\\.]{1,50}$"
283            }
284        },
285        "com.amazonaws.backup#BackupOptionValue": {
286            "type": "string",
287            "traits": {
288                "smithy.api#pattern": "^[a-zA-Z0-9\\-\\_\\.]{1,50}$"
289            }
290        },
291        "com.amazonaws.backup#BackupOptions": {
292            "type": "map",
293            "key": {
294                "target": "com.amazonaws.backup#BackupOptionKey"
295            },
296            "value": {
297                "target": "com.amazonaws.backup#BackupOptionValue"
298            }
299        },
300        "com.amazonaws.backup#BackupPlan": {
301            "type": "structure",
302            "members": {
303                "BackupPlanName": {
304                    "target": "com.amazonaws.backup#BackupPlanName",
305                    "traits": {
306                        "smithy.api#documentation": "<p>The display name of a backup plan.</p>",
307                        "smithy.api#required": {}
308                    }
309                },
310                "Rules": {
311                    "target": "com.amazonaws.backup#BackupRules",
312                    "traits": {
313                        "smithy.api#documentation": "<p>An array of <code>BackupRule</code> objects, each of which specifies a scheduled task\n         that is used to back up a selection of resources. </p>",
314                        "smithy.api#required": {}
315                    }
316                },
317                "AdvancedBackupSettings": {
318                    "target": "com.amazonaws.backup#AdvancedBackupSettings",
319                    "traits": {
320                        "smithy.api#documentation": "<p>Contains a list of <code>BackupOptions</code> for each resource type.</p>"
321                    }
322                }
323            },
324            "traits": {
325                "smithy.api#documentation": "<p>Contains an optional backup plan display name and an array of <code>BackupRule</code>\n         objects, each of which specifies a backup rule. Each rule in a backup plan is a separate\n         scheduled task and can back up a different selection of Amazon Web Services\n         resources.</p>"
326            }
327        },
328        "com.amazonaws.backup#BackupPlanInput": {
329            "type": "structure",
330            "members": {
331                "BackupPlanName": {
332                    "target": "com.amazonaws.backup#BackupPlanName",
333                    "traits": {
334                        "smithy.api#documentation": "<p>The optional display name of a backup plan.</p>",
335                        "smithy.api#required": {}
336                    }
337                },
338                "Rules": {
339                    "target": "com.amazonaws.backup#BackupRulesInput",
340                    "traits": {
341                        "smithy.api#documentation": "<p>An array of <code>BackupRule</code> objects, each of which specifies a scheduled task\n         that is used to back up a selection of resources.</p>",
342                        "smithy.api#required": {}
343                    }
344                },
345                "AdvancedBackupSettings": {
346                    "target": "com.amazonaws.backup#AdvancedBackupSettings",
347                    "traits": {
348                        "smithy.api#documentation": "<p>Specifies a list of <code>BackupOptions</code> for each resource type. These settings\n         are only available for Windows Volume Shadow Copy Service (VSS) backup jobs.</p>"
349                    }
350                }
351            },
352            "traits": {
353                "smithy.api#documentation": "<p>Contains an optional backup plan display name and an array of <code>BackupRule</code>\n         objects, each of which specifies a backup rule. Each rule in a backup plan is a separate\n         scheduled task and can back up a different selection of Amazon Web Services resources.\n      </p>"
354            }
355        },
356        "com.amazonaws.backup#BackupPlanName": {
357            "type": "string"
358        },
359        "com.amazonaws.backup#BackupPlanTemplatesList": {
360            "type": "list",
361            "member": {
362                "target": "com.amazonaws.backup#BackupPlanTemplatesListMember"
363            }
364        },
365        "com.amazonaws.backup#BackupPlanTemplatesListMember": {
366            "type": "structure",
367            "members": {
368                "BackupPlanTemplateId": {
369                    "target": "com.amazonaws.backup#string",
370                    "traits": {
371                        "smithy.api#documentation": "<p>Uniquely identifies a stored backup plan template.</p>"
372                    }
373                },
374                "BackupPlanTemplateName": {
375                    "target": "com.amazonaws.backup#string",
376                    "traits": {
377                        "smithy.api#documentation": "<p>The optional display name of a backup plan template.</p>"
378                    }
379                }
380            },
381            "traits": {
382                "smithy.api#documentation": "<p>An object specifying metadata associated with a backup plan template.</p>"
383            }
384        },
385        "com.amazonaws.backup#BackupPlanVersionsList": {
386            "type": "list",
387            "member": {
388                "target": "com.amazonaws.backup#BackupPlansListMember"
389            }
390        },
391        "com.amazonaws.backup#BackupPlansList": {
392            "type": "list",
393            "member": {
394                "target": "com.amazonaws.backup#BackupPlansListMember"
395            }
396        },
397        "com.amazonaws.backup#BackupPlansListMember": {
398            "type": "structure",
399            "members": {
400                "BackupPlanArn": {
401                    "target": "com.amazonaws.backup#ARN",
402                    "traits": {
403                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>"
404                    }
405                },
406                "BackupPlanId": {
407                    "target": "com.amazonaws.backup#string",
408                    "traits": {
409                        "smithy.api#documentation": "<p>Uniquely identifies a backup plan.</p>"
410                    }
411                },
412                "CreationDate": {
413                    "target": "com.amazonaws.backup#timestamp",
414                    "traits": {
415                        "smithy.api#documentation": "<p>The date and time a resource backup plan is created, in Unix format and Coordinated\n         Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds.\n         For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
416                    }
417                },
418                "DeletionDate": {
419                    "target": "com.amazonaws.backup#timestamp",
420                    "traits": {
421                        "smithy.api#documentation": "<p>The date and time a backup plan is deleted, in Unix format and Coordinated Universal\n         Time (UTC). The value of <code>DeletionDate</code> is accurate to milliseconds. For\n         example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
422                    }
423                },
424                "VersionId": {
425                    "target": "com.amazonaws.backup#string",
426                    "traits": {
427                        "smithy.api#documentation": "<p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes\n         long. Version IDs cannot be edited.</p>"
428                    }
429                },
430                "BackupPlanName": {
431                    "target": "com.amazonaws.backup#BackupPlanName",
432                    "traits": {
433                        "smithy.api#documentation": "<p>The display name of a saved backup plan.</p>"
434                    }
435                },
436                "CreatorRequestId": {
437                    "target": "com.amazonaws.backup#string",
438                    "traits": {
439                        "smithy.api#documentation": "<p>A unique string that identifies the request and allows failed requests to be retried\n         without the risk of running the operation twice.</p>"
440                    }
441                },
442                "LastExecutionDate": {
443                    "target": "com.amazonaws.backup#timestamp",
444                    "traits": {
445                        "smithy.api#documentation": "<p>The last time a job to back up resources was run with this rule. A date and time, in\n         Unix format and Coordinated Universal Time (UTC). The value of\n            <code>LastExecutionDate</code> is accurate to milliseconds. For example, the value\n         1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>"
446                    }
447                },
448                "AdvancedBackupSettings": {
449                    "target": "com.amazonaws.backup#AdvancedBackupSettings",
450                    "traits": {
451                        "smithy.api#documentation": "<p>Contains a list of <code>BackupOptions</code> for a resource type.</p>"
452                    }
453                }
454            },
455            "traits": {
456                "smithy.api#documentation": "<p>Contains metadata about a backup plan.</p>"
457            }
458        },
459        "com.amazonaws.backup#BackupRule": {
460            "type": "structure",
461            "members": {
462                "RuleName": {
463                    "target": "com.amazonaws.backup#BackupRuleName",
464                    "traits": {
465                        "smithy.api#documentation": "<p>An optional display name for a backup rule.</p>",
466                        "smithy.api#required": {}
467                    }
468                },
469                "TargetBackupVaultName": {
470                    "target": "com.amazonaws.backup#BackupVaultName",
471                    "traits": {
472                        "smithy.api#documentation": "<p>The name of a logical container where backups are stored. Backup vaults are identified\n         by names that are unique to the account used to create them and the Amazon Web Services\n         Region where they are created. They consist of lowercase letters, numbers, and\n         hyphens.</p>",
473                        "smithy.api#required": {}
474                    }
475                },
476                "ScheduleExpression": {
477                    "target": "com.amazonaws.backup#CronExpression",
478                    "traits": {
479                        "smithy.api#documentation": "<p>A cron expression in UTC specifying when Backup initiates a backup job. For\n         more information about cron expressions, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html\">Schedule Expressions for Rules</a> in the <i>Amazon CloudWatch Events User\n            Guide.</i>. Prior to specifying a value for this parameter, we recommend testing\n         your cron expression using one of the many available cron generator and testing\n         tools.</p>"
480                    }
481                },
482                "StartWindowMinutes": {
483                    "target": "com.amazonaws.backup#WindowMinutes",
484                    "traits": {
485                        "smithy.api#documentation": "<p>A value in minutes after a backup is scheduled before a job will be canceled if it\n         doesn't start successfully. This value is optional.</p>"
486                    }
487                },
488                "CompletionWindowMinutes": {
489                    "target": "com.amazonaws.backup#WindowMinutes",
490                    "traits": {
491                        "smithy.api#documentation": "<p>A value in minutes after a backup job is successfully started before it must be\n         completed or it will be canceled by Backup. This value is optional.</p>"
492                    }
493                },
494                "Lifecycle": {
495                    "target": "com.amazonaws.backup#Lifecycle",
496                    "traits": {
497                        "smithy.api#documentation": "<p>The lifecycle defines when a protected resource is transitioned to cold storage and when\n         it expires. Backup transitions and expires backups automatically according to\n         the lifecycle that you define. </p>\n         <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90\n         days. Therefore, the “expire after days” setting must be 90 days greater than the\n         “transition to cold after days” setting. The “transition to cold after days” setting cannot\n         be changed after a backup has been transitioned to cold. </p>\n         <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>"
498                    }
499                },
500                "RecoveryPointTags": {
501                    "target": "com.amazonaws.backup#Tags",
502                    "traits": {
503                        "smithy.api#documentation": "<p>An array of key-value pair strings that are assigned to resources that are associated\n         with this rule when restored from backup.</p>"
504                    }
505                },
506                "RuleId": {
507                    "target": "com.amazonaws.backup#string",
508                    "traits": {
509                        "smithy.api#documentation": "<p>Uniquely identifies a rule that is used to schedule the backup of a selection of\n         resources.</p>"
510                    }
511                },
512                "CopyActions": {
513                    "target": "com.amazonaws.backup#CopyActions",
514                    "traits": {
515                        "smithy.api#documentation": "<p>An array of <code>CopyAction</code> objects, which contains the details of the copy\n         operation.</p>"
516                    }
517                },
518                "EnableContinuousBackup": {
519                    "target": "com.amazonaws.backup#Boolean",
520                    "traits": {
521                        "smithy.api#documentation": "<p>Specifies whether Backup creates continuous backups. True causes Backup to create continuous backups capable of point-in-time restore (PITR). False\n         (or not specified) causes Backup to create snapshot backups.</p>"
522                    }
523                }
524            },
525            "traits": {
526                "smithy.api#documentation": "<p>Specifies a scheduled task used to back up a selection of resources.</p>"
527            }
528        },
529        "com.amazonaws.backup#BackupRuleInput": {
530            "type": "structure",
531            "members": {
532                "RuleName": {
533                    "target": "com.amazonaws.backup#BackupRuleName",
534                    "traits": {
535                        "smithy.api#documentation": "<p>An optional display name for a backup rule.</p>",
536                        "smithy.api#required": {}
537                    }
538                },
539                "TargetBackupVaultName": {
540                    "target": "com.amazonaws.backup#BackupVaultName",
541                    "traits": {
542                        "smithy.api#documentation": "<p>The name of a logical container where backups are stored. Backup vaults are identified\n         by names that are unique to the account used to create them and the Amazon Web Services\n         Region where they are created. They consist of lowercase letters, numbers, and\n         hyphens.</p>",
543                        "smithy.api#required": {}
544                    }
545                },
546                "ScheduleExpression": {
547                    "target": "com.amazonaws.backup#CronExpression",
548                    "traits": {
549                        "smithy.api#documentation": "<p>A CRON expression in UTC specifying when Backup initiates a backup\n         job.</p>"
550                    }
551                },
552                "StartWindowMinutes": {
553                    "target": "com.amazonaws.backup#WindowMinutes",
554                    "traits": {
555                        "smithy.api#documentation": "<p>A value in minutes after a backup is scheduled before a job will be canceled if it\n         doesn't start successfully. This value is optional.</p>"
556                    }
557                },
558                "CompletionWindowMinutes": {
559                    "target": "com.amazonaws.backup#WindowMinutes",
560                    "traits": {
561                        "smithy.api#documentation": "<p>A value in minutes after a backup job is successfully started before it must be\n         completed or it will be canceled by Backup. This value is optional.</p>"
562                    }
563                },
564                "Lifecycle": {
565                    "target": "com.amazonaws.backup#Lifecycle",
566                    "traits": {
567                        "smithy.api#documentation": "<p>The lifecycle defines when a protected resource is transitioned to cold storage and when\n         it expires. Backup will transition and expire backups automatically according\n         to the lifecycle that you define. </p>\n         <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90\n         days. Therefore, the “expire after days” setting must be 90 days greater than the\n         “transition to cold after days” setting. The “transition to cold after days” setting cannot\n         be changed after a backup has been transitioned to cold. </p>\n         <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>"
568                    }
569                },
570                "RecoveryPointTags": {
571                    "target": "com.amazonaws.backup#Tags",
572                    "traits": {
573                        "smithy.api#documentation": "<p>To help organize your resources, you can assign your own metadata to the resources that\n         you create. Each tag is a key-value pair.</p>"
574                    }
575                },
576                "CopyActions": {
577                    "target": "com.amazonaws.backup#CopyActions",
578                    "traits": {
579                        "smithy.api#documentation": "<p>An array of <code>CopyAction</code> objects, which contains the details of the copy\n         operation.</p>"
580                    }
581                },
582                "EnableContinuousBackup": {
583                    "target": "com.amazonaws.backup#Boolean",
584                    "traits": {
585                        "smithy.api#documentation": "<p>Specifies whether Backup creates continuous backups. True causes Backup to create continuous backups capable of point-in-time restore (PITR). False\n         (or not specified) causes Backup to create snapshot backups.</p>"
586                    }
587                }
588            },
589            "traits": {
590                "smithy.api#documentation": "<p>Specifies a scheduled task used to back up a selection of resources.</p>"
591            }
592        },
593        "com.amazonaws.backup#BackupRuleName": {
594            "type": "string",
595            "traits": {
596                "smithy.api#pattern": "^[a-zA-Z0-9\\-\\_\\.]{1,50}$"
597            }
598        },
599        "com.amazonaws.backup#BackupRules": {
600            "type": "list",
601            "member": {
602                "target": "com.amazonaws.backup#BackupRule"
603            }
604        },
605        "com.amazonaws.backup#BackupRulesInput": {
606            "type": "list",
607            "member": {
608                "target": "com.amazonaws.backup#BackupRuleInput"
609            }
610        },
611        "com.amazonaws.backup#BackupSelection": {
612            "type": "structure",
613            "members": {
614                "SelectionName": {
615                    "target": "com.amazonaws.backup#BackupSelectionName",
616                    "traits": {
617                        "smithy.api#documentation": "<p>The display name of a resource selection document.</p>",
618                        "smithy.api#required": {}
619                    }
620                },
621                "IamRoleArn": {
622                    "target": "com.amazonaws.backup#IAMRoleArn",
623                    "traits": {
624                        "smithy.api#documentation": "<p>The ARN of the IAM role that Backup uses to authenticate when backing up the\n         target resource; for example, <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>",
625                        "smithy.api#required": {}
626                    }
627                },
628                "Resources": {
629                    "target": "com.amazonaws.backup#ResourceArns",
630                    "traits": {
631                        "smithy.api#documentation": "<p>An array of strings that contain Amazon Resource Names (ARNs)\n         \n         of resources to assign to a backup plan.</p>"
632                    }
633                },
634                "ListOfTags": {
635                    "target": "com.amazonaws.backup#ListOfTags",
636                    "traits": {
637                        "smithy.api#documentation": "<p>An array of conditions used to specify a set of resources to assign to a backup plan;\n         for example, <code>\"StringEquals\": {\"ec2:ResourceTag/Department\": \"accounting\"</code>.\n         Assigns the backup plan to every resource with at least one matching tag.</p>"
638                    }
639                }
640            },
641            "traits": {
642                "smithy.api#documentation": "<p>Used to specify a set of resources to a backup plan.</p>"
643            }
644        },
645        "com.amazonaws.backup#BackupSelectionName": {
646            "type": "string",
647            "traits": {
648                "smithy.api#pattern": "^[a-zA-Z0-9\\-\\_\\.]{1,50}$"
649            }
650        },
651        "com.amazonaws.backup#BackupSelectionsList": {
652            "type": "list",
653            "member": {
654                "target": "com.amazonaws.backup#BackupSelectionsListMember"
655            }
656        },
657        "com.amazonaws.backup#BackupSelectionsListMember": {
658            "type": "structure",
659            "members": {
660                "SelectionId": {
661                    "target": "com.amazonaws.backup#string",
662                    "traits": {
663                        "smithy.api#documentation": "<p>Uniquely identifies a request to assign a set of resources to a backup plan.</p>"
664                    }
665                },
666                "SelectionName": {
667                    "target": "com.amazonaws.backup#BackupSelectionName",
668                    "traits": {
669                        "smithy.api#documentation": "<p>The display name of a resource selection document.</p>"
670                    }
671                },
672                "BackupPlanId": {
673                    "target": "com.amazonaws.backup#string",
674                    "traits": {
675                        "smithy.api#documentation": "<p>Uniquely identifies a backup plan.</p>"
676                    }
677                },
678                "CreationDate": {
679                    "target": "com.amazonaws.backup#timestamp",
680                    "traits": {
681                        "smithy.api#documentation": "<p>The date and time a backup plan is created, in Unix format and Coordinated Universal\n         Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For\n         example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
682                    }
683                },
684                "CreatorRequestId": {
685                    "target": "com.amazonaws.backup#string",
686                    "traits": {
687                        "smithy.api#documentation": "<p>A unique string that identifies the request and allows failed requests to be retried\n         without the risk of running the operation twice.</p>"
688                    }
689                },
690                "IamRoleArn": {
691                    "target": "com.amazonaws.backup#IAMRoleArn",
692                    "traits": {
693                        "smithy.api#documentation": "<p>Specifies the IAM role Amazon Resource Name (ARN) to create the target recovery point;\n         for example, <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>"
694                    }
695                }
696            },
697            "traits": {
698                "smithy.api#documentation": "<p>Contains metadata about a <code>BackupSelection</code> object.</p>"
699            }
700        },
701        "com.amazonaws.backup#BackupVaultEvent": {
702            "type": "string",
703            "traits": {
704                "smithy.api#enum": [
705                    {
706                        "value": "BACKUP_JOB_STARTED",
707                        "name": "BACKUP_JOB_STARTED"
708                    },
709                    {
710                        "value": "BACKUP_JOB_COMPLETED",
711                        "name": "BACKUP_JOB_COMPLETED"
712                    },
713                    {
714                        "value": "BACKUP_JOB_SUCCESSFUL",
715                        "name": "BACKUP_JOB_SUCCESSFUL"
716                    },
717                    {
718                        "value": "BACKUP_JOB_FAILED",
719                        "name": "BACKUP_JOB_FAILED"
720                    },
721                    {
722                        "value": "BACKUP_JOB_EXPIRED",
723                        "name": "BACKUP_JOB_EXPIRED"
724                    },
725                    {
726                        "value": "RESTORE_JOB_STARTED",
727                        "name": "RESTORE_JOB_STARTED"
728                    },
729                    {
730                        "value": "RESTORE_JOB_COMPLETED",
731                        "name": "RESTORE_JOB_COMPLETED"
732                    },
733                    {
734                        "value": "RESTORE_JOB_SUCCESSFUL",
735                        "name": "RESTORE_JOB_SUCCESSFUL"
736                    },
737                    {
738                        "value": "RESTORE_JOB_FAILED",
739                        "name": "RESTORE_JOB_FAILED"
740                    },
741                    {
742                        "value": "COPY_JOB_STARTED",
743                        "name": "COPY_JOB_STARTED"
744                    },
745                    {
746                        "value": "COPY_JOB_SUCCESSFUL",
747                        "name": "COPY_JOB_SUCCESSFUL"
748                    },
749                    {
750                        "value": "COPY_JOB_FAILED",
751                        "name": "COPY_JOB_FAILED"
752                    },
753                    {
754                        "value": "RECOVERY_POINT_MODIFIED",
755                        "name": "RECOVERY_POINT_MODIFIED"
756                    },
757                    {
758                        "value": "BACKUP_PLAN_CREATED",
759                        "name": "BACKUP_PLAN_CREATED"
760                    },
761                    {
762                        "value": "BACKUP_PLAN_MODIFIED",
763                        "name": "BACKUP_PLAN_MODIFIED"
764                    }
765                ]
766            }
767        },
768        "com.amazonaws.backup#BackupVaultEvents": {
769            "type": "list",
770            "member": {
771                "target": "com.amazonaws.backup#BackupVaultEvent"
772            }
773        },
774        "com.amazonaws.backup#BackupVaultList": {
775            "type": "list",
776            "member": {
777                "target": "com.amazonaws.backup#BackupVaultListMember"
778            }
779        },
780        "com.amazonaws.backup#BackupVaultListMember": {
781            "type": "structure",
782            "members": {
783                "BackupVaultName": {
784                    "target": "com.amazonaws.backup#BackupVaultName",
785                    "traits": {
786                        "smithy.api#documentation": "<p>The name of a logical container where backups are stored. Backup vaults are identified\n         by names that are unique to the account used to create them and the Amazon Web Services\n         Region where they are created. They consist of lowercase letters, numbers, and\n         hyphens.</p>"
787                    }
788                },
789                "BackupVaultArn": {
790                    "target": "com.amazonaws.backup#ARN",
791                    "traits": {
792                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>"
793                    }
794                },
795                "CreationDate": {
796                    "target": "com.amazonaws.backup#timestamp",
797                    "traits": {
798                        "smithy.api#documentation": "<p>The date and time a resource backup is created, in Unix format and Coordinated Universal\n         Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For\n         example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
799                    }
800                },
801                "EncryptionKeyArn": {
802                    "target": "com.amazonaws.backup#ARN",
803                    "traits": {
804                        "smithy.api#documentation": "<p>The server-side encryption key that is used to protect your backups; for example,\n            <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>"
805                    }
806                },
807                "CreatorRequestId": {
808                    "target": "com.amazonaws.backup#string",
809                    "traits": {
810                        "smithy.api#documentation": "<p>A unique string that identifies the request and allows failed requests to be retried\n         without the risk of running the operation twice.</p>"
811                    }
812                },
813                "NumberOfRecoveryPoints": {
814                    "target": "com.amazonaws.backup#Long2",
815                    "traits": {
816                        "smithy.api#documentation": "<p>The number of recovery points that are stored in a backup vault.</p>"
817                    }
818                }
819            },
820            "traits": {
821                "smithy.api#documentation": "<p>Contains metadata about a backup vault.</p>"
822            }
823        },
824        "com.amazonaws.backup#BackupVaultName": {
825            "type": "string",
826            "traits": {
827                "smithy.api#pattern": "^[a-zA-Z0-9\\-\\_]{2,50}$"
828            }
829        },
830        "com.amazonaws.backup#Boolean": {
831            "type": "boolean",
832            "traits": {
833                "smithy.api#box": {}
834            }
835        },
836        "com.amazonaws.backup#Boolean2": {
837            "type": "boolean"
838        },
839        "com.amazonaws.backup#CalculatedLifecycle": {
840            "type": "structure",
841            "members": {
842                "MoveToColdStorageAt": {
843                    "target": "com.amazonaws.backup#timestamp",
844                    "traits": {
845                        "smithy.api#documentation": "<p>A timestamp that specifies when to transition a recovery point to cold storage.</p>"
846                    }
847                },
848                "DeleteAt": {
849                    "target": "com.amazonaws.backup#timestamp",
850                    "traits": {
851                        "smithy.api#documentation": "<p>A timestamp that specifies when to delete a recovery point.</p>"
852                    }
853                }
854            },
855            "traits": {
856                "smithy.api#documentation": "<p>Contains <code>DeleteAt</code> and <code>MoveToColdStorageAt</code> timestamps, which\n         are used to specify a lifecycle for a recovery point.</p>\n         <p>The lifecycle defines when a protected resource is transitioned to cold storage and when\n         it expires. Backup transitions and expires backups automatically according to\n         the lifecycle that you define.</p>\n         <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90\n         days. Therefore, the “expire after days” setting must be 90 days greater than the\n         “transition to cold after days” setting. The “transition to cold after days” setting cannot\n         be changed after a backup has been transitioned to cold.</p>\n         <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>"
857            }
858        },
859        "com.amazonaws.backup#ComplianceResourceIdList": {
860            "type": "list",
861            "member": {
862                "target": "com.amazonaws.backup#string"
863            },
864            "traits": {
865                "smithy.api#length": {
866                    "min": 1,
867                    "max": 100
868                }
869            }
870        },
871        "com.amazonaws.backup#Condition": {
872            "type": "structure",
873            "members": {
874                "ConditionType": {
875                    "target": "com.amazonaws.backup#ConditionType",
876                    "traits": {
877                        "smithy.api#documentation": "<p>An operation, such as <code>StringEquals</code>, that is applied to a key-value pair\n         used to filter resources in a selection.</p>",
878                        "smithy.api#required": {}
879                    }
880                },
881                "ConditionKey": {
882                    "target": "com.amazonaws.backup#ConditionKey",
883                    "traits": {
884                        "smithy.api#documentation": "<p>The key in a key-value pair. For example, in <code>\"ec2:ResourceTag/Department\":\n            \"accounting\"</code>, <code>\"ec2:ResourceTag/Department\"</code> is the key.</p>",
885                        "smithy.api#required": {}
886                    }
887                },
888                "ConditionValue": {
889                    "target": "com.amazonaws.backup#ConditionValue",
890                    "traits": {
891                        "smithy.api#documentation": "<p>The value in a key-value pair. For example, in <code>\"ec2:ResourceTag/Department\":\n            \"accounting\"</code>, <code>\"accounting\"</code> is the value.</p>",
892                        "smithy.api#required": {}
893                    }
894                }
895            },
896            "traits": {
897                "smithy.api#documentation": "<p>Contains an array of triplets made up of a condition type (such as\n            <code>StringEquals</code>), a key, and a value. Conditions are used to filter resources\n         in a selection that is assigned to a backup plan.</p>"
898            }
899        },
900        "com.amazonaws.backup#ConditionKey": {
901            "type": "string"
902        },
903        "com.amazonaws.backup#ConditionType": {
904            "type": "string",
905            "traits": {
906                "smithy.api#enum": [
907                    {
908                        "value": "STRINGEQUALS",
909                        "name": "STRINGEQUALS"
910                    }
911                ]
912            }
913        },
914        "com.amazonaws.backup#ConditionValue": {
915            "type": "string"
916        },
917        "com.amazonaws.backup#ConflictException": {
918            "type": "structure",
919            "members": {
920                "Code": {
921                    "target": "com.amazonaws.backup#string"
922                },
923                "Message": {
924                    "target": "com.amazonaws.backup#string"
925                },
926                "Type": {
927                    "target": "com.amazonaws.backup#string"
928                },
929                "Context": {
930                    "target": "com.amazonaws.backup#string"
931                }
932            },
933            "traits": {
934                "aws.protocols#awsQueryError": {
935                    "code": "ConflictException",
936                    "httpResponseCode": 409
937                },
938                "smithy.api#documentation": "<p>Backup can't perform the action that you requested until it finishes\n         performing a previous action. Try again later.</p>",
939                "smithy.api#error": "client",
940                "smithy.api#httpError": 409
941            }
942        },
943        "com.amazonaws.backup#ControlInputParameter": {
944            "type": "structure",
945            "members": {
946                "ParameterName": {
947                    "target": "com.amazonaws.backup#ParameterName",
948                    "traits": {
949                        "smithy.api#documentation": "<p>The name of a parameter, for example, <code>BackupPlanFrequency</code>.</p>"
950                    }
951                },
952                "ParameterValue": {
953                    "target": "com.amazonaws.backup#ParameterValue",
954                    "traits": {
955                        "smithy.api#documentation": "<p>The value of parameter, for example, <code>hourly</code>.</p>"
956                    }
957                }
958            },
959            "traits": {
960                "smithy.api#documentation": "<p>A list of parameters for a control. A control can have zero, one, or more than one\n         parameter. An example of a control with two parameters is: \"backup plan frequency is at\n         least <code>daily</code> and the retention period is at least <code>1 year</code>\". The\n         first parameter is <code>daily</code>. The second parameter is <code>1 year</code>.</p>"
961            }
962        },
963        "com.amazonaws.backup#ControlInputParameters": {
964            "type": "list",
965            "member": {
966                "target": "com.amazonaws.backup#ControlInputParameter"
967            }
968        },
969        "com.amazonaws.backup#ControlName": {
970            "type": "string"
971        },
972        "com.amazonaws.backup#ControlScope": {
973            "type": "structure",
974            "members": {
975                "ComplianceResourceIds": {
976                    "target": "com.amazonaws.backup#ComplianceResourceIdList",
977                    "traits": {
978                        "smithy.api#documentation": "<p>Describes whether the control scope includes a specific resource identified by its\n         unique Amazon Resource Name (ARN).</p>"
979                    }
980                },
981                "ComplianceResourceTypes": {
982                    "target": "com.amazonaws.backup#ResourceTypeList",
983                    "traits": {
984                        "smithy.api#documentation": "<p>Describes whether the control scope includes one or more types of resources, such as\n            <code>EFS</code> or <code>RDS</code>.</p>"
985                    }
986                },
987                "Tags": {
988                    "target": "com.amazonaws.backup#stringMap",
989                    "traits": {
990                        "smithy.api#documentation": "<p>Describes whether the control scope includes resources with one or more tags. Each tag\n         is a key-value pair.</p>"
991                    }
992                }
993            },
994            "traits": {
995                "smithy.api#documentation": "<p>A framework consists of one or more controls. Each control has its own control scope.\n         The control scope defines what the control will evaluate. Three examples of control scopes\n         are: a specific backup plan, all backup plans with a specific tag, or all backup\n         plans.</p>\n         <note>\n            <p>To set a control scope that includes all of a particular resource, leave the\n               <code>ControlScope</code> empty or do not pass it when calling\n               <code>CreateFramework</code>.</p>\n         </note>"
996            }
997        },
998        "com.amazonaws.backup#CopyAction": {
999            "type": "structure",
1000            "members": {
1001                "Lifecycle": {
1002                    "target": "com.amazonaws.backup#Lifecycle"
1003                },
1004                "DestinationBackupVaultArn": {
1005                    "target": "com.amazonaws.backup#ARN",
1006                    "traits": {
1007                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for\n         the copied backup. For example,\n            <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>",
1008                        "smithy.api#required": {}
1009                    }
1010                }
1011            },
1012            "traits": {
1013                "smithy.api#documentation": "<p>The details of the copy operation.</p>"
1014            }
1015        },
1016        "com.amazonaws.backup#CopyActions": {
1017            "type": "list",
1018            "member": {
1019                "target": "com.amazonaws.backup#CopyAction"
1020            }
1021        },
1022        "com.amazonaws.backup#CopyJob": {
1023            "type": "structure",
1024            "members": {
1025                "AccountId": {
1026                    "target": "com.amazonaws.backup#AccountId",
1027                    "traits": {
1028                        "smithy.api#documentation": "<p>The account ID that owns the copy job.</p>"
1029                    }
1030                },
1031                "CopyJobId": {
1032                    "target": "com.amazonaws.backup#string",
1033                    "traits": {
1034                        "smithy.api#documentation": "<p>Uniquely identifies a copy job.</p>"
1035                    }
1036                },
1037                "SourceBackupVaultArn": {
1038                    "target": "com.amazonaws.backup#ARN",
1039                    "traits": {
1040                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a source copy vault; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>. </p>"
1041                    }
1042                },
1043                "SourceRecoveryPointArn": {
1044                    "target": "com.amazonaws.backup#ARN",
1045                    "traits": {
1046                        "smithy.api#documentation": "<p>An ARN that uniquely identifies a source recovery point; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>"
1047                    }
1048                },
1049                "DestinationBackupVaultArn": {
1050                    "target": "com.amazonaws.backup#ARN",
1051                    "traits": {
1052                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a destination copy vault; for\n         example, <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>"
1053                    }
1054                },
1055                "DestinationRecoveryPointArn": {
1056                    "target": "com.amazonaws.backup#ARN",
1057                    "traits": {
1058                        "smithy.api#documentation": "<p>An ARN that uniquely identifies a destination recovery point; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>"
1059                    }
1060                },
1061                "ResourceArn": {
1062                    "target": "com.amazonaws.backup#ARN",
1063                    "traits": {
1064                        "smithy.api#documentation": "<p>The Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store\n            (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS)\n         database.</p>"
1065                    }
1066                },
1067                "CreationDate": {
1068                    "target": "com.amazonaws.backup#timestamp",
1069                    "traits": {
1070                        "smithy.api#documentation": "<p>The date and time a copy job is created, in Unix format and Coordinated Universal Time\n         (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For example, the\n         value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>"
1071                    }
1072                },
1073                "CompletionDate": {
1074                    "target": "com.amazonaws.backup#timestamp",
1075                    "traits": {
1076                        "smithy.api#documentation": "<p>The date and time a copy job is completed, in Unix format and Coordinated Universal Time\n         (UTC). The value of <code>CompletionDate</code> is accurate to milliseconds. For example,\n         the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>"
1077                    }
1078                },
1079                "State": {
1080                    "target": "com.amazonaws.backup#CopyJobState",
1081                    "traits": {
1082                        "smithy.api#documentation": "<p>The current state of a copy job.</p>"
1083                    }
1084                },
1085                "StatusMessage": {
1086                    "target": "com.amazonaws.backup#string",
1087                    "traits": {
1088                        "smithy.api#documentation": "<p>A detailed message explaining the status of the job to copy a resource.</p>"
1089                    }
1090                },
1091                "BackupSizeInBytes": {
1092                    "target": "com.amazonaws.backup#Long",
1093                    "traits": {
1094                        "smithy.api#documentation": "<p>The size, in bytes, of a copy job.</p>"
1095                    }
1096                },
1097                "IamRoleArn": {
1098                    "target": "com.amazonaws.backup#IAMRoleArn",
1099                    "traits": {
1100                        "smithy.api#documentation": "<p>Specifies the IAM role ARN used to copy the target recovery point; for example,\n            <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>"
1101                    }
1102                },
1103                "CreatedBy": {
1104                    "target": "com.amazonaws.backup#RecoveryPointCreator"
1105                },
1106                "ResourceType": {
1107                    "target": "com.amazonaws.backup#ResourceType",
1108                    "traits": {
1109                        "smithy.api#documentation": "<p>The type of Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.</p>"
1110                    }
1111                }
1112            },
1113            "traits": {
1114                "smithy.api#documentation": "<p>Contains detailed information about a copy job.</p>"
1115            }
1116        },
1117        "com.amazonaws.backup#CopyJobState": {
1118            "type": "string",
1119            "traits": {
1120                "smithy.api#enum": [
1121                    {
1122                        "value": "CREATED",
1123                        "name": "CREATED"
1124                    },
1125                    {
1126                        "value": "RUNNING",
1127                        "name": "RUNNING"
1128                    },
1129                    {
1130                        "value": "COMPLETED",
1131                        "name": "COMPLETED"
1132                    },
1133                    {
1134                        "value": "FAILED",
1135                        "name": "FAILED"
1136                    }
1137                ]
1138            }
1139        },
1140        "com.amazonaws.backup#CopyJobsList": {
1141            "type": "list",
1142            "member": {
1143                "target": "com.amazonaws.backup#CopyJob"
1144            }
1145        },
1146        "com.amazonaws.backup#CreateBackupPlan": {
1147            "type": "operation",
1148            "input": {
1149                "target": "com.amazonaws.backup#CreateBackupPlanInput"
1150            },
1151            "output": {
1152                "target": "com.amazonaws.backup#CreateBackupPlanOutput"
1153            },
1154            "errors": [
1155                {
1156                    "target": "com.amazonaws.backup#AlreadyExistsException"
1157                },
1158                {
1159                    "target": "com.amazonaws.backup#InvalidParameterValueException"
1160                },
1161                {
1162                    "target": "com.amazonaws.backup#LimitExceededException"
1163                },
1164                {
1165                    "target": "com.amazonaws.backup#MissingParameterValueException"
1166                },
1167                {
1168                    "target": "com.amazonaws.backup#ServiceUnavailableException"
1169                }
1170            ],
1171            "traits": {
1172                "smithy.api#documentation": "<p>Creates a backup plan using a backup plan name and backup rules. A backup plan is a\n         document that contains information that Backup uses to schedule tasks that\n         create recovery points for resources.</p>\n         <p>If you call <code>CreateBackupPlan</code> with a plan that already exists, you receive\n         an <code>AlreadyExistsException</code> exception.</p>",
1173                "smithy.api#http": {
1174                    "method": "PUT",
1175                    "uri": "/backup/plans",
1176                    "code": 200
1177                },
1178                "smithy.api#idempotent": {}
1179            }
1180        },
1181        "com.amazonaws.backup#CreateBackupPlanInput": {
1182            "type": "structure",
1183            "members": {
1184                "BackupPlan": {
1185                    "target": "com.amazonaws.backup#BackupPlanInput",
1186                    "traits": {
1187                        "smithy.api#documentation": "<p>Specifies the body of a backup plan. Includes a <code>BackupPlanName</code> and one or\n         more sets of <code>Rules</code>.</p>",
1188                        "smithy.api#required": {}
1189                    }
1190                },
1191                "BackupPlanTags": {
1192                    "target": "com.amazonaws.backup#Tags",
1193                    "traits": {
1194                        "smithy.api#documentation": "<p>To help organize your resources, you can assign your own metadata to the resources that\n         you create. Each tag is a key-value pair. The specified tags are assigned to all backups\n         created with this plan.</p>"
1195                    }
1196                },
1197                "CreatorRequestId": {
1198                    "target": "com.amazonaws.backup#string",
1199                    "traits": {
1200                        "smithy.api#documentation": "<p>Identifies the request and allows failed requests to be retried without the risk of\n         running the operation twice. If the request includes a <code>CreatorRequestId</code> that\n         matches an existing backup plan, that plan is returned. This parameter is optional.</p>"
1201                    }
1202                }
1203            }
1204        },
1205        "com.amazonaws.backup#CreateBackupPlanOutput": {
1206            "type": "structure",
1207            "members": {
1208                "BackupPlanId": {
1209                    "target": "com.amazonaws.backup#string",
1210                    "traits": {
1211                        "smithy.api#documentation": "<p>Uniquely identifies a backup plan.</p>"
1212                    }
1213                },
1214                "BackupPlanArn": {
1215                    "target": "com.amazonaws.backup#ARN",
1216                    "traits": {
1217                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>"
1218                    }
1219                },
1220                "CreationDate": {
1221                    "target": "com.amazonaws.backup#timestamp",
1222                    "traits": {
1223                        "smithy.api#documentation": "<p>The date and time that a backup plan is created, in Unix format and Coordinated\n         Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds.\n         For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
1224                    }
1225                },
1226                "VersionId": {
1227                    "target": "com.amazonaws.backup#string",
1228                    "traits": {
1229                        "smithy.api#documentation": "<p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes\n         long. They cannot be edited.</p>"
1230                    }
1231                },
1232                "AdvancedBackupSettings": {
1233                    "target": "com.amazonaws.backup#AdvancedBackupSettings",
1234                    "traits": {
1235                        "smithy.api#documentation": "<p>A list of <code>BackupOptions</code> settings for a resource type. This option is only\n         available for Windows Volume Shadow Copy Service (VSS) backup jobs.</p>"
1236                    }
1237                }
1238            }
1239        },
1240        "com.amazonaws.backup#CreateBackupSelection": {
1241            "type": "operation",
1242            "input": {
1243                "target": "com.amazonaws.backup#CreateBackupSelectionInput"
1244            },
1245            "output": {
1246                "target": "com.amazonaws.backup#CreateBackupSelectionOutput"
1247            },
1248            "errors": [
1249                {
1250                    "target": "com.amazonaws.backup#AlreadyExistsException"
1251                },
1252                {
1253                    "target": "com.amazonaws.backup#InvalidParameterValueException"
1254                },
1255                {
1256                    "target": "com.amazonaws.backup#LimitExceededException"
1257                },
1258                {
1259                    "target": "com.amazonaws.backup#MissingParameterValueException"
1260                },
1261                {
1262                    "target": "com.amazonaws.backup#ServiceUnavailableException"
1263                }
1264            ],
1265            "traits": {
1266                "smithy.api#documentation": "<p>Creates a JSON document that specifies a set of resources to assign to a backup plan.\n         Resources can be included by specifying patterns for a <code>ListOfTags</code> and selected\n            <code>Resources</code>. </p>\n         <p>For example, consider the following patterns:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>Resources: \"arn:aws:ec2:region:account-id:volume/volume-id\"</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>ConditionKey:\"department\"</code>\n               </p>\n               <p>\n                  <code>ConditionValue:\"finance\"</code>\n               </p>\n               <p>\n                  <code>ConditionType:\"StringEquals\"</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>ConditionKey:\"importance\"</code>\n               </p>\n               <p>\n                  <code>ConditionValue:\"critical\"</code>\n               </p>\n               <p>\n                  <code>ConditionType:\"StringEquals\"</code>\n               </p>\n            </li>\n         </ul>\n         <p>Using these patterns would back up all Amazon Elastic Block Store (Amazon EBS)\n         volumes that are tagged as <code>\"department=finance\"</code>,\n            <code>\"importance=critical\"</code>, in addition to an EBS volume with the specified\n         volume ID.</p>\n         <p>Resources and conditions are additive in that all resources that match the pattern are\n         selected. This shouldn't be confused with a logical AND, where all conditions must match.\n         The matching patterns are logically put together using the OR operator.\n         In other words, all patterns that match are selected for backup.</p>",
1267                "smithy.api#http": {
1268                    "method": "PUT",
1269                    "uri": "/backup/plans/{BackupPlanId}/selections",
1270                    "code": 200
1271                },
1272                "smithy.api#idempotent": {}
1273            }
1274        },
1275        "com.amazonaws.backup#CreateBackupSelectionInput": {
1276            "type": "structure",
1277            "members": {
1278                "BackupPlanId": {
1279                    "target": "com.amazonaws.backup#string",
1280                    "traits": {
1281                        "smithy.api#documentation": "<p>Uniquely identifies the backup plan to be associated with the selection of\n         resources.</p>",
1282                        "smithy.api#httpLabel": {},
1283                        "smithy.api#required": {}
1284                    }
1285                },
1286                "BackupSelection": {
1287                    "target": "com.amazonaws.backup#BackupSelection",
1288                    "traits": {
1289                        "smithy.api#documentation": "<p>Specifies the body of a request to assign a set of resources to a backup plan.</p>",
1290                        "smithy.api#required": {}
1291                    }
1292                },
1293                "CreatorRequestId": {
1294                    "target": "com.amazonaws.backup#string",
1295                    "traits": {
1296                        "smithy.api#documentation": "<p>A unique string that identifies the request and allows failed requests to be retried\n         without the risk of running the operation twice.</p>"
1297                    }
1298                }
1299            }
1300        },
1301        "com.amazonaws.backup#CreateBackupSelectionOutput": {
1302            "type": "structure",
1303            "members": {
1304                "SelectionId": {
1305                    "target": "com.amazonaws.backup#string",
1306                    "traits": {
1307                        "smithy.api#documentation": "<p>Uniquely identifies the body of a request to assign a set of resources to a backup\n         plan.</p>"
1308                    }
1309                },
1310                "BackupPlanId": {
1311                    "target": "com.amazonaws.backup#string",
1312                    "traits": {
1313                        "smithy.api#documentation": "<p>Uniquely identifies a backup plan.</p>"
1314                    }
1315                },
1316                "CreationDate": {
1317                    "target": "com.amazonaws.backup#timestamp",
1318                    "traits": {
1319                        "smithy.api#documentation": "<p>The date and time a backup selection is created, in Unix format and Coordinated\n         Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds.\n         For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
1320                    }
1321                }
1322            }
1323        },
1324        "com.amazonaws.backup#CreateBackupVault": {
1325            "type": "operation",
1326            "input": {
1327                "target": "com.amazonaws.backup#CreateBackupVaultInput"
1328            },
1329            "output": {
1330                "target": "com.amazonaws.backup#CreateBackupVaultOutput"
1331            },
1332            "errors": [
1333                {
1334                    "target": "com.amazonaws.backup#AlreadyExistsException"
1335                },
1336                {
1337                    "target": "com.amazonaws.backup#InvalidParameterValueException"
1338                },
1339                {
1340                    "target": "com.amazonaws.backup#LimitExceededException"
1341                },
1342                {
1343                    "target": "com.amazonaws.backup#MissingParameterValueException"
1344                },
1345                {
1346                    "target": "com.amazonaws.backup#ServiceUnavailableException"
1347                }
1348            ],
1349            "traits": {
1350                "smithy.api#documentation": "<p>Creates a logical container where backups are stored. A <code>CreateBackupVault</code>\n         request includes a name, optionally one or more resource tags, an encryption key, and a\n         request ID.</p>\n         <note>\n            <p>Do not include sensitive data, such as passport numbers, in the name of a backup\n            vault.</p>\n         </note>",
1351                "smithy.api#http": {
1352                    "method": "PUT",
1353                    "uri": "/backup-vaults/{BackupVaultName}",
1354                    "code": 200
1355                },
1356                "smithy.api#idempotent": {}
1357            }
1358        },
1359        "com.amazonaws.backup#CreateBackupVaultInput": {
1360            "type": "structure",
1361            "members": {
1362                "BackupVaultName": {
1363                    "target": "com.amazonaws.backup#BackupVaultName",
1364                    "traits": {
1365                        "smithy.api#documentation": "<p>The name of a logical container where backups are stored. Backup vaults are identified\n         by names that are unique to the account used to create them and the Amazon Web Services\n         Region where they are created. They consist of letters, numbers, and hyphens.</p>",
1366                        "smithy.api#httpLabel": {},
1367                        "smithy.api#required": {}
1368                    }
1369                },
1370                "BackupVaultTags": {
1371                    "target": "com.amazonaws.backup#Tags",
1372                    "traits": {
1373                        "smithy.api#documentation": "<p>Metadata that you can assign to help organize the resources that you create. Each tag is\n         a key-value pair.</p>"
1374                    }
1375                },
1376                "EncryptionKeyArn": {
1377                    "target": "com.amazonaws.backup#ARN",
1378                    "traits": {
1379                        "smithy.api#documentation": "<p>The server-side encryption key that is used to protect your backups; for example,\n            <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>"
1380                    }
1381                },
1382                "CreatorRequestId": {
1383                    "target": "com.amazonaws.backup#string",
1384                    "traits": {
1385                        "smithy.api#documentation": "<p>A unique string that identifies the request and allows failed requests to be retried\n         without the risk of running the operation twice.</p>"
1386                    }
1387                }
1388            }
1389        },
1390        "com.amazonaws.backup#CreateBackupVaultOutput": {
1391            "type": "structure",
1392            "members": {
1393                "BackupVaultName": {
1394                    "target": "com.amazonaws.backup#BackupVaultName",
1395                    "traits": {
1396                        "smithy.api#documentation": "<p>The name of a logical container where backups are stored. Backup vaults are identified\n         by names that are unique to the account used to create them and the Region where they are\n         created. They consist of lowercase letters, numbers, and hyphens.</p>"
1397                    }
1398                },
1399                "BackupVaultArn": {
1400                    "target": "com.amazonaws.backup#ARN",
1401                    "traits": {
1402                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>"
1403                    }
1404                },
1405                "CreationDate": {
1406                    "target": "com.amazonaws.backup#timestamp",
1407                    "traits": {
1408                        "smithy.api#documentation": "<p>The date and time a backup vault is created, in Unix format and Coordinated Universal\n         Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For\n         example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
1409                    }
1410                }
1411            }
1412        },
1413        "com.amazonaws.backup#CreateFramework": {
1414            "type": "operation",
1415            "input": {
1416                "target": "com.amazonaws.backup#CreateFrameworkInput"
1417            },
1418            "output": {
1419                "target": "com.amazonaws.backup#CreateFrameworkOutput"
1420            },
1421            "errors": [
1422                {
1423                    "target": "com.amazonaws.backup#AlreadyExistsException"
1424                },
1425                {
1426                    "target": "com.amazonaws.backup#InvalidParameterValueException"
1427                },
1428                {
1429                    "target": "com.amazonaws.backup#LimitExceededException"
1430                },
1431                {
1432                    "target": "com.amazonaws.backup#MissingParameterValueException"
1433                },
1434                {
1435                    "target": "com.amazonaws.backup#ServiceUnavailableException"
1436                }
1437            ],
1438            "traits": {
1439                "smithy.api#documentation": "<p>Creates a framework with one or more controls. A framework is a collection of controls\n         that you can use to evaluate your backup practices. By using pre-built customizable\n         controls to define your policies, you can evaluate whether your backup practices comply\n         with your policies. To get insights into the compliance status of your frameworks, you can\n         set up automatic daily reports.</p>",
1440                "smithy.api#http": {
1441                    "method": "POST",
1442                    "uri": "/audit/frameworks",
1443                    "code": 200
1444                },
1445                "smithy.api#idempotent": {}
1446            }
1447        },
1448        "com.amazonaws.backup#CreateFrameworkInput": {
1449            "type": "structure",
1450            "members": {
1451                "FrameworkName": {
1452                    "target": "com.amazonaws.backup#FrameworkName",
1453                    "traits": {
1454                        "smithy.api#documentation": "<p>The unique name of the framework. The name must be between 1 and 256 characters,\n         starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and\n         underscores (_).</p>",
1455                        "smithy.api#required": {}
1456                    }
1457                },
1458                "FrameworkDescription": {
1459                    "target": "com.amazonaws.backup#FrameworkDescription",
1460                    "traits": {
1461                        "smithy.api#documentation": "<p>An optional description of the framework with a maximum of 1,024 characters.</p>"
1462                    }
1463                },
1464                "FrameworkControls": {
1465                    "target": "com.amazonaws.backup#FrameworkControls",
1466                    "traits": {
1467                        "smithy.api#documentation": "<p>A list of the controls that make up the framework. Each control in the list has a name,\n         input parameters, and scope.</p>",
1468                        "smithy.api#required": {}
1469                    }
1470                },
1471                "IdempotencyToken": {
1472                    "target": "com.amazonaws.backup#string",
1473                    "traits": {
1474                        "smithy.api#documentation": "<p>A customer-chosen string that you can use to distinguish between otherwise identical\n         calls to <code>CreateFrameworkInput</code>. Retrying a successful request with the same\n         idempotency token results in a success message with no action taken.</p>",
1475                        "smithy.api#idempotencyToken": {}
1476                    }
1477                },
1478                "FrameworkTags": {
1479                    "target": "com.amazonaws.backup#stringMap",
1480                    "traits": {
1481                        "smithy.api#documentation": "<p>Metadata that you can assign to help organize the frameworks that you create. Each tag\n         is a key-value pair.</p>"
1482                    }
1483                }
1484            }
1485        },
1486        "com.amazonaws.backup#CreateFrameworkOutput": {
1487            "type": "structure",
1488            "members": {
1489                "FrameworkName": {
1490                    "target": "com.amazonaws.backup#FrameworkName",
1491                    "traits": {
1492                        "smithy.api#documentation": "<p>The unique name of the framework. The name must be between 1 and 256 characters,\n         starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and\n         underscores (_).</p>"
1493                    }
1494                },
1495                "FrameworkArn": {
1496                    "target": "com.amazonaws.backup#ARN",
1497                    "traits": {
1498                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN\n         depends on the resource type.</p>"
1499                    }
1500                }
1501            }
1502        },
1503        "com.amazonaws.backup#CreateReportPlan": {
1504            "type": "operation",
1505            "input": {
1506                "target": "com.amazonaws.backup#CreateReportPlanInput"
1507            },
1508            "output": {
1509                "target": "com.amazonaws.backup#CreateReportPlanOutput"
1510            },
1511            "errors": [
1512                {
1513                    "target": "com.amazonaws.backup#AlreadyExistsException"
1514                },
1515                {
1516                    "target": "com.amazonaws.backup#InvalidParameterValueException"
1517                },
1518                {
1519                    "target": "com.amazonaws.backup#LimitExceededException"
1520                },
1521                {
1522                    "target": "com.amazonaws.backup#MissingParameterValueException"
1523                },
1524                {
1525                    "target": "com.amazonaws.backup#ServiceUnavailableException"
1526                }
1527            ],
1528            "traits": {
1529                "smithy.api#documentation": "<p>Creates a report plan. A report plan is a document that contains information about the\n         contents of the report and where Backup will deliver it.</p>\n         <p>If you call <code>CreateReportPlan</code> with a plan that already exists, you receive\n         an <code>AlreadyExistsException</code> exception.</p>",
1530                "smithy.api#http": {
1531                    "method": "POST",
1532                    "uri": "/audit/report-plans",
1533                    "code": 200
1534                },
1535                "smithy.api#idempotent": {}
1536            }
1537        },
1538        "com.amazonaws.backup#CreateReportPlanInput": {
1539            "type": "structure",
1540            "members": {
1541                "ReportPlanName": {
1542                    "target": "com.amazonaws.backup#ReportPlanName",
1543                    "traits": {
1544                        "smithy.api#documentation": "<p>The unique name of the report plan. The name must be between 1 and 256 characters,\n         starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and\n         underscores (_).</p>",
1545                        "smithy.api#required": {}
1546                    }
1547                },
1548                "ReportPlanDescription": {
1549                    "target": "com.amazonaws.backup#ReportPlanDescription",
1550                    "traits": {
1551                        "smithy.api#documentation": "<p>An optional description of the report plan with a maximum of 1,024 characters.</p>"
1552                    }
1553                },
1554                "ReportDeliveryChannel": {
1555                    "target": "com.amazonaws.backup#ReportDeliveryChannel",
1556                    "traits": {
1557                        "smithy.api#documentation": "<p>A structure that contains information about where and how to deliver your reports,\n         specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your\n         reports.</p>",
1558                        "smithy.api#required": {}
1559                    }
1560                },
1561                "ReportSetting": {
1562                    "target": "com.amazonaws.backup#ReportSetting",
1563                    "traits": {
1564                        "smithy.api#documentation": "<p>Identifies the report template for the report. Reports are built using a report\n         template. The report templates are:</p>\n         <p>\n            <code>BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT</code>\n         </p>",
1565                        "smithy.api#required": {}
1566                    }
1567                },
1568                "ReportPlanTags": {
1569                    "target": "com.amazonaws.backup#stringMap",
1570                    "traits": {
1571                        "smithy.api#documentation": "<p>Metadata that you can assign to help organize the frameworks that you create. Each tag\n         is a key-value pair.</p>"
1572                    }
1573                },
1574                "IdempotencyToken": {
1575                    "target": "com.amazonaws.backup#string",
1576                    "traits": {
1577                        "smithy.api#documentation": "<p>A customer-chosen string that you can use to distinguish between otherwise identical\n         calls to <code>CreateReportPlanInput</code>. Retrying a successful request with the same\n         idempotency token results in a success message with no action taken.</p>",
1578                        "smithy.api#idempotencyToken": {}
1579                    }
1580                }
1581            }
1582        },
1583        "com.amazonaws.backup#CreateReportPlanOutput": {
1584            "type": "structure",
1585            "members": {
1586                "ReportPlanName": {
1587                    "target": "com.amazonaws.backup#ReportPlanName",
1588                    "traits": {
1589                        "smithy.api#documentation": "<p>The unique name of the report plan.</p>"
1590                    }
1591                },
1592                "ReportPlanArn": {
1593                    "target": "com.amazonaws.backup#ARN",
1594                    "traits": {
1595                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN\n         depends on the resource type.</p>"
1596                    }
1597                }
1598            }
1599        },
1600        "com.amazonaws.backup#CronExpression": {
1601            "type": "string"
1602        },
1603        "com.amazonaws.backup#CryoControllerUserManager": {
1604            "type": "service",
1605            "version": "2018-11-15",
1606            "operations": [
1607                {
1608                    "target": "com.amazonaws.backup#CreateBackupPlan"
1609                },
1610                {
1611                    "target": "com.amazonaws.backup#CreateBackupSelection"
1612                },
1613                {
1614                    "target": "com.amazonaws.backup#CreateBackupVault"
1615                },
1616                {
1617                    "target": "com.amazonaws.backup#CreateFramework"
1618                },
1619                {
1620                    "target": "com.amazonaws.backup#CreateReportPlan"
1621                },
1622                {
1623                    "target": "com.amazonaws.backup#DeleteBackupPlan"
1624                },
1625                {
1626                    "target": "com.amazonaws.backup#DeleteBackupSelection"
1627                },
1628                {
1629                    "target": "com.amazonaws.backup#DeleteBackupVault"
1630                },
1631                {
1632                    "target": "com.amazonaws.backup#DeleteBackupVaultAccessPolicy"
1633                },
1634                {
1635                    "target": "com.amazonaws.backup#DeleteBackupVaultNotifications"
1636                },
1637                {
1638                    "target": "com.amazonaws.backup#DeleteFramework"
1639                },
1640                {
1641                    "target": "com.amazonaws.backup#DeleteRecoveryPoint"
1642                },
1643                {
1644                    "target": "com.amazonaws.backup#DeleteReportPlan"
1645                },
1646                {
1647                    "target": "com.amazonaws.backup#DescribeBackupJob"
1648                },
1649                {
1650                    "target": "com.amazonaws.backup#DescribeBackupVault"
1651                },
1652                {
1653                    "target": "com.amazonaws.backup#DescribeCopyJob"
1654                },
1655                {
1656                    "target": "com.amazonaws.backup#DescribeFramework"
1657                },
1658                {
1659                    "target": "com.amazonaws.backup#DescribeGlobalSettings"
1660                },
1661                {
1662                    "target": "com.amazonaws.backup#DescribeProtectedResource"
1663                },
1664                {
1665                    "target": "com.amazonaws.backup#DescribeRecoveryPoint"
1666                },
1667                {
1668                    "target": "com.amazonaws.backup#DescribeRegionSettings"
1669                },
1670                {
1671                    "target": "com.amazonaws.backup#DescribeReportJob"
1672                },
1673                {
1674                    "target": "com.amazonaws.backup#DescribeReportPlan"
1675                },
1676                {
1677                    "target": "com.amazonaws.backup#DescribeRestoreJob"
1678                },
1679                {
1680                    "target": "com.amazonaws.backup#DisassociateRecoveryPoint"
1681                },
1682                {
1683                    "target": "com.amazonaws.backup#ExportBackupPlanTemplate"
1684                },
1685                {
1686                    "target": "com.amazonaws.backup#GetBackupPlan"
1687                },
1688                {
1689                    "target": "com.amazonaws.backup#GetBackupPlanFromJSON"
1690                },
1691                {
1692                    "target": "com.amazonaws.backup#GetBackupPlanFromTemplate"
1693                },
1694                {
1695                    "target": "com.amazonaws.backup#GetBackupSelection"
1696                },
1697                {
1698                    "target": "com.amazonaws.backup#GetBackupVaultAccessPolicy"
1699                },
1700                {
1701                    "target": "com.amazonaws.backup#GetBackupVaultNotifications"
1702                },
1703                {
1704                    "target": "com.amazonaws.backup#GetRecoveryPointRestoreMetadata"
1705                },
1706                {
1707                    "target": "com.amazonaws.backup#GetSupportedResourceTypes"
1708                },
1709                {
1710                    "target": "com.amazonaws.backup#ListBackupJobs"
1711                },
1712                {
1713                    "target": "com.amazonaws.backup#ListBackupPlans"
1714                },
1715                {
1716                    "target": "com.amazonaws.backup#ListBackupPlanTemplates"
1717                },
1718                {
1719                    "target": "com.amazonaws.backup#ListBackupPlanVersions"
1720                },
1721                {
1722                    "target": "com.amazonaws.backup#ListBackupSelections"
1723                },
1724                {
1725                    "target": "com.amazonaws.backup#ListBackupVaults"
1726                },
1727                {
1728                    "target": "com.amazonaws.backup#ListCopyJobs"
1729                },
1730                {
1731                    "target": "com.amazonaws.backup#ListFrameworks"
1732                },
1733                {
1734                    "target": "com.amazonaws.backup#ListProtectedResources"
1735                },
1736                {
1737                    "target": "com.amazonaws.backup#ListRecoveryPointsByBackupVault"
1738                },
1739                {
1740                    "target": "com.amazonaws.backup#ListRecoveryPointsByResource"
1741                },
1742                {
1743                    "target": "com.amazonaws.backup#ListReportJobs"
1744                },
1745                {
1746                    "target": "com.amazonaws.backup#ListReportPlans"
1747                },
1748                {
1749                    "target": "com.amazonaws.backup#ListRestoreJobs"
1750                },
1751                {
1752                    "target": "com.amazonaws.backup#ListTags"
1753                },
1754                {
1755                    "target": "com.amazonaws.backup#PutBackupVaultAccessPolicy"
1756                },
1757                {
1758                    "target": "com.amazonaws.backup#PutBackupVaultNotifications"
1759                },
1760                {
1761                    "target": "com.amazonaws.backup#StartBackupJob"
1762                },
1763                {
1764                    "target": "com.amazonaws.backup#StartCopyJob"
1765                },
1766                {
1767                    "target": "com.amazonaws.backup#StartReportJob"
1768                },
1769                {
1770                    "target": "com.amazonaws.backup#StartRestoreJob"
1771                },
1772                {
1773                    "target": "com.amazonaws.backup#StopBackupJob"
1774                },
1775                {
1776                    "target": "com.amazonaws.backup#TagResource"
1777                },
1778                {
1779                    "target": "com.amazonaws.backup#UntagResource"
1780                },
1781                {
1782                    "target": "com.amazonaws.backup#UpdateBackupPlan"
1783                },
1784                {
1785                    "target": "com.amazonaws.backup#UpdateFramework"
1786                },
1787                {
1788                    "target": "com.amazonaws.backup#UpdateGlobalSettings"
1789                },
1790                {
1791                    "target": "com.amazonaws.backup#UpdateRecoveryPointLifecycle"
1792                },
1793                {
1794                    "target": "com.amazonaws.backup#UpdateRegionSettings"
1795                },
1796                {
1797                    "target": "com.amazonaws.backup#UpdateReportPlan"
1798                }
1799            ],
1800            "traits": {
1801                "aws.api#service": {
1802                    "sdkId": "Backup",
1803                    "arnNamespace": "backup",
1804                    "cloudFormationName": "Backup",
1805                    "cloudTrailEventSource": "backup.amazonaws.com",
1806                    "endpointPrefix": "backup"
1807                },
1808                "aws.auth#sigv4": {
1809                    "name": "backup"
1810                },
1811                "aws.protocols#restJson1": {},
1812                "smithy.api#documentation": "<fullname>Backup</fullname>\n         <p>Backup is a unified backup service designed to protect Amazon Web Services\n         services and their associated data. Backup simplifies the creation, migration,\n         restoration, and deletion of backups, while also providing reporting and\n         auditing.</p>",
1813                "smithy.api#title": "AWS Backup"
1814            }
1815        },
1816        "com.amazonaws.backup#DeleteBackupPlan": {
1817            "type": "operation",
1818            "input": {
1819                "target": "com.amazonaws.backup#DeleteBackupPlanInput"
1820            },
1821            "output": {
1822                "target": "com.amazonaws.backup#DeleteBackupPlanOutput"
1823            },
1824            "errors": [
1825                {
1826                    "target": "com.amazonaws.backup#InvalidParameterValueException"
1827                },
1828                {
1829                    "target": "com.amazonaws.backup#InvalidRequestException"
1830                },
1831                {
1832                    "target": "com.amazonaws.backup#MissingParameterValueException"
1833                },
1834                {
1835                    "target": "com.amazonaws.backup#ResourceNotFoundException"
1836                },
1837                {
1838                    "target": "com.amazonaws.backup#ServiceUnavailableException"
1839                }
1840            ],
1841            "traits": {
1842                "smithy.api#documentation": "<p>Deletes a backup plan. A backup plan can only be deleted after all associated selections\n         of resources have been deleted. Deleting a backup plan deletes the current version of a\n         backup plan. Previous versions, if any, will still exist.</p>",
1843                "smithy.api#http": {
1844                    "method": "DELETE",
1845                    "uri": "/backup/plans/{BackupPlanId}",
1846                    "code": 200
1847                }
1848            }
1849        },
1850        "com.amazonaws.backup#DeleteBackupPlanInput": {
1851            "type": "structure",
1852            "members": {
1853                "BackupPlanId": {
1854                    "target": "com.amazonaws.backup#string",
1855                    "traits": {
1856                        "smithy.api#documentation": "<p>Uniquely identifies a backup plan.</p>",
1857                        "smithy.api#httpLabel": {},
1858                        "smithy.api#required": {}
1859                    }
1860                }
1861            }
1862        },
1863        "com.amazonaws.backup#DeleteBackupPlanOutput": {
1864            "type": "structure",
1865            "members": {
1866                "BackupPlanId": {
1867                    "target": "com.amazonaws.backup#string",
1868                    "traits": {
1869                        "smithy.api#documentation": "<p>Uniquely identifies a backup plan.</p>"
1870                    }
1871                },
1872                "BackupPlanArn": {
1873                    "target": "com.amazonaws.backup#ARN",
1874                    "traits": {
1875                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>"
1876                    }
1877                },
1878                "DeletionDate": {
1879                    "target": "com.amazonaws.backup#timestamp",
1880                    "traits": {
1881                        "smithy.api#documentation": "<p>The date and time a backup plan is deleted, in Unix format and Coordinated Universal\n         Time (UTC). The value of <code>DeletionDate</code> is accurate to milliseconds. For\n         example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
1882                    }
1883                },
1884                "VersionId": {
1885                    "target": "com.amazonaws.backup#string",
1886                    "traits": {
1887                        "smithy.api#documentation": "<p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes\n         long. Version IDs cannot be edited.</p>"
1888                    }
1889                }
1890            }
1891        },
1892        "com.amazonaws.backup#DeleteBackupSelection": {
1893            "type": "operation",
1894            "input": {
1895                "target": "com.amazonaws.backup#DeleteBackupSelectionInput"
1896            },
1897            "errors": [
1898                {
1899                    "target": "com.amazonaws.backup#InvalidParameterValueException"
1900                },
1901                {
1902                    "target": "com.amazonaws.backup#MissingParameterValueException"
1903                },
1904                {
1905                    "target": "com.amazonaws.backup#ResourceNotFoundException"
1906                },
1907                {
1908                    "target": "com.amazonaws.backup#ServiceUnavailableException"
1909                }
1910            ],
1911            "traits": {
1912                "smithy.api#documentation": "<p>Deletes the resource selection associated with a backup plan that is specified by the\n            <code>SelectionId</code>.</p>",
1913                "smithy.api#http": {
1914                    "method": "DELETE",
1915                    "uri": "/backup/plans/{BackupPlanId}/selections/{SelectionId}",
1916                    "code": 200
1917                }
1918            }
1919        },
1920        "com.amazonaws.backup#DeleteBackupSelectionInput": {
1921            "type": "structure",
1922            "members": {
1923                "BackupPlanId": {
1924                    "target": "com.amazonaws.backup#string",
1925                    "traits": {
1926                        "smithy.api#documentation": "<p>Uniquely identifies a backup plan.</p>",
1927                        "smithy.api#httpLabel": {},
1928                        "smithy.api#required": {}
1929                    }
1930                },
1931                "SelectionId": {
1932                    "target": "com.amazonaws.backup#string",
1933                    "traits": {
1934                        "smithy.api#documentation": "<p>Uniquely identifies the body of a request to assign a set of resources to a backup\n         plan.</p>",
1935                        "smithy.api#httpLabel": {},
1936                        "smithy.api#required": {}
1937                    }
1938                }
1939            }
1940        },
1941        "com.amazonaws.backup#DeleteBackupVault": {
1942            "type": "operation",
1943            "input": {
1944                "target": "com.amazonaws.backup#DeleteBackupVaultInput"
1945            },
1946            "errors": [
1947                {
1948                    "target": "com.amazonaws.backup#InvalidParameterValueException"
1949                },
1950                {
1951                    "target": "com.amazonaws.backup#InvalidRequestException"
1952                },
1953                {
1954                    "target": "com.amazonaws.backup#MissingParameterValueException"
1955                },
1956                {
1957                    "target": "com.amazonaws.backup#ResourceNotFoundException"
1958                },
1959                {
1960                    "target": "com.amazonaws.backup#ServiceUnavailableException"
1961                }
1962            ],
1963            "traits": {
1964                "smithy.api#documentation": "<p>Deletes the backup vault identified by its name. A vault can be deleted only if it is\n         empty.</p>",
1965                "smithy.api#http": {
1966                    "method": "DELETE",
1967                    "uri": "/backup-vaults/{BackupVaultName}",
1968                    "code": 200
1969                }
1970            }
1971        },
1972        "com.amazonaws.backup#DeleteBackupVaultAccessPolicy": {
1973            "type": "operation",
1974            "input": {
1975                "target": "com.amazonaws.backup#DeleteBackupVaultAccessPolicyInput"
1976            },
1977            "errors": [
1978                {
1979                    "target": "com.amazonaws.backup#InvalidParameterValueException"
1980                },
1981                {
1982                    "target": "com.amazonaws.backup#MissingParameterValueException"
1983                },
1984                {
1985                    "target": "com.amazonaws.backup#ResourceNotFoundException"
1986                },
1987                {
1988                    "target": "com.amazonaws.backup#ServiceUnavailableException"
1989                }
1990            ],
1991            "traits": {
1992                "smithy.api#documentation": "<p>Deletes the policy document that manages permissions on a backup vault.</p>",
1993                "smithy.api#http": {
1994                    "method": "DELETE",
1995                    "uri": "/backup-vaults/{BackupVaultName}/access-policy",
1996                    "code": 200
1997                },
1998                "smithy.api#idempotent": {}
1999            }
2000        },
2001        "com.amazonaws.backup#DeleteBackupVaultAccessPolicyInput": {
2002            "type": "structure",
2003            "members": {
2004                "BackupVaultName": {
2005                    "target": "com.amazonaws.backup#BackupVaultName",
2006                    "traits": {
2007                        "smithy.api#documentation": "<p>The name of a logical container where backups are stored. Backup vaults are identified\n         by names that are unique to the account used to create them and the Amazon Web Services\n         Region where they are created. They consist of lowercase letters, numbers, and\n         hyphens.</p>",
2008                        "smithy.api#httpLabel": {},
2009                        "smithy.api#required": {}
2010                    }
2011                }
2012            }
2013        },
2014        "com.amazonaws.backup#DeleteBackupVaultInput": {
2015            "type": "structure",
2016            "members": {
2017                "BackupVaultName": {
2018                    "target": "com.amazonaws.backup#string",
2019                    "traits": {
2020                        "smithy.api#documentation": "<p>The name of a logical container where backups are stored. Backup vaults are identified\n         by names that are unique to the account used to create them and the Amazon Web Services\n         Region where they are created. They consist of lowercase letters, numbers, and\n         hyphens.</p>",
2021                        "smithy.api#httpLabel": {},
2022                        "smithy.api#required": {}
2023                    }
2024                }
2025            }
2026        },
2027        "com.amazonaws.backup#DeleteBackupVaultNotifications": {
2028            "type": "operation",
2029            "input": {
2030                "target": "com.amazonaws.backup#DeleteBackupVaultNotificationsInput"
2031            },
2032            "errors": [
2033                {
2034                    "target": "com.amazonaws.backup#InvalidParameterValueException"
2035                },
2036                {
2037                    "target": "com.amazonaws.backup#MissingParameterValueException"
2038                },
2039                {
2040                    "target": "com.amazonaws.backup#ResourceNotFoundException"
2041                },
2042                {
2043                    "target": "com.amazonaws.backup#ServiceUnavailableException"
2044                }
2045            ],
2046            "traits": {
2047                "smithy.api#documentation": "<p>Deletes event notifications for the specified backup vault.</p>",
2048                "smithy.api#http": {
2049                    "method": "DELETE",
2050                    "uri": "/backup-vaults/{BackupVaultName}/notification-configuration",
2051                    "code": 200
2052                },
2053                "smithy.api#idempotent": {}
2054            }
2055        },
2056        "com.amazonaws.backup#DeleteBackupVaultNotificationsInput": {
2057            "type": "structure",
2058            "members": {
2059                "BackupVaultName": {
2060                    "target": "com.amazonaws.backup#BackupVaultName",
2061                    "traits": {
2062                        "smithy.api#documentation": "<p>The name of a logical container where backups are stored. Backup vaults are identified\n         by names that are unique to the account used to create them and the Region where they are\n         created. They consist of lowercase letters, numbers, and hyphens.</p>",
2063                        "smithy.api#httpLabel": {},
2064                        "smithy.api#required": {}
2065                    }
2066                }
2067            }
2068        },
2069        "com.amazonaws.backup#DeleteFramework": {
2070            "type": "operation",
2071            "input": {
2072                "target": "com.amazonaws.backup#DeleteFrameworkInput"
2073            },
2074            "errors": [
2075                {
2076                    "target": "com.amazonaws.backup#ConflictException"
2077                },
2078                {
2079                    "target": "com.amazonaws.backup#InvalidParameterValueException"
2080                },
2081                {
2082                    "target": "com.amazonaws.backup#MissingParameterValueException"
2083                },
2084                {
2085                    "target": "com.amazonaws.backup#ResourceNotFoundException"
2086                },
2087                {
2088                    "target": "com.amazonaws.backup#ServiceUnavailableException"
2089                }
2090            ],
2091            "traits": {
2092                "smithy.api#documentation": "<p>Deletes the framework specified by a framework name.</p>",
2093                "smithy.api#http": {
2094                    "method": "DELETE",
2095                    "uri": "/audit/frameworks/{FrameworkName}",
2096                    "code": 200
2097                }
2098            }
2099        },
2100        "com.amazonaws.backup#DeleteFrameworkInput": {
2101            "type": "structure",
2102            "members": {
2103                "FrameworkName": {
2104                    "target": "com.amazonaws.backup#FrameworkName",
2105                    "traits": {
2106                        "smithy.api#documentation": "<p>The unique name of a framework.</p>",
2107                        "smithy.api#httpLabel": {},
2108                        "smithy.api#required": {}
2109                    }
2110                }
2111            }
2112        },
2113        "com.amazonaws.backup#DeleteRecoveryPoint": {
2114            "type": "operation",
2115            "input": {
2116                "target": "com.amazonaws.backup#DeleteRecoveryPointInput"
2117            },
2118            "errors": [
2119                {
2120                    "target": "com.amazonaws.backup#InvalidParameterValueException"
2121                },
2122                {
2123                    "target": "com.amazonaws.backup#InvalidRequestException"
2124                },
2125                {
2126                    "target": "com.amazonaws.backup#InvalidResourceStateException"
2127                },
2128                {
2129                    "target": "com.amazonaws.backup#MissingParameterValueException"
2130                },
2131                {
2132                    "target": "com.amazonaws.backup#ResourceNotFoundException"
2133                },
2134                {
2135                    "target": "com.amazonaws.backup#ServiceUnavailableException"
2136                }
2137            ],
2138            "traits": {
2139                "smithy.api#documentation": "<p>Deletes the recovery point specified by a recovery point ID.</p>\n         <p>If the recovery point ID belongs to a continuous backup, calling this endpoint deletes\n         the existing continuous backup and stops future continuous backup.</p>",
2140                "smithy.api#http": {
2141                    "method": "DELETE",
2142                    "uri": "/backup-vaults/{BackupVaultName}/recovery-points/{RecoveryPointArn}",
2143                    "code": 200
2144                },
2145                "smithy.api#idempotent": {}
2146            }
2147        },
2148        "com.amazonaws.backup#DeleteRecoveryPointInput": {
2149            "type": "structure",
2150            "members": {
2151                "BackupVaultName": {
2152                    "target": "com.amazonaws.backup#BackupVaultName",
2153                    "traits": {
2154                        "smithy.api#documentation": "<p>The name of a logical container where backups are stored. Backup vaults are identified\n         by names that are unique to the account used to create them and the Amazon Web Services\n         Region where they are created. They consist of lowercase letters, numbers, and\n         hyphens.</p>",
2155                        "smithy.api#httpLabel": {},
2156                        "smithy.api#required": {}
2157                    }
2158                },
2159                "RecoveryPointArn": {
2160                    "target": "com.amazonaws.backup#ARN",
2161                    "traits": {
2162                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>",
2163                        "smithy.api#httpLabel": {},
2164                        "smithy.api#required": {}
2165                    }
2166                }
2167            }
2168        },
2169        "com.amazonaws.backup#DeleteReportPlan": {
2170            "type": "operation",
2171            "input": {
2172                "target": "com.amazonaws.backup#DeleteReportPlanInput"
2173            },
2174            "errors": [
2175                {
2176                    "target": "com.amazonaws.backup#ConflictException"
2177                },
2178                {
2179                    "target": "com.amazonaws.backup#InvalidParameterValueException"
2180                },
2181                {
2182                    "target": "com.amazonaws.backup#MissingParameterValueException"
2183                },
2184                {
2185                    "target": "com.amazonaws.backup#ResourceNotFoundException"
2186                },
2187                {
2188                    "target": "com.amazonaws.backup#ServiceUnavailableException"
2189                }
2190            ],
2191            "traits": {
2192                "smithy.api#documentation": "<p>Deletes the report plan specified by a report plan name.</p>",
2193                "smithy.api#http": {
2194                    "method": "DELETE",
2195                    "uri": "/audit/report-plans/{ReportPlanName}",
2196                    "code": 200
2197                },
2198                "smithy.api#idempotent": {}
2199            }
2200        },
2201        "com.amazonaws.backup#DeleteReportPlanInput": {
2202            "type": "structure",
2203            "members": {
2204                "ReportPlanName": {
2205                    "target": "com.amazonaws.backup#ReportPlanName",
2206                    "traits": {
2207                        "smithy.api#documentation": "<p>The unique name of a report plan.</p>",
2208                        "smithy.api#httpLabel": {},
2209                        "smithy.api#required": {}
2210                    }
2211                }
2212            }
2213        },
2214        "com.amazonaws.backup#DependencyFailureException": {
2215            "type": "structure",
2216            "members": {
2217                "Code": {
2218                    "target": "com.amazonaws.backup#string"
2219                },
2220                "Message": {
2221                    "target": "com.amazonaws.backup#string"
2222                },
2223                "Type": {
2224                    "target": "com.amazonaws.backup#string",
2225                    "traits": {
2226                        "smithy.api#documentation": "<p></p>"
2227                    }
2228                },
2229                "Context": {
2230                    "target": "com.amazonaws.backup#string",
2231                    "traits": {
2232                        "smithy.api#documentation": "<p></p>"
2233                    }
2234                }
2235            },
2236            "traits": {
2237                "smithy.api#documentation": "<p>A dependent Amazon Web Services service or resource returned an error to the Backup service, and the action cannot be completed.</p>",
2238                "smithy.api#error": "server"
2239            }
2240        },
2241        "com.amazonaws.backup#DescribeBackupJob": {
2242            "type": "operation",
2243            "input": {
2244                "target": "com.amazonaws.backup#DescribeBackupJobInput"
2245            },
2246            "output": {
2247                "target": "com.amazonaws.backup#DescribeBackupJobOutput"
2248            },
2249            "errors": [
2250                {
2251                    "target": "com.amazonaws.backup#DependencyFailureException"
2252                },
2253                {
2254                    "target": "com.amazonaws.backup#InvalidParameterValueException"
2255                },
2256                {
2257                    "target": "com.amazonaws.backup#MissingParameterValueException"
2258                },
2259                {
2260                    "target": "com.amazonaws.backup#ResourceNotFoundException"
2261                },
2262                {
2263                    "target": "com.amazonaws.backup#ServiceUnavailableException"
2264                }
2265            ],
2266            "traits": {
2267                "smithy.api#documentation": "<p>Returns backup job details for the specified <code>BackupJobId</code>.</p>",
2268                "smithy.api#http": {
2269                    "method": "GET",
2270                    "uri": "/backup-jobs/{BackupJobId}",
2271                    "code": 200
2272                },
2273                "smithy.api#idempotent": {}
2274            }
2275        },
2276        "com.amazonaws.backup#DescribeBackupJobInput": {
2277            "type": "structure",
2278            "members": {
2279                "BackupJobId": {
2280                    "target": "com.amazonaws.backup#string",
2281                    "traits": {
2282                        "smithy.api#documentation": "<p>Uniquely identifies a request to Backup to back up a resource.</p>",
2283                        "smithy.api#httpLabel": {},
2284                        "smithy.api#required": {}
2285                    }
2286                }
2287            }
2288        },
2289        "com.amazonaws.backup#DescribeBackupJobOutput": {
2290            "type": "structure",
2291            "members": {
2292                "AccountId": {
2293                    "target": "com.amazonaws.backup#AccountId",
2294                    "traits": {
2295                        "smithy.api#documentation": "<p>Returns the account ID that owns the backup job.</p>"
2296                    }
2297                },
2298                "BackupJobId": {
2299                    "target": "com.amazonaws.backup#string",
2300                    "traits": {
2301                        "smithy.api#documentation": "<p>Uniquely identifies a request to Backup to back up a resource.</p>"
2302                    }
2303                },
2304                "BackupVaultName": {
2305                    "target": "com.amazonaws.backup#BackupVaultName",
2306                    "traits": {
2307                        "smithy.api#documentation": "<p>The name of a logical container where backups are stored. Backup vaults are identified\n         by names that are unique to the account used to create them and the Amazon Web Services\n         Region where they are created. They consist of lowercase letters, numbers, and\n         hyphens.</p>"
2308                    }
2309                },
2310                "BackupVaultArn": {
2311                    "target": "com.amazonaws.backup#ARN",
2312                    "traits": {
2313                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>"
2314                    }
2315                },
2316                "RecoveryPointArn": {
2317                    "target": "com.amazonaws.backup#ARN",
2318                    "traits": {
2319                        "smithy.api#documentation": "<p>An ARN that uniquely identifies a recovery point; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>"
2320                    }
2321                },
2322                "ResourceArn": {
2323                    "target": "com.amazonaws.backup#ARN",
2324                    "traits": {
2325                        "smithy.api#documentation": "<p>An ARN that uniquely identifies a saved resource. The format of the ARN depends on the\n         resource type.</p>"
2326                    }
2327                },
2328                "CreationDate": {
2329                    "target": "com.amazonaws.backup#timestamp",
2330                    "traits": {
2331                        "smithy.api#documentation": "<p>The date and time that a backup job is created, in Unix format and Coordinated Universal\n         Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For\n         example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
2332                    }
2333                },
2334                "CompletionDate": {
2335                    "target": "com.amazonaws.backup#timestamp",
2336                    "traits": {
2337                        "smithy.api#documentation": "<p>The date and time that a job to create a backup job is completed, in Unix format and\n         Coordinated Universal Time (UTC). The value of <code>CompletionDate</code> is accurate to\n         milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018\n         12:11:30.087 AM.</p>"
2338                    }
2339                },
2340                "State": {
2341                    "target": "com.amazonaws.backup#BackupJobState",
2342                    "traits": {
2343                        "smithy.api#documentation": "<p>The current state of a resource recovery point.</p>"
2344                    }
2345                },
2346                "StatusMessage": {
2347                    "target": "com.amazonaws.backup#string",
2348                    "traits": {
2349                        "smithy.api#documentation": "<p>A detailed message explaining the status of the job to back up a resource.</p>"
2350                    }
2351                },
2352                "PercentDone": {
2353                    "target": "com.amazonaws.backup#string",
2354                    "traits": {
2355                        "smithy.api#documentation": "<p>Contains an estimated percentage that is complete of a job at the time the job status\n         was queried.</p>"
2356                    }
2357                },
2358                "BackupSizeInBytes": {
2359                    "target": "com.amazonaws.backup#Long",
2360                    "traits": {
2361                        "smithy.api#documentation": "<p>The size, in bytes, of a backup.</p>"
2362                    }
2363                },
2364                "IamRoleArn": {
2365                    "target": "com.amazonaws.backup#IAMRoleArn",
2366                    "traits": {
2367                        "smithy.api#documentation": "<p>Specifies the IAM role ARN used to create the target recovery point; for example,\n            <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>"
2368                    }
2369                },
2370                "CreatedBy": {
2371                    "target": "com.amazonaws.backup#RecoveryPointCreator",
2372                    "traits": {
2373                        "smithy.api#documentation": "<p>Contains identifying information about the creation of a backup job, including the\n            <code>BackupPlanArn</code>, <code>BackupPlanId</code>, <code>BackupPlanVersion</code>,\n         and <code>BackupRuleId</code> of the backup plan that is used to create it.</p>"
2374                    }
2375                },
2376                "ResourceType": {
2377                    "target": "com.amazonaws.backup#ResourceType",
2378                    "traits": {
2379                        "smithy.api#documentation": "<p>The type of Amazon Web Services resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.</p>"
2380                    }
2381                },
2382                "BytesTransferred": {
2383                    "target": "com.amazonaws.backup#Long",
2384                    "traits": {
2385                        "smithy.api#documentation": "<p>The size in bytes transferred to a backup vault at the time that the job status was\n         queried.</p>"
2386                    }
2387                },
2388                "ExpectedCompletionDate": {
2389                    "target": "com.amazonaws.backup#timestamp",
2390                    "traits": {
2391                        "smithy.api#documentation": "<p>The date and time that a job to back up resources is expected to be completed, in Unix\n         format and Coordinated Universal Time (UTC). The value of\n            <code>ExpectedCompletionDate</code> is accurate to milliseconds. For example, the value\n         1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>"
2392                    }
2393                },
2394                "StartBy": {
2395                    "target": "com.amazonaws.backup#timestamp",
2396                    "traits": {
2397                        "smithy.api#documentation": "<p>Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job\n         must be started before it is canceled. The value is calculated by adding the start window\n         to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2\n         hours, the <code>StartBy</code> time would be 8:00 PM on the date specified. The value of\n            <code>StartBy</code> is accurate to milliseconds. For example, the value 1516925490.087\n         represents Friday, January 26, 2018 12:11:30.087 AM.</p>"
2398                    }
2399                },
2400                "BackupOptions": {
2401                    "target": "com.amazonaws.backup#BackupOptions",
2402                    "traits": {
2403                        "smithy.api#documentation": "<p>Represents the options specified as part of backup plan or on-demand backup job.</p>"
2404                    }
2405                },
2406                "BackupType": {
2407                    "target": "com.amazonaws.backup#string",
2408                    "traits": {
2409                        "smithy.api#documentation": "<p>Represents the actual backup type selected for a backup job. For example, if a\n         successful Windows Volume Shadow Copy Service (VSS) backup was taken,\n            <code>BackupType</code> returns <code>\"WindowsVSS\"</code>. If <code>BackupType</code> is\n         empty, then the backup type was a regular backup.</p>"
2410                    }
2411                }
2412            }
2413        },
2414        "com.amazonaws.backup#DescribeBackupVault": {
2415            "type": "operation",
2416            "input": {
2417                "target": "com.amazonaws.backup#DescribeBackupVaultInput"
2418            },
2419            "output": {
2420                "target": "com.amazonaws.backup#DescribeBackupVaultOutput"
2421            },
2422            "errors": [
2423                {
2424                    "target": "com.amazonaws.backup#InvalidParameterValueException"
2425                },
2426                {
2427                    "target": "com.amazonaws.backup#MissingParameterValueException"
2428                },
2429                {
2430                    "target": "com.amazonaws.backup#ResourceNotFoundException"
2431                },
2432                {
2433                    "target": "com.amazonaws.backup#ServiceUnavailableException"
2434                }
2435            ],
2436            "traits": {
2437                "smithy.api#documentation": "<p>Returns metadata about a backup vault specified by its name.</p>",
2438                "smithy.api#http": {
2439                    "method": "GET",
2440                    "uri": "/backup-vaults/{BackupVaultName}",
2441                    "code": 200
2442                },
2443                "smithy.api#idempotent": {}
2444            }
2445        },
2446        "com.amazonaws.backup#DescribeBackupVaultInput": {
2447            "type": "structure",
2448            "members": {
2449                "BackupVaultName": {
2450                    "target": "com.amazonaws.backup#string",
2451                    "traits": {
2452                        "smithy.api#documentation": "<p>The name of a logical container where backups are stored. Backup vaults are identified\n         by names that are unique to the account used to create them and the Amazon Web Services\n         Region where they are created. They consist of lowercase letters, numbers, and\n         hyphens.</p>",
2453                        "smithy.api#httpLabel": {},
2454                        "smithy.api#required": {}
2455                    }
2456                }
2457            }
2458        },
2459        "com.amazonaws.backup#DescribeBackupVaultOutput": {
2460            "type": "structure",
2461            "members": {
2462                "BackupVaultName": {
2463                    "target": "com.amazonaws.backup#string",
2464                    "traits": {
2465                        "smithy.api#documentation": "<p>The name of a logical container where backups are stored. Backup vaults are identified\n         by names that are unique to the account used to create them and the Region where they are\n         created. They consist of lowercase letters, numbers, and hyphens.</p>"
2466                    }
2467                },
2468                "BackupVaultArn": {
2469                    "target": "com.amazonaws.backup#ARN",
2470                    "traits": {
2471                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>"
2472                    }
2473                },
2474                "EncryptionKeyArn": {
2475                    "target": "com.amazonaws.backup#ARN",
2476                    "traits": {
2477                        "smithy.api#documentation": "<p>The server-side encryption key that is used to protect your backups; for example,\n            <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>"
2478                    }
2479                },
2480                "CreationDate": {
2481                    "target": "com.amazonaws.backup#timestamp",
2482                    "traits": {
2483                        "smithy.api#documentation": "<p>The date and time that a backup vault is created, in Unix format and Coordinated\n         Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds.\n         For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
2484                    }
2485                },
2486                "CreatorRequestId": {
2487                    "target": "com.amazonaws.backup#string",
2488                    "traits": {
2489                        "smithy.api#documentation": "<p>A unique string that identifies the request and allows failed requests to be retried\n         without the risk of running the operation twice.</p>"
2490                    }
2491                },
2492                "NumberOfRecoveryPoints": {
2493                    "target": "com.amazonaws.backup#Long2",
2494                    "traits": {
2495                        "smithy.api#documentation": "<p>The number of recovery points that are stored in a backup vault.</p>"
2496                    }
2497                }
2498            }
2499        },
2500        "com.amazonaws.backup#DescribeCopyJob": {
2501            "type": "operation",
2502            "input": {
2503                "target": "com.amazonaws.backup#DescribeCopyJobInput"
2504            },
2505            "output": {
2506                "target": "com.amazonaws.backup#DescribeCopyJobOutput"
2507            },
2508            "errors": [
2509                {
2510                    "target": "com.amazonaws.backup#InvalidParameterValueException"
2511                },
2512                {
2513                    "target": "com.amazonaws.backup#MissingParameterValueException"
2514                },
2515                {
2516                    "target": "com.amazonaws.backup#ResourceNotFoundException"
2517                },
2518                {
2519                    "target": "com.amazonaws.backup#ServiceUnavailableException"
2520                }
2521            ],
2522            "traits": {
2523                "smithy.api#documentation": "<p>Returns metadata associated with creating a copy of a resource.</p>",
2524                "smithy.api#http": {
2525                    "method": "GET",
2526                    "uri": "/copy-jobs/{CopyJobId}",
2527                    "code": 200
2528                },
2529                "smithy.api#idempotent": {}
2530            }
2531        },
2532        "com.amazonaws.backup#DescribeCopyJobInput": {
2533            "type": "structure",
2534            "members": {
2535                "CopyJobId": {
2536                    "target": "com.amazonaws.backup#string",
2537                    "traits": {
2538                        "smithy.api#documentation": "<p>Uniquely identifies a copy job.</p>",
2539                        "smithy.api#httpLabel": {},
2540                        "smithy.api#required": {}
2541                    }
2542                }
2543            }
2544        },
2545        "com.amazonaws.backup#DescribeCopyJobOutput": {
2546            "type": "structure",
2547            "members": {
2548                "CopyJob": {
2549                    "target": "com.amazonaws.backup#CopyJob",
2550                    "traits": {
2551                        "smithy.api#documentation": "<p>Contains detailed information about a copy job.</p>"
2552                    }
2553                }
2554            }
2555        },
2556        "com.amazonaws.backup#DescribeFramework": {
2557            "type": "operation",
2558            "input": {
2559                "target": "com.amazonaws.backup#DescribeFrameworkInput"
2560            },
2561            "output": {
2562                "target": "com.amazonaws.backup#DescribeFrameworkOutput"
2563            },
2564            "errors": [
2565                {
2566                    "target": "com.amazonaws.backup#InvalidParameterValueException"
2567                },
2568                {
2569                    "target": "com.amazonaws.backup#MissingParameterValueException"
2570                },
2571                {
2572                    "target": "com.amazonaws.backup#ResourceNotFoundException"
2573                },
2574                {
2575                    "target": "com.amazonaws.backup#ServiceUnavailableException"
2576                }
2577            ],
2578            "traits": {
2579                "smithy.api#documentation": "<p>Returns the framework details for the specified <code>FrameworkName</code>.</p>",
2580                "smithy.api#http": {
2581                    "method": "GET",
2582                    "uri": "/audit/frameworks/{FrameworkName}",
2583                    "code": 200
2584                }
2585            }
2586        },
2587        "com.amazonaws.backup#DescribeFrameworkInput": {
2588            "type": "structure",
2589            "members": {
2590                "FrameworkName": {
2591                    "target": "com.amazonaws.backup#FrameworkName",
2592                    "traits": {
2593                        "smithy.api#documentation": "<p>The unique name of a framework.</p>",
2594                        "smithy.api#httpLabel": {},
2595                        "smithy.api#required": {}
2596                    }
2597                }
2598            }
2599        },
2600        "com.amazonaws.backup#DescribeFrameworkOutput": {
2601            "type": "structure",
2602            "members": {
2603                "FrameworkName": {
2604                    "target": "com.amazonaws.backup#FrameworkName",
2605                    "traits": {
2606                        "smithy.api#documentation": "<p>The unique name of a framework.</p>"
2607                    }
2608                },
2609                "FrameworkArn": {
2610                    "target": "com.amazonaws.backup#ARN",
2611                    "traits": {
2612                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN\n         depends on the resource type.</p>"
2613                    }
2614                },
2615                "FrameworkDescription": {
2616                    "target": "com.amazonaws.backup#FrameworkDescription",
2617                    "traits": {
2618                        "smithy.api#documentation": "<p>An optional description of the framework.</p>"
2619                    }
2620                },
2621                "FrameworkControls": {
2622                    "target": "com.amazonaws.backup#FrameworkControls",
2623                    "traits": {
2624                        "smithy.api#documentation": "<p>A list of the controls that make up the framework. Each control in the list has a name,\n         input parameters, and scope.</p>"
2625                    }
2626                },
2627                "CreationTime": {
2628                    "target": "com.amazonaws.backup#timestamp",
2629                    "traits": {
2630                        "smithy.api#documentation": "<p>The date and time that a framework is created, in Unix format and Coordinated Universal\n         Time (UTC). The value of <code>CreationTime</code> is accurate to milliseconds. For\n         example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
2631                    }
2632                },
2633                "DeploymentStatus": {
2634                    "target": "com.amazonaws.backup#string",
2635                    "traits": {
2636                        "smithy.api#documentation": "<p>The deployment status of a framework. The statuses are:</p>\n         <p>\n            <code>CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED |\n            FAILED</code>\n         </p>"
2637                    }
2638                },
2639                "FrameworkStatus": {
2640                    "target": "com.amazonaws.backup#string",
2641                    "traits": {
2642                        "smithy.api#documentation": "<p>A framework consists of one or more controls. Each control governs a resource, such as\n         backup plans, backup selections, backup vaults, or recovery points. You can also turn\n            Config recording on or off for each resource. The statuses are:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>ACTIVE</code> when recording is turned on for all resources governed by the\n               framework.</p>\n            </li>\n            <li>\n               <p>\n                  <code>PARTIALLY_ACTIVE</code> when recording is turned off for at least one\n               resource governed by the framework.</p>\n            </li>\n            <li>\n               <p>\n                  <code>INACTIVE</code> when recording is turned off for all resources governed by\n               the framework.</p>\n            </li>\n            <li>\n               <p>\n                  <code>UNAVAILABLE</code> when Backup is unable to validate recording\n               status at this time.</p>\n            </li>\n         </ul>"
2643                    }
2644                },
2645                "IdempotencyToken": {
2646                    "target": "com.amazonaws.backup#string",
2647                    "traits": {
2648                        "smithy.api#documentation": "<p>A customer-chosen string that you can use to distinguish between otherwise identical\n         calls to <code>DescribeFrameworkOutput</code>. Retrying a successful request with the same\n         idempotency token results in a success message with no action taken.</p>"
2649                    }
2650                }
2651            }
2652        },
2653        "com.amazonaws.backup#DescribeGlobalSettings": {
2654            "type": "operation",
2655            "input": {
2656                "target": "com.amazonaws.backup#DescribeGlobalSettingsInput"
2657            },
2658            "output": {
2659                "target": "com.amazonaws.backup#DescribeGlobalSettingsOutput"
2660            },
2661            "errors": [
2662                {
2663                    "target": "com.amazonaws.backup#InvalidRequestException"
2664                },
2665                {
2666                    "target": "com.amazonaws.backup#ServiceUnavailableException"
2667                }
2668            ],
2669            "traits": {
2670                "smithy.api#documentation": "<p>Describes whether the Amazon Web Services account is opted in to cross-account backup.\n         Returns an error if the account is not a member of an Organizations organization.\n         Example: <code>describe-global-settings --region us-west-2</code>\n         </p>",
2671                "smithy.api#http": {
2672                    "method": "GET",
2673                    "uri": "/global-settings",
2674                    "code": 200
2675                }
2676            }
2677        },
2678        "com.amazonaws.backup#DescribeGlobalSettingsInput": {
2679            "type": "structure",
2680            "members": {}
2681        },
2682        "com.amazonaws.backup#DescribeGlobalSettingsOutput": {
2683            "type": "structure",
2684            "members": {
2685                "GlobalSettings": {
2686                    "target": "com.amazonaws.backup#GlobalSettings",
2687                    "traits": {
2688                        "smithy.api#documentation": "<p>The status of the flag <code>isCrossAccountBackupEnabled</code>.</p>"
2689                    }
2690                },
2691                "LastUpdateTime": {
2692                    "target": "com.amazonaws.backup#timestamp",
2693                    "traits": {
2694                        "smithy.api#documentation": "<p>The date and time that the flag <code>isCrossAccountBackupEnabled</code> was last\n         updated. This update is in Unix format and Coordinated Universal Time (UTC). The value of\n            <code>LastUpdateTime</code> is accurate to milliseconds. For example, the value\n         1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>"
2695                    }
2696                }
2697            }
2698        },
2699        "com.amazonaws.backup#DescribeProtectedResource": {
2700            "type": "operation",
2701            "input": {
2702                "target": "com.amazonaws.backup#DescribeProtectedResourceInput"
2703            },
2704            "output": {
2705                "target": "com.amazonaws.backup#DescribeProtectedResourceOutput"
2706            },
2707            "errors": [
2708                {
2709                    "target": "com.amazonaws.backup#InvalidParameterValueException"
2710                },
2711                {
2712                    "target": "com.amazonaws.backup#MissingParameterValueException"
2713                },
2714                {
2715                    "target": "com.amazonaws.backup#ResourceNotFoundException"
2716                },
2717                {
2718                    "target": "com.amazonaws.backup#ServiceUnavailableException"
2719                }
2720            ],
2721            "traits": {
2722                "smithy.api#documentation": "<p>Returns information about a saved resource, including the last time it was backed up,\n         its Amazon Resource Name (ARN), and the Amazon Web Services service type of the saved\n         resource.</p>",
2723                "smithy.api#http": {
2724                    "method": "GET",
2725                    "uri": "/resources/{ResourceArn}",
2726                    "code": 200
2727                },
2728                "smithy.api#idempotent": {}
2729            }
2730        },
2731        "com.amazonaws.backup#DescribeProtectedResourceInput": {
2732            "type": "structure",
2733            "members": {
2734                "ResourceArn": {
2735                    "target": "com.amazonaws.backup#ARN",
2736                    "traits": {
2737                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN\n         depends on the resource type.</p>",
2738                        "smithy.api#httpLabel": {},
2739                        "smithy.api#required": {}
2740                    }
2741                }
2742            }
2743        },
2744        "com.amazonaws.backup#DescribeProtectedResourceOutput": {
2745            "type": "structure",
2746            "members": {
2747                "ResourceArn": {
2748                    "target": "com.amazonaws.backup#ARN",
2749                    "traits": {
2750                        "smithy.api#documentation": "<p>An ARN that uniquely identifies a resource. The format of the ARN depends on the\n         resource type.</p>"
2751                    }
2752                },
2753                "ResourceType": {
2754                    "target": "com.amazonaws.backup#ResourceType",
2755                    "traits": {
2756                        "smithy.api#documentation": "<p>The type of Amazon Web Services resource saved as a recovery point; for example, an\n            Amazon EBS volume or an Amazon RDS database.</p>"
2757                    }
2758                },
2759                "LastBackupTime": {
2760                    "target": "com.amazonaws.backup#timestamp",
2761                    "traits": {
2762                        "smithy.api#documentation": "<p>The date and time that a resource was last backed up, in Unix format and Coordinated\n         Universal Time (UTC). The value of <code>LastBackupTime</code> is accurate to milliseconds.\n         For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
2763                    }
2764                }
2765            }
2766        },
2767        "com.amazonaws.backup#DescribeRecoveryPoint": {
2768            "type": "operation",
2769            "input": {
2770                "target": "com.amazonaws.backup#DescribeRecoveryPointInput"
2771            },
2772            "output": {
2773                "target": "com.amazonaws.backup#DescribeRecoveryPointOutput"
2774            },
2775            "errors": [
2776                {
2777                    "target": "com.amazonaws.backup#InvalidParameterValueException"
2778                },
2779                {
2780                    "target": "com.amazonaws.backup#MissingParameterValueException"
2781                },
2782                {
2783                    "target": "com.amazonaws.backup#ResourceNotFoundException"
2784                },
2785                {
2786                    "target": "com.amazonaws.backup#ServiceUnavailableException"
2787                }
2788            ],
2789            "traits": {
2790                "smithy.api#documentation": "<p>Returns metadata associated with a recovery point, including ID, status, encryption, and\n         lifecycle.</p>",
2791                "smithy.api#http": {
2792                    "method": "GET",
2793                    "uri": "/backup-vaults/{BackupVaultName}/recovery-points/{RecoveryPointArn}",
2794                    "code": 200
2795                },
2796                "smithy.api#idempotent": {}
2797            }
2798        },
2799        "com.amazonaws.backup#DescribeRecoveryPointInput": {
2800            "type": "structure",
2801            "members": {
2802                "BackupVaultName": {
2803                    "target": "com.amazonaws.backup#BackupVaultName",
2804                    "traits": {
2805                        "smithy.api#documentation": "<p>The name of a logical container where backups are stored. Backup vaults are identified\n         by names that are unique to the account used to create them and the Amazon Web Services\n         Region where they are created. They consist of lowercase letters, numbers, and\n         hyphens.</p>",
2806                        "smithy.api#httpLabel": {},
2807                        "smithy.api#required": {}
2808                    }
2809                },
2810                "RecoveryPointArn": {
2811                    "target": "com.amazonaws.backup#ARN",
2812                    "traits": {
2813                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>",
2814                        "smithy.api#httpLabel": {},
2815                        "smithy.api#required": {}
2816                    }
2817                }
2818            }
2819        },
2820        "com.amazonaws.backup#DescribeRecoveryPointOutput": {
2821            "type": "structure",
2822            "members": {
2823                "RecoveryPointArn": {
2824                    "target": "com.amazonaws.backup#ARN",
2825                    "traits": {
2826                        "smithy.api#documentation": "<p>An ARN that uniquely identifies a recovery point; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>"
2827                    }
2828                },
2829                "BackupVaultName": {
2830                    "target": "com.amazonaws.backup#BackupVaultName",
2831                    "traits": {
2832                        "smithy.api#documentation": "<p>The name of a logical container where backups are stored. Backup vaults are identified\n         by names that are unique to the account used to create them and the Region where they are\n         created. They consist of lowercase letters, numbers, and hyphens.</p>"
2833                    }
2834                },
2835                "BackupVaultArn": {
2836                    "target": "com.amazonaws.backup#ARN",
2837                    "traits": {
2838                        "smithy.api#documentation": "<p>An ARN that uniquely identifies a backup vault; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>"
2839                    }
2840                },
2841                "SourceBackupVaultArn": {
2842                    "target": "com.amazonaws.backup#ARN",
2843                    "traits": {
2844                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies the source vault where the\n         resource was originally backed up in; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:vault:BackupVault</code>. If the recovery is\n         restored to the same Amazon Web Services account or Region, this value will be\n            <code>null</code>.</p>"
2845                    }
2846                },
2847                "ResourceArn": {
2848                    "target": "com.amazonaws.backup#ARN",
2849                    "traits": {
2850                        "smithy.api#documentation": "<p>An ARN that uniquely identifies a saved resource. The format of the ARN depends on the\n         resource type.</p>"
2851                    }
2852                },
2853                "ResourceType": {
2854                    "target": "com.amazonaws.backup#ResourceType",
2855                    "traits": {
2856                        "smithy.api#documentation": "<p>The type of Amazon Web Services resource to save as a recovery point; for example, an\n            Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.</p>"
2857                    }
2858                },
2859                "CreatedBy": {
2860                    "target": "com.amazonaws.backup#RecoveryPointCreator",
2861                    "traits": {
2862                        "smithy.api#documentation": "<p>Contains identifying information about the creation of a recovery point, including the\n            <code>BackupPlanArn</code>, <code>BackupPlanId</code>, <code>BackupPlanVersion</code>,\n         and <code>BackupRuleId</code> of the backup plan used to create it.</p>"
2863                    }
2864                },
2865                "IamRoleArn": {
2866                    "target": "com.amazonaws.backup#IAMRoleArn",
2867                    "traits": {
2868                        "smithy.api#documentation": "<p>Specifies the IAM role ARN used to create the target recovery point; for example,\n            <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>"
2869                    }
2870                },
2871                "Status": {
2872                    "target": "com.amazonaws.backup#RecoveryPointStatus",
2873                    "traits": {
2874                        "smithy.api#documentation": "<p>A status code specifying the state of the recovery point.</p>\n         <p>\n            <code>PARTIAL</code> status indicates Backup could not create the recovery\n         point before the backup window closed. To increase your backup plan window using the API,\n         see <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/API_UpdateBackupPlan.html\">UpdateBackupPlan</a>. You can also increase your backup plan window using the\n         Console by choosing and editing your backup plan.</p>\n         <p>\n            <code>EXPIRED</code> status indicates that the recovery point has exceeded its retention\n         period, but Backup lacks permission or is otherwise unable to delete it. To\n         manually delete these recovery points, see <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/gs-cleanup-resources.html#cleanup-backups\"> Step 3:\n            Delete the recovery points</a> in the <i>Clean up resources</i>\n         section of <i>Getting started</i>.</p>"
2875                    }
2876                },
2877                "StatusMessage": {
2878                    "target": "com.amazonaws.backup#string",
2879                    "traits": {
2880                        "smithy.api#documentation": "<p>A status message explaining the reason for the recovery point deletion failure.</p>"
2881                    }
2882                },
2883                "CreationDate": {
2884                    "target": "com.amazonaws.backup#timestamp",
2885                    "traits": {
2886                        "smithy.api#documentation": "<p>The date and time that a recovery point is created, in Unix format and Coordinated\n         Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds.\n         For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
2887                    }
2888                },
2889                "CompletionDate": {
2890                    "target": "com.amazonaws.backup#timestamp",
2891                    "traits": {
2892                        "smithy.api#documentation": "<p>The date and time that a job to create a recovery point is completed, in Unix format and\n         Coordinated Universal Time (UTC). The value of <code>CompletionDate</code> is accurate to\n         milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018\n         12:11:30.087 AM.</p>"
2893                    }
2894                },
2895                "BackupSizeInBytes": {
2896                    "target": "com.amazonaws.backup#Long",
2897                    "traits": {
2898                        "smithy.api#documentation": "<p>The size, in bytes, of a backup.</p>"
2899                    }
2900                },
2901                "CalculatedLifecycle": {
2902                    "target": "com.amazonaws.backup#CalculatedLifecycle",
2903                    "traits": {
2904                        "smithy.api#documentation": "<p>A <code>CalculatedLifecycle</code> object containing <code>DeleteAt</code> and\n            <code>MoveToColdStorageAt</code> timestamps.</p>"
2905                    }
2906                },
2907                "Lifecycle": {
2908                    "target": "com.amazonaws.backup#Lifecycle",
2909                    "traits": {
2910                        "smithy.api#documentation": "<p>The lifecycle defines when a protected resource is transitioned to cold storage and when\n         it expires. Backup transitions and expires backups automatically according to\n         the lifecycle that you define. </p>\n         <p>Backups that are transitioned to cold storage must be stored in cold storage for a\n         minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than\n         the “transition to cold after days” setting. The “transition to cold after days” setting\n         cannot be changed after a backup has been transitioned to cold. </p>\n         <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>"
2911                    }
2912                },
2913                "EncryptionKeyArn": {
2914                    "target": "com.amazonaws.backup#ARN",
2915                    "traits": {
2916                        "smithy.api#documentation": "<p>The server-side encryption key used to protect your backups; for example,\n            <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>"
2917                    }
2918                },
2919                "IsEncrypted": {
2920                    "target": "com.amazonaws.backup#Boolean2",
2921                    "traits": {
2922                        "smithy.api#documentation": "<p>A Boolean value that is returned as <code>TRUE</code> if the specified recovery point is\n         encrypted, or <code>FALSE</code> if the recovery point is not encrypted.</p>"
2923                    }
2924                },
2925                "StorageClass": {
2926                    "target": "com.amazonaws.backup#StorageClass",
2927                    "traits": {
2928                        "smithy.api#documentation": "<p>Specifies the storage class of the recovery point. Valid values are <code>WARM</code> or\n            <code>COLD</code>.</p>"
2929                    }
2930                },
2931                "LastRestoreTime": {
2932                    "target": "com.amazonaws.backup#timestamp",
2933                    "traits": {
2934                        "smithy.api#documentation": "<p>The date and time that a recovery point was last restored, in Unix format and\n         Coordinated Universal Time (UTC). The value of <code>LastRestoreTime</code> is accurate to\n         milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018\n         12:11:30.087 AM.</p>"
2935                    }
2936                }
2937            }
2938        },
2939        "com.amazonaws.backup#DescribeRegionSettings": {
2940            "type": "operation",
2941            "input": {
2942                "target": "com.amazonaws.backup#DescribeRegionSettingsInput"
2943            },
2944            "output": {
2945                "target": "com.amazonaws.backup#DescribeRegionSettingsOutput"
2946            },
2947            "errors": [
2948                {
2949                    "target": "com.amazonaws.backup#ServiceUnavailableException"
2950                }
2951            ],
2952            "traits": {
2953                "smithy.api#documentation": "<p>Returns the current service opt-in settings for the Region. If service opt-in is enabled\n         for a service, Backup tries to protect that service's resources in this Region,\n         when the resource is included in an on-demand backup or scheduled backup plan. Otherwise,\n            Backup does not try to protect that service's resources in this\n         Region.</p>",
2954                "smithy.api#http": {
2955                    "method": "GET",
2956                    "uri": "/account-settings",
2957                    "code": 200
2958                }
2959            }
2960        },
2961        "com.amazonaws.backup#DescribeRegionSettingsInput": {
2962            "type": "structure",
2963            "members": {}
2964        },
2965        "com.amazonaws.backup#DescribeRegionSettingsOutput": {
2966            "type": "structure",
2967            "members": {
2968                "ResourceTypeOptInPreference": {
2969                    "target": "com.amazonaws.backup#ResourceTypeOptInPreference",
2970                    "traits": {
2971                        "smithy.api#documentation": "<p>Returns a list of all services along with the opt-in preferences in the Region.</p>"
2972                    }
2973                }
2974            }
2975        },
2976        "com.amazonaws.backup#DescribeReportJob": {
2977            "type": "operation",
2978            "input": {
2979                "target": "com.amazonaws.backup#DescribeReportJobInput"
2980            },
2981            "output": {
2982                "target": "com.amazonaws.backup#DescribeReportJobOutput"
2983            },
2984            "errors": [
2985                {
2986                    "target": "com.amazonaws.backup#MissingParameterValueException"
2987                },
2988                {
2989                    "target": "com.amazonaws.backup#ResourceNotFoundException"
2990                },
2991                {
2992                    "target": "com.amazonaws.backup#ServiceUnavailableException"
2993                }
2994            ],
2995            "traits": {
2996                "smithy.api#documentation": "<p>Returns the details associated with creating a report as specified by its\n            <code>ReportJobId</code>.</p>",
2997                "smithy.api#http": {
2998                    "method": "GET",
2999                    "uri": "/audit/report-jobs/{ReportJobId}",
3000                    "code": 200
3001                }
3002            }
3003        },
3004        "com.amazonaws.backup#DescribeReportJobInput": {
3005            "type": "structure",
3006            "members": {
3007                "ReportJobId": {
3008                    "target": "com.amazonaws.backup#ReportJobId",
3009                    "traits": {
3010                        "smithy.api#documentation": "<p>The identifier of the report job. A unique, randomly generated, Unicode, UTF-8 encoded\n         string that is at most 1,024 bytes long. The report job ID cannot be edited.</p>",
3011                        "smithy.api#httpLabel": {},
3012                        "smithy.api#required": {}
3013                    }
3014                }
3015            }
3016        },
3017        "com.amazonaws.backup#DescribeReportJobOutput": {
3018            "type": "structure",
3019            "members": {
3020                "ReportJob": {
3021                    "target": "com.amazonaws.backup#ReportJob",
3022                    "traits": {
3023                        "smithy.api#documentation": "<p>A list of information about a report job, including its completion and creation times,\n         report destination, unique report job ID, Amazon Resource Name (ARN), report template,\n         status, and status message.</p>"
3024                    }
3025                }
3026            }
3027        },
3028        "com.amazonaws.backup#DescribeReportPlan": {
3029            "type": "operation",
3030            "input": {
3031                "target": "com.amazonaws.backup#DescribeReportPlanInput"
3032            },
3033            "output": {
3034                "target": "com.amazonaws.backup#DescribeReportPlanOutput"
3035            },
3036            "errors": [
3037                {
3038                    "target": "com.amazonaws.backup#InvalidParameterValueException"
3039                },
3040                {
3041                    "target": "com.amazonaws.backup#MissingParameterValueException"
3042                },
3043                {
3044                    "target": "com.amazonaws.backup#ResourceNotFoundException"
3045                },
3046                {
3047                    "target": "com.amazonaws.backup#ServiceUnavailableException"
3048                }
3049            ],
3050            "traits": {
3051                "smithy.api#documentation": "<p>Returns a list of all report plans for an Amazon Web Services account and Amazon Web Services Region.</p>",
3052                "smithy.api#http": {
3053                    "method": "GET",
3054                    "uri": "/audit/report-plans/{ReportPlanName}",
3055                    "code": 200
3056                }
3057            }
3058        },
3059        "com.amazonaws.backup#DescribeReportPlanInput": {
3060            "type": "structure",
3061            "members": {
3062                "ReportPlanName": {
3063                    "target": "com.amazonaws.backup#ReportPlanName",
3064                    "traits": {
3065                        "smithy.api#documentation": "<p>The unique name of a report plan.</p>",
3066                        "smithy.api#httpLabel": {},
3067                        "smithy.api#required": {}
3068                    }
3069                }
3070            }
3071        },
3072        "com.amazonaws.backup#DescribeReportPlanOutput": {
3073            "type": "structure",
3074            "members": {
3075                "ReportPlan": {
3076                    "target": "com.amazonaws.backup#ReportPlan",
3077                    "traits": {
3078                        "smithy.api#documentation": "<p>Returns details about the report plan that is specified by its name. These details\n         include the report plan's Amazon Resource Name (ARN), description, settings, delivery\n         channel, deployment status, creation time, and last attempted and successful run\n         times.</p>"
3079                    }
3080                }
3081            }
3082        },
3083        "com.amazonaws.backup#DescribeRestoreJob": {
3084            "type": "operation",
3085            "input": {
3086                "target": "com.amazonaws.backup#DescribeRestoreJobInput"
3087            },
3088            "output": {
3089                "target": "com.amazonaws.backup#DescribeRestoreJobOutput"
3090            },
3091            "errors": [
3092                {
3093                    "target": "com.amazonaws.backup#DependencyFailureException"
3094                },
3095                {
3096                    "target": "com.amazonaws.backup#InvalidParameterValueException"
3097                },
3098                {
3099                    "target": "com.amazonaws.backup#MissingParameterValueException"
3100                },
3101                {
3102                    "target": "com.amazonaws.backup#ResourceNotFoundException"
3103                },
3104                {
3105                    "target": "com.amazonaws.backup#ServiceUnavailableException"
3106                }
3107            ],
3108            "traits": {
3109                "smithy.api#documentation": "<p>Returns metadata associated with a restore job that is specified by a job ID.</p>",
3110                "smithy.api#http": {
3111                    "method": "GET",
3112                    "uri": "/restore-jobs/{RestoreJobId}",
3113                    "code": 200
3114                },
3115                "smithy.api#idempotent": {}
3116            }
3117        },
3118        "com.amazonaws.backup#DescribeRestoreJobInput": {
3119            "type": "structure",
3120            "members": {
3121                "RestoreJobId": {
3122                    "target": "com.amazonaws.backup#RestoreJobId",
3123                    "traits": {
3124                        "smithy.api#documentation": "<p>Uniquely identifies the job that restores a recovery point.</p>",
3125                        "smithy.api#httpLabel": {},
3126                        "smithy.api#required": {}
3127                    }
3128                }
3129            }
3130        },
3131        "com.amazonaws.backup#DescribeRestoreJobOutput": {
3132            "type": "structure",
3133            "members": {
3134                "AccountId": {
3135                    "target": "com.amazonaws.backup#AccountId",
3136                    "traits": {
3137                        "smithy.api#documentation": "<p>Returns the account ID that owns the restore job.</p>"
3138                    }
3139                },
3140                "RestoreJobId": {
3141                    "target": "com.amazonaws.backup#string",
3142                    "traits": {
3143                        "smithy.api#documentation": "<p>Uniquely identifies the job that restores a recovery point.</p>"
3144                    }
3145                },
3146                "RecoveryPointArn": {
3147                    "target": "com.amazonaws.backup#ARN",
3148                    "traits": {
3149                        "smithy.api#documentation": "<p>An ARN that uniquely identifies a recovery point; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>"
3150                    }
3151                },
3152                "CreationDate": {
3153                    "target": "com.amazonaws.backup#timestamp",
3154                    "traits": {
3155                        "smithy.api#documentation": "<p>The date and time that a restore job is created, in Unix format and Coordinated\n         Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds.\n         For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
3156                    }
3157                },
3158                "CompletionDate": {
3159                    "target": "com.amazonaws.backup#timestamp",
3160                    "traits": {
3161                        "smithy.api#documentation": "<p>The date and time that a job to restore a recovery point is completed, in Unix format\n         and Coordinated Universal Time (UTC). The value of <code>CompletionDate</code> is accurate\n         to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018\n         12:11:30.087 AM.</p>"
3162                    }
3163                },
3164                "Status": {
3165                    "target": "com.amazonaws.backup#RestoreJobStatus",
3166                    "traits": {
3167                        "smithy.api#documentation": "<p>Status code specifying the state of the job that is initiated by Backup to\n         restore a recovery point.</p>"
3168                    }
3169                },
3170                "StatusMessage": {
3171                    "target": "com.amazonaws.backup#string",
3172                    "traits": {
3173                        "smithy.api#documentation": "<p>A message showing the status of a job to restore a recovery point.</p>"
3174                    }
3175                },
3176                "PercentDone": {
3177                    "target": "com.amazonaws.backup#string",
3178                    "traits": {
3179                        "smithy.api#documentation": "<p>Contains an estimated percentage that is complete of a job at the time the job status\n         was queried.</p>"
3180                    }
3181                },
3182                "BackupSizeInBytes": {
3183                    "target": "com.amazonaws.backup#Long",
3184                    "traits": {
3185                        "smithy.api#documentation": "<p>The size, in bytes, of the restored resource.</p>"
3186                    }
3187                },
3188                "IamRoleArn": {
3189                    "target": "com.amazonaws.backup#IAMRoleArn",
3190                    "traits": {
3191                        "smithy.api#documentation": "<p>Specifies the IAM role ARN used to create the target recovery point; for example,\n            <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>"
3192                    }
3193                },
3194                "ExpectedCompletionTimeMinutes": {
3195                    "target": "com.amazonaws.backup#Long",
3196                    "traits": {
3197                        "smithy.api#documentation": "<p>The amount of time in minutes that a job restoring a recovery point is expected to\n         take.</p>"
3198                    }
3199                },
3200                "CreatedResourceArn": {
3201                    "target": "com.amazonaws.backup#ARN",
3202                    "traits": {
3203                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource whose recovery point\n         is being restored. The format of the ARN depends on the resource type of the backed-up\n         resource.</p>"
3204                    }
3205                },
3206                "ResourceType": {
3207                    "target": "com.amazonaws.backup#ResourceType",
3208                    "traits": {
3209                        "smithy.api#documentation": "<p>Returns metadata associated with a restore job listed by resource type.</p>"
3210                    }
3211                }
3212            }
3213        },
3214        "com.amazonaws.backup#DisassociateRecoveryPoint": {
3215            "type": "operation",
3216            "input": {
3217                "target": "com.amazonaws.backup#DisassociateRecoveryPointInput"
3218            },
3219            "errors": [
3220                {
3221                    "target": "com.amazonaws.backup#InvalidParameterValueException"
3222                },
3223                {
3224                    "target": "com.amazonaws.backup#InvalidRequestException"
3225                },
3226                {
3227                    "target": "com.amazonaws.backup#InvalidResourceStateException"
3228                },
3229                {
3230                    "target": "com.amazonaws.backup#MissingParameterValueException"
3231                },
3232                {
3233                    "target": "com.amazonaws.backup#ResourceNotFoundException"
3234                },
3235                {
3236                    "target": "com.amazonaws.backup#ServiceUnavailableException"
3237                }
3238            ],
3239            "traits": {
3240                "smithy.api#documentation": "<p>Deletes the specified continuous backup recovery point from Backup and\n         releases control of that continuous backup to the source service, such as Amazon RDS. The source service will continue to create and retain continuous backups using the\n         lifecycle that you specified in your original backup plan.</p>\n         <p>Does not support snapshot backup recovery points.</p>",
3241                "smithy.api#http": {
3242                    "method": "POST",
3243                    "uri": "/backup-vaults/{BackupVaultName}/recovery-points/{RecoveryPointArn}/disassociate",
3244                    "code": 200
3245                }
3246            }
3247        },
3248        "com.amazonaws.backup#DisassociateRecoveryPointInput": {
3249            "type": "structure",
3250            "members": {
3251                "BackupVaultName": {
3252                    "target": "com.amazonaws.backup#BackupVaultName",
3253                    "traits": {
3254                        "smithy.api#documentation": "<p>The unique name of an Backup vault.</p>",
3255                        "smithy.api#httpLabel": {},
3256                        "smithy.api#required": {}
3257                    }
3258                },
3259                "RecoveryPointArn": {
3260                    "target": "com.amazonaws.backup#ARN",
3261                    "traits": {
3262                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies an Backup recovery\n         point.</p>",
3263                        "smithy.api#httpLabel": {},
3264                        "smithy.api#required": {}
3265                    }
3266                }
3267            }
3268        },
3269        "com.amazonaws.backup#ExportBackupPlanTemplate": {
3270            "type": "operation",
3271            "input": {
3272                "target": "com.amazonaws.backup#ExportBackupPlanTemplateInput"
3273            },
3274            "output": {
3275                "target": "com.amazonaws.backup#ExportBackupPlanTemplateOutput"
3276            },
3277            "errors": [
3278                {
3279                    "target": "com.amazonaws.backup#InvalidParameterValueException"
3280                },
3281                {
3282                    "target": "com.amazonaws.backup#MissingParameterValueException"
3283                },
3284                {
3285                    "target": "com.amazonaws.backup#ResourceNotFoundException"
3286                },
3287                {
3288                    "target": "com.amazonaws.backup#ServiceUnavailableException"
3289                }
3290            ],
3291            "traits": {
3292                "smithy.api#documentation": "<p>Returns the backup plan that is specified by the plan ID as a backup template.</p>",
3293                "smithy.api#http": {
3294                    "method": "GET",
3295                    "uri": "/backup/plans/{BackupPlanId}/toTemplate",
3296                    "code": 200
3297                }
3298            }
3299        },
3300        "com.amazonaws.backup#ExportBackupPlanTemplateInput": {
3301            "type": "structure",
3302            "members": {
3303                "BackupPlanId": {
3304                    "target": "com.amazonaws.backup#string",
3305                    "traits": {
3306                        "smithy.api#documentation": "<p>Uniquely identifies a backup plan.</p>",
3307                        "smithy.api#httpLabel": {},
3308                        "smithy.api#required": {}
3309                    }
3310                }
3311            }
3312        },
3313        "com.amazonaws.backup#ExportBackupPlanTemplateOutput": {
3314            "type": "structure",
3315            "members": {
3316                "BackupPlanTemplateJson": {
3317                    "target": "com.amazonaws.backup#string",
3318                    "traits": {
3319                        "smithy.api#documentation": "<p>The body of a backup plan template in JSON format.</p>\n         <note>\n            <p>This is a signed JSON document that cannot be modified before being passed to\n               <code>GetBackupPlanFromJSON.</code>\n            </p>\n         </note>"
3320                    }
3321                }
3322            }
3323        },
3324        "com.amazonaws.backup#FormatList": {
3325            "type": "list",
3326            "member": {
3327                "target": "com.amazonaws.backup#string"
3328            }
3329        },
3330        "com.amazonaws.backup#Framework": {
3331            "type": "structure",
3332            "members": {
3333                "FrameworkName": {
3334                    "target": "com.amazonaws.backup#FrameworkName",
3335                    "traits": {
3336                        "smithy.api#documentation": "<p>The unique name of a framework. This name is between 1 and 256 characters, starting with\n         a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).</p>"
3337                    }
3338                },
3339                "FrameworkArn": {
3340                    "target": "com.amazonaws.backup#ARN",
3341                    "traits": {
3342                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN\n         depends on the resource type.</p>"
3343                    }
3344                },
3345                "FrameworkDescription": {
3346                    "target": "com.amazonaws.backup#FrameworkDescription",
3347                    "traits": {
3348                        "smithy.api#documentation": "<p>An optional description of the framework with a maximum 1,024 characters.</p>"
3349                    }
3350                },
3351                "NumberOfControls": {
3352                    "target": "com.amazonaws.backup#integer",
3353                    "traits": {
3354                        "smithy.api#documentation": "<p>The number of controls contained by the framework.</p>"
3355                    }
3356                },
3357                "CreationTime": {
3358                    "target": "com.amazonaws.backup#timestamp",
3359                    "traits": {
3360                        "smithy.api#documentation": "<p>The date and time that a framework is created, in Unix format and Coordinated Universal\n         Time (UTC). The value of <code>CreationTime</code> is accurate to milliseconds. For\n         example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
3361                    }
3362                },
3363                "DeploymentStatus": {
3364                    "target": "com.amazonaws.backup#string",
3365                    "traits": {
3366                        "smithy.api#documentation": "<p>The deployment status of a framework. The statuses are:</p>\n         <p>\n            <code>CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED |\n            FAILED</code>\n         </p>"
3367                    }
3368                }
3369            },
3370            "traits": {
3371                "smithy.api#documentation": "<p>Contains detailed information about a framework. Frameworks contain controls, which\n         evaluate and report on your backup events and resources. Frameworks generate daily\n         compliance results.</p>"
3372            }
3373        },
3374        "com.amazonaws.backup#FrameworkControl": {
3375            "type": "structure",
3376            "members": {
3377                "ControlName": {
3378                    "target": "com.amazonaws.backup#ControlName",
3379                    "traits": {
3380                        "smithy.api#documentation": "<p>The name of a control. This name is between 1 and 256 characters.</p>",
3381                        "smithy.api#required": {}
3382                    }
3383                },
3384                "ControlInputParameters": {
3385                    "target": "com.amazonaws.backup#ControlInputParameters",
3386                    "traits": {
3387                        "smithy.api#documentation": "<p>A list of <code>ParameterName</code> and <code>ParameterValue</code> pairs.</p>"
3388                    }
3389                },
3390                "ControlScope": {
3391                    "target": "com.amazonaws.backup#ControlScope",
3392                    "traits": {
3393                        "smithy.api#documentation": "<p>The scope of a control. The control scope defines what the control will evaluate. Three\n         examples of control scopes are: a specific backup plan, all backup plans with a specific\n         tag, or all backup plans. For more information, see <code>ControlScope</code>.</p>"
3394                    }
3395                }
3396            },
3397            "traits": {
3398                "smithy.api#documentation": "<p>Contains detailed information about all of the controls of a framework. Each framework\n         must contain at least one control.</p>"
3399            }
3400        },
3401        "com.amazonaws.backup#FrameworkControls": {
3402            "type": "list",
3403            "member": {
3404                "target": "com.amazonaws.backup#FrameworkControl"
3405            }
3406        },
3407        "com.amazonaws.backup#FrameworkDescription": {
3408            "type": "string",
3409            "traits": {
3410                "smithy.api#length": {
3411                    "min": 0,
3412                    "max": 1024
3413                },
3414                "smithy.api#pattern": "\\S"
3415            }
3416        },
3417        "com.amazonaws.backup#FrameworkList": {
3418            "type": "list",
3419            "member": {
3420                "target": "com.amazonaws.backup#Framework"
3421            }
3422        },
3423        "com.amazonaws.backup#FrameworkName": {
3424            "type": "string",
3425            "traits": {
3426                "smithy.api#length": {
3427                    "min": 1,
3428                    "max": 256
3429                },
3430                "smithy.api#pattern": "^[a-zA-Z][_a-zA-Z0-9]*$"
3431            }
3432        },
3433        "com.amazonaws.backup#GetBackupPlan": {
3434            "type": "operation",
3435            "input": {
3436                "target": "com.amazonaws.backup#GetBackupPlanInput"
3437            },
3438            "output": {
3439                "target": "com.amazonaws.backup#GetBackupPlanOutput"
3440            },
3441            "errors": [
3442                {
3443                    "target": "com.amazonaws.backup#InvalidParameterValueException"
3444                },
3445                {
3446                    "target": "com.amazonaws.backup#MissingParameterValueException"
3447                },
3448                {
3449                    "target": "com.amazonaws.backup#ResourceNotFoundException"
3450                },
3451                {
3452                    "target": "com.amazonaws.backup#ServiceUnavailableException"
3453                }
3454            ],
3455            "traits": {
3456                "smithy.api#documentation": "<p>Returns <code>BackupPlan</code> details for the specified <code>BackupPlanId</code>. The\n         details are the body of a backup plan in JSON format, in addition to plan metadata.</p>",
3457                "smithy.api#http": {
3458                    "method": "GET",
3459                    "uri": "/backup/plans/{BackupPlanId}",
3460                    "code": 200
3461                },
3462                "smithy.api#idempotent": {}
3463            }
3464        },
3465        "com.amazonaws.backup#GetBackupPlanFromJSON": {
3466            "type": "operation",
3467            "input": {
3468                "target": "com.amazonaws.backup#GetBackupPlanFromJSONInput"
3469            },
3470            "output": {
3471                "target": "com.amazonaws.backup#GetBackupPlanFromJSONOutput"
3472            },
3473            "errors": [
3474                {
3475                    "target": "com.amazonaws.backup#InvalidParameterValueException"
3476                },
3477                {
3478                    "target": "com.amazonaws.backup#InvalidRequestException"
3479                },
3480                {
3481                    "target": "com.amazonaws.backup#LimitExceededException"
3482                },
3483                {
3484                    "target": "com.amazonaws.backup#MissingParameterValueException"
3485                },
3486                {
3487                    "target": "com.amazonaws.backup#ServiceUnavailableException"
3488                }
3489            ],
3490            "traits": {
3491                "smithy.api#documentation": "<p>Returns a valid JSON document specifying a backup plan or an error.</p>",
3492                "smithy.api#http": {
3493                    "method": "POST",
3494                    "uri": "/backup/template/json/toPlan",
3495                    "code": 200
3496                }
3497            }
3498        },
3499        "com.amazonaws.backup#GetBackupPlanFromJSONInput": {
3500            "type": "structure",
3501            "members": {
3502                "BackupPlanTemplateJson": {
3503                    "target": "com.amazonaws.backup#string",
3504                    "traits": {
3505                        "smithy.api#documentation": "<p>A customer-supplied backup plan document in JSON format.</p>",
3506                        "smithy.api#required": {}
3507                    }
3508                }
3509            }
3510        },
3511        "com.amazonaws.backup#GetBackupPlanFromJSONOutput": {
3512            "type": "structure",
3513            "members": {
3514                "BackupPlan": {
3515                    "target": "com.amazonaws.backup#BackupPlan",
3516                    "traits": {
3517                        "smithy.api#documentation": "<p>Specifies the body of a backup plan. Includes a <code>BackupPlanName</code> and one or\n         more sets of <code>Rules</code>.</p>"
3518                    }
3519                }
3520            }
3521        },
3522        "com.amazonaws.backup#GetBackupPlanFromTemplate": {
3523            "type": "operation",
3524            "input": {
3525                "target": "com.amazonaws.backup#GetBackupPlanFromTemplateInput"
3526            },
3527            "output": {
3528                "target": "com.amazonaws.backup#GetBackupPlanFromTemplateOutput"
3529            },
3530            "errors": [
3531                {
3532                    "target": "com.amazonaws.backup#InvalidParameterValueException"
3533                },
3534                {
3535                    "target": "com.amazonaws.backup#MissingParameterValueException"
3536                },
3537                {
3538                    "target": "com.amazonaws.backup#ResourceNotFoundException"
3539                },
3540                {
3541                    "target": "com.amazonaws.backup#ServiceUnavailableException"
3542                }
3543            ],
3544            "traits": {
3545                "smithy.api#documentation": "<p>Returns the template specified by its <code>templateId</code> as a backup plan.</p>",
3546                "smithy.api#http": {
3547                    "method": "GET",
3548                    "uri": "/backup/template/plans/{BackupPlanTemplateId}/toPlan",
3549                    "code": 200
3550                }
3551            }
3552        },
3553        "com.amazonaws.backup#GetBackupPlanFromTemplateInput": {
3554            "type": "structure",
3555            "members": {
3556                "BackupPlanTemplateId": {
3557                    "target": "com.amazonaws.backup#string",
3558                    "traits": {
3559                        "smithy.api#documentation": "<p>Uniquely identifies a stored backup plan template.</p>",
3560                        "smithy.api#httpLabel": {},
3561                        "smithy.api#required": {}
3562                    }
3563                }
3564            }
3565        },
3566        "com.amazonaws.backup#GetBackupPlanFromTemplateOutput": {
3567            "type": "structure",
3568            "members": {
3569                "BackupPlanDocument": {
3570                    "target": "com.amazonaws.backup#BackupPlan",
3571                    "traits": {
3572                        "smithy.api#documentation": "<p>Returns the body of a backup plan based on the target template, including the name,\n         rules, and backup vault of the plan.</p>"
3573                    }
3574                }
3575            }
3576        },
3577        "com.amazonaws.backup#GetBackupPlanInput": {
3578            "type": "structure",
3579            "members": {
3580                "BackupPlanId": {
3581                    "target": "com.amazonaws.backup#string",
3582                    "traits": {
3583                        "smithy.api#documentation": "<p>Uniquely identifies a backup plan.</p>",
3584                        "smithy.api#httpLabel": {},
3585                        "smithy.api#required": {}
3586                    }
3587                },
3588                "VersionId": {
3589                    "target": "com.amazonaws.backup#string",
3590                    "traits": {
3591                        "smithy.api#documentation": "<p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes\n         long. Version IDs cannot be edited.</p>",
3592                        "smithy.api#httpQuery": "versionId"
3593                    }
3594                }
3595            }
3596        },
3597        "com.amazonaws.backup#GetBackupPlanOutput": {
3598            "type": "structure",
3599            "members": {
3600                "BackupPlan": {
3601                    "target": "com.amazonaws.backup#BackupPlan",
3602                    "traits": {
3603                        "smithy.api#documentation": "<p>Specifies the body of a backup plan. Includes a <code>BackupPlanName</code> and one or\n         more sets of <code>Rules</code>.</p>"
3604                    }
3605                },
3606                "BackupPlanId": {
3607                    "target": "com.amazonaws.backup#string",
3608                    "traits": {
3609                        "smithy.api#documentation": "<p>Uniquely identifies a backup plan.</p>"
3610                    }
3611                },
3612                "BackupPlanArn": {
3613                    "target": "com.amazonaws.backup#ARN",
3614                    "traits": {
3615                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>"
3616                    }
3617                },
3618                "VersionId": {
3619                    "target": "com.amazonaws.backup#string",
3620                    "traits": {
3621                        "smithy.api#documentation": "<p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes\n         long. Version IDs cannot be edited.</p>"
3622                    }
3623                },
3624                "CreatorRequestId": {
3625                    "target": "com.amazonaws.backup#string",
3626                    "traits": {
3627                        "smithy.api#documentation": "<p>A unique string that identifies the request and allows failed requests to be retried\n         without the risk of running the operation twice.</p>"
3628                    }
3629                },
3630                "CreationDate": {
3631                    "target": "com.amazonaws.backup#timestamp",
3632                    "traits": {
3633                        "smithy.api#documentation": "<p>The date and time that a backup plan is created, in Unix format and Coordinated\n         Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds.\n         For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
3634                    }
3635                },
3636                "DeletionDate": {
3637                    "target": "com.amazonaws.backup#timestamp",
3638                    "traits": {
3639                        "smithy.api#documentation": "<p>The date and time that a backup plan is deleted, in Unix format and Coordinated\n         Universal Time (UTC). The value of <code>DeletionDate</code> is accurate to milliseconds.\n         For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
3640                    }
3641                },
3642                "LastExecutionDate": {
3643                    "target": "com.amazonaws.backup#timestamp",
3644                    "traits": {
3645                        "smithy.api#documentation": "<p>The last time a job to back up resources was run with this backup plan. A date and time,\n         in Unix format and Coordinated Universal Time (UTC). The value of\n            <code>LastExecutionDate</code> is accurate to milliseconds. For example, the value\n         1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>"
3646                    }
3647                },
3648                "AdvancedBackupSettings": {
3649                    "target": "com.amazonaws.backup#AdvancedBackupSettings",
3650                    "traits": {
3651                        "smithy.api#documentation": "<p>Contains a list of <code>BackupOptions</code> for each resource type. The list is\n         populated only if the advanced option is set for the backup plan.</p>"
3652                    }
3653                }
3654            }
3655        },
3656        "com.amazonaws.backup#GetBackupSelection": {
3657            "type": "operation",
3658            "input": {
3659                "target": "com.amazonaws.backup#GetBackupSelectionInput"
3660            },
3661            "output": {
3662                "target": "com.amazonaws.backup#GetBackupSelectionOutput"
3663            },
3664            "errors": [
3665                {
3666                    "target": "com.amazonaws.backup#InvalidParameterValueException"
3667                },
3668                {
3669                    "target": "com.amazonaws.backup#MissingParameterValueException"
3670                },
3671                {
3672                    "target": "com.amazonaws.backup#ResourceNotFoundException"
3673                },
3674                {
3675                    "target": "com.amazonaws.backup#ServiceUnavailableException"
3676                }
3677            ],
3678            "traits": {
3679                "smithy.api#documentation": "<p>Returns selection metadata and a document in JSON format that specifies a list of\n         resources that are associated with a backup plan.</p>",
3680                "smithy.api#http": {
3681                    "method": "GET",
3682                    "uri": "/backup/plans/{BackupPlanId}/selections/{SelectionId}",
3683                    "code": 200
3684                },
3685                "smithy.api#idempotent": {}
3686            }
3687        },
3688        "com.amazonaws.backup#GetBackupSelectionInput": {
3689            "type": "structure",
3690            "members": {
3691                "BackupPlanId": {
3692                    "target": "com.amazonaws.backup#string",
3693                    "traits": {
3694                        "smithy.api#documentation": "<p>Uniquely identifies a backup plan.</p>",
3695                        "smithy.api#httpLabel": {},
3696                        "smithy.api#required": {}
3697                    }
3698                },
3699                "SelectionId": {
3700                    "target": "com.amazonaws.backup#string",
3701                    "traits": {
3702                        "smithy.api#documentation": "<p>Uniquely identifies the body of a request to assign a set of resources to a backup\n         plan.</p>",
3703                        "smithy.api#httpLabel": {},
3704                        "smithy.api#required": {}
3705                    }
3706                }
3707            }
3708        },
3709        "com.amazonaws.backup#GetBackupSelectionOutput": {
3710            "type": "structure",
3711            "members": {
3712                "BackupSelection": {
3713                    "target": "com.amazonaws.backup#BackupSelection",
3714                    "traits": {
3715                        "smithy.api#documentation": "<p>Specifies the body of a request to assign a set of resources to a backup plan.</p>"
3716                    }
3717                },
3718                "SelectionId": {
3719                    "target": "com.amazonaws.backup#string",
3720                    "traits": {
3721                        "smithy.api#documentation": "<p>Uniquely identifies the body of a request to assign a set of resources to a backup\n         plan.</p>"
3722                    }
3723                },
3724                "BackupPlanId": {
3725                    "target": "com.amazonaws.backup#string",
3726                    "traits": {
3727                        "smithy.api#documentation": "<p>Uniquely identifies a backup plan.</p>"
3728                    }
3729                },
3730                "CreationDate": {
3731                    "target": "com.amazonaws.backup#timestamp",
3732                    "traits": {
3733                        "smithy.api#documentation": "<p>The date and time a backup selection is created, in Unix format and Coordinated\n         Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds.\n         For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
3734                    }
3735                },
3736                "CreatorRequestId": {
3737                    "target": "com.amazonaws.backup#string",
3738                    "traits": {
3739                        "smithy.api#documentation": "<p>A unique string that identifies the request and allows failed requests to be retried\n         without the risk of running the operation twice.</p>"
3740                    }
3741                }
3742            }
3743        },
3744        "com.amazonaws.backup#GetBackupVaultAccessPolicy": {
3745            "type": "operation",
3746            "input": {
3747                "target": "com.amazonaws.backup#GetBackupVaultAccessPolicyInput"
3748            },
3749            "output": {
3750                "target": "com.amazonaws.backup#GetBackupVaultAccessPolicyOutput"
3751            },
3752            "errors": [
3753                {
3754                    "target": "com.amazonaws.backup#InvalidParameterValueException"
3755                },
3756                {
3757                    "target": "com.amazonaws.backup#MissingParameterValueException"
3758                },
3759                {
3760                    "target": "com.amazonaws.backup#ResourceNotFoundException"
3761                },
3762                {
3763                    "target": "com.amazonaws.backup#ServiceUnavailableException"
3764                }
3765            ],
3766            "traits": {
3767                "smithy.api#documentation": "<p>Returns the access policy document that is associated with the named backup\n         vault.</p>",
3768                "smithy.api#http": {
3769                    "method": "GET",
3770                    "uri": "/backup-vaults/{BackupVaultName}/access-policy",
3771                    "code": 200
3772                },
3773                "smithy.api#idempotent": {}
3774            }
3775        },
3776        "com.amazonaws.backup#GetBackupVaultAccessPolicyInput": {
3777            "type": "structure",
3778            "members": {
3779                "BackupVaultName": {
3780                    "target": "com.amazonaws.backup#BackupVaultName",
3781                    "traits": {
3782                        "smithy.api#documentation": "<p>The name of a logical container where backups are stored. Backup vaults are identified\n         by names that are unique to the account used to create them and the Amazon Web Services\n         Region where they are created. They consist of lowercase letters, numbers, and\n         hyphens.</p>",
3783                        "smithy.api#httpLabel": {},
3784                        "smithy.api#required": {}
3785                    }
3786                }
3787            }
3788        },
3789        "com.amazonaws.backup#GetBackupVaultAccessPolicyOutput": {
3790            "type": "structure",
3791            "members": {
3792                "BackupVaultName": {
3793                    "target": "com.amazonaws.backup#BackupVaultName",
3794                    "traits": {
3795                        "smithy.api#documentation": "<p>The name of a logical container where backups are stored. Backup vaults are identified\n         by names that are unique to the account used to create them and the Region where they are\n         created. They consist of lowercase letters, numbers, and hyphens.</p>"
3796                    }
3797                },
3798                "BackupVaultArn": {
3799                    "target": "com.amazonaws.backup#ARN",
3800                    "traits": {
3801                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>"
3802                    }
3803                },
3804                "Policy": {
3805                    "target": "com.amazonaws.backup#IAMPolicy",
3806                    "traits": {
3807                        "smithy.api#documentation": "<p>The backup vault access policy document in JSON format.</p>"
3808                    }
3809                }
3810            }
3811        },
3812        "com.amazonaws.backup#GetBackupVaultNotifications": {
3813            "type": "operation",
3814            "input": {
3815                "target": "com.amazonaws.backup#GetBackupVaultNotificationsInput"
3816            },
3817            "output": {
3818                "target": "com.amazonaws.backup#GetBackupVaultNotificationsOutput"
3819            },
3820            "errors": [
3821                {
3822                    "target": "com.amazonaws.backup#InvalidParameterValueException"
3823                },
3824                {
3825                    "target": "com.amazonaws.backup#MissingParameterValueException"
3826                },
3827                {
3828                    "target": "com.amazonaws.backup#ResourceNotFoundException"
3829                },
3830                {
3831                    "target": "com.amazonaws.backup#ServiceUnavailableException"
3832                }
3833            ],
3834            "traits": {
3835                "smithy.api#documentation": "<p>Returns event notifications for the specified backup vault.</p>",
3836                "smithy.api#http": {
3837                    "method": "GET",
3838                    "uri": "/backup-vaults/{BackupVaultName}/notification-configuration",
3839                    "code": 200
3840                },
3841                "smithy.api#idempotent": {}
3842            }
3843        },
3844        "com.amazonaws.backup#GetBackupVaultNotificationsInput": {
3845            "type": "structure",
3846            "members": {
3847                "BackupVaultName": {
3848                    "target": "com.amazonaws.backup#BackupVaultName",
3849                    "traits": {
3850                        "smithy.api#documentation": "<p>The name of a logical container where backups are stored. Backup vaults are identified\n         by names that are unique to the account used to create them and the Amazon Web Services\n         Region where they are created. They consist of lowercase letters, numbers, and\n         hyphens.</p>",
3851                        "smithy.api#httpLabel": {},
3852                        "smithy.api#required": {}
3853                    }
3854                }
3855            }
3856        },
3857        "com.amazonaws.backup#GetBackupVaultNotificationsOutput": {
3858            "type": "structure",
3859            "members": {
3860                "BackupVaultName": {
3861                    "target": "com.amazonaws.backup#BackupVaultName",
3862                    "traits": {
3863                        "smithy.api#documentation": "<p>The name of a logical container where backups are stored. Backup vaults are identified\n         by names that are unique to the account used to create them and the Region where they are\n         created. They consist of lowercase letters, numbers, and hyphens.</p>"
3864                    }
3865                },
3866                "BackupVaultArn": {
3867                    "target": "com.amazonaws.backup#ARN",
3868                    "traits": {
3869                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>"
3870                    }
3871                },
3872                "SNSTopicArn": {
3873                    "target": "com.amazonaws.backup#ARN",
3874                    "traits": {
3875                        "smithy.api#documentation": "<p>An ARN that uniquely identifies an Amazon Simple Notification Service (Amazon SNS)\n         topic; for example, <code>arn:aws:sns:us-west-2:111122223333:MyTopic</code>.</p>"
3876                    }
3877                },
3878                "BackupVaultEvents": {
3879                    "target": "com.amazonaws.backup#BackupVaultEvents",
3880                    "traits": {
3881                        "smithy.api#documentation": "<p>An array of events that indicate the status of jobs to back up resources to the backup\n         vault.</p>"
3882                    }
3883                }
3884            }
3885        },
3886        "com.amazonaws.backup#GetRecoveryPointRestoreMetadata": {
3887            "type": "operation",
3888            "input": {
3889                "target": "com.amazonaws.backup#GetRecoveryPointRestoreMetadataInput"
3890            },
3891            "output": {
3892                "target": "com.amazonaws.backup#GetRecoveryPointRestoreMetadataOutput"
3893            },
3894            "errors": [
3895                {
3896                    "target": "com.amazonaws.backup#InvalidParameterValueException"
3897                },
3898                {
3899                    "target": "com.amazonaws.backup#MissingParameterValueException"
3900                },
3901                {
3902                    "target": "com.amazonaws.backup#ResourceNotFoundException"
3903                },
3904                {
3905                    "target": "com.amazonaws.backup#ServiceUnavailableException"
3906                }
3907            ],
3908            "traits": {
3909                "smithy.api#documentation": "<p>Returns a set of metadata key-value pairs that were used to create the backup.</p>",
3910                "smithy.api#http": {
3911                    "method": "GET",
3912                    "uri": "/backup-vaults/{BackupVaultName}/recovery-points/{RecoveryPointArn}/restore-metadata",
3913                    "code": 200
3914                },
3915                "smithy.api#idempotent": {}
3916            }
3917        },
3918        "com.amazonaws.backup#GetRecoveryPointRestoreMetadataInput": {
3919            "type": "structure",
3920            "members": {
3921                "BackupVaultName": {
3922                    "target": "com.amazonaws.backup#BackupVaultName",
3923                    "traits": {
3924                        "smithy.api#documentation": "<p>The name of a logical container where backups are stored. Backup vaults are identified\n         by names that are unique to the account used to create them and the Amazon Web Services\n         Region where they are created. They consist of lowercase letters, numbers, and\n         hyphens.</p>",
3925                        "smithy.api#httpLabel": {},
3926                        "smithy.api#required": {}
3927                    }
3928                },
3929                "RecoveryPointArn": {
3930                    "target": "com.amazonaws.backup#ARN",
3931                    "traits": {
3932                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>",
3933                        "smithy.api#httpLabel": {},
3934                        "smithy.api#required": {}
3935                    }
3936                }
3937            }
3938        },
3939        "com.amazonaws.backup#GetRecoveryPointRestoreMetadataOutput": {
3940            "type": "structure",
3941            "members": {
3942                "BackupVaultArn": {
3943                    "target": "com.amazonaws.backup#ARN",
3944                    "traits": {
3945                        "smithy.api#documentation": "<p>An ARN that uniquely identifies a backup vault; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>"
3946                    }
3947                },
3948                "RecoveryPointArn": {
3949                    "target": "com.amazonaws.backup#ARN",
3950                    "traits": {
3951                        "smithy.api#documentation": "<p>An ARN that uniquely identifies a recovery point; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>"
3952                    }
3953                },
3954                "RestoreMetadata": {
3955                    "target": "com.amazonaws.backup#Metadata",
3956                    "traits": {
3957                        "smithy.api#documentation": "<p>The set of metadata key-value pairs that describe the original configuration of the\n         backed-up resource. These values vary depending on the service that is being\n         restored.</p>"
3958                    }
3959                }
3960            }
3961        },
3962        "com.amazonaws.backup#GetSupportedResourceTypes": {
3963            "type": "operation",
3964            "output": {
3965                "target": "com.amazonaws.backup#GetSupportedResourceTypesOutput"
3966            },
3967            "errors": [
3968                {
3969                    "target": "com.amazonaws.backup#ServiceUnavailableException"
3970                }
3971            ],
3972            "traits": {
3973                "smithy.api#documentation": "<p>Returns the Amazon Web Services resource types supported by Backup.</p>",
3974                "smithy.api#http": {
3975                    "method": "GET",
3976                    "uri": "/supported-resource-types",
3977                    "code": 200
3978                }
3979            }
3980        },
3981        "com.amazonaws.backup#GetSupportedResourceTypesOutput": {
3982            "type": "structure",
3983            "members": {
3984                "ResourceTypes": {
3985                    "target": "com.amazonaws.backup#ResourceTypes",
3986                    "traits": {
3987                        "smithy.api#documentation": "<p>Contains a string with the supported Amazon Web Services resource types:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>DynamoDB</code> for Amazon DynamoDB</p>\n            </li>\n            <li>\n               <p>\n                  <code>EBS</code> for Amazon Elastic Block Store</p>\n            </li>\n            <li>\n               <p>\n                  <code>EC2</code> for Amazon Elastic Compute Cloud</p>\n            </li>\n            <li>\n               <p>\n                  <code>EFS</code> for Amazon Elastic File System</p>\n            </li>\n            <li>\n               <p>\n                  <code>RDS</code> for Amazon Relational Database Service</p>\n            </li>\n            <li>\n               <p>\n                  <code>Aurora</code> for Amazon Aurora</p>\n            </li>\n            <li>\n               <p>\n                  <code>Storage Gateway</code> for Storage Gateway</p>\n            </li>\n         </ul>"
3988                    }
3989                }
3990            }
3991        },
3992        "com.amazonaws.backup#GlobalSettings": {
3993            "type": "map",
3994            "key": {
3995                "target": "com.amazonaws.backup#GlobalSettingsName"
3996            },
3997            "value": {
3998                "target": "com.amazonaws.backup#GlobalSettingsValue"
3999            }
4000        },
4001        "com.amazonaws.backup#GlobalSettingsName": {
4002            "type": "string"
4003        },
4004        "com.amazonaws.backup#GlobalSettingsValue": {
4005            "type": "string"
4006        },
4007        "com.amazonaws.backup#IAMPolicy": {
4008            "type": "string"
4009        },
4010        "com.amazonaws.backup#IAMRoleArn": {
4011            "type": "string"
4012        },
4013        "com.amazonaws.backup#InvalidParameterValueException": {
4014            "type": "structure",
4015            "members": {
4016                "Code": {
4017                    "target": "com.amazonaws.backup#string"
4018                },
4019                "Message": {
4020                    "target": "com.amazonaws.backup#string"
4021                },
4022                "Type": {
4023                    "target": "com.amazonaws.backup#string",
4024                    "traits": {
4025                        "smithy.api#documentation": "<p></p>"
4026                    }
4027                },
4028                "Context": {
4029                    "target": "com.amazonaws.backup#string",
4030                    "traits": {
4031                        "smithy.api#documentation": "<p></p>"
4032                    }
4033                }
4034            },
4035            "traits": {
4036                "smithy.api#documentation": "<p>Indicates that something is wrong with a parameter's value. For example, the value is\n         out of range.</p>",
4037                "smithy.api#error": "client"
4038            }
4039        },
4040        "com.amazonaws.backup#InvalidRequestException": {
4041            "type": "structure",
4042            "members": {
4043                "Code": {
4044                    "target": "com.amazonaws.backup#string"
4045                },
4046                "Message": {
4047                    "target": "com.amazonaws.backup#string"
4048                },
4049                "Type": {
4050                    "target": "com.amazonaws.backup#string",
4051                    "traits": {
4052                        "smithy.api#documentation": "<p></p>"
4053                    }
4054                },
4055                "Context": {
4056                    "target": "com.amazonaws.backup#string",
4057                    "traits": {
4058                        "smithy.api#documentation": "<p></p>"
4059                    }
4060                }
4061            },
4062            "traits": {
4063                "smithy.api#documentation": "<p>Indicates that something is wrong with the input to the request. For example, a\n         parameter is of the wrong type.</p>",
4064                "smithy.api#error": "client"
4065            }
4066        },
4067        "com.amazonaws.backup#InvalidResourceStateException": {
4068            "type": "structure",
4069            "members": {
4070                "Code": {
4071                    "target": "com.amazonaws.backup#string"
4072                },
4073                "Message": {
4074                    "target": "com.amazonaws.backup#string"
4075                },
4076                "Type": {
4077                    "target": "com.amazonaws.backup#string",
4078                    "traits": {
4079                        "smithy.api#documentation": "<p></p>"
4080                    }
4081                },
4082                "Context": {
4083                    "target": "com.amazonaws.backup#string",
4084                    "traits": {
4085                        "smithy.api#documentation": "<p></p>"
4086                    }
4087                }
4088            },
4089            "traits": {
4090                "smithy.api#documentation": "<p>Backup is already performing an action on this recovery point. It can't\n         perform the action you requested until the first action finishes. Try again later.</p>",
4091                "smithy.api#error": "client"
4092            }
4093        },
4094        "com.amazonaws.backup#IsEnabled": {
4095            "type": "boolean"
4096        },
4097        "com.amazonaws.backup#Lifecycle": {
4098            "type": "structure",
4099            "members": {
4100                "MoveToColdStorageAfterDays": {
4101                    "target": "com.amazonaws.backup#Long",
4102                    "traits": {
4103                        "smithy.api#documentation": "<p>Specifies the number of days after creation that a recovery point is moved to cold\n         storage.</p>"
4104                    }
4105                },
4106                "DeleteAfterDays": {
4107                    "target": "com.amazonaws.backup#Long",
4108                    "traits": {
4109                        "smithy.api#documentation": "<p>Specifies the number of days after creation that a recovery point is deleted. Must be\n         greater than 90 days plus <code>MoveToColdStorageAfterDays</code>.</p>"
4110                    }
4111                }
4112            },
4113            "traits": {
4114                "smithy.api#documentation": "<p>Contains an array of <code>Transition</code> objects specifying how long in days before\n         a recovery point transitions to cold storage or is deleted.</p>\n         <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90\n         days. Therefore, on the console, the “expire after days” setting must be 90 days greater\n         than the “transition to cold after days” setting. The “transition to cold after days”\n         setting cannot be changed after a backup has been transitioned to cold.</p>\n         <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>"
4115            }
4116        },
4117        "com.amazonaws.backup#LimitExceededException": {
4118            "type": "structure",
4119            "members": {
4120                "Code": {
4121                    "target": "com.amazonaws.backup#string"
4122                },
4123                "Message": {
4124                    "target": "com.amazonaws.backup#string"
4125                },
4126                "Type": {
4127                    "target": "com.amazonaws.backup#string",
4128                    "traits": {
4129                        "smithy.api#documentation": "<p></p>"
4130                    }
4131                },
4132                "Context": {
4133                    "target": "com.amazonaws.backup#string",
4134                    "traits": {
4135                        "smithy.api#documentation": "<p></p>"
4136                    }
4137                }
4138            },
4139            "traits": {
4140                "smithy.api#documentation": "<p>A limit in the request has been exceeded; for example, a maximum number of items allowed\n         in a request.</p>",
4141                "smithy.api#error": "client"
4142            }
4143        },
4144        "com.amazonaws.backup#ListBackupJobs": {
4145            "type": "operation",
4146            "input": {
4147                "target": "com.amazonaws.backup#ListBackupJobsInput"
4148            },
4149            "output": {
4150                "target": "com.amazonaws.backup#ListBackupJobsOutput"
4151            },
4152            "errors": [
4153                {
4154                    "target": "com.amazonaws.backup#InvalidParameterValueException"
4155                },
4156                {
4157                    "target": "com.amazonaws.backup#ServiceUnavailableException"
4158                }
4159            ],
4160            "traits": {
4161                "smithy.api#documentation": "<p>Returns a list of existing backup jobs for an authenticated account for the last 30\n         days. For a longer period of time, consider using these <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/monitoring.html\">monitoring tools</a>.</p>",
4162                "smithy.api#http": {
4163                    "method": "GET",
4164                    "uri": "/backup-jobs",
4165                    "code": 200
4166                },
4167                "smithy.api#idempotent": {},
4168                "smithy.api#paginated": {
4169                    "inputToken": "NextToken",
4170                    "outputToken": "NextToken",
4171                    "pageSize": "MaxResults"
4172                }
4173            }
4174        },
4175        "com.amazonaws.backup#ListBackupJobsInput": {
4176            "type": "structure",
4177            "members": {
4178                "NextToken": {
4179                    "target": "com.amazonaws.backup#string",
4180                    "traits": {
4181                        "smithy.api#documentation": "<p>The next item following a partial list of returned items. For example, if a request is\n         made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you\n         to return more items in your list starting at the location pointed to by the next\n         token.</p>",
4182                        "smithy.api#httpQuery": "nextToken"
4183                    }
4184                },
4185                "MaxResults": {
4186                    "target": "com.amazonaws.backup#MaxResults",
4187                    "traits": {
4188                        "smithy.api#documentation": "<p>The maximum number of items to be returned.</p>",
4189                        "smithy.api#httpQuery": "maxResults"
4190                    }
4191                },
4192                "ByResourceArn": {
4193                    "target": "com.amazonaws.backup#ARN",
4194                    "traits": {
4195                        "smithy.api#documentation": "<p>Returns only backup jobs that match the specified resource Amazon Resource Name\n         (ARN).</p>",
4196                        "smithy.api#httpQuery": "resourceArn"
4197                    }
4198                },
4199                "ByState": {
4200                    "target": "com.amazonaws.backup#BackupJobState",
4201                    "traits": {
4202                        "smithy.api#documentation": "<p>Returns only backup jobs that are in the specified state.</p>",
4203                        "smithy.api#httpQuery": "state"
4204                    }
4205                },
4206                "ByBackupVaultName": {
4207                    "target": "com.amazonaws.backup#BackupVaultName",
4208                    "traits": {
4209                        "smithy.api#documentation": "<p>Returns only backup jobs that will be stored in the specified backup vault. Backup\n         vaults are identified by names that are unique to the account used to create them and the\n            Amazon Web Services Region where they are created. They consist of lowercase letters,\n         numbers, and hyphens.</p>",
4210                        "smithy.api#httpQuery": "backupVaultName"
4211                    }
4212                },
4213                "ByCreatedBefore": {
4214                    "target": "com.amazonaws.backup#timestamp",
4215                    "traits": {
4216                        "smithy.api#documentation": "<p>Returns only backup jobs that were created before the specified date.</p>",
4217                        "smithy.api#httpQuery": "createdBefore"
4218                    }
4219                },
4220                "ByCreatedAfter": {
4221                    "target": "com.amazonaws.backup#timestamp",
4222                    "traits": {
4223                        "smithy.api#documentation": "<p>Returns only backup jobs that were created after the specified date.</p>",
4224                        "smithy.api#httpQuery": "createdAfter"
4225                    }
4226                },
4227                "ByResourceType": {
4228                    "target": "com.amazonaws.backup#ResourceType",
4229                    "traits": {
4230                        "smithy.api#documentation": "<p>Returns only backup jobs for the specified resources:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>DynamoDB</code> for Amazon DynamoDB</p>\n            </li>\n            <li>\n               <p>\n                  <code>EBS</code> for Amazon Elastic Block Store</p>\n            </li>\n            <li>\n               <p>\n                  <code>EC2</code> for Amazon Elastic Compute Cloud</p>\n            </li>\n            <li>\n               <p>\n                  <code>EFS</code> for Amazon Elastic File System</p>\n            </li>\n            <li>\n               <p>\n                  <code>RDS</code> for Amazon Relational Database Service</p>\n            </li>\n            <li>\n               <p>\n                  <code>Aurora</code> for Amazon Aurora</p>\n            </li>\n            <li>\n               <p>\n                  <code>Storage Gateway</code> for Storage Gateway</p>\n            </li>\n         </ul>",
4231                        "smithy.api#httpQuery": "resourceType"
4232                    }
4233                },
4234                "ByAccountId": {
4235                    "target": "com.amazonaws.backup#AccountId",
4236                    "traits": {
4237                        "smithy.api#documentation": "<p>The account ID to list the jobs from. Returns only backup jobs associated with the\n         specified account ID.</p>\n         <p>If used from an Organizations management account, passing <code>*</code> returns\n         all jobs across the organization.</p>",
4238                        "smithy.api#httpQuery": "accountId"
4239                    }
4240                }
4241            }
4242        },
4243        "com.amazonaws.backup#ListBackupJobsOutput": {
4244            "type": "structure",
4245            "members": {
4246                "BackupJobs": {
4247                    "target": "com.amazonaws.backup#BackupJobsList",
4248                    "traits": {
4249                        "smithy.api#documentation": "<p>An array of structures containing metadata about your backup jobs returned in JSON\n         format.</p>"
4250                    }
4251                },
4252                "NextToken": {
4253                    "target": "com.amazonaws.backup#string",
4254                    "traits": {
4255                        "smithy.api#documentation": "<p>The next item following a partial list of returned items. For example, if a request is\n         made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you\n         to return more items in your list starting at the location pointed to by the next\n         token.</p>"
4256                    }
4257                }
4258            }
4259        },
4260        "com.amazonaws.backup#ListBackupPlanTemplates": {
4261            "type": "operation",
4262            "input": {
4263                "target": "com.amazonaws.backup#ListBackupPlanTemplatesInput"
4264            },
4265            "output": {
4266                "target": "com.amazonaws.backup#ListBackupPlanTemplatesOutput"
4267            },
4268            "errors": [
4269                {
4270                    "target": "com.amazonaws.backup#InvalidParameterValueException"
4271                },
4272                {
4273                    "target": "com.amazonaws.backup#MissingParameterValueException"
4274                },
4275                {
4276                    "target": "com.amazonaws.backup#ResourceNotFoundException"
4277                },
4278                {
4279                    "target": "com.amazonaws.backup#ServiceUnavailableException"
4280                }
4281            ],
4282            "traits": {
4283                "smithy.api#documentation": "<p>Returns metadata of your saved backup plan templates, including the template ID, name,\n         and the creation and deletion dates.</p>",
4284                "smithy.api#http": {
4285                    "method": "GET",
4286                    "uri": "/backup/template/plans",
4287                    "code": 200
4288                },
4289                "smithy.api#paginated": {
4290                    "inputToken": "NextToken",
4291                    "outputToken": "NextToken",
4292                    "pageSize": "MaxResults"
4293                }
4294            }
4295        },
4296        "com.amazonaws.backup#ListBackupPlanTemplatesInput": {
4297            "type": "structure",
4298            "members": {
4299                "NextToken": {
4300                    "target": "com.amazonaws.backup#string",
4301                    "traits": {
4302                        "smithy.api#documentation": "<p>The next item following a partial list of returned items. For example, if a request is\n         made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you\n         to return more items in your list starting at the location pointed to by the next\n         token.</p>",
4303                        "smithy.api#httpQuery": "nextToken"
4304                    }
4305                },
4306                "MaxResults": {
4307                    "target": "com.amazonaws.backup#MaxResults",
4308                    "traits": {
4309                        "smithy.api#documentation": "<p>The maximum number of items to be returned.</p>",
4310                        "smithy.api#httpQuery": "maxResults"
4311                    }
4312                }
4313            }
4314        },
4315        "com.amazonaws.backup#ListBackupPlanTemplatesOutput": {
4316            "type": "structure",
4317            "members": {
4318                "NextToken": {
4319                    "target": "com.amazonaws.backup#string",
4320                    "traits": {
4321                        "smithy.api#documentation": "<p>The next item following a partial list of returned items. For example, if a request is\n         made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you\n         to return more items in your list starting at the location pointed to by the next\n         token.</p>"
4322                    }
4323                },
4324                "BackupPlanTemplatesList": {
4325                    "target": "com.amazonaws.backup#BackupPlanTemplatesList",
4326                    "traits": {
4327                        "smithy.api#documentation": "<p>An array of template list items containing metadata about your saved templates.</p>"
4328                    }
4329                }
4330            }
4331        },
4332        "com.amazonaws.backup#ListBackupPlanVersions": {
4333            "type": "operation",
4334            "input": {
4335                "target": "com.amazonaws.backup#ListBackupPlanVersionsInput"
4336            },
4337            "output": {
4338                "target": "com.amazonaws.backup#ListBackupPlanVersionsOutput"
4339            },
4340            "errors": [
4341                {
4342                    "target": "com.amazonaws.backup#InvalidParameterValueException"
4343                },
4344                {
4345                    "target": "com.amazonaws.backup#MissingParameterValueException"
4346                },
4347                {
4348                    "target": "com.amazonaws.backup#ResourceNotFoundException"
4349                },
4350                {
4351                    "target": "com.amazonaws.backup#ServiceUnavailableException"
4352                }
4353            ],
4354            "traits": {
4355                "smithy.api#documentation": "<p>Returns version metadata of your backup plans, including Amazon Resource Names (ARNs),\n         backup plan IDs, creation and deletion dates, plan names, and version IDs.</p>",
4356                "smithy.api#http": {
4357                    "method": "GET",
4358                    "uri": "/backup/plans/{BackupPlanId}/versions",
4359                    "code": 200
4360                },
4361                "smithy.api#idempotent": {},
4362                "smithy.api#paginated": {
4363                    "inputToken": "NextToken",
4364                    "outputToken": "NextToken",
4365                    "pageSize": "MaxResults"
4366                }
4367            }
4368        },
4369        "com.amazonaws.backup#ListBackupPlanVersionsInput": {
4370            "type": "structure",
4371            "members": {
4372                "BackupPlanId": {
4373                    "target": "com.amazonaws.backup#string",
4374                    "traits": {
4375                        "smithy.api#documentation": "<p>Uniquely identifies a backup plan.</p>",
4376                        "smithy.api#httpLabel": {},
4377                        "smithy.api#required": {}
4378                    }
4379                },
4380                "NextToken": {
4381                    "target": "com.amazonaws.backup#string",
4382                    "traits": {
4383                        "smithy.api#documentation": "<p>The next item following a partial list of returned items. For example, if a request is\n         made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you\n         to return more items in your list starting at the location pointed to by the next\n         token.</p>",
4384                        "smithy.api#httpQuery": "nextToken"
4385                    }
4386                },
4387                "MaxResults": {
4388                    "target": "com.amazonaws.backup#MaxResults",
4389                    "traits": {
4390                        "smithy.api#documentation": "<p>The maximum number of items to be returned.</p>",
4391                        "smithy.api#httpQuery": "maxResults"
4392                    }
4393                }
4394            }
4395        },
4396        "com.amazonaws.backup#ListBackupPlanVersionsOutput": {
4397            "type": "structure",
4398            "members": {
4399                "NextToken": {
4400                    "target": "com.amazonaws.backup#string",
4401                    "traits": {
4402                        "smithy.api#documentation": "<p>The next item following a partial list of returned items. For example, if a request is\n         made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you\n         to return more items in your list starting at the location pointed to by the next\n         token.</p>"
4403                    }
4404                },
4405                "BackupPlanVersionsList": {
4406                    "target": "com.amazonaws.backup#BackupPlanVersionsList",
4407                    "traits": {
4408                        "smithy.api#documentation": "<p>An array of version list items containing metadata about your backup plans.</p>"
4409                    }
4410                }
4411            }
4412        },
4413        "com.amazonaws.backup#ListBackupPlans": {
4414            "type": "operation",
4415            "input": {
4416                "target": "com.amazonaws.backup#ListBackupPlansInput"
4417            },
4418            "output": {
4419                "target": "com.amazonaws.backup#ListBackupPlansOutput"
4420            },
4421            "errors": [
4422                {
4423                    "target": "com.amazonaws.backup#InvalidParameterValueException"
4424                },
4425                {
4426                    "target": "com.amazonaws.backup#MissingParameterValueException"
4427                },
4428                {
4429                    "target": "com.amazonaws.backup#ResourceNotFoundException"
4430                },
4431                {
4432                    "target": "com.amazonaws.backup#ServiceUnavailableException"
4433                }
4434            ],
4435            "traits": {
4436                "smithy.api#documentation": "<p>Returns a list of all active backup plans for an authenticated account. The list\n         contains information such as Amazon Resource Names (ARNs), plan IDs, creation and deletion\n         dates, version IDs, plan names, and creator request IDs.</p>",
4437                "smithy.api#http": {
4438                    "method": "GET",
4439                    "uri": "/backup/plans",
4440                    "code": 200
4441                },
4442                "smithy.api#idempotent": {},
4443                "smithy.api#paginated": {
4444                    "inputToken": "NextToken",
4445                    "outputToken": "NextToken",
4446                    "pageSize": "MaxResults"
4447                }
4448            }
4449        },
4450        "com.amazonaws.backup#ListBackupPlansInput": {
4451            "type": "structure",
4452            "members": {
4453                "NextToken": {
4454                    "target": "com.amazonaws.backup#string",
4455                    "traits": {
4456                        "smithy.api#documentation": "<p>The next item following a partial list of returned items. For example, if a request is\n         made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you\n         to return more items in your list starting at the location pointed to by the next\n         token.</p>",
4457                        "smithy.api#httpQuery": "nextToken"
4458                    }
4459                },
4460                "MaxResults": {
4461                    "target": "com.amazonaws.backup#MaxResults",
4462                    "traits": {
4463                        "smithy.api#documentation": "<p>The maximum number of items to be returned.</p>",
4464                        "smithy.api#httpQuery": "maxResults"
4465                    }
4466                },
4467                "IncludeDeleted": {
4468                    "target": "com.amazonaws.backup#Boolean",
4469                    "traits": {
4470                        "smithy.api#documentation": "<p>A Boolean value with a default value of <code>FALSE</code> that returns deleted backup\n         plans when set to <code>TRUE</code>.</p>",
4471                        "smithy.api#httpQuery": "includeDeleted"
4472                    }
4473                }
4474            }
4475        },
4476        "com.amazonaws.backup#ListBackupPlansOutput": {
4477            "type": "structure",
4478            "members": {
4479                "NextToken": {
4480                    "target": "com.amazonaws.backup#string",
4481                    "traits": {
4482                        "smithy.api#documentation": "<p>The next item following a partial list of returned items. For example, if a request is\n         made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you\n         to return more items in your list starting at the location pointed to by the next\n         token.</p>"
4483                    }
4484                },
4485                "BackupPlansList": {
4486                    "target": "com.amazonaws.backup#BackupPlansList",
4487                    "traits": {
4488                        "smithy.api#documentation": "<p>An array of backup plan list items containing metadata about your saved backup\n         plans.</p>"
4489                    }
4490                }
4491            }
4492        },
4493        "com.amazonaws.backup#ListBackupSelections": {
4494            "type": "operation",
4495            "input": {
4496                "target": "com.amazonaws.backup#ListBackupSelectionsInput"
4497            },
4498            "output": {
4499                "target": "com.amazonaws.backup#ListBackupSelectionsOutput"
4500            },
4501            "errors": [
4502                {
4503                    "target": "com.amazonaws.backup#InvalidParameterValueException"
4504                },
4505                {
4506                    "target": "com.amazonaws.backup#MissingParameterValueException"
4507                },
4508                {
4509                    "target": "com.amazonaws.backup#ResourceNotFoundException"
4510                },
4511                {
4512                    "target": "com.amazonaws.backup#ServiceUnavailableException"
4513                }
4514            ],
4515            "traits": {
4516                "smithy.api#documentation": "<p>Returns an array containing metadata of the resources associated with the target backup\n         plan.</p>",
4517                "smithy.api#http": {
4518                    "method": "GET",
4519                    "uri": "/backup/plans/{BackupPlanId}/selections",
4520                    "code": 200
4521                },
4522                "smithy.api#idempotent": {},
4523                "smithy.api#paginated": {
4524                    "inputToken": "NextToken",
4525                    "outputToken": "NextToken",
4526                    "pageSize": "MaxResults"
4527                }
4528            }
4529        },
4530        "com.amazonaws.backup#ListBackupSelectionsInput": {
4531            "type": "structure",
4532            "members": {
4533                "BackupPlanId": {
4534                    "target": "com.amazonaws.backup#string",
4535                    "traits": {
4536                        "smithy.api#documentation": "<p>Uniquely identifies a backup plan.</p>",
4537                        "smithy.api#httpLabel": {},
4538                        "smithy.api#required": {}
4539                    }
4540                },
4541                "NextToken": {
4542                    "target": "com.amazonaws.backup#string",
4543                    "traits": {
4544                        "smithy.api#documentation": "<p>The next item following a partial list of returned items. For example, if a request is\n         made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you\n         to return more items in your list starting at the location pointed to by the next\n         token.</p>",
4545                        "smithy.api#httpQuery": "nextToken"
4546                    }
4547                },
4548                "MaxResults": {
4549                    "target": "com.amazonaws.backup#MaxResults",
4550                    "traits": {
4551                        "smithy.api#documentation": "<p>The maximum number of items to be returned.</p>",
4552                        "smithy.api#httpQuery": "maxResults"
4553                    }
4554                }
4555            }
4556        },
4557        "com.amazonaws.backup#ListBackupSelectionsOutput": {
4558            "type": "structure",
4559            "members": {
4560                "NextToken": {
4561                    "target": "com.amazonaws.backup#string",
4562                    "traits": {
4563                        "smithy.api#documentation": "<p>The next item following a partial list of returned items. For example, if a request is\n         made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you\n         to return more items in your list starting at the location pointed to by the next\n         token.</p>"
4564                    }
4565                },
4566                "BackupSelectionsList": {
4567                    "target": "com.amazonaws.backup#BackupSelectionsList",
4568                    "traits": {
4569                        "smithy.api#documentation": "<p>An array of backup selection list items containing metadata about each resource in the\n         list.</p>"
4570                    }
4571                }
4572            }
4573        },
4574        "com.amazonaws.backup#ListBackupVaults": {
4575            "type": "operation",
4576            "input": {
4577                "target": "com.amazonaws.backup#ListBackupVaultsInput"
4578            },
4579            "output": {
4580                "target": "com.amazonaws.backup#ListBackupVaultsOutput"
4581            },
4582            "errors": [
4583                {
4584                    "target": "com.amazonaws.backup#InvalidParameterValueException"
4585                },
4586                {
4587                    "target": "com.amazonaws.backup#MissingParameterValueException"
4588                },
4589                {
4590                    "target": "com.amazonaws.backup#ResourceNotFoundException"
4591                },
4592                {
4593                    "target": "com.amazonaws.backup#ServiceUnavailableException"
4594                }
4595            ],
4596            "traits": {
4597                "smithy.api#documentation": "<p>Returns a list of recovery point storage containers along with information about\n         them.</p>",
4598                "smithy.api#http": {
4599                    "method": "GET",
4600                    "uri": "/backup-vaults",
4601                    "code": 200
4602                },
4603                "smithy.api#idempotent": {},
4604                "smithy.api#paginated": {
4605                    "inputToken": "NextToken",
4606                    "outputToken": "NextToken",
4607                    "pageSize": "MaxResults"
4608                }
4609            }
4610        },
4611        "com.amazonaws.backup#ListBackupVaultsInput": {
4612            "type": "structure",
4613            "members": {
4614                "NextToken": {
4615                    "target": "com.amazonaws.backup#string",
4616                    "traits": {
4617                        "smithy.api#documentation": "<p>The next item following a partial list of returned items. For example, if a request is\n         made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you\n         to return more items in your list starting at the location pointed to by the next\n         token.</p>",
4618                        "smithy.api#httpQuery": "nextToken"
4619                    }
4620                },
4621                "MaxResults": {
4622                    "target": "com.amazonaws.backup#MaxResults",
4623                    "traits": {
4624                        "smithy.api#documentation": "<p>The maximum number of items to be returned.</p>",
4625                        "smithy.api#httpQuery": "maxResults"
4626                    }
4627                }
4628            }
4629        },
4630        "com.amazonaws.backup#ListBackupVaultsOutput": {
4631            "type": "structure",
4632            "members": {
4633                "BackupVaultList": {
4634                    "target": "com.amazonaws.backup#BackupVaultList",
4635                    "traits": {
4636                        "smithy.api#documentation": "<p>An array of backup vault list members containing vault metadata, including Amazon\n         Resource Name (ARN), display name, creation date, number of saved recovery points, and\n         encryption information if the resources saved in the backup vault are encrypted.</p>"
4637                    }
4638                },
4639                "NextToken": {
4640                    "target": "com.amazonaws.backup#string",
4641                    "traits": {
4642                        "smithy.api#documentation": "<p>The next item following a partial list of returned items. For example, if a request is\n         made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you\n         to return more items in your list starting at the location pointed to by the next\n         token.</p>"
4643                    }
4644                }
4645            }
4646        },
4647        "com.amazonaws.backup#ListCopyJobs": {
4648            "type": "operation",
4649            "input": {
4650                "target": "com.amazonaws.backup#ListCopyJobsInput"
4651            },
4652            "output": {
4653                "target": "com.amazonaws.backup#ListCopyJobsOutput"
4654            },
4655            "errors": [
4656                {
4657                    "target": "com.amazonaws.backup#InvalidParameterValueException"
4658                },
4659                {
4660                    "target": "com.amazonaws.backup#ServiceUnavailableException"
4661                }
4662            ],
4663            "traits": {
4664                "smithy.api#documentation": "<p>Returns metadata about your copy jobs.</p>",
4665                "smithy.api#http": {
4666                    "method": "GET",
4667                    "uri": "/copy-jobs",
4668                    "code": 200
4669                },
4670                "smithy.api#paginated": {
4671                    "inputToken": "NextToken",
4672                    "outputToken": "NextToken",
4673                    "pageSize": "MaxResults"
4674                }
4675            }
4676        },
4677        "com.amazonaws.backup#ListCopyJobsInput": {
4678            "type": "structure",
4679            "members": {
4680                "NextToken": {
4681                    "target": "com.amazonaws.backup#string",
4682                    "traits": {
4683                        "smithy.api#documentation": "<p>The next item following a partial list of returned items. For example, if a request is\n         made to return maxResults number of items, NextToken allows you to return more items in\n         your list starting at the location pointed to by the next token. </p>",
4684                        "smithy.api#httpQuery": "nextToken"
4685                    }
4686                },
4687                "MaxResults": {
4688                    "target": "com.amazonaws.backup#MaxResults",
4689                    "traits": {
4690                        "smithy.api#documentation": "<p>The maximum number of items to be returned.</p>",
4691                        "smithy.api#httpQuery": "maxResults"
4692                    }
4693                },
4694                "ByResourceArn": {
4695                    "target": "com.amazonaws.backup#ARN",
4696                    "traits": {
4697                        "smithy.api#documentation": "<p>Returns only copy jobs that match the specified resource Amazon Resource Name (ARN).\n      </p>",
4698                        "smithy.api#httpQuery": "resourceArn"
4699                    }
4700                },
4701                "ByState": {
4702                    "target": "com.amazonaws.backup#CopyJobState",
4703                    "traits": {
4704                        "smithy.api#documentation": "<p>Returns only copy jobs that are in the specified state.</p>",
4705                        "smithy.api#httpQuery": "state"
4706                    }
4707                },
4708                "ByCreatedBefore": {
4709                    "target": "com.amazonaws.backup#timestamp",
4710                    "traits": {
4711                        "smithy.api#documentation": "<p>Returns only copy jobs that were created before the specified date.</p>",
4712                        "smithy.api#httpQuery": "createdBefore"
4713                    }
4714                },
4715                "ByCreatedAfter": {
4716                    "target": "com.amazonaws.backup#timestamp",
4717                    "traits": {
4718                        "smithy.api#documentation": "<p>Returns only copy jobs that were created after the specified date.</p>",
4719                        "smithy.api#httpQuery": "createdAfter"
4720                    }
4721                },
4722                "ByResourceType": {
4723                    "target": "com.amazonaws.backup#ResourceType",
4724                    "traits": {
4725                        "smithy.api#documentation": "<p>Returns only backup jobs for the specified resources:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>DynamoDB</code> for Amazon DynamoDB</p>\n            </li>\n            <li>\n               <p>\n                  <code>EBS</code> for Amazon Elastic Block Store</p>\n            </li>\n            <li>\n               <p>\n                  <code>EC2</code> for Amazon Elastic Compute Cloud</p>\n            </li>\n            <li>\n               <p>\n                  <code>EFS</code> for Amazon Elastic File System</p>\n            </li>\n            <li>\n               <p>\n                  <code>RDS</code> for Amazon Relational Database Service</p>\n            </li>\n            <li>\n               <p>\n                  <code>Aurora</code> for Amazon Aurora</p>\n            </li>\n            <li>\n               <p>\n                  <code>Storage Gateway</code> for Storage Gateway</p>\n            </li>\n         </ul>",
4726                        "smithy.api#httpQuery": "resourceType"
4727                    }
4728                },
4729                "ByDestinationVaultArn": {
4730                    "target": "com.amazonaws.backup#string",
4731                    "traits": {
4732                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a source backup vault to copy\n         from; for example, <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.\n      </p>",
4733                        "smithy.api#httpQuery": "destinationVaultArn"
4734                    }
4735                },
4736                "ByAccountId": {
4737                    "target": "com.amazonaws.backup#AccountId",
4738                    "traits": {
4739                        "smithy.api#documentation": "<p>The account ID to list the jobs from. Returns only copy jobs associated with the\n         specified account ID.</p>",
4740                        "smithy.api#httpQuery": "accountId"
4741                    }
4742                }
4743            }
4744        },
4745        "com.amazonaws.backup#ListCopyJobsOutput": {
4746            "type": "structure",
4747            "members": {
4748                "CopyJobs": {
4749                    "target": "com.amazonaws.backup#CopyJobsList",
4750                    "traits": {
4751                        "smithy.api#documentation": "<p>An array of structures containing metadata about your copy jobs returned in JSON format.\n      </p>"
4752                    }
4753                },
4754                "NextToken": {
4755                    "target": "com.amazonaws.backup#string",
4756                    "traits": {
4757                        "smithy.api#documentation": "<p>The next item following a partial list of returned items. For example, if a request is\n         made to return maxResults number of items, NextToken allows you to return more items in\n         your list starting at the location pointed to by the next token. </p>"
4758                    }
4759                }
4760            }
4761        },
4762        "com.amazonaws.backup#ListFrameworks": {
4763            "type": "operation",
4764            "input": {
4765                "target": "com.amazonaws.backup#ListFrameworksInput"
4766            },
4767            "output": {
4768                "target": "com.amazonaws.backup#ListFrameworksOutput"
4769            },
4770            "errors": [
4771                {
4772                    "target": "com.amazonaws.backup#InvalidParameterValueException"
4773                },
4774                {
4775                    "target": "com.amazonaws.backup#ServiceUnavailableException"
4776                }
4777            ],
4778            "traits": {
4779                "smithy.api#documentation": "<p>Returns a list of all frameworks for an Amazon Web Services account and Amazon Web Services Region.</p>",
4780                "smithy.api#http": {
4781                    "method": "GET",
4782                    "uri": "/audit/frameworks",
4783                    "code": 200
4784                },
4785                "smithy.api#paginated": {
4786                    "inputToken": "NextToken",
4787                    "outputToken": "NextToken",
4788                    "pageSize": "MaxResults"
4789                }
4790            }
4791        },
4792        "com.amazonaws.backup#ListFrameworksInput": {
4793            "type": "structure",
4794            "members": {
4795                "MaxResults": {
4796                    "target": "com.amazonaws.backup#MaxFrameworkInputs",
4797                    "traits": {
4798                        "smithy.api#documentation": "<p>The number of desired results from 1 to 1000. Optional. If unspecified, the query will\n         return 1 MB of data.</p>",
4799                        "smithy.api#httpQuery": "MaxResults"
4800                    }
4801                },
4802                "NextToken": {
4803                    "target": "com.amazonaws.backup#string",
4804                    "traits": {
4805                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can be\n         used to return the next set of items in the list.</p>",
4806                        "smithy.api#httpQuery": "NextToken"
4807                    }
4808                }
4809            }
4810        },
4811        "com.amazonaws.backup#ListFrameworksOutput": {
4812            "type": "structure",
4813            "members": {
4814                "Frameworks": {
4815                    "target": "com.amazonaws.backup#FrameworkList",
4816                    "traits": {
4817                        "smithy.api#documentation": "<p>A list of frameworks with details for each framework, including the framework name,\n         Amazon Resource Name (ARN), description, number of controls, creation time, and deployment\n         status.</p>"
4818                    }
4819                },
4820                "NextToken": {
4821                    "target": "com.amazonaws.backup#string",
4822                    "traits": {
4823                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can be\n         used to return the next set of items in the list.</p>"
4824                    }
4825                }
4826            }
4827        },
4828        "com.amazonaws.backup#ListOfTags": {
4829            "type": "list",
4830            "member": {
4831                "target": "com.amazonaws.backup#Condition"
4832            }
4833        },
4834        "com.amazonaws.backup#ListProtectedResources": {
4835            "type": "operation",
4836            "input": {
4837                "target": "com.amazonaws.backup#ListProtectedResourcesInput"
4838            },
4839            "output": {
4840                "target": "com.amazonaws.backup#ListProtectedResourcesOutput"
4841            },
4842            "errors": [
4843                {
4844                    "target": "com.amazonaws.backup#InvalidParameterValueException"
4845                },
4846                {
4847                    "target": "com.amazonaws.backup#ServiceUnavailableException"
4848                }
4849            ],
4850            "traits": {
4851                "smithy.api#documentation": "<p>Returns an array of resources successfully backed up by Backup, including\n         the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a\n         resource type.</p>",
4852                "smithy.api#http": {
4853                    "method": "GET",
4854                    "uri": "/resources",
4855                    "code": 200
4856                },
4857                "smithy.api#idempotent": {},
4858                "smithy.api#paginated": {
4859                    "inputToken": "NextToken",
4860                    "outputToken": "NextToken",
4861                    "pageSize": "MaxResults"
4862                }
4863            }
4864        },
4865        "com.amazonaws.backup#ListProtectedResourcesInput": {
4866            "type": "structure",
4867            "members": {
4868                "NextToken": {
4869                    "target": "com.amazonaws.backup#string",
4870                    "traits": {
4871                        "smithy.api#documentation": "<p>The next item following a partial list of returned items. For example, if a request is\n         made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you\n         to return more items in your list starting at the location pointed to by the next\n         token.</p>",
4872                        "smithy.api#httpQuery": "nextToken"
4873                    }
4874                },
4875                "MaxResults": {
4876                    "target": "com.amazonaws.backup#MaxResults",
4877                    "traits": {
4878                        "smithy.api#documentation": "<p>The maximum number of items to be returned.</p>",
4879                        "smithy.api#httpQuery": "maxResults"
4880                    }
4881                }
4882            }
4883        },
4884        "com.amazonaws.backup#ListProtectedResourcesOutput": {
4885            "type": "structure",
4886            "members": {
4887                "Results": {
4888                    "target": "com.amazonaws.backup#ProtectedResourcesList",
4889                    "traits": {
4890                        "smithy.api#documentation": "<p>An array of resources successfully backed up by Backup including the time\n         the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource\n         type.</p>"
4891                    }
4892                },
4893                "NextToken": {
4894                    "target": "com.amazonaws.backup#string",
4895                    "traits": {
4896                        "smithy.api#documentation": "<p>The next item following a partial list of returned items. For example, if a request is\n         made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you\n         to return more items in your list starting at the location pointed to by the next\n         token.</p>"
4897                    }
4898                }
4899            }
4900        },
4901        "com.amazonaws.backup#ListRecoveryPointsByBackupVault": {
4902            "type": "operation",
4903            "input": {
4904                "target": "com.amazonaws.backup#ListRecoveryPointsByBackupVaultInput"
4905            },
4906            "output": {
4907                "target": "com.amazonaws.backup#ListRecoveryPointsByBackupVaultOutput"
4908            },
4909            "errors": [
4910                {
4911                    "target": "com.amazonaws.backup#InvalidParameterValueException"
4912                },
4913                {
4914                    "target": "com.amazonaws.backup#MissingParameterValueException"
4915                },
4916                {
4917                    "target": "com.amazonaws.backup#ResourceNotFoundException"
4918                },
4919                {
4920                    "target": "com.amazonaws.backup#ServiceUnavailableException"
4921                }
4922            ],
4923            "traits": {
4924                "smithy.api#documentation": "<p>Returns detailed information about the recovery points stored in a backup vault.</p>",
4925                "smithy.api#http": {
4926                    "method": "GET",
4927                    "uri": "/backup-vaults/{BackupVaultName}/recovery-points",
4928                    "code": 200
4929                },
4930                "smithy.api#idempotent": {},
4931                "smithy.api#paginated": {
4932                    "inputToken": "NextToken",
4933                    "outputToken": "NextToken",
4934                    "pageSize": "MaxResults"
4935                }
4936            }
4937        },
4938        "com.amazonaws.backup#ListRecoveryPointsByBackupVaultInput": {
4939            "type": "structure",
4940            "members": {
4941                "BackupVaultName": {
4942                    "target": "com.amazonaws.backup#BackupVaultName",
4943                    "traits": {
4944                        "smithy.api#documentation": "<p>The name of a logical container where backups are stored. Backup vaults are identified\n         by names that are unique to the account used to create them and the Amazon Web Services\n         Region where they are created. They consist of lowercase letters, numbers, and\n         hyphens.</p>\n         <note>\n            <p>Backup vault name might not be available when a supported service creates the\n            backup.</p>\n         </note>",
4945                        "smithy.api#httpLabel": {},
4946                        "smithy.api#required": {}
4947                    }
4948                },
4949                "NextToken": {
4950                    "target": "com.amazonaws.backup#string",
4951                    "traits": {
4952                        "smithy.api#documentation": "<p>The next item following a partial list of returned items. For example, if a request is\n         made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you\n         to return more items in your list starting at the location pointed to by the next\n         token.</p>",
4953                        "smithy.api#httpQuery": "nextToken"
4954                    }
4955                },
4956                "MaxResults": {
4957                    "target": "com.amazonaws.backup#MaxResults",
4958                    "traits": {
4959                        "smithy.api#documentation": "<p>The maximum number of items to be returned.</p>",
4960                        "smithy.api#httpQuery": "maxResults"
4961                    }
4962                },
4963                "ByResourceArn": {
4964                    "target": "com.amazonaws.backup#ARN",
4965                    "traits": {
4966                        "smithy.api#documentation": "<p>Returns only recovery points that match the specified resource Amazon Resource Name\n         (ARN).</p>",
4967                        "smithy.api#httpQuery": "resourceArn"
4968                    }
4969                },
4970                "ByResourceType": {
4971                    "target": "com.amazonaws.backup#ResourceType",
4972                    "traits": {
4973                        "smithy.api#documentation": "<p>Returns only recovery points that match the specified resource type.</p>",
4974                        "smithy.api#httpQuery": "resourceType"
4975                    }
4976                },
4977                "ByBackupPlanId": {
4978                    "target": "com.amazonaws.backup#string",
4979                    "traits": {
4980                        "smithy.api#documentation": "<p>Returns only recovery points that match the specified backup plan ID.</p>",
4981                        "smithy.api#httpQuery": "backupPlanId"
4982                    }
4983                },
4984                "ByCreatedBefore": {
4985                    "target": "com.amazonaws.backup#timestamp",
4986                    "traits": {
4987                        "smithy.api#documentation": "<p>Returns only recovery points that were created before the specified timestamp.</p>",
4988                        "smithy.api#httpQuery": "createdBefore"
4989                    }
4990                },
4991                "ByCreatedAfter": {
4992                    "target": "com.amazonaws.backup#timestamp",
4993                    "traits": {
4994                        "smithy.api#documentation": "<p>Returns only recovery points that were created after the specified timestamp.</p>",
4995                        "smithy.api#httpQuery": "createdAfter"
4996                    }
4997                }
4998            }
4999        },
5000        "com.amazonaws.backup#ListRecoveryPointsByBackupVaultOutput": {
5001            "type": "structure",
5002            "members": {
5003                "NextToken": {
5004                    "target": "com.amazonaws.backup#string",
5005                    "traits": {
5006                        "smithy.api#documentation": "<p>The next item following a partial list of returned items. For example, if a request is\n         made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you\n         to return more items in your list starting at the location pointed to by the next\n         token.</p>"
5007                    }
5008                },
5009                "RecoveryPoints": {
5010                    "target": "com.amazonaws.backup#RecoveryPointByBackupVaultList",
5011                    "traits": {
5012                        "smithy.api#documentation": "<p>An array of objects that contain detailed information about recovery points saved in a\n         backup vault.</p>"
5013                    }
5014                }
5015            }
5016        },
5017        "com.amazonaws.backup#ListRecoveryPointsByResource": {
5018            "type": "operation",
5019            "input": {
5020                "target": "com.amazonaws.backup#ListRecoveryPointsByResourceInput"
5021            },
5022            "output": {
5023                "target": "com.amazonaws.backup#ListRecoveryPointsByResourceOutput"
5024            },
5025            "errors": [
5026                {
5027                    "target": "com.amazonaws.backup#InvalidParameterValueException"
5028                },
5029                {
5030                    "target": "com.amazonaws.backup#MissingParameterValueException"
5031                },
5032                {
5033                    "target": "com.amazonaws.backup#ResourceNotFoundException"
5034                },
5035                {
5036                    "target": "com.amazonaws.backup#ServiceUnavailableException"
5037                }
5038            ],
5039            "traits": {
5040                "smithy.api#documentation": "<p>Returns detailed information about all the recovery points of the type specified by a\n         resource Amazon Resource Name (ARN).</p>\n         <note>\n            <p>For Amazon EFS and Amazon EC2, this action only lists recovery points\n            created by Backup.</p>\n         </note>",
5041                "smithy.api#http": {
5042                    "method": "GET",
5043                    "uri": "/resources/{ResourceArn}/recovery-points",
5044                    "code": 200
5045                },
5046                "smithy.api#idempotent": {},
5047                "smithy.api#paginated": {
5048                    "inputToken": "NextToken",
5049                    "outputToken": "NextToken",
5050                    "pageSize": "MaxResults"
5051                }
5052            }
5053        },
5054        "com.amazonaws.backup#ListRecoveryPointsByResourceInput": {
5055            "type": "structure",
5056            "members": {
5057                "ResourceArn": {
5058                    "target": "com.amazonaws.backup#ARN",
5059                    "traits": {
5060                        "smithy.api#documentation": "<p>An ARN that uniquely identifies a resource. The format of the ARN depends on the\n         resource type.</p>",
5061                        "smithy.api#httpLabel": {},
5062                        "smithy.api#required": {}
5063                    }
5064                },
5065                "NextToken": {
5066                    "target": "com.amazonaws.backup#string",
5067                    "traits": {
5068                        "smithy.api#documentation": "<p>The next item following a partial list of returned items. For example, if a request is\n         made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you\n         to return more items in your list starting at the location pointed to by the next\n         token.</p>",
5069                        "smithy.api#httpQuery": "nextToken"
5070                    }
5071                },
5072                "MaxResults": {
5073                    "target": "com.amazonaws.backup#MaxResults",
5074                    "traits": {
5075                        "smithy.api#documentation": "<p>The maximum number of items to be returned.</p>\n         <note>\n            <p>Amazon RDS requires a value of at least 20.</p>\n         </note>",
5076                        "smithy.api#httpQuery": "maxResults"
5077                    }
5078                }
5079            }
5080        },
5081        "com.amazonaws.backup#ListRecoveryPointsByResourceOutput": {
5082            "type": "structure",
5083            "members": {
5084                "NextToken": {
5085                    "target": "com.amazonaws.backup#string",
5086                    "traits": {
5087                        "smithy.api#documentation": "<p>The next item following a partial list of returned items. For example, if a request is\n         made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you\n         to return more items in your list starting at the location pointed to by the next\n         token.</p>"
5088                    }
5089                },
5090                "RecoveryPoints": {
5091                    "target": "com.amazonaws.backup#RecoveryPointByResourceList",
5092                    "traits": {
5093                        "smithy.api#documentation": "<p>An array of objects that contain detailed information about recovery points of the\n         specified resource type.</p>\n         <note>\n            <p>Only Amazon EFS and Amazon EC2 recovery points return\n            BackupVaultName.</p>\n         </note>"
5094                    }
5095                }
5096            }
5097        },
5098        "com.amazonaws.backup#ListReportJobs": {
5099            "type": "operation",
5100            "input": {
5101                "target": "com.amazonaws.backup#ListReportJobsInput"
5102            },
5103            "output": {
5104                "target": "com.amazonaws.backup#ListReportJobsOutput"
5105            },
5106            "errors": [
5107                {
5108                    "target": "com.amazonaws.backup#InvalidParameterValueException"
5109                },
5110                {
5111                    "target": "com.amazonaws.backup#ServiceUnavailableException"
5112                }
5113            ],
5114            "traits": {
5115                "smithy.api#documentation": "<p>Returns details about your report jobs.</p>",
5116                "smithy.api#http": {
5117                    "method": "GET",
5118                    "uri": "/audit/report-jobs",
5119                    "code": 200
5120                },
5121                "smithy.api#paginated": {
5122                    "inputToken": "NextToken",
5123                    "outputToken": "NextToken",
5124                    "pageSize": "MaxResults"
5125                }
5126            }
5127        },
5128        "com.amazonaws.backup#ListReportJobsInput": {
5129            "type": "structure",
5130            "members": {
5131                "ByReportPlanName": {
5132                    "target": "com.amazonaws.backup#ReportPlanName",
5133                    "traits": {
5134                        "smithy.api#documentation": "<p>Returns only report jobs with the specified report plan name.</p>",
5135                        "smithy.api#httpQuery": "ReportPlanName"
5136                    }
5137                },
5138                "ByCreationBefore": {
5139                    "target": "com.amazonaws.backup#timestamp",
5140                    "traits": {
5141                        "smithy.api#documentation": "<p>Returns only report jobs that were created before the date and time specified in Unix\n         format and Coordinated Universal Time (UTC). For example, the value 1516925490 represents\n         Friday, January 26, 2018 12:11:30 AM.</p>",
5142                        "smithy.api#httpQuery": "CreationBefore"
5143                    }
5144                },
5145                "ByCreationAfter": {
5146                    "target": "com.amazonaws.backup#timestamp",
5147                    "traits": {
5148                        "smithy.api#documentation": "<p>Returns only report jobs that were created after the date and time specified in Unix\n         format and Coordinated Universal Time (UTC). For example, the value 1516925490 represents\n         Friday, January 26, 2018 12:11:30 AM.</p>",
5149                        "smithy.api#httpQuery": "CreationAfter"
5150                    }
5151                },
5152                "ByStatus": {
5153                    "target": "com.amazonaws.backup#string",
5154                    "traits": {
5155                        "smithy.api#documentation": "<p>Returns only report jobs that are in the specified status. The statuses are:</p>\n         <p>\n            <code>CREATED | RUNNING | COMPLETED | FAILED</code>\n         </p>",
5156                        "smithy.api#httpQuery": "Status"
5157                    }
5158                },
5159                "MaxResults": {
5160                    "target": "com.amazonaws.backup#MaxResults",
5161                    "traits": {
5162                        "smithy.api#documentation": "<p>The number of desired results from 1 to 1000. Optional. If unspecified, the query will\n         return 1 MB of data.</p>",
5163                        "smithy.api#httpQuery": "MaxResults"
5164                    }
5165                },
5166                "NextToken": {
5167                    "target": "com.amazonaws.backup#string",
5168                    "traits": {
5169                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can be\n         used to return the next set of items in the list.</p>",
5170                        "smithy.api#httpQuery": "NextToken"
5171                    }
5172                }
5173            }
5174        },
5175        "com.amazonaws.backup#ListReportJobsOutput": {
5176            "type": "structure",
5177            "members": {
5178                "ReportJobs": {
5179                    "target": "com.amazonaws.backup#ReportJobList",
5180                    "traits": {
5181                        "smithy.api#documentation": "<p>Details about your report jobs in JSON format.</p>"
5182                    }
5183                },
5184                "NextToken": {
5185                    "target": "com.amazonaws.backup#string",
5186                    "traits": {
5187                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can be\n         used to return the next set of items in the list.</p>"
5188                    }
5189                }
5190            }
5191        },
5192        "com.amazonaws.backup#ListReportPlans": {
5193            "type": "operation",
5194            "input": {
5195                "target": "com.amazonaws.backup#ListReportPlansInput"
5196            },
5197            "output": {
5198                "target": "com.amazonaws.backup#ListReportPlansOutput"
5199            },
5200            "errors": [
5201                {
5202                    "target": "com.amazonaws.backup#InvalidParameterValueException"
5203                },
5204                {
5205                    "target": "com.amazonaws.backup#ServiceUnavailableException"
5206                }
5207            ],
5208            "traits": {
5209                "smithy.api#documentation": "<p>Returns a list of your report plans. For detailed information about a single report\n         plan, use <code>DescribeReportPlan</code>.</p>",
5210                "smithy.api#http": {
5211                    "method": "GET",
5212                    "uri": "/audit/report-plans",
5213                    "code": 200
5214                },
5215                "smithy.api#paginated": {
5216                    "inputToken": "NextToken",
5217                    "outputToken": "NextToken",
5218                    "pageSize": "MaxResults"
5219                }
5220            }
5221        },
5222        "com.amazonaws.backup#ListReportPlansInput": {
5223            "type": "structure",
5224            "members": {
5225                "MaxResults": {
5226                    "target": "com.amazonaws.backup#MaxResults",
5227                    "traits": {
5228                        "smithy.api#documentation": "<p>The number of desired results from 1 to 1000. Optional. If unspecified, the query will\n         return 1 MB of data.</p>",
5229                        "smithy.api#httpQuery": "MaxResults"
5230                    }
5231                },
5232                "NextToken": {
5233                    "target": "com.amazonaws.backup#string",
5234                    "traits": {
5235                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can be\n         used to return the next set of items in the list.</p>",
5236                        "smithy.api#httpQuery": "NextToken"
5237                    }
5238                }
5239            }
5240        },
5241        "com.amazonaws.backup#ListReportPlansOutput": {
5242            "type": "structure",
5243            "members": {
5244                "ReportPlans": {
5245                    "target": "com.amazonaws.backup#ReportPlanList",
5246                    "traits": {
5247                        "smithy.api#documentation": "<p>A list of your report plans with detailed information for each plan. This information\n         includes the Amazon Resource Name (ARN), report plan name, description, settings, delivery\n         channel, deployment status, creation time, and last times the report plan attempted to and\n         successfully ran.</p>"
5248                    }
5249                },
5250                "NextToken": {
5251                    "target": "com.amazonaws.backup#string",
5252                    "traits": {
5253                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can be\n         used to return the next set of items in the list.</p>"
5254                    }
5255                }
5256            }
5257        },
5258        "com.amazonaws.backup#ListRestoreJobs": {
5259            "type": "operation",
5260            "input": {
5261                "target": "com.amazonaws.backup#ListRestoreJobsInput"
5262            },
5263            "output": {
5264                "target": "com.amazonaws.backup#ListRestoreJobsOutput"
5265            },
5266            "errors": [
5267                {
5268                    "target": "com.amazonaws.backup#InvalidParameterValueException"
5269                },
5270                {
5271                    "target": "com.amazonaws.backup#MissingParameterValueException"
5272                },
5273                {
5274                    "target": "com.amazonaws.backup#ResourceNotFoundException"
5275                },
5276                {
5277                    "target": "com.amazonaws.backup#ServiceUnavailableException"
5278                }
5279            ],
5280            "traits": {
5281                "smithy.api#documentation": "<p>Returns a list of jobs that Backup initiated to restore a saved resource,\n         including details about the recovery process.</p>",
5282                "smithy.api#http": {
5283                    "method": "GET",
5284                    "uri": "/restore-jobs",
5285                    "code": 200
5286                },
5287                "smithy.api#idempotent": {},
5288                "smithy.api#paginated": {
5289                    "inputToken": "NextToken",
5290                    "outputToken": "NextToken",
5291                    "pageSize": "MaxResults"
5292                }
5293            }
5294        },
5295        "com.amazonaws.backup#ListRestoreJobsInput": {
5296            "type": "structure",
5297            "members": {
5298                "NextToken": {
5299                    "target": "com.amazonaws.backup#string",
5300                    "traits": {
5301                        "smithy.api#documentation": "<p>The next item following a partial list of returned items. For example, if a request is\n         made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you\n         to return more items in your list starting at the location pointed to by the next\n         token.</p>",
5302                        "smithy.api#httpQuery": "nextToken"
5303                    }
5304                },
5305                "MaxResults": {
5306                    "target": "com.amazonaws.backup#MaxResults",
5307                    "traits": {
5308                        "smithy.api#documentation": "<p>The maximum number of items to be returned.</p>",
5309                        "smithy.api#httpQuery": "maxResults"
5310                    }
5311                },
5312                "ByAccountId": {
5313                    "target": "com.amazonaws.backup#AccountId",
5314                    "traits": {
5315                        "smithy.api#documentation": "<p>The account ID to list the jobs from. Returns only restore jobs associated with the\n         specified account ID.</p>",
5316                        "smithy.api#httpQuery": "accountId"
5317                    }
5318                },
5319                "ByCreatedBefore": {
5320                    "target": "com.amazonaws.backup#timestamp",
5321                    "traits": {
5322                        "smithy.api#documentation": "<p>Returns only restore jobs that were created before the specified date.</p>",
5323                        "smithy.api#httpQuery": "createdBefore"
5324                    }
5325                },
5326                "ByCreatedAfter": {
5327                    "target": "com.amazonaws.backup#timestamp",
5328                    "traits": {
5329                        "smithy.api#documentation": "<p>Returns only restore jobs that were created after the specified date.</p>",
5330                        "smithy.api#httpQuery": "createdAfter"
5331                    }
5332                },
5333                "ByStatus": {
5334                    "target": "com.amazonaws.backup#RestoreJobStatus",
5335                    "traits": {
5336                        "smithy.api#documentation": "<p>Returns only restore jobs associated with the specified job status.</p>",
5337                        "smithy.api#httpQuery": "status"
5338                    }
5339                }
5340            }
5341        },
5342        "com.amazonaws.backup#ListRestoreJobsOutput": {
5343            "type": "structure",
5344            "members": {
5345                "RestoreJobs": {
5346                    "target": "com.amazonaws.backup#RestoreJobsList",
5347                    "traits": {
5348                        "smithy.api#documentation": "<p>An array of objects that contain detailed information about jobs to restore saved\n         resources.</p>"
5349                    }
5350                },
5351                "NextToken": {
5352                    "target": "com.amazonaws.backup#string",
5353                    "traits": {
5354                        "smithy.api#documentation": "<p>The next item following a partial list of returned items. For example, if a request is\n         made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you\n         to return more items in your list starting at the location pointed to by the next\n         token.</p>"
5355                    }
5356                }
5357            }
5358        },
5359        "com.amazonaws.backup#ListTags": {
5360            "type": "operation",
5361            "input": {
5362                "target": "com.amazonaws.backup#ListTagsInput"
5363            },
5364            "output": {
5365                "target": "com.amazonaws.backup#ListTagsOutput"
5366            },
5367            "errors": [
5368                {
5369                    "target": "com.amazonaws.backup#InvalidParameterValueException"
5370                },
5371                {
5372                    "target": "com.amazonaws.backup#MissingParameterValueException"
5373                },
5374                {
5375                    "target": "com.amazonaws.backup#ResourceNotFoundException"
5376                },
5377                {
5378                    "target": "com.amazonaws.backup#ServiceUnavailableException"
5379                }
5380            ],
5381            "traits": {
5382                "smithy.api#documentation": "<p>Returns a list of key-value pairs assigned to a target recovery point, backup plan, or\n         backup vault.</p>\n         <note>\n            <p>\n               <code>ListTags</code> are currently only supported with Amazon EFS\n            backups.</p>\n         </note>",
5383                "smithy.api#http": {
5384                    "method": "GET",
5385                    "uri": "/tags/{ResourceArn}",
5386                    "code": 200
5387                },
5388                "smithy.api#idempotent": {},
5389                "smithy.api#paginated": {
5390                    "inputToken": "NextToken",
5391                    "outputToken": "NextToken",
5392                    "pageSize": "MaxResults"
5393                }
5394            }
5395        },
5396        "com.amazonaws.backup#ListTagsInput": {
5397            "type": "structure",
5398            "members": {
5399                "ResourceArn": {
5400                    "target": "com.amazonaws.backup#ARN",
5401                    "traits": {
5402                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN\n         depends on the type of resource. Valid targets for <code>ListTags</code> are recovery\n         points, backup plans, and backup vaults.</p>",
5403                        "smithy.api#httpLabel": {},
5404                        "smithy.api#required": {}
5405                    }
5406                },
5407                "NextToken": {
5408                    "target": "com.amazonaws.backup#string",
5409                    "traits": {
5410                        "smithy.api#documentation": "<p>The next item following a partial list of returned items. For example, if a request is\n         made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you\n         to return more items in your list starting at the location pointed to by the next\n         token.</p>",
5411                        "smithy.api#httpQuery": "nextToken"
5412                    }
5413                },
5414                "MaxResults": {
5415                    "target": "com.amazonaws.backup#MaxResults",
5416                    "traits": {
5417                        "smithy.api#documentation": "<p>The maximum number of items to be returned.</p>",
5418                        "smithy.api#httpQuery": "maxResults"
5419                    }
5420                }
5421            }
5422        },
5423        "com.amazonaws.backup#ListTagsOutput": {
5424            "type": "structure",
5425            "members": {
5426                "NextToken": {
5427                    "target": "com.amazonaws.backup#string",
5428                    "traits": {
5429                        "smithy.api#documentation": "<p>The next item following a partial list of returned items. For example, if a request is\n         made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you\n         to return more items in your list starting at the location pointed to by the next\n         token.</p>"
5430                    }
5431                },
5432                "Tags": {
5433                    "target": "com.amazonaws.backup#Tags",
5434                    "traits": {
5435                        "smithy.api#documentation": "<p>To help organize your resources, you can assign your own metadata to the resources you\n         create. Each tag is a key-value pair.</p>"
5436                    }
5437                }
5438            }
5439        },
5440        "com.amazonaws.backup#Long": {
5441            "type": "long",
5442            "traits": {
5443                "smithy.api#box": {}
5444            }
5445        },
5446        "com.amazonaws.backup#Long2": {
5447            "type": "long"
5448        },
5449        "com.amazonaws.backup#MaxFrameworkInputs": {
5450            "type": "integer",
5451            "traits": {
5452                "smithy.api#box": {},
5453                "smithy.api#range": {
5454                    "min": 1,
5455                    "max": 1000
5456                }
5457            }
5458        },
5459        "com.amazonaws.backup#MaxResults": {
5460            "type": "integer",
5461            "traits": {
5462                "smithy.api#box": {},
5463                "smithy.api#range": {
5464                    "min": 1,
5465                    "max": 1000
5466                }
5467            }
5468        },
5469        "com.amazonaws.backup#Metadata": {
5470            "type": "map",
5471            "key": {
5472                "target": "com.amazonaws.backup#MetadataKey"
5473            },
5474            "value": {
5475                "target": "com.amazonaws.backup#MetadataValue"
5476            },
5477            "traits": {
5478                "smithy.api#sensitive": {}
5479            }
5480        },
5481        "com.amazonaws.backup#MetadataKey": {
5482            "type": "string"
5483        },
5484        "com.amazonaws.backup#MetadataValue": {
5485            "type": "string"
5486        },
5487        "com.amazonaws.backup#MissingParameterValueException": {
5488            "type": "structure",
5489            "members": {
5490                "Code": {
5491                    "target": "com.amazonaws.backup#string"
5492                },
5493                "Message": {
5494                    "target": "com.amazonaws.backup#string"
5495                },
5496                "Type": {
5497                    "target": "com.amazonaws.backup#string",
5498                    "traits": {
5499                        "smithy.api#documentation": "<p></p>"
5500                    }
5501                },
5502                "Context": {
5503                    "target": "com.amazonaws.backup#string",
5504                    "traits": {
5505                        "smithy.api#documentation": "<p></p>"
5506                    }
5507                }
5508            },
5509            "traits": {
5510                "smithy.api#documentation": "<p>Indicates that a required parameter is missing.</p>",
5511                "smithy.api#error": "client"
5512            }
5513        },
5514        "com.amazonaws.backup#ParameterName": {
5515            "type": "string"
5516        },
5517        "com.amazonaws.backup#ParameterValue": {
5518            "type": "string"
5519        },
5520        "com.amazonaws.backup#ProtectedResource": {
5521            "type": "structure",
5522            "members": {
5523                "ResourceArn": {
5524                    "target": "com.amazonaws.backup#ARN",
5525                    "traits": {
5526                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN\n         depends on the resource type.</p>"
5527                    }
5528                },
5529                "ResourceType": {
5530                    "target": "com.amazonaws.backup#ResourceType",
5531                    "traits": {
5532                        "smithy.api#documentation": "<p>The type of Amazon Web Services resource; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For\n         Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is\n            Amazon EC2.</p>"
5533                    }
5534                },
5535                "LastBackupTime": {
5536                    "target": "com.amazonaws.backup#timestamp",
5537                    "traits": {
5538                        "smithy.api#documentation": "<p>The date and time a resource was last backed up, in Unix format and Coordinated\n         Universal Time (UTC). The value of <code>LastBackupTime</code> is accurate to milliseconds.\n         For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
5539                    }
5540                }
5541            },
5542            "traits": {
5543                "smithy.api#documentation": "<p>A structure that contains information about a backed-up resource.</p>"
5544            }
5545        },
5546        "com.amazonaws.backup#ProtectedResourcesList": {
5547            "type": "list",
5548            "member": {
5549                "target": "com.amazonaws.backup#ProtectedResource"
5550            }
5551        },
5552        "com.amazonaws.backup#PutBackupVaultAccessPolicy": {
5553            "type": "operation",
5554            "input": {
5555                "target": "com.amazonaws.backup#PutBackupVaultAccessPolicyInput"
5556            },
5557            "errors": [
5558                {
5559                    "target": "com.amazonaws.backup#InvalidParameterValueException"
5560                },
5561                {
5562                    "target": "com.amazonaws.backup#MissingParameterValueException"
5563                },
5564                {
5565                    "target": "com.amazonaws.backup#ResourceNotFoundException"
5566                },
5567                {
5568                    "target": "com.amazonaws.backup#ServiceUnavailableException"
5569                }
5570            ],
5571            "traits": {
5572                "smithy.api#documentation": "<p>Sets a resource-based policy that is used to manage access permissions on the target\n         backup vault. Requires a backup vault name and an access policy document in JSON\n         format.</p>",
5573                "smithy.api#http": {
5574                    "method": "PUT",
5575                    "uri": "/backup-vaults/{BackupVaultName}/access-policy",
5576                    "code": 200
5577                },
5578                "smithy.api#idempotent": {}
5579            }
5580        },
5581        "com.amazonaws.backup#PutBackupVaultAccessPolicyInput": {
5582            "type": "structure",
5583            "members": {
5584                "BackupVaultName": {
5585                    "target": "com.amazonaws.backup#BackupVaultName",
5586                    "traits": {
5587                        "smithy.api#documentation": "<p>The name of a logical container where backups are stored. Backup vaults are identified\n         by names that are unique to the account used to create them and the Amazon Web Services\n         Region where they are created. They consist of lowercase letters, numbers, and\n         hyphens.</p>",
5588                        "smithy.api#httpLabel": {},
5589                        "smithy.api#required": {}
5590                    }
5591                },
5592                "Policy": {
5593                    "target": "com.amazonaws.backup#IAMPolicy",
5594                    "traits": {
5595                        "smithy.api#documentation": "<p>The backup vault access policy document in JSON format.</p>"
5596                    }
5597                }
5598            }
5599        },
5600        "com.amazonaws.backup#PutBackupVaultNotifications": {
5601            "type": "operation",
5602            "input": {
5603                "target": "com.amazonaws.backup#PutBackupVaultNotificationsInput"
5604            },
5605            "errors": [
5606                {
5607                    "target": "com.amazonaws.backup#InvalidParameterValueException"
5608                },
5609                {
5610                    "target": "com.amazonaws.backup#MissingParameterValueException"
5611                },
5612                {
5613                    "target": "com.amazonaws.backup#ResourceNotFoundException"
5614                },
5615                {
5616                    "target": "com.amazonaws.backup#ServiceUnavailableException"
5617                }
5618            ],
5619            "traits": {
5620                "smithy.api#documentation": "<p>Turns on notifications on a backup vault for the specified topic and events.</p>",
5621                "smithy.api#http": {
5622                    "method": "PUT",
5623                    "uri": "/backup-vaults/{BackupVaultName}/notification-configuration",
5624                    "code": 200
5625                },
5626                "smithy.api#idempotent": {}
5627            }
5628        },
5629        "com.amazonaws.backup#PutBackupVaultNotificationsInput": {
5630            "type": "structure",
5631            "members": {
5632                "BackupVaultName": {
5633                    "target": "com.amazonaws.backup#BackupVaultName",
5634                    "traits": {
5635                        "smithy.api#documentation": "<p>The name of a logical container where backups are stored. Backup vaults are identified\n         by names that are unique to the account used to create them and the Amazon Web Services\n         Region where they are created. They consist of lowercase letters, numbers, and\n         hyphens.</p>",
5636                        "smithy.api#httpLabel": {},
5637                        "smithy.api#required": {}
5638                    }
5639                },
5640                "SNSTopicArn": {
5641                    "target": "com.amazonaws.backup#ARN",
5642                    "traits": {
5643                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) that specifies the topic for a backup vault’s events; for\n         example, <code>arn:aws:sns:us-west-2:111122223333:MyVaultTopic</code>.</p>",
5644                        "smithy.api#required": {}
5645                    }
5646                },
5647                "BackupVaultEvents": {
5648                    "target": "com.amazonaws.backup#BackupVaultEvents",
5649                    "traits": {
5650                        "smithy.api#documentation": "<p>An array of events that indicate the status of jobs to back up resources to the backup\n         vault.</p>\n         <note>\n            <p>The following events are supported:</p>\n            <p>\n               <code>BACKUP_JOB_STARTED</code>, <code>BACKUP_JOB_COMPLETED</code>,</p>\n            <p>\n               <code>COPY_JOB_STARTED</code>, <code>COPY_JOB_SUCCESSFUL</code>,\n               <code>COPY_JOB_FAILED</code>,</p>\n            <p>\n               <code>RESTORE_JOB_STARTED</code>, <code>RESTORE_JOB_COMPLETED</code>, and\n               <code>RECOVERY_POINT_MODIFIED</code>.</p>\n            <p>To find failed backup jobs, use <code>BACKUP_JOB_COMPLETED</code> and filter using\n            event metadata.</p>\n            <p>Other events in the following list are deprecated.</p>\n         </note>",
5651                        "smithy.api#required": {}
5652                    }
5653                }
5654            }
5655        },
5656        "com.amazonaws.backup#RecoveryPointByBackupVault": {
5657            "type": "structure",
5658            "members": {
5659                "RecoveryPointArn": {
5660                    "target": "com.amazonaws.backup#ARN",
5661                    "traits": {
5662                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>"
5663                    }
5664                },
5665                "BackupVaultName": {
5666                    "target": "com.amazonaws.backup#BackupVaultName",
5667                    "traits": {
5668                        "smithy.api#documentation": "<p>The name of a logical container where backups are stored. Backup vaults are identified\n         by names that are unique to the account used to create them and the Amazon Web Services\n         Region where they are created. They consist of lowercase letters, numbers, and\n         hyphens.</p>"
5669                    }
5670                },
5671                "BackupVaultArn": {
5672                    "target": "com.amazonaws.backup#ARN",
5673                    "traits": {
5674                        "smithy.api#documentation": "<p>An ARN that uniquely identifies a backup vault; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>"
5675                    }
5676                },
5677                "SourceBackupVaultArn": {
5678                    "target": "com.amazonaws.backup#ARN",
5679                    "traits": {
5680                        "smithy.api#documentation": "<p>The backup vault where the recovery point was originally copied from. If the recovery\n         point is restored to the same account this value will be <code>null</code>.</p>"
5681                    }
5682                },
5683                "ResourceArn": {
5684                    "target": "com.amazonaws.backup#ARN",
5685                    "traits": {
5686                        "smithy.api#documentation": "<p>An ARN that uniquely identifies a resource. The format of the ARN depends on the\n         resource type.</p>"
5687                    }
5688                },
5689                "ResourceType": {
5690                    "target": "com.amazonaws.backup#ResourceType",
5691                    "traits": {
5692                        "smithy.api#documentation": "<p>The type of Amazon Web Services resource saved as a recovery point; for example, an\n            Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only\n         supported resource type is Amazon EC2.</p>"
5693                    }
5694                },
5695                "CreatedBy": {
5696                    "target": "com.amazonaws.backup#RecoveryPointCreator",
5697                    "traits": {
5698                        "smithy.api#documentation": "<p>Contains identifying information about the creation of a recovery point, including the\n            <code>BackupPlanArn</code>, <code>BackupPlanId</code>, <code>BackupPlanVersion</code>,\n         and <code>BackupRuleId</code> of the backup plan that is used to create it.</p>"
5699                    }
5700                },
5701                "IamRoleArn": {
5702                    "target": "com.amazonaws.backup#IAMRoleArn",
5703                    "traits": {
5704                        "smithy.api#documentation": "<p>Specifies the IAM role ARN used to create the target recovery point; for example,\n            <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>"
5705                    }
5706                },
5707                "Status": {
5708                    "target": "com.amazonaws.backup#RecoveryPointStatus",
5709                    "traits": {
5710                        "smithy.api#documentation": "<p>A status code specifying the state of the recovery point.</p>"
5711                    }
5712                },
5713                "StatusMessage": {
5714                    "target": "com.amazonaws.backup#string",
5715                    "traits": {
5716                        "smithy.api#documentation": "<p>A message explaining the reason of the recovery point deletion failure.</p>"
5717                    }
5718                },
5719                "CreationDate": {
5720                    "target": "com.amazonaws.backup#timestamp",
5721                    "traits": {
5722                        "smithy.api#documentation": "<p>The date and time a recovery point is created, in Unix format and Coordinated Universal\n         Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For\n         example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
5723                    }
5724                },
5725                "CompletionDate": {
5726                    "target": "com.amazonaws.backup#timestamp",
5727                    "traits": {
5728                        "smithy.api#documentation": "<p>The date and time a job to restore a recovery point is completed, in Unix format and\n         Coordinated Universal Time (UTC). The value of <code>CompletionDate</code> is accurate to\n         milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018\n         12:11:30.087 AM.</p>"
5729                    }
5730                },
5731                "BackupSizeInBytes": {
5732                    "target": "com.amazonaws.backup#Long",
5733                    "traits": {
5734                        "smithy.api#documentation": "<p>The size, in bytes, of a backup.</p>"
5735                    }
5736                },
5737                "CalculatedLifecycle": {
5738                    "target": "com.amazonaws.backup#CalculatedLifecycle",
5739                    "traits": {
5740                        "smithy.api#documentation": "<p>A <code>CalculatedLifecycle</code> object containing <code>DeleteAt</code> and\n            <code>MoveToColdStorageAt</code> timestamps.</p>"
5741                    }
5742                },
5743                "Lifecycle": {
5744                    "target": "com.amazonaws.backup#Lifecycle",
5745                    "traits": {
5746                        "smithy.api#documentation": "<p>The lifecycle defines when a protected resource is transitioned to cold storage and when\n         it expires. Backup transitions and expires backups automatically according to\n         the lifecycle that you define. </p>\n         <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90\n         days. Therefore, the “expire after days” setting must be 90 days greater than the\n         “transition to cold after days” setting. The “transition to cold after days” setting cannot\n         be changed after a backup has been transitioned to cold. </p>\n         <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>"
5747                    }
5748                },
5749                "EncryptionKeyArn": {
5750                    "target": "com.amazonaws.backup#ARN",
5751                    "traits": {
5752                        "smithy.api#documentation": "<p>The server-side encryption key that is used to protect your backups; for example,\n            <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>"
5753                    }
5754                },
5755                "IsEncrypted": {
5756                    "target": "com.amazonaws.backup#Boolean2",
5757                    "traits": {
5758                        "smithy.api#documentation": "<p>A Boolean value that is returned as <code>TRUE</code> if the specified recovery point is\n         encrypted, or <code>FALSE</code> if the recovery point is not encrypted.</p>"
5759                    }
5760                },
5761                "LastRestoreTime": {
5762                    "target": "com.amazonaws.backup#timestamp",
5763                    "traits": {
5764                        "smithy.api#documentation": "<p>The date and time a recovery point was last restored, in Unix format and Coordinated\n         Universal Time (UTC). The value of <code>LastRestoreTime</code> is accurate to\n         milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018\n         12:11:30.087 AM.</p>"
5765                    }
5766                }
5767            },
5768            "traits": {
5769                "smithy.api#documentation": "<p>Contains detailed information about the recovery points stored in a backup vault.</p>"
5770            }
5771        },
5772        "com.amazonaws.backup#RecoveryPointByBackupVaultList": {
5773            "type": "list",
5774            "member": {
5775                "target": "com.amazonaws.backup#RecoveryPointByBackupVault"
5776            }
5777        },
5778        "com.amazonaws.backup#RecoveryPointByResource": {
5779            "type": "structure",
5780            "members": {
5781                "RecoveryPointArn": {
5782                    "target": "com.amazonaws.backup#ARN",
5783                    "traits": {
5784                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>"
5785                    }
5786                },
5787                "CreationDate": {
5788                    "target": "com.amazonaws.backup#timestamp",
5789                    "traits": {
5790                        "smithy.api#documentation": "<p>The date and time a recovery point is created, in Unix format and Coordinated Universal\n         Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For\n         example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
5791                    }
5792                },
5793                "Status": {
5794                    "target": "com.amazonaws.backup#RecoveryPointStatus",
5795                    "traits": {
5796                        "smithy.api#documentation": "<p>A status code specifying the state of the recovery point.</p>"
5797                    }
5798                },
5799                "StatusMessage": {
5800                    "target": "com.amazonaws.backup#string",
5801                    "traits": {
5802                        "smithy.api#documentation": "<p>A message explaining the reason of the recovery point deletion failure.</p>"
5803                    }
5804                },
5805                "EncryptionKeyArn": {
5806                    "target": "com.amazonaws.backup#ARN",
5807                    "traits": {
5808                        "smithy.api#documentation": "<p>The server-side encryption key that is used to protect your backups; for example,\n            <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>"
5809                    }
5810                },
5811                "BackupSizeBytes": {
5812                    "target": "com.amazonaws.backup#Long",
5813                    "traits": {
5814                        "smithy.api#documentation": "<p>The size, in bytes, of a backup.</p>"
5815                    }
5816                },
5817                "BackupVaultName": {
5818                    "target": "com.amazonaws.backup#BackupVaultName",
5819                    "traits": {
5820                        "smithy.api#documentation": "<p>The name of a logical container where backups are stored. Backup vaults are identified\n         by names that are unique to the account used to create them and the Amazon Web Services\n         Region where they are created. They consist of lowercase letters, numbers, and\n         hyphens.</p>"
5821                    }
5822                }
5823            },
5824            "traits": {
5825                "smithy.api#documentation": "<p>Contains detailed information about a saved recovery point.</p>"
5826            }
5827        },
5828        "com.amazonaws.backup#RecoveryPointByResourceList": {
5829            "type": "list",
5830            "member": {
5831                "target": "com.amazonaws.backup#RecoveryPointByResource"
5832            }
5833        },
5834        "com.amazonaws.backup#RecoveryPointCreator": {
5835            "type": "structure",
5836            "members": {
5837                "BackupPlanId": {
5838                    "target": "com.amazonaws.backup#string",
5839                    "traits": {
5840                        "smithy.api#documentation": "<p>Uniquely identifies a backup plan.</p>"
5841                    }
5842                },
5843                "BackupPlanArn": {
5844                    "target": "com.amazonaws.backup#ARN",
5845                    "traits": {
5846                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>"
5847                    }
5848                },
5849                "BackupPlanVersion": {
5850                    "target": "com.amazonaws.backup#string",
5851                    "traits": {
5852                        "smithy.api#documentation": "<p>Version IDs are unique, randomly generated, Unicode, UTF-8 encoded strings that are at\n         most 1,024 bytes long. They cannot be edited.</p>"
5853                    }
5854                },
5855                "BackupRuleId": {
5856                    "target": "com.amazonaws.backup#string",
5857                    "traits": {
5858                        "smithy.api#documentation": "<p>Uniquely identifies a rule used to schedule the backup of a selection of\n         resources.</p>"
5859                    }
5860                }
5861            },
5862            "traits": {
5863                "smithy.api#documentation": "<p>Contains information about the backup plan and rule that Backup used to\n         initiate the recovery point backup.</p>"
5864            }
5865        },
5866        "com.amazonaws.backup#RecoveryPointStatus": {
5867            "type": "string",
5868            "traits": {
5869                "smithy.api#enum": [
5870                    {
5871                        "value": "COMPLETED",
5872                        "name": "COMPLETED"
5873                    },
5874                    {
5875                        "value": "PARTIAL",
5876                        "name": "PARTIAL"
5877                    },
5878                    {
5879                        "value": "DELETING",
5880                        "name": "DELETING"
5881                    },
5882                    {
5883                        "value": "EXPIRED",
5884                        "name": "EXPIRED"
5885                    }
5886                ]
5887            }
5888        },
5889        "com.amazonaws.backup#ReportDeliveryChannel": {
5890            "type": "structure",
5891            "members": {
5892                "S3BucketName": {
5893                    "target": "com.amazonaws.backup#string",
5894                    "traits": {
5895                        "smithy.api#documentation": "<p>The unique name of the S3 bucket that receives your reports.</p>",
5896                        "smithy.api#required": {}
5897                    }
5898                },
5899                "S3KeyPrefix": {
5900                    "target": "com.amazonaws.backup#string",
5901                    "traits": {
5902                        "smithy.api#documentation": "<p>The prefix for where Backup Audit Manager delivers your reports to Amazon S3. The prefix is this part of the following path:\n            s3://your-bucket-name/<code>prefix</code>/Backup/us-west-2/year/month/day/report-name.\n         If not specified, there is no prefix.</p>"
5903                    }
5904                },
5905                "Formats": {
5906                    "target": "com.amazonaws.backup#FormatList",
5907                    "traits": {
5908                        "smithy.api#documentation": "<p>A list of the format of your reports: <code>CSV</code>, <code>JSON</code>, or both. If\n         not specified, the default format is <code>CSV</code>.</p>"
5909                    }
5910                }
5911            },
5912            "traits": {
5913                "smithy.api#documentation": "<p>Contains information from your report plan about where to deliver your reports,\n         specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your\n         reports.</p>"
5914            }
5915        },
5916        "com.amazonaws.backup#ReportDestination": {
5917            "type": "structure",
5918            "members": {
5919                "S3BucketName": {
5920                    "target": "com.amazonaws.backup#string",
5921                    "traits": {
5922                        "smithy.api#documentation": "<p>The unique name of the Amazon S3 bucket that receives your reports.</p>"
5923                    }
5924                },
5925                "S3Keys": {
5926                    "target": "com.amazonaws.backup#stringList",
5927                    "traits": {
5928                        "smithy.api#documentation": "<p>The object key that uniquely identifies your reports in your S3 bucket.</p>"
5929                    }
5930                }
5931            },
5932            "traits": {
5933                "smithy.api#documentation": "<p>Contains information from your report job about your report destination.</p>"
5934            }
5935        },
5936        "com.amazonaws.backup#ReportJob": {
5937            "type": "structure",
5938            "members": {
5939                "ReportJobId": {
5940                    "target": "com.amazonaws.backup#ReportJobId",
5941                    "traits": {
5942                        "smithy.api#documentation": "<p>The identifier for a report job. A unique, randomly generated, Unicode, UTF-8 encoded\n         string that is at most 1,024 bytes long. Report job IDs cannot be edited.</p>"
5943                    }
5944                },
5945                "ReportPlanArn": {
5946                    "target": "com.amazonaws.backup#ARN",
5947                    "traits": {
5948                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN\n         depends on the resource type.</p>"
5949                    }
5950                },
5951                "ReportTemplate": {
5952                    "target": "com.amazonaws.backup#string",
5953                    "traits": {
5954                        "smithy.api#documentation": "<p>Identifies the report template for the report. Reports are built using a report\n         template. The report templates are: </p>\n         <p>\n            <code>BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT</code>\n         </p>"
5955                    }
5956                },
5957                "CreationTime": {
5958                    "target": "com.amazonaws.backup#timestamp",
5959                    "traits": {
5960                        "smithy.api#documentation": "<p>The date and time that a report job is created, in Unix format and Coordinated Universal\n         Time (UTC). The value of <code>CreationTime</code> is accurate to milliseconds. For\n         example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
5961                    }
5962                },
5963                "CompletionTime": {
5964                    "target": "com.amazonaws.backup#timestamp",
5965                    "traits": {
5966                        "smithy.api#documentation": "<p>The date and time that a report job is completed, in Unix format and Coordinated\n         Universal Time (UTC). The value of <code>CompletionTime</code> is accurate to milliseconds.\n         For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
5967                    }
5968                },
5969                "Status": {
5970                    "target": "com.amazonaws.backup#string",
5971                    "traits": {
5972                        "smithy.api#documentation": "<p>The status of a report job. The statuses are:</p>\n         <p>\n            <code>CREATED | RUNNING | COMPLETED | FAILED</code>\n         </p>\n         <p>\n            <code>COMPLETED</code> means that the report is available for your review at your\n         designated destination. If the status is <code>FAILED</code>, review the\n            <code>StatusMessage</code> for the reason.</p>"
5973                    }
5974                },
5975                "StatusMessage": {
5976                    "target": "com.amazonaws.backup#string",
5977                    "traits": {
5978                        "smithy.api#documentation": "<p>A message explaining the status of the report job.</p>"
5979                    }
5980                },
5981                "ReportDestination": {
5982                    "target": "com.amazonaws.backup#ReportDestination",
5983                    "traits": {
5984                        "smithy.api#documentation": "<p>The S3 bucket name and S3 keys for the destination where the report job publishes the\n         report.</p>"
5985                    }
5986                }
5987            },
5988            "traits": {
5989                "smithy.api#documentation": "<p>Contains detailed information about a report job. A report job compiles a report based\n         on a report plan and publishes it to Amazon S3.</p>"
5990            }
5991        },
5992        "com.amazonaws.backup#ReportJobId": {
5993            "type": "string"
5994        },
5995        "com.amazonaws.backup#ReportJobList": {
5996            "type": "list",
5997            "member": {
5998                "target": "com.amazonaws.backup#ReportJob"
5999            }
6000        },
6001        "com.amazonaws.backup#ReportPlan": {
6002            "type": "structure",
6003            "members": {
6004                "ReportPlanArn": {
6005                    "target": "com.amazonaws.backup#ARN",
6006                    "traits": {
6007                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN\n         depends on the resource type.</p>"
6008                    }
6009                },
6010                "ReportPlanName": {
6011                    "target": "com.amazonaws.backup#ReportPlanName",
6012                    "traits": {
6013                        "smithy.api#documentation": "<p>The unique name of the report plan. This name is between 1 and 256 characters starting\n         with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores\n         (_).</p>"
6014                    }
6015                },
6016                "ReportPlanDescription": {
6017                    "target": "com.amazonaws.backup#ReportPlanDescription",
6018                    "traits": {
6019                        "smithy.api#documentation": "<p>An optional description of the report plan with a maximum 1,024 characters.</p>"
6020                    }
6021                },
6022                "ReportSetting": {
6023                    "target": "com.amazonaws.backup#ReportSetting",
6024                    "traits": {
6025                        "smithy.api#documentation": "<p>Identifies the report template for the report. Reports are built using a report\n         template. The report templates are:</p>\n         <p>\n            <code>BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT</code>\n         </p>"
6026                    }
6027                },
6028                "ReportDeliveryChannel": {
6029                    "target": "com.amazonaws.backup#ReportDeliveryChannel",
6030                    "traits": {
6031                        "smithy.api#documentation": "<p>Contains information about where and how to deliver your reports, specifically your\n            Amazon S3 bucket name, S3 key prefix, and the formats of your reports.</p>"
6032                    }
6033                },
6034                "DeploymentStatus": {
6035                    "target": "com.amazonaws.backup#string",
6036                    "traits": {
6037                        "smithy.api#documentation": "<p>The deployment status of a report plan. The statuses are:</p>\n         <p>\n            <code>CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS |\n         COMPLETED</code>\n         </p>"
6038                    }
6039                },
6040                "CreationTime": {
6041                    "target": "com.amazonaws.backup#timestamp",
6042                    "traits": {
6043                        "smithy.api#documentation": "<p>The date and time that a report plan is created, in Unix format and Coordinated\n         Universal Time (UTC). The value of <code>CreationTime</code> is accurate to milliseconds.\n         For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
6044                    }
6045                },
6046                "LastAttemptedExecutionTime": {
6047                    "target": "com.amazonaws.backup#timestamp",
6048                    "traits": {
6049                        "smithy.api#documentation": "<p>The date and time that a report job associated with this report plan last attempted to\n         run, in Unix format and Coordinated Universal Time (UTC). The value of\n            <code>LastAttemptedExecutionTime</code> is accurate to milliseconds. For example, the\n         value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>"
6050                    }
6051                },
6052                "LastSuccessfulExecutionTime": {
6053                    "target": "com.amazonaws.backup#timestamp",
6054                    "traits": {
6055                        "smithy.api#documentation": "<p>The date and time that a report job associated with this report plan last successfully\n         ran, in Unix format and Coordinated Universal Time (UTC). The value of\n            <code>LastSuccessfulExecutionTime</code> is accurate to milliseconds. For example, the\n         value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>"
6056                    }
6057                }
6058            },
6059            "traits": {
6060                "smithy.api#documentation": "<p>Contains detailed information about a report plan.</p>"
6061            }
6062        },
6063        "com.amazonaws.backup#ReportPlanDescription": {
6064            "type": "string",
6065            "traits": {
6066                "smithy.api#length": {
6067                    "min": 0,
6068                    "max": 1024
6069                },
6070                "smithy.api#pattern": "\\S"
6071            }
6072        },
6073        "com.amazonaws.backup#ReportPlanList": {
6074            "type": "list",
6075            "member": {
6076                "target": "com.amazonaws.backup#ReportPlan"
6077            }
6078        },
6079        "com.amazonaws.backup#ReportPlanName": {
6080            "type": "string",
6081            "traits": {
6082                "smithy.api#length": {
6083                    "min": 1,
6084                    "max": 256
6085                },
6086                "smithy.api#pattern": "^[a-zA-Z][_a-zA-Z0-9]*$"
6087            }
6088        },
6089        "com.amazonaws.backup#ReportSetting": {
6090            "type": "structure",
6091            "members": {
6092                "ReportTemplate": {
6093                    "target": "com.amazonaws.backup#string",
6094                    "traits": {
6095                        "smithy.api#documentation": "<p>Identifies the report template for the report. Reports are built using a report\n         template. The report templates are:</p>\n         <p>\n            <code>BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT</code>\n         </p>",
6096                        "smithy.api#required": {}
6097                    }
6098                }
6099            },
6100            "traits": {
6101                "smithy.api#documentation": "<p>Contains detailed information about a report setting.</p>"
6102            }
6103        },
6104        "com.amazonaws.backup#ResourceArns": {
6105            "type": "list",
6106            "member": {
6107                "target": "com.amazonaws.backup#ARN"
6108            }
6109        },
6110        "com.amazonaws.backup#ResourceNotFoundException": {
6111            "type": "structure",
6112            "members": {
6113                "Code": {
6114                    "target": "com.amazonaws.backup#string"
6115                },
6116                "Message": {
6117                    "target": "com.amazonaws.backup#string"
6118                },
6119                "Type": {
6120                    "target": "com.amazonaws.backup#string",
6121                    "traits": {
6122                        "smithy.api#documentation": "<p></p>"
6123                    }
6124                },
6125                "Context": {
6126                    "target": "com.amazonaws.backup#string",
6127                    "traits": {
6128                        "smithy.api#documentation": "<p></p>"
6129                    }
6130                }
6131            },
6132            "traits": {
6133                "smithy.api#documentation": "<p>A resource that is required for the action doesn't exist.</p>",
6134                "smithy.api#error": "client"
6135            }
6136        },
6137        "com.amazonaws.backup#ResourceType": {
6138            "type": "string",
6139            "traits": {
6140                "smithy.api#pattern": "^[a-zA-Z0-9\\-\\_\\.]{1,50}$"
6141            }
6142        },
6143        "com.amazonaws.backup#ResourceTypeList": {
6144            "type": "list",
6145            "member": {
6146                "target": "com.amazonaws.backup#ARN"
6147            }
6148        },
6149        "com.amazonaws.backup#ResourceTypeOptInPreference": {
6150            "type": "map",
6151            "key": {
6152                "target": "com.amazonaws.backup#ResourceType"
6153            },
6154            "value": {
6155                "target": "com.amazonaws.backup#IsEnabled"
6156            }
6157        },
6158        "com.amazonaws.backup#ResourceTypes": {
6159            "type": "list",
6160            "member": {
6161                "target": "com.amazonaws.backup#ResourceType"
6162            }
6163        },
6164        "com.amazonaws.backup#RestoreJobId": {
6165            "type": "string"
6166        },
6167        "com.amazonaws.backup#RestoreJobStatus": {
6168            "type": "string",
6169            "traits": {
6170                "smithy.api#enum": [
6171                    {
6172                        "value": "PENDING",
6173                        "name": "PENDING"
6174                    },
6175                    {
6176                        "value": "RUNNING",
6177                        "name": "RUNNING"
6178                    },
6179                    {
6180                        "value": "COMPLETED",
6181                        "name": "COMPLETED"
6182                    },
6183                    {
6184                        "value": "ABORTED",
6185                        "name": "ABORTED"
6186                    },
6187                    {
6188                        "value": "FAILED",
6189                        "name": "FAILED"
6190                    }
6191                ]
6192            }
6193        },
6194        "com.amazonaws.backup#RestoreJobsList": {
6195            "type": "list",
6196            "member": {
6197                "target": "com.amazonaws.backup#RestoreJobsListMember"
6198            }
6199        },
6200        "com.amazonaws.backup#RestoreJobsListMember": {
6201            "type": "structure",
6202            "members": {
6203                "AccountId": {
6204                    "target": "com.amazonaws.backup#AccountId",
6205                    "traits": {
6206                        "smithy.api#documentation": "<p>The account ID that owns the restore job.</p>"
6207                    }
6208                },
6209                "RestoreJobId": {
6210                    "target": "com.amazonaws.backup#string",
6211                    "traits": {
6212                        "smithy.api#documentation": "<p>Uniquely identifies the job that restores a recovery point.</p>"
6213                    }
6214                },
6215                "RecoveryPointArn": {
6216                    "target": "com.amazonaws.backup#ARN",
6217                    "traits": {
6218                        "smithy.api#documentation": "<p>An ARN that uniquely identifies a recovery point; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>"
6219                    }
6220                },
6221                "CreationDate": {
6222                    "target": "com.amazonaws.backup#timestamp",
6223                    "traits": {
6224                        "smithy.api#documentation": "<p>The date and time a restore job is created, in Unix format and Coordinated Universal\n         Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For\n         example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
6225                    }
6226                },
6227                "CompletionDate": {
6228                    "target": "com.amazonaws.backup#timestamp",
6229                    "traits": {
6230                        "smithy.api#documentation": "<p>The date and time a job to restore a recovery point is completed, in Unix format and\n         Coordinated Universal Time (UTC). The value of <code>CompletionDate</code> is accurate to\n         milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018\n         12:11:30.087 AM.</p>"
6231                    }
6232                },
6233                "Status": {
6234                    "target": "com.amazonaws.backup#RestoreJobStatus",
6235                    "traits": {
6236                        "smithy.api#documentation": "<p>A status code specifying the state of the job initiated by Backup to restore\n         a recovery point.</p>"
6237                    }
6238                },
6239                "StatusMessage": {
6240                    "target": "com.amazonaws.backup#string",
6241                    "traits": {
6242                        "smithy.api#documentation": "<p>A detailed message explaining the status of the job to restore a recovery point.</p>"
6243                    }
6244                },
6245                "PercentDone": {
6246                    "target": "com.amazonaws.backup#string",
6247                    "traits": {
6248                        "smithy.api#documentation": "<p>Contains an estimated percentage complete of a job at the time the job status was\n         queried.</p>"
6249                    }
6250                },
6251                "BackupSizeInBytes": {
6252                    "target": "com.amazonaws.backup#Long",
6253                    "traits": {
6254                        "smithy.api#documentation": "<p>The size, in bytes, of the restored resource.</p>"
6255                    }
6256                },
6257                "IamRoleArn": {
6258                    "target": "com.amazonaws.backup#IAMRoleArn",
6259                    "traits": {
6260                        "smithy.api#documentation": "<p>Specifies the IAM role ARN used to create the target recovery point; for example,\n            <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>"
6261                    }
6262                },
6263                "ExpectedCompletionTimeMinutes": {
6264                    "target": "com.amazonaws.backup#Long",
6265                    "traits": {
6266                        "smithy.api#documentation": "<p>The amount of time in minutes that a job restoring a recovery point is expected to\n         take.</p>"
6267                    }
6268                },
6269                "CreatedResourceArn": {
6270                    "target": "com.amazonaws.backup#ARN",
6271                    "traits": {
6272                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN\n         depends on the resource type.</p>"
6273                    }
6274                },
6275                "ResourceType": {
6276                    "target": "com.amazonaws.backup#ResourceType",
6277                    "traits": {
6278                        "smithy.api#documentation": "<p>The resource type of the listed restore jobs; for example, an Amazon Elastic Block Store\n            (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.\n         For Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is\n            Amazon EC2.</p>"
6279                    }
6280                }
6281            },
6282            "traits": {
6283                "smithy.api#documentation": "<p>Contains metadata about a restore job.</p>"
6284            }
6285        },
6286        "com.amazonaws.backup#ServiceUnavailableException": {
6287            "type": "structure",
6288            "members": {
6289                "Code": {
6290                    "target": "com.amazonaws.backup#string"
6291                },
6292                "Message": {
6293                    "target": "com.amazonaws.backup#string"
6294                },
6295                "Type": {
6296                    "target": "com.amazonaws.backup#string",
6297                    "traits": {
6298                        "smithy.api#documentation": "<p></p>"
6299                    }
6300                },
6301                "Context": {
6302                    "target": "com.amazonaws.backup#string",
6303                    "traits": {
6304                        "smithy.api#documentation": "<p></p>"
6305                    }
6306                }
6307            },
6308            "traits": {
6309                "smithy.api#documentation": "<p>The request failed due to a temporary failure of the server.</p>",
6310                "smithy.api#error": "server"
6311            }
6312        },
6313        "com.amazonaws.backup#StartBackupJob": {
6314            "type": "operation",
6315            "input": {
6316                "target": "com.amazonaws.backup#StartBackupJobInput"
6317            },
6318            "output": {
6319                "target": "com.amazonaws.backup#StartBackupJobOutput"
6320            },
6321            "errors": [
6322                {
6323                    "target": "com.amazonaws.backup#InvalidParameterValueException"
6324                },
6325                {
6326                    "target": "com.amazonaws.backup#InvalidRequestException"
6327                },
6328                {
6329                    "target": "com.amazonaws.backup#LimitExceededException"
6330                },
6331                {
6332                    "target": "com.amazonaws.backup#MissingParameterValueException"
6333                },
6334                {
6335                    "target": "com.amazonaws.backup#ResourceNotFoundException"
6336                },
6337                {
6338                    "target": "com.amazonaws.backup#ServiceUnavailableException"
6339                }
6340            ],
6341            "traits": {
6342                "smithy.api#documentation": "<p>Starts an on-demand backup job for the specified resource.</p>",
6343                "smithy.api#http": {
6344                    "method": "PUT",
6345                    "uri": "/backup-jobs",
6346                    "code": 200
6347                },
6348                "smithy.api#idempotent": {}
6349            }
6350        },
6351        "com.amazonaws.backup#StartBackupJobInput": {
6352            "type": "structure",
6353            "members": {
6354                "BackupVaultName": {
6355                    "target": "com.amazonaws.backup#BackupVaultName",
6356                    "traits": {
6357                        "smithy.api#documentation": "<p>The name of a logical container where backups are stored. Backup vaults are identified\n         by names that are unique to the account used to create them and the Amazon Web Services\n         Region where they are created. They consist of lowercase letters, numbers, and\n         hyphens.</p>",
6358                        "smithy.api#required": {}
6359                    }
6360                },
6361                "ResourceArn": {
6362                    "target": "com.amazonaws.backup#ARN",
6363                    "traits": {
6364                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN\n         depends on the resource type.</p>",
6365                        "smithy.api#required": {}
6366                    }
6367                },
6368                "IamRoleArn": {
6369                    "target": "com.amazonaws.backup#IAMRoleArn",
6370                    "traits": {
6371                        "smithy.api#documentation": "<p>Specifies the IAM role ARN used to create the target recovery point; for example,\n            <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>",
6372                        "smithy.api#required": {}
6373                    }
6374                },
6375                "IdempotencyToken": {
6376                    "target": "com.amazonaws.backup#string",
6377                    "traits": {
6378                        "smithy.api#documentation": "<p>A customer-chosen string that you can use to distinguish between otherwise identical\n         calls to <code>StartBackupJob</code>. Retrying a successful request with the same\n         idempotency token results in a success message with no action taken.</p>"
6379                    }
6380                },
6381                "StartWindowMinutes": {
6382                    "target": "com.amazonaws.backup#WindowMinutes",
6383                    "traits": {
6384                        "smithy.api#documentation": "<p>A value in minutes after a backup is scheduled before a job will be canceled if it\n         doesn't start successfully. This value is optional, and the default is 8 hours.</p>"
6385                    }
6386                },
6387                "CompleteWindowMinutes": {
6388                    "target": "com.amazonaws.backup#WindowMinutes",
6389                    "traits": {
6390                        "smithy.api#documentation": "<p>A value in minutes during which a successfully started backup must complete, or else AWS\n         Backup will cancel the job. This value is optional. This value begins counting down from\n         when the backup was scheduled. It does not add additional time for\n            <code>StartWindowMinutes</code>, or if the backup started later than scheduled.</p>"
6391                    }
6392                },
6393                "Lifecycle": {
6394                    "target": "com.amazonaws.backup#Lifecycle",
6395                    "traits": {
6396                        "smithy.api#documentation": "<p>The lifecycle defines when a protected resource is transitioned to cold storage and when\n         it expires. Backup will transition and expire backups automatically according\n         to the lifecycle that you define. </p>\n         <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90\n         days. Therefore, the “expire after days” setting must be 90 days greater than the\n         “transition to cold after days” setting. The “transition to cold after days” setting cannot\n         be changed after a backup has been transitioned to cold. </p>\n         <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>"
6397                    }
6398                },
6399                "RecoveryPointTags": {
6400                    "target": "com.amazonaws.backup#Tags",
6401                    "traits": {
6402                        "smithy.api#documentation": "<p>To help organize your resources, you can assign your own metadata to the resources that\n         you create. Each tag is a key-value pair.</p>"
6403                    }
6404                },
6405                "BackupOptions": {
6406                    "target": "com.amazonaws.backup#BackupOptions",
6407                    "traits": {
6408                        "smithy.api#documentation": "<p>Specifies the backup option for a selected resource. This option is only available for\n         Windows Volume Shadow Copy Service (VSS) backup jobs.</p>\n         <p>Valid values: Set to <code>\"WindowsVSS\":\"enabled\"</code> to enable the\n            <code>WindowsVSS</code> backup option and create a Windows VSS backup. Set to\n            <code>\"WindowsVSS\"\"disabled\"</code> to create a regular backup. The\n            <code>WindowsVSS</code> option is not enabled by default.</p>"
6409                    }
6410                }
6411            }
6412        },
6413        "com.amazonaws.backup#StartBackupJobOutput": {
6414            "type": "structure",
6415            "members": {
6416                "BackupJobId": {
6417                    "target": "com.amazonaws.backup#string",
6418                    "traits": {
6419                        "smithy.api#documentation": "<p>Uniquely identifies a request to Backup to back up a resource.</p>"
6420                    }
6421                },
6422                "RecoveryPointArn": {
6423                    "target": "com.amazonaws.backup#ARN",
6424                    "traits": {
6425                        "smithy.api#documentation": "<p>An ARN that uniquely identifies a recovery point; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>"
6426                    }
6427                },
6428                "CreationDate": {
6429                    "target": "com.amazonaws.backup#timestamp",
6430                    "traits": {
6431                        "smithy.api#documentation": "<p>The date and time that a backup job is created, in Unix format and Coordinated Universal\n         Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For\n         example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
6432                    }
6433                }
6434            }
6435        },
6436        "com.amazonaws.backup#StartCopyJob": {
6437            "type": "operation",
6438            "input": {
6439                "target": "com.amazonaws.backup#StartCopyJobInput"
6440            },
6441            "output": {
6442                "target": "com.amazonaws.backup#StartCopyJobOutput"
6443            },
6444            "errors": [
6445                {
6446                    "target": "com.amazonaws.backup#InvalidParameterValueException"
6447                },
6448                {
6449                    "target": "com.amazonaws.backup#InvalidRequestException"
6450                },
6451                {
6452                    "target": "com.amazonaws.backup#LimitExceededException"
6453                },
6454                {
6455                    "target": "com.amazonaws.backup#MissingParameterValueException"
6456                },
6457                {
6458                    "target": "com.amazonaws.backup#ResourceNotFoundException"
6459                },
6460                {
6461                    "target": "com.amazonaws.backup#ServiceUnavailableException"
6462                }
6463            ],
6464            "traits": {
6465                "smithy.api#documentation": "<p>Starts a job to create a one-time copy of the specified resource.</p>\n         <p>Does not support continuous backups.</p>",
6466                "smithy.api#http": {
6467                    "method": "PUT",
6468                    "uri": "/copy-jobs",
6469                    "code": 200
6470                },
6471                "smithy.api#idempotent": {}
6472            }
6473        },
6474        "com.amazonaws.backup#StartCopyJobInput": {
6475            "type": "structure",
6476            "members": {
6477                "RecoveryPointArn": {
6478                    "target": "com.amazonaws.backup#ARN",
6479                    "traits": {
6480                        "smithy.api#documentation": "<p>An ARN that uniquely identifies a recovery point to use for the copy job; for example,\n         arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.\n      </p>",
6481                        "smithy.api#required": {}
6482                    }
6483                },
6484                "SourceBackupVaultName": {
6485                    "target": "com.amazonaws.backup#BackupVaultName",
6486                    "traits": {
6487                        "smithy.api#documentation": "<p>The name of a logical source container where backups are stored. Backup vaults are\n         identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers,\n         and hyphens.</p>",
6488                        "smithy.api#required": {}
6489                    }
6490                },
6491                "DestinationBackupVaultArn": {
6492                    "target": "com.amazonaws.backup#ARN",
6493                    "traits": {
6494                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a destination backup vault to\n         copy to; for example,\n         <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>",
6495                        "smithy.api#required": {}
6496                    }
6497                },
6498                "IamRoleArn": {
6499                    "target": "com.amazonaws.backup#IAMRoleArn",
6500                    "traits": {
6501                        "smithy.api#documentation": "<p>Specifies the IAM role ARN used to copy the target recovery point; for example,\n            <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>",
6502                        "smithy.api#required": {}
6503                    }
6504                },
6505                "IdempotencyToken": {
6506                    "target": "com.amazonaws.backup#string",
6507                    "traits": {
6508                        "smithy.api#documentation": "<p>A customer-chosen string that you can use to distinguish between otherwise identical\n         calls to <code>StartCopyJob</code>. Retrying a successful request with the same idempotency\n         token results in a success message with no action taken.</p>"
6509                    }
6510                },
6511                "Lifecycle": {
6512                    "target": "com.amazonaws.backup#Lifecycle"
6513                }
6514            }
6515        },
6516        "com.amazonaws.backup#StartCopyJobOutput": {
6517            "type": "structure",
6518            "members": {
6519                "CopyJobId": {
6520                    "target": "com.amazonaws.backup#string",
6521                    "traits": {
6522                        "smithy.api#documentation": "<p>Uniquely identifies a copy job.</p>"
6523                    }
6524                },
6525                "CreationDate": {
6526                    "target": "com.amazonaws.backup#timestamp",
6527                    "traits": {
6528                        "smithy.api#documentation": "<p>The date and time that a copy job is created, in Unix format and Coordinated Universal\n         Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For\n         example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
6529                    }
6530                }
6531            }
6532        },
6533        "com.amazonaws.backup#StartReportJob": {
6534            "type": "operation",
6535            "input": {
6536                "target": "com.amazonaws.backup#StartReportJobInput"
6537            },
6538            "output": {
6539                "target": "com.amazonaws.backup#StartReportJobOutput"
6540            },
6541            "errors": [
6542                {
6543                    "target": "com.amazonaws.backup#InvalidParameterValueException"
6544                },
6545                {
6546                    "target": "com.amazonaws.backup#MissingParameterValueException"
6547                },
6548                {
6549                    "target": "com.amazonaws.backup#ResourceNotFoundException"
6550                },
6551                {
6552                    "target": "com.amazonaws.backup#ServiceUnavailableException"
6553                }
6554            ],
6555            "traits": {
6556                "smithy.api#documentation": "<p>Starts an on-demand report job for the specified report plan.</p>",
6557                "smithy.api#http": {
6558                    "method": "POST",
6559                    "uri": "/audit/report-jobs/{ReportPlanName}",
6560                    "code": 200
6561                },
6562                "smithy.api#idempotent": {}
6563            }
6564        },
6565        "com.amazonaws.backup#StartReportJobInput": {
6566            "type": "structure",
6567            "members": {
6568                "ReportPlanName": {
6569                    "target": "com.amazonaws.backup#ReportPlanName",
6570                    "traits": {
6571                        "smithy.api#documentation": "<p>The unique name of a report plan.</p>",
6572                        "smithy.api#httpLabel": {},
6573                        "smithy.api#required": {}
6574                    }
6575                },
6576                "IdempotencyToken": {
6577                    "target": "com.amazonaws.backup#string",
6578                    "traits": {
6579                        "smithy.api#documentation": "<p>A customer-chosen string that you can use to distinguish between otherwise identical\n         calls to <code>StartReportJobInput</code>. Retrying a successful request with the same\n         idempotency token results in a success message with no action taken.</p>",
6580                        "smithy.api#idempotencyToken": {}
6581                    }
6582                }
6583            }
6584        },
6585        "com.amazonaws.backup#StartReportJobOutput": {
6586            "type": "structure",
6587            "members": {
6588                "ReportJobId": {
6589                    "target": "com.amazonaws.backup#ReportJobId",
6590                    "traits": {
6591                        "smithy.api#documentation": "<p>The identifier of the report job. A unique, randomly generated, Unicode, UTF-8 encoded\n         string that is at most 1,024 bytes long. The report job ID cannot be edited.</p>"
6592                    }
6593                }
6594            }
6595        },
6596        "com.amazonaws.backup#StartRestoreJob": {
6597            "type": "operation",
6598            "input": {
6599                "target": "com.amazonaws.backup#StartRestoreJobInput"
6600            },
6601            "output": {
6602                "target": "com.amazonaws.backup#StartRestoreJobOutput"
6603            },
6604            "errors": [
6605                {
6606                    "target": "com.amazonaws.backup#InvalidParameterValueException"
6607                },
6608                {
6609                    "target": "com.amazonaws.backup#MissingParameterValueException"
6610                },
6611                {
6612                    "target": "com.amazonaws.backup#ResourceNotFoundException"
6613                },
6614                {
6615                    "target": "com.amazonaws.backup#ServiceUnavailableException"
6616                }
6617            ],
6618            "traits": {
6619                "smithy.api#documentation": "<p>Recovers the saved resource identified by an Amazon Resource Name (ARN).</p>",
6620                "smithy.api#http": {
6621                    "method": "PUT",
6622                    "uri": "/restore-jobs",
6623                    "code": 200
6624                },
6625                "smithy.api#idempotent": {}
6626            }
6627        },
6628        "com.amazonaws.backup#StartRestoreJobInput": {
6629            "type": "structure",
6630            "members": {
6631                "RecoveryPointArn": {
6632                    "target": "com.amazonaws.backup#ARN",
6633                    "traits": {
6634                        "smithy.api#documentation": "<p>An ARN that uniquely identifies a recovery point; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>",
6635                        "smithy.api#required": {}
6636                    }
6637                },
6638                "Metadata": {
6639                    "target": "com.amazonaws.backup#Metadata",
6640                    "traits": {
6641                        "smithy.api#documentation": "<p>A set of metadata key-value pairs. Contains information, such as a resource name,\n         required to restore a recovery point.</p>\n         <p> You can get configuration metadata about a resource at the time it was backed up by\n         calling <code>GetRecoveryPointRestoreMetadata</code>. However, values in addition to those\n         provided by <code>GetRecoveryPointRestoreMetadata</code> might be required to restore a\n         resource. For example, you might need to provide a new resource name if the original\n         already exists.</p>\n         <p>You need to specify specific metadata to restore an Amazon Elastic File System (Amazon EFS) instance:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>file-system-id</code>: The ID of the Amazon EFS file system that is\n               backed up by Backup. Returned in\n                  <code>GetRecoveryPointRestoreMetadata</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <code>Encrypted</code>: A Boolean value that, if true, specifies that the file\n               system is encrypted. If <code>KmsKeyId</code> is specified, <code>Encrypted</code>\n               must be set to <code>true</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <code>KmsKeyId</code>: Specifies the Amazon Web Services KMS key that is used to\n               encrypt the restored file system. You can specify a key from another Amazon Web Services account provided that key it is properly shared with your account via Amazon Web Services KMS.</p>\n            </li>\n            <li>\n               <p>\n                  <code>PerformanceMode</code>: Specifies the throughput mode of the file\n               system.</p>\n            </li>\n            <li>\n               <p>\n                  <code>CreationToken</code>: A user-supplied value that ensures the uniqueness\n               (idempotency) of the request.</p>\n            </li>\n            <li>\n               <p>\n                  <code>newFileSystem</code>: A Boolean value that, if true, specifies that the\n               recovery point is restored to a new Amazon EFS file system.</p>\n            </li>\n            <li>\n               <p>\n                  <code>ItemsToRestore</code>: An array of one to five strings where each string is\n               a file path. Use <code>ItemsToRestore</code> to restore specific files or directories\n               rather than the entire file system. This parameter is optional. For example,\n                  <code>\"itemsToRestore\":\"[\\\"/my.test\\\"]\"</code>.</p>\n            </li>\n         </ul>",
6642                        "smithy.api#required": {}
6643                    }
6644                },
6645                "IamRoleArn": {
6646                    "target": "com.amazonaws.backup#IAMRoleArn",
6647                    "traits": {
6648                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the IAM role that Backup uses to create\n         the target recovery point; for example,\n            <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>",
6649                        "smithy.api#required": {}
6650                    }
6651                },
6652                "IdempotencyToken": {
6653                    "target": "com.amazonaws.backup#string",
6654                    "traits": {
6655                        "smithy.api#documentation": "<p>A customer-chosen string that you can use to distinguish between otherwise identical\n         calls to <code>StartRestoreJob</code>. Retrying a successful request with the same\n         idempotency token results in a success message with no action taken.</p>"
6656                    }
6657                },
6658                "ResourceType": {
6659                    "target": "com.amazonaws.backup#ResourceType",
6660                    "traits": {
6661                        "smithy.api#documentation": "<p>Starts a job to restore a recovery point for one of the following resources:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>DynamoDB</code> for Amazon DynamoDB</p>\n            </li>\n            <li>\n               <p>\n                  <code>EBS</code> for Amazon Elastic Block Store</p>\n            </li>\n            <li>\n               <p>\n                  <code>EC2</code> for Amazon Elastic Compute Cloud</p>\n            </li>\n            <li>\n               <p>\n                  <code>EFS</code> for Amazon Elastic File System</p>\n            </li>\n            <li>\n               <p>\n                  <code>RDS</code> for Amazon Relational Database Service</p>\n            </li>\n            <li>\n               <p>\n                  <code>Aurora</code> for Amazon Aurora</p>\n            </li>\n            <li>\n               <p>\n                  <code>Storage Gateway</code> for Storage Gateway</p>\n            </li>\n         </ul>"
6662                    }
6663                }
6664            }
6665        },
6666        "com.amazonaws.backup#StartRestoreJobOutput": {
6667            "type": "structure",
6668            "members": {
6669                "RestoreJobId": {
6670                    "target": "com.amazonaws.backup#RestoreJobId",
6671                    "traits": {
6672                        "smithy.api#documentation": "<p>Uniquely identifies the job that restores a recovery point.</p>"
6673                    }
6674                }
6675            }
6676        },
6677        "com.amazonaws.backup#StopBackupJob": {
6678            "type": "operation",
6679            "input": {
6680                "target": "com.amazonaws.backup#StopBackupJobInput"
6681            },
6682            "errors": [
6683                {
6684                    "target": "com.amazonaws.backup#InvalidParameterValueException"
6685                },
6686                {
6687                    "target": "com.amazonaws.backup#InvalidRequestException"
6688                },
6689                {
6690                    "target": "com.amazonaws.backup#MissingParameterValueException"
6691                },
6692                {
6693                    "target": "com.amazonaws.backup#ResourceNotFoundException"
6694                },
6695                {
6696                    "target": "com.amazonaws.backup#ServiceUnavailableException"
6697                }
6698            ],
6699            "traits": {
6700                "smithy.api#documentation": "<p>Attempts to cancel a job to create a one-time backup of a resource.</p>",
6701                "smithy.api#http": {
6702                    "method": "POST",
6703                    "uri": "/backup-jobs/{BackupJobId}",
6704                    "code": 200
6705                }
6706            }
6707        },
6708        "com.amazonaws.backup#StopBackupJobInput": {
6709            "type": "structure",
6710            "members": {
6711                "BackupJobId": {
6712                    "target": "com.amazonaws.backup#string",
6713                    "traits": {
6714                        "smithy.api#documentation": "<p>Uniquely identifies a request to Backup to back up a resource.</p>",
6715                        "smithy.api#httpLabel": {},
6716                        "smithy.api#required": {}
6717                    }
6718                }
6719            }
6720        },
6721        "com.amazonaws.backup#StorageClass": {
6722            "type": "string",
6723            "traits": {
6724                "smithy.api#enum": [
6725                    {
6726                        "value": "WARM",
6727                        "name": "WARM"
6728                    },
6729                    {
6730                        "value": "COLD",
6731                        "name": "COLD"
6732                    },
6733                    {
6734                        "value": "DELETED",
6735                        "name": "DELETED"
6736                    }
6737                ]
6738            }
6739        },
6740        "com.amazonaws.backup#TagKey": {
6741            "type": "string"
6742        },
6743        "com.amazonaws.backup#TagKeyList": {
6744            "type": "list",
6745            "member": {
6746                "target": "com.amazonaws.backup#string"
6747            },
6748            "traits": {
6749                "smithy.api#sensitive": {}
6750            }
6751        },
6752        "com.amazonaws.backup#TagResource": {
6753            "type": "operation",
6754            "input": {
6755                "target": "com.amazonaws.backup#TagResourceInput"
6756            },
6757            "errors": [
6758                {
6759                    "target": "com.amazonaws.backup#InvalidParameterValueException"
6760                },
6761                {
6762                    "target": "com.amazonaws.backup#LimitExceededException"
6763                },
6764                {
6765                    "target": "com.amazonaws.backup#MissingParameterValueException"
6766                },
6767                {
6768                    "target": "com.amazonaws.backup#ResourceNotFoundException"
6769                },
6770                {
6771                    "target": "com.amazonaws.backup#ServiceUnavailableException"
6772                }
6773            ],
6774            "traits": {
6775                "smithy.api#documentation": "<p>Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault\n         identified by an Amazon Resource Name (ARN).</p>",
6776                "smithy.api#http": {
6777                    "method": "POST",
6778                    "uri": "/tags/{ResourceArn}",
6779                    "code": 200
6780                },
6781                "smithy.api#idempotent": {}
6782            }
6783        },
6784        "com.amazonaws.backup#TagResourceInput": {
6785            "type": "structure",
6786            "members": {
6787                "ResourceArn": {
6788                    "target": "com.amazonaws.backup#ARN",
6789                    "traits": {
6790                        "smithy.api#documentation": "<p>An ARN that uniquely identifies a resource. The format of the ARN depends on the type of\n         the tagged resource.</p>",
6791                        "smithy.api#httpLabel": {},
6792                        "smithy.api#required": {}
6793                    }
6794                },
6795                "Tags": {
6796                    "target": "com.amazonaws.backup#Tags",
6797                    "traits": {
6798                        "smithy.api#documentation": "<p>Key-value pairs that are used to help organize your resources. You can assign your own\n         metadata to the resources you create.</p>",
6799                        "smithy.api#required": {}
6800                    }
6801                }
6802            }
6803        },
6804        "com.amazonaws.backup#TagValue": {
6805            "type": "string"
6806        },
6807        "com.amazonaws.backup#Tags": {
6808            "type": "map",
6809            "key": {
6810                "target": "com.amazonaws.backup#TagKey"
6811            },
6812            "value": {
6813                "target": "com.amazonaws.backup#TagValue"
6814            },
6815            "traits": {
6816                "smithy.api#sensitive": {}
6817            }
6818        },
6819        "com.amazonaws.backup#UntagResource": {
6820            "type": "operation",
6821            "input": {
6822                "target": "com.amazonaws.backup#UntagResourceInput"
6823            },
6824            "errors": [
6825                {
6826                    "target": "com.amazonaws.backup#InvalidParameterValueException"
6827                },
6828                {
6829                    "target": "com.amazonaws.backup#MissingParameterValueException"
6830                },
6831                {
6832                    "target": "com.amazonaws.backup#ResourceNotFoundException"
6833                },
6834                {
6835                    "target": "com.amazonaws.backup#ServiceUnavailableException"
6836                }
6837            ],
6838            "traits": {
6839                "smithy.api#documentation": "<p>Removes a set of key-value pairs from a recovery point, backup plan, or backup vault\n         identified by an Amazon Resource Name (ARN)</p>",
6840                "smithy.api#http": {
6841                    "method": "POST",
6842                    "uri": "/untag/{ResourceArn}",
6843                    "code": 200
6844                },
6845                "smithy.api#idempotent": {}
6846            }
6847        },
6848        "com.amazonaws.backup#UntagResourceInput": {
6849            "type": "structure",
6850            "members": {
6851                "ResourceArn": {
6852                    "target": "com.amazonaws.backup#ARN",
6853                    "traits": {
6854                        "smithy.api#documentation": "<p>An ARN that uniquely identifies a resource. The format of the ARN depends on the type of\n         the tagged resource.</p>",
6855                        "smithy.api#httpLabel": {},
6856                        "smithy.api#required": {}
6857                    }
6858                },
6859                "TagKeyList": {
6860                    "target": "com.amazonaws.backup#TagKeyList",
6861                    "traits": {
6862                        "smithy.api#documentation": "<p>A list of keys to identify which key-value tags to remove from a resource.</p>",
6863                        "smithy.api#required": {}
6864                    }
6865                }
6866            }
6867        },
6868        "com.amazonaws.backup#UpdateBackupPlan": {
6869            "type": "operation",
6870            "input": {
6871                "target": "com.amazonaws.backup#UpdateBackupPlanInput"
6872            },
6873            "output": {
6874                "target": "com.amazonaws.backup#UpdateBackupPlanOutput"
6875            },
6876            "errors": [
6877                {
6878                    "target": "com.amazonaws.backup#InvalidParameterValueException"
6879                },
6880                {
6881                    "target": "com.amazonaws.backup#MissingParameterValueException"
6882                },
6883                {
6884                    "target": "com.amazonaws.backup#ResourceNotFoundException"
6885                },
6886                {
6887                    "target": "com.amazonaws.backup#ServiceUnavailableException"
6888                }
6889            ],
6890            "traits": {
6891                "smithy.api#documentation": "<p>Updates an existing backup plan identified by its <code>backupPlanId</code> with the\n         input document in JSON format. The new version is uniquely identified by a\n            <code>VersionId</code>.</p>",
6892                "smithy.api#http": {
6893                    "method": "POST",
6894                    "uri": "/backup/plans/{BackupPlanId}",
6895                    "code": 200
6896                },
6897                "smithy.api#idempotent": {}
6898            }
6899        },
6900        "com.amazonaws.backup#UpdateBackupPlanInput": {
6901            "type": "structure",
6902            "members": {
6903                "BackupPlanId": {
6904                    "target": "com.amazonaws.backup#string",
6905                    "traits": {
6906                        "smithy.api#documentation": "<p>Uniquely identifies a backup plan.</p>",
6907                        "smithy.api#httpLabel": {},
6908                        "smithy.api#required": {}
6909                    }
6910                },
6911                "BackupPlan": {
6912                    "target": "com.amazonaws.backup#BackupPlanInput",
6913                    "traits": {
6914                        "smithy.api#documentation": "<p>Specifies the body of a backup plan. Includes a <code>BackupPlanName</code> and one or\n         more sets of <code>Rules</code>.</p>",
6915                        "smithy.api#required": {}
6916                    }
6917                }
6918            }
6919        },
6920        "com.amazonaws.backup#UpdateBackupPlanOutput": {
6921            "type": "structure",
6922            "members": {
6923                "BackupPlanId": {
6924                    "target": "com.amazonaws.backup#string",
6925                    "traits": {
6926                        "smithy.api#documentation": "<p>Uniquely identifies a backup plan.</p>"
6927                    }
6928                },
6929                "BackupPlanArn": {
6930                    "target": "com.amazonaws.backup#ARN",
6931                    "traits": {
6932                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>"
6933                    }
6934                },
6935                "CreationDate": {
6936                    "target": "com.amazonaws.backup#timestamp",
6937                    "traits": {
6938                        "smithy.api#documentation": "<p>The date and time a backup plan is created, in Unix format and Coordinated Universal\n         Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For\n         example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
6939                    }
6940                },
6941                "VersionId": {
6942                    "target": "com.amazonaws.backup#string",
6943                    "traits": {
6944                        "smithy.api#documentation": "<p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes\n         long. Version Ids cannot be edited.</p>"
6945                    }
6946                },
6947                "AdvancedBackupSettings": {
6948                    "target": "com.amazonaws.backup#AdvancedBackupSettings",
6949                    "traits": {
6950                        "smithy.api#documentation": "<p>Contains a list of <code>BackupOptions</code> for each resource type.</p>"
6951                    }
6952                }
6953            }
6954        },
6955        "com.amazonaws.backup#UpdateFramework": {
6956            "type": "operation",
6957            "input": {
6958                "target": "com.amazonaws.backup#UpdateFrameworkInput"
6959            },
6960            "output": {
6961                "target": "com.amazonaws.backup#UpdateFrameworkOutput"
6962            },
6963            "errors": [
6964                {
6965                    "target": "com.amazonaws.backup#ConflictException"
6966                },
6967                {
6968                    "target": "com.amazonaws.backup#InvalidParameterValueException"
6969                },
6970                {
6971                    "target": "com.amazonaws.backup#LimitExceededException"
6972                },
6973                {
6974                    "target": "com.amazonaws.backup#MissingParameterValueException"
6975                },
6976                {
6977                    "target": "com.amazonaws.backup#ResourceNotFoundException"
6978                },
6979                {
6980                    "target": "com.amazonaws.backup#ServiceUnavailableException"
6981                }
6982            ],
6983            "traits": {
6984                "smithy.api#documentation": "<p>Updates an existing framework identified by its <code>FrameworkName</code> with the\n         input document in JSON format.</p>",
6985                "smithy.api#http": {
6986                    "method": "PUT",
6987                    "uri": "/audit/frameworks/{FrameworkName}",
6988                    "code": 200
6989                },
6990                "smithy.api#idempotent": {}
6991            }
6992        },
6993        "com.amazonaws.backup#UpdateFrameworkInput": {
6994            "type": "structure",
6995            "members": {
6996                "FrameworkName": {
6997                    "target": "com.amazonaws.backup#FrameworkName",
6998                    "traits": {
6999                        "smithy.api#documentation": "<p>The unique name of a framework. This name is between 1 and 256 characters, starting with\n         a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).</p>",
7000                        "smithy.api#httpLabel": {},
7001                        "smithy.api#required": {}
7002                    }
7003                },
7004                "FrameworkDescription": {
7005                    "target": "com.amazonaws.backup#FrameworkDescription",
7006                    "traits": {
7007                        "smithy.api#documentation": "<p>An optional description of the framework with a maximum 1,024 characters.</p>"
7008                    }
7009                },
7010                "FrameworkControls": {
7011                    "target": "com.amazonaws.backup#FrameworkControls",
7012                    "traits": {
7013                        "smithy.api#documentation": "<p>A list of the controls that make up the framework. Each control in the list has a name,\n         input parameters, and scope.</p>"
7014                    }
7015                },
7016                "IdempotencyToken": {
7017                    "target": "com.amazonaws.backup#string",
7018                    "traits": {
7019                        "smithy.api#documentation": "<p>A customer-chosen string that you can use to distinguish between otherwise identical\n         calls to <code>UpdateFrameworkInput</code>. Retrying a successful request with the same\n         idempotency token results in a success message with no action taken.</p>",
7020                        "smithy.api#idempotencyToken": {}
7021                    }
7022                }
7023            }
7024        },
7025        "com.amazonaws.backup#UpdateFrameworkOutput": {
7026            "type": "structure",
7027            "members": {
7028                "FrameworkName": {
7029                    "target": "com.amazonaws.backup#FrameworkName",
7030                    "traits": {
7031                        "smithy.api#documentation": "<p>The unique name of a framework. This name is between 1 and 256 characters, starting with\n         a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).</p>"
7032                    }
7033                },
7034                "FrameworkArn": {
7035                    "target": "com.amazonaws.backup#ARN",
7036                    "traits": {
7037                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN\n         depends on the resource type.</p>"
7038                    }
7039                },
7040                "CreationTime": {
7041                    "target": "com.amazonaws.backup#timestamp",
7042                    "traits": {
7043                        "smithy.api#documentation": "<p>The date and time that a framework is created, in Unix format and Coordinated Universal\n         Time (UTC). The value of <code>CreationTime</code> is accurate to milliseconds. For\n         example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
7044                    }
7045                }
7046            }
7047        },
7048        "com.amazonaws.backup#UpdateGlobalSettings": {
7049            "type": "operation",
7050            "input": {
7051                "target": "com.amazonaws.backup#UpdateGlobalSettingsInput"
7052            },
7053            "errors": [
7054                {
7055                    "target": "com.amazonaws.backup#InvalidParameterValueException"
7056                },
7057                {
7058                    "target": "com.amazonaws.backup#InvalidRequestException"
7059                },
7060                {
7061                    "target": "com.amazonaws.backup#MissingParameterValueException"
7062                },
7063                {
7064                    "target": "com.amazonaws.backup#ServiceUnavailableException"
7065                }
7066            ],
7067            "traits": {
7068                "smithy.api#documentation": "<p>Updates whether the Amazon Web Services account is opted in to cross-account backup.\n         Returns an error if the account is not an Organizations management account. Use the\n            <code>DescribeGlobalSettings</code> API to determine the current settings.</p>",
7069                "smithy.api#http": {
7070                    "method": "PUT",
7071                    "uri": "/global-settings",
7072                    "code": 200
7073                }
7074            }
7075        },
7076        "com.amazonaws.backup#UpdateGlobalSettingsInput": {
7077            "type": "structure",
7078            "members": {
7079                "GlobalSettings": {
7080                    "target": "com.amazonaws.backup#GlobalSettings",
7081                    "traits": {
7082                        "smithy.api#documentation": "<p>A value for <code>isCrossAccountBackupEnabled</code> and a Region. Example:\n            <code>update-global-settings --global-settings isCrossAccountBackupEnabled=false\n            --region us-west-2</code>.</p>"
7083                    }
7084                }
7085            }
7086        },
7087        "com.amazonaws.backup#UpdateRecoveryPointLifecycle": {
7088            "type": "operation",
7089            "input": {
7090                "target": "com.amazonaws.backup#UpdateRecoveryPointLifecycleInput"
7091            },
7092            "output": {
7093                "target": "com.amazonaws.backup#UpdateRecoveryPointLifecycleOutput"
7094            },
7095            "errors": [
7096                {
7097                    "target": "com.amazonaws.backup#InvalidParameterValueException"
7098                },
7099                {
7100                    "target": "com.amazonaws.backup#MissingParameterValueException"
7101                },
7102                {
7103                    "target": "com.amazonaws.backup#ResourceNotFoundException"
7104                },
7105                {
7106                    "target": "com.amazonaws.backup#ServiceUnavailableException"
7107                }
7108            ],
7109            "traits": {
7110                "smithy.api#documentation": "<p>Sets the transition lifecycle of a recovery point.</p>\n         <p>The lifecycle defines when a protected resource is transitioned to cold storage and when\n         it expires. Backup transitions and expires backups automatically according to\n         the lifecycle that you define.</p>\n         <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90\n         days. Therefore, the “expire after days” setting must be 90 days greater than the\n         “transition to cold after days” setting. The “transition to cold after days” setting cannot\n         be changed after a backup has been transitioned to cold.</p>\n         <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>\n         <p>Does not support continuous backups.</p>",
7111                "smithy.api#http": {
7112                    "method": "POST",
7113                    "uri": "/backup-vaults/{BackupVaultName}/recovery-points/{RecoveryPointArn}",
7114                    "code": 200
7115                },
7116                "smithy.api#idempotent": {}
7117            }
7118        },
7119        "com.amazonaws.backup#UpdateRecoveryPointLifecycleInput": {
7120            "type": "structure",
7121            "members": {
7122                "BackupVaultName": {
7123                    "target": "com.amazonaws.backup#BackupVaultName",
7124                    "traits": {
7125                        "smithy.api#documentation": "<p>The name of a logical container where backups are stored. Backup vaults are identified\n         by names that are unique to the account used to create them and the Amazon Web Services\n         Region where they are created. They consist of lowercase letters, numbers, and\n         hyphens.</p>",
7126                        "smithy.api#httpLabel": {},
7127                        "smithy.api#required": {}
7128                    }
7129                },
7130                "RecoveryPointArn": {
7131                    "target": "com.amazonaws.backup#ARN",
7132                    "traits": {
7133                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>",
7134                        "smithy.api#httpLabel": {},
7135                        "smithy.api#required": {}
7136                    }
7137                },
7138                "Lifecycle": {
7139                    "target": "com.amazonaws.backup#Lifecycle",
7140                    "traits": {
7141                        "smithy.api#documentation": "<p>The lifecycle defines when a protected resource is transitioned to cold storage and when\n         it expires. Backup transitions and expires backups automatically according to\n         the lifecycle that you define. </p>\n         <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90\n         days. Therefore, the “expire after days” setting must be 90 days greater than the\n         “transition to cold after days” setting. The “transition to cold after days” setting cannot\n         be changed after a backup has been transitioned to cold. </p>"
7142                    }
7143                }
7144            }
7145        },
7146        "com.amazonaws.backup#UpdateRecoveryPointLifecycleOutput": {
7147            "type": "structure",
7148            "members": {
7149                "BackupVaultArn": {
7150                    "target": "com.amazonaws.backup#ARN",
7151                    "traits": {
7152                        "smithy.api#documentation": "<p>An ARN that uniquely identifies a backup vault; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>"
7153                    }
7154                },
7155                "RecoveryPointArn": {
7156                    "target": "com.amazonaws.backup#ARN",
7157                    "traits": {
7158                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example,\n            <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>"
7159                    }
7160                },
7161                "Lifecycle": {
7162                    "target": "com.amazonaws.backup#Lifecycle",
7163                    "traits": {
7164                        "smithy.api#documentation": "<p>The lifecycle defines when a protected resource is transitioned to cold storage and when\n         it expires. Backup transitions and expires backups automatically according to\n         the lifecycle that you define. </p>\n         <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90\n         days. Therefore, the “expire after days” setting must be 90 days greater than the\n         “transition to cold after days” setting. The “transition to cold after days” setting cannot\n         be changed after a backup has been transitioned to cold. </p>\n         <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>"
7165                    }
7166                },
7167                "CalculatedLifecycle": {
7168                    "target": "com.amazonaws.backup#CalculatedLifecycle",
7169                    "traits": {
7170                        "smithy.api#documentation": "<p>A <code>CalculatedLifecycle</code> object containing <code>DeleteAt</code> and\n            <code>MoveToColdStorageAt</code> timestamps.</p>"
7171                    }
7172                }
7173            }
7174        },
7175        "com.amazonaws.backup#UpdateRegionSettings": {
7176            "type": "operation",
7177            "input": {
7178                "target": "com.amazonaws.backup#UpdateRegionSettingsInput"
7179            },
7180            "errors": [
7181                {
7182                    "target": "com.amazonaws.backup#InvalidParameterValueException"
7183                },
7184                {
7185                    "target": "com.amazonaws.backup#MissingParameterValueException"
7186                },
7187                {
7188                    "target": "com.amazonaws.backup#ServiceUnavailableException"
7189                }
7190            ],
7191            "traits": {
7192                "smithy.api#documentation": "<p>Updates the current service opt-in settings for the Region. If service-opt-in is enabled\n         for a service, Backup tries to protect that service's resources in this Region,\n         when the resource is included in an on-demand backup or scheduled backup plan. Otherwise,\n            Backup does not try to protect that service's resources in this Region. Use\n         the <code>DescribeRegionSettings</code> API to determine the resource types that are\n         supported.</p>",
7193                "smithy.api#http": {
7194                    "method": "PUT",
7195                    "uri": "/account-settings",
7196                    "code": 200
7197                }
7198            }
7199        },
7200        "com.amazonaws.backup#UpdateRegionSettingsInput": {
7201            "type": "structure",
7202            "members": {
7203                "ResourceTypeOptInPreference": {
7204                    "target": "com.amazonaws.backup#ResourceTypeOptInPreference",
7205                    "traits": {
7206                        "smithy.api#documentation": "<p>Updates the list of services along with the opt-in preferences for the Region.</p>"
7207                    }
7208                }
7209            }
7210        },
7211        "com.amazonaws.backup#UpdateReportPlan": {
7212            "type": "operation",
7213            "input": {
7214                "target": "com.amazonaws.backup#UpdateReportPlanInput"
7215            },
7216            "output": {
7217                "target": "com.amazonaws.backup#UpdateReportPlanOutput"
7218            },
7219            "errors": [
7220                {
7221                    "target": "com.amazonaws.backup#ConflictException"
7222                },
7223                {
7224                    "target": "com.amazonaws.backup#InvalidParameterValueException"
7225                },
7226                {
7227                    "target": "com.amazonaws.backup#MissingParameterValueException"
7228                },
7229                {
7230                    "target": "com.amazonaws.backup#ResourceNotFoundException"
7231                },
7232                {
7233                    "target": "com.amazonaws.backup#ServiceUnavailableException"
7234                }
7235            ],
7236            "traits": {
7237                "smithy.api#documentation": "<p>Updates an existing report plan identified by its <code>ReportPlanName</code> with the\n         input document in JSON format.</p>",
7238                "smithy.api#http": {
7239                    "method": "PUT",
7240                    "uri": "/audit/report-plans/{ReportPlanName}",
7241                    "code": 200
7242                },
7243                "smithy.api#idempotent": {}
7244            }
7245        },
7246        "com.amazonaws.backup#UpdateReportPlanInput": {
7247            "type": "structure",
7248            "members": {
7249                "ReportPlanName": {
7250                    "target": "com.amazonaws.backup#ReportPlanName",
7251                    "traits": {
7252                        "smithy.api#documentation": "<p>The unique name of the report plan. This name is between 1 and 256 characters, starting\n         with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores\n         (_).</p>",
7253                        "smithy.api#httpLabel": {},
7254                        "smithy.api#required": {}
7255                    }
7256                },
7257                "ReportPlanDescription": {
7258                    "target": "com.amazonaws.backup#ReportPlanDescription",
7259                    "traits": {
7260                        "smithy.api#documentation": "<p>An optional description of the report plan with a maximum 1,024 characters.</p>"
7261                    }
7262                },
7263                "ReportDeliveryChannel": {
7264                    "target": "com.amazonaws.backup#ReportDeliveryChannel",
7265                    "traits": {
7266                        "smithy.api#documentation": "<p>A structure that contains information about where to deliver your reports, specifically\n         your Amazon S3 bucket name, S3 key prefix, and the formats of your reports.</p>"
7267                    }
7268                },
7269                "ReportSetting": {
7270                    "target": "com.amazonaws.backup#ReportSetting",
7271                    "traits": {
7272                        "smithy.api#documentation": "<p>Identifies the report template for the report. Reports are built using a report\n         template. The report templates are:</p>\n         <p>\n            <code>BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT</code>\n         </p>"
7273                    }
7274                },
7275                "IdempotencyToken": {
7276                    "target": "com.amazonaws.backup#string",
7277                    "traits": {
7278                        "smithy.api#documentation": "<p>A customer-chosen string that you can use to distinguish between otherwise identical\n         calls to <code>UpdateReportPlanInput</code>. Retrying a successful request with the same\n         idempotency token results in a success message with no action taken.</p>",
7279                        "smithy.api#idempotencyToken": {}
7280                    }
7281                }
7282            }
7283        },
7284        "com.amazonaws.backup#UpdateReportPlanOutput": {
7285            "type": "structure",
7286            "members": {
7287                "ReportPlanName": {
7288                    "target": "com.amazonaws.backup#ReportPlanName",
7289                    "traits": {
7290                        "smithy.api#documentation": "<p>The unique name of the report plan.</p>"
7291                    }
7292                },
7293                "ReportPlanArn": {
7294                    "target": "com.amazonaws.backup#ARN",
7295                    "traits": {
7296                        "smithy.api#documentation": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN\n         depends on the resource type.</p>"
7297                    }
7298                },
7299                "CreationTime": {
7300                    "target": "com.amazonaws.backup#timestamp",
7301                    "traits": {
7302                        "smithy.api#documentation": "<p>The date and time that a report plan is created, in Unix format and Coordinated\n         Universal Time (UTC). The value of <code>CreationTime</code> is accurate to milliseconds.\n         For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087\n         AM.</p>"
7303                    }
7304                }
7305            }
7306        },
7307        "com.amazonaws.backup#WindowMinutes": {
7308            "type": "long",
7309            "traits": {
7310                "smithy.api#box": {}
7311            }
7312        },
7313        "com.amazonaws.backup#integer": {
7314            "type": "integer"
7315        },
7316        "com.amazonaws.backup#string": {
7317            "type": "string"
7318        },
7319        "com.amazonaws.backup#stringList": {
7320            "type": "list",
7321            "member": {
7322                "target": "com.amazonaws.backup#string"
7323            }
7324        },
7325        "com.amazonaws.backup#stringMap": {
7326            "type": "map",
7327            "key": {
7328                "target": "com.amazonaws.backup#string"
7329            },
7330            "value": {
7331                "target": "com.amazonaws.backup#string"
7332            }
7333        },
7334        "com.amazonaws.backup#timestamp": {
7335            "type": "timestamp"
7336        }
7337    }
7338}
7339