|
2346 | 2346 | "LockDate":{ |
2347 | 2347 | "shape":"timestamp", |
2348 | 2348 | "documentation":"<p>The date and time when Backup Vault Lock configuration becomes immutable, meaning it cannot be changed or deleted.</p> <p>If you applied Vault Lock to your vault without specifying a lock date, you can change your Vault Lock settings, or delete Vault Lock from the vault entirely, at any time.</p> <p>This value is in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>" |
| 2349 | + }, |
| 2350 | + "EncryptionKeyType":{ |
| 2351 | + "shape":"EncryptionKeyType", |
| 2352 | + "documentation":"<p>The type of encryption key used for the backup vault. Valid values are CUSTOMER_MANAGED_KMS_KEY for customer-managed keys or Amazon Web Services_OWNED_KMS_KEY for Amazon Web Services-owned keys.</p>" |
2349 | 2353 | } |
2350 | 2354 | }, |
2351 | 2355 | "documentation":"<p>Contains metadata about a backup vault.</p>" |
|
2989 | 2993 | "MaxRetentionDays":{ |
2990 | 2994 | "shape":"Long", |
2991 | 2995 | "documentation":"<p>The maximum retention period that the vault retains its recovery points.</p>" |
| 2996 | + }, |
| 2997 | + "EncryptionKeyArn":{ |
| 2998 | + "shape":"ARN", |
| 2999 | + "documentation":"<p>The ARN of the customer-managed KMS key to use for encrypting the logically air-gapped backup vault. If not specified, the vault will be encrypted with an Amazon Web Services-owned key managed by Amazon Web Services Backup.</p>" |
2992 | 3000 | } |
2993 | 3001 | } |
2994 | 3002 | }, |
|
3199 | 3207 | }, |
3200 | 3208 | "RestoreTestingSelectionName":{ |
3201 | 3209 | "shape":"String", |
3202 | | - "documentation":"<p>The name of the restore testing selection for the related restore testing plan.</p>" |
| 3210 | + "documentation":"<p>The name of the restore testing selection for the related restore testing plan.</p> <p>The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 50.</p>" |
3203 | 3211 | } |
3204 | 3212 | } |
3205 | 3213 | }, |
|
3646 | 3654 | "LatestMpaApprovalTeamUpdate":{ |
3647 | 3655 | "shape":"LatestMpaApprovalTeamUpdate", |
3648 | 3656 | "documentation":"<p>Information about the latest update to the MPA approval team association for this backup vault.</p>" |
| 3657 | + }, |
| 3658 | + "EncryptionKeyType":{ |
| 3659 | + "shape":"EncryptionKeyType", |
| 3660 | + "documentation":"<p>The type of encryption key used for the backup vault. Valid values are CUSTOMER_MANAGED_KMS_KEY for customer-managed keys or Amazon Web Services_OWNED_KMS_KEY for Amazon Web Services-owned keys.</p>" |
3649 | 3661 | } |
3650 | 3662 | } |
3651 | 3663 | }, |
|
3926 | 3938 | "IndexStatusMessage":{ |
3927 | 3939 | "shape":"string", |
3928 | 3940 | "documentation":"<p>A string in the form of a detailed message explaining the status of a backup index associated with the recovery point.</p>" |
| 3941 | + }, |
| 3942 | + "EncryptionKeyType":{ |
| 3943 | + "shape":"EncryptionKeyType", |
| 3944 | + "documentation":"<p>The type of encryption key used for the recovery point. Valid values are CUSTOMER_MANAGED_KMS_KEY for customer-managed keys or Amazon Web Services_OWNED_KMS_KEY for Amazon Web Services-owned keys.</p>" |
3929 | 3945 | } |
3930 | 3946 | } |
3931 | 3947 | }, |
|
4147 | 4163 | } |
4148 | 4164 | } |
4149 | 4165 | }, |
| 4166 | + "EncryptionKeyType":{ |
| 4167 | + "type":"string", |
| 4168 | + "enum":[ |
| 4169 | + "AWS_OWNED_KMS_KEY", |
| 4170 | + "CUSTOMER_MANAGED_KMS_KEY" |
| 4171 | + ] |
| 4172 | + }, |
4150 | 4173 | "ExportBackupPlanTemplateInput":{ |
4151 | 4174 | "type":"structure", |
4152 | 4175 | "required":["BackupPlanId"], |
|
6630 | 6653 | "IndexStatusMessage":{ |
6631 | 6654 | "shape":"string", |
6632 | 6655 | "documentation":"<p>A string in the form of a detailed message explaining the status of a backup index associated with the recovery point.</p>" |
| 6656 | + }, |
| 6657 | + "EncryptionKeyType":{ |
| 6658 | + "shape":"EncryptionKeyType", |
| 6659 | + "documentation":"<p>The type of encryption key used for the recovery point. Valid values are CUSTOMER_MANAGED_KMS_KEY for customer-managed keys or Amazon Web Services_OWNED_KMS_KEY for Amazon Web Services-owned keys.</p>" |
6633 | 6660 | } |
6634 | 6661 | }, |
6635 | 6662 | "documentation":"<p>Contains detailed information about the recovery points stored in a backup vault.</p>" |
|
6692 | 6719 | "IndexStatusMessage":{ |
6693 | 6720 | "shape":"string", |
6694 | 6721 | "documentation":"<p>A string in the form of a detailed message explaining the status of a backup index associated with the recovery point.</p>" |
| 6722 | + }, |
| 6723 | + "EncryptionKeyType":{ |
| 6724 | + "shape":"EncryptionKeyType", |
| 6725 | + "documentation":"<p>The type of encryption key used for the recovery point. Valid values are CUSTOMER_MANAGED_KMS_KEY for customer-managed keys or Amazon Web Services_OWNED_KMS_KEY for Amazon Web Services-owned keys.</p>" |
6695 | 6726 | } |
6696 | 6727 | }, |
6697 | 6728 | "documentation":"<p>Contains detailed information about a saved recovery point.</p>" |
|
7440 | 7471 | }, |
7441 | 7472 | "RestoreTestingSelectionName":{ |
7442 | 7473 | "shape":"String", |
7443 | | - "documentation":"<p>The unique name of the restore testing selection that belongs to the related restore testing plan.</p>" |
| 7474 | + "documentation":"<p>The unique name of the restore testing selection that belongs to the related restore testing plan.</p> <p>The name consists of only alphanumeric characters and underscores. Maximum length is 50.</p>" |
7444 | 7475 | }, |
7445 | 7476 | "ValidationWindowHours":{ |
7446 | 7477 | "shape":"integer", |
|
7493 | 7524 | }, |
7494 | 7525 | "RestoreTestingSelectionName":{ |
7495 | 7526 | "shape":"String", |
7496 | | - "documentation":"<p>The unique name of the restore testing selection that belongs to the related restore testing plan.</p>" |
| 7527 | + "documentation":"<p>The unique name of the restore testing selection that belongs to the related restore testing plan.</p> <p>The name consists of only alphanumeric characters and underscores. Maximum length is 50.</p>" |
7497 | 7528 | }, |
7498 | 7529 | "ValidationWindowHours":{ |
7499 | 7530 | "shape":"integer", |
|
7530 | 7561 | }, |
7531 | 7562 | "RestoreTestingSelectionName":{ |
7532 | 7563 | "shape":"String", |
7533 | | - "documentation":"<p>Unique name of a restore testing selection.</p>" |
| 7564 | + "documentation":"<p>Unique name of a restore testing selection.</p> <p>The name consists of only alphanumeric characters and underscores. Maximum length is 50.</p>" |
7534 | 7565 | }, |
7535 | 7566 | "ValidationWindowHours":{ |
7536 | 7567 | "shape":"integer", |
|
0 commit comments