|
781 | 781 | "smithy.api#required": {} |
782 | 782 | } |
783 | 783 | }, |
| 784 | + "TargetLogicallyAirGappedBackupVaultArn": { |
| 785 | + "target": "com.amazonaws.backup#ARN", |
| 786 | + "traits": { |
| 787 | + "smithy.api#documentation": "<p>The ARN of a logically air-gapped vault. ARN must be in the same account and Region.\n If provided, supported fully managed resources back up directly to logically air-gapped vault,\n while other supported resources create a temporary (billable) snapshot in backup vault,\n then copy it to logically air-gapped vault. Unsupported resources only back up to the specified\n backup vault.</p>" |
| 788 | + } |
| 789 | + }, |
784 | 790 | "ScheduleExpression": { |
785 | 791 | "target": "com.amazonaws.backup#CronExpression", |
786 | 792 | "traits": { |
|
863 | 869 | "smithy.api#required": {} |
864 | 870 | } |
865 | 871 | }, |
| 872 | + "TargetLogicallyAirGappedBackupVaultArn": { |
| 873 | + "target": "com.amazonaws.backup#ARN", |
| 874 | + "traits": { |
| 875 | + "smithy.api#documentation": "<p>The ARN of a logically air-gapped vault. ARN must be in the same account and Region.\n If provided, supported fully managed resources back up directly to logically air-gapped vault,\n while other supported resources create a temporary (billable) snapshot in backup vault,\n then copy it to logically air-gapped vault. Unsupported resources only back up to the specified\n backup vault.</p>" |
| 876 | + } |
| 877 | + }, |
866 | 878 | "ScheduleExpression": { |
867 | 879 | "target": "com.amazonaws.backup#CronExpression", |
868 | 880 | "traits": { |
|
1712 | 1724 | "CreatedBy": { |
1713 | 1725 | "target": "com.amazonaws.backup#RecoveryPointCreator" |
1714 | 1726 | }, |
| 1727 | + "CreatedByBackupJobId": { |
| 1728 | + "target": "com.amazonaws.backup#string", |
| 1729 | + "traits": { |
| 1730 | + "smithy.api#documentation": "<p>The backup job ID that initiated this copy job. Only applicable to scheduled copy\n jobs and automatic copy jobs to logically air-gapped vault.</p>" |
| 1731 | + } |
| 1732 | + }, |
1715 | 1733 | "ResourceType": { |
1716 | 1734 | "target": "com.amazonaws.backup#ResourceType", |
1717 | 1735 | "traits": { |
|
5457 | 5475 | "GlobalSettings": { |
5458 | 5476 | "target": "com.amazonaws.backup#GlobalSettings", |
5459 | 5477 | "traits": { |
5460 | | - "smithy.api#documentation": "<p>The status of the flags <code>isCrossAccountBackupEnabled</code> and\n <code>isMpaEnabled</code> ('Mpa' refers to multi-party approval).</p>" |
| 5478 | + "smithy.api#documentation": "<p>The status of the flags <code>isCrossAccountBackupEnabled</code>,\n <code>isMpaEnabled</code> ('Mpa' refers to multi-party approval), and <code>isDelegatedAdministratorEnabled</code>.</p>" |
5461 | 5479 | } |
5462 | 5480 | }, |
5463 | 5481 | "LastUpdateTime": { |
|
8134 | 8152 | "traits": { |
8135 | 8153 | "smithy.api#documentation": "<p>If the value is true, your backup plan transitions supported resources to \n archive (cold) storage tier in accordance with your lifecycle settings.</p>" |
8136 | 8154 | } |
| 8155 | + }, |
| 8156 | + "DeleteAfterEvent": { |
| 8157 | + "target": "com.amazonaws.backup#LifecycleDeleteAfterEvent", |
| 8158 | + "traits": { |
| 8159 | + "smithy.api#documentation": "<p>The event after which a recovery point is deleted. A recovery point with both\n <code>DeleteAfterDays</code> and <code>DeleteAfterEvent</code> will delete after\n whichever condition is satisfied first. Not valid as an input.</p>" |
| 8160 | + } |
8137 | 8161 | } |
8138 | 8162 | }, |
8139 | 8163 | "traits": { |
8140 | 8164 | "smithy.api#documentation": "<p>Specifies the time period, in days, before a recovery point transitions to cold storage \n 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 retention setting must be 90 days greater than the\n transition to cold after days setting. The transition to cold after days setting can't\n be changed after a backup has been transitioned to cold.</p>\n <p>Resource types that can transition to cold storage are listed in the <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/backup-feature-availability.html#features-by-resource\">Feature \n availability by resource</a> table. Backup ignores this expression for\n other resource types.</p>\n <p>To remove the existing lifecycle and retention periods and keep your recovery points indefinitely, \n specify -1 for <code>MoveToColdStorageAfterDays</code> and <code>DeleteAfterDays</code>.</p>" |
8141 | 8165 | } |
8142 | 8166 | }, |
| 8167 | + "com.amazonaws.backup#LifecycleDeleteAfterEvent": { |
| 8168 | + "type": "enum", |
| 8169 | + "members": { |
| 8170 | + "DELETE_AFTER_COPY": { |
| 8171 | + "target": "smithy.api#Unit", |
| 8172 | + "traits": { |
| 8173 | + "smithy.api#enumValue": "DELETE_AFTER_COPY" |
| 8174 | + } |
| 8175 | + } |
| 8176 | + } |
| 8177 | + }, |
8143 | 8178 | "com.amazonaws.backup#LimitExceededException": { |
8144 | 8179 | "type": "structure", |
8145 | 8180 | "members": { |
|
9105 | 9140 | "smithy.api#documentation": "<p>This is an optional parameter that can be used to \n filter out jobs with a MessageCategory which matches the \n value you input.</p>\n <p>Example strings may include <code>AccessDenied</code>, \n <code>SUCCESS</code>, <code>AGGREGATE_ALL</code>, and \n <code>INVALIDPARAMETERS</code>.</p>\n <p>View \n <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/monitoring.html\">Monitoring</a>\n for a list of accepted strings.</p>\n <p>The the value ANY returns count of all message categories.</p>\n <p>\n <code>AGGREGATE_ALL</code> aggregates job counts \n for all message categories and returns the sum.</p>", |
9106 | 9141 | "smithy.api#httpQuery": "messageCategory" |
9107 | 9142 | } |
| 9143 | + }, |
| 9144 | + "BySourceRecoveryPointArn": { |
| 9145 | + "target": "com.amazonaws.backup#string", |
| 9146 | + "traits": { |
| 9147 | + "smithy.api#documentation": "<p>Filters copy jobs by the specified source recovery point ARN.</p>", |
| 9148 | + "smithy.api#httpQuery": "sourceRecoveryPointArn" |
| 9149 | + } |
9108 | 9150 | } |
9109 | 9151 | }, |
9110 | 9152 | "traits": { |
|
13118 | 13160 | "smithy.api#required": {} |
13119 | 13161 | } |
13120 | 13162 | }, |
| 13163 | + "LogicallyAirGappedBackupVaultArn": { |
| 13164 | + "target": "com.amazonaws.backup#ARN", |
| 13165 | + "traits": { |
| 13166 | + "smithy.api#documentation": "<p>The ARN of a logically air-gapped vault. ARN must be in the same account and Region.\n If provided, supported fully managed resources back up directly to logically air-gapped vault,\n while other supported resources create a temporary (billable) snapshot in backup vault,\n then copy it to logically air-gapped vault. Unsupported resources only back up to the specified\n backup vault.</p>" |
| 13167 | + } |
| 13168 | + }, |
13121 | 13169 | "ResourceArn": { |
13122 | 13170 | "target": "com.amazonaws.backup#ARN", |
13123 | 13171 | "traits": { |
|
13938 | 13986 | "GlobalSettings": { |
13939 | 13987 | "target": "com.amazonaws.backup#GlobalSettings", |
13940 | 13988 | "traits": { |
13941 | | - "smithy.api#documentation": "<p>Inputs can include:</p>\n <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>\n <p>A value for Multi-party approval, styled as \"Mpa\": <code>isMpaEnabled</code>. Values can\n be true or false. Example:\n <code>update-global-settings --global-settings isMpaEnabled=false\n --region us-west-2</code>.</p>" |
| 13989 | + "smithy.api#documentation": "<p>Inputs can include:</p>\n <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>\n <p>A value for Multi-party approval, styled as \"Mpa\": <code>isMpaEnabled</code>. Values can\n be true or false. Example:\n <code>update-global-settings --global-settings isMpaEnabled=false\n --region us-west-2</code>.</p>\n <p>A value for Backup Service-Linked Role creation, styled as<code>isDelegatedAdministratorEnabled</code>.\n Values can be true or false. Example:\n <code>update-global-settings --global-settings isDelegatedAdministratorEnabled=false\n --region us-west-2</code>.</p>" |
13942 | 13990 | } |
13943 | 13991 | } |
13944 | 13992 | }, |
|
0 commit comments