Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Aug 28, 2023
1 parent 6926341 commit 1dbd532
Show file tree
Hide file tree
Showing 61 changed files with 4,521 additions and 4,656 deletions.
7 changes: 5 additions & 2 deletions apis/backup/2018-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,8 @@
"RecoveryPointTags":{"shape":"Tags"},
"RuleId":{"shape":"string"},
"CopyActions":{"shape":"CopyActions"},
"EnableContinuousBackup":{"shape":"Boolean"}
"EnableContinuousBackup":{"shape":"Boolean"},
"ScheduleExpressionTimezone":{"shape":"Timezone"}
}
},
"BackupRuleInput":{
Expand All @@ -1349,7 +1350,8 @@
"Lifecycle":{"shape":"Lifecycle"},
"RecoveryPointTags":{"shape":"Tags"},
"CopyActions":{"shape":"CopyActions"},
"EnableContinuousBackup":{"shape":"Boolean"}
"EnableContinuousBackup":{"shape":"Boolean"},
"ScheduleExpressionTimezone":{"shape":"Timezone"}
}
},
"BackupRuleName":{
Expand Down Expand Up @@ -3704,6 +3706,7 @@
"value":{"shape":"TagValue"},
"sensitive":true
},
"Timezone":{"type":"string"},
"UntagResourceInput":{
"type":"structure",
"required":[
Expand Down
11 changes: 9 additions & 2 deletions apis/backup/2018-11-15/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"CreateBackupVault": "<p>Creates a logical container where backups are stored. A <code>CreateBackupVault</code> request includes a name, optionally one or more resource tags, an encryption key, and a request ID.</p> <note> <p>Do not include sensitive data, such as passport numbers, in the name of a backup vault.</p> </note>",
"CreateFramework": "<p>Creates a framework with one or more controls. A framework is a collection of controls that you can use to evaluate your backup practices. By using pre-built customizable controls to define your policies, you can evaluate whether your backup practices comply with your policies and which resources are not yet in compliance.</p>",
"CreateLegalHold": "<p>This action creates a legal hold on a recovery point (backup). A legal hold is a restraint on altering or deleting a backup until an authorized user cancels the legal hold. Any actions to delete or disassociate a recovery point will fail with an error if one or more active legal holds are on the recovery point.</p>",
"CreateLogicallyAirGappedBackupVault": "<p>This request creates a logical container where backups are stored.</p> <p>This request includes a name, optionally one or more resource tags, an encryption key, and a request ID.</p> <note> <p>Do not include sensitive data, such as passport numbers, in the name of a backup vault.</p> </note>",
"CreateLogicallyAirGappedBackupVault": "<p>This request creates a logical container to where backups may be copied.</p> <p>This request includes a name, the Region, the maximum number of retention days, the minimum number of retention days, and optionally can include tags and a creator request ID.</p> <note> <p>Do not include sensitive data, such as passport numbers, in the name of a backup vault.</p> </note>",
"CreateReportPlan": "<p>Creates a report plan. A report plan is a document that contains information about the contents of the report and where Backup will deliver it.</p> <p>If you call <code>CreateReportPlan</code> with a plan that already exists, you receive an <code>AlreadyExistsException</code> exception.</p>",
"DeleteBackupPlan": "<p>Deletes a backup plan. A backup plan can only be deleted after all associated selections of resources have been deleted. Deleting a backup plan deletes the current version of a backup plan. Previous versions, if any, will still exist.</p>",
"DeleteBackupSelection": "<p>Deletes the resource selection associated with a backup plan that is specified by the <code>SelectionId</code>.</p>",
Expand Down Expand Up @@ -541,7 +541,7 @@
"ControlScope": {
"base": "<p>A framework consists of one or more controls. Each control has its own control scope. The control scope can include one or more resource types, a combination of a tag key and value, or a combination of one resource type and one resource ID. If no scope is specified, evaluations for the rule are triggered when any resource in your recording group changes in configuration.</p> <note> <p>To set a control scope that includes all of a particular resource, leave the <code>ControlScope</code> empty or do not pass it when calling <code>CreateFramework</code>.</p> </note>",
"refs": {
"FrameworkControl$ControlScope": "<p>The scope of a control. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans. For more information, see <a href=\"aws-backup/latest/devguide/API_ControlScope.html\"> <code>ControlScope</code>.</a> </p>"
"FrameworkControl$ControlScope": "<p>The scope of a control. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans.</p>"
}
},
"CopyAction": {
Expand Down Expand Up @@ -1733,6 +1733,13 @@
"TagResourceInput$Tags": "<p>Key-value pairs that are used to help organize your resources. You can assign your own metadata to the resources you create. For clarity, this is the structure to assign tags: <code>[{\"Key\":\"string\",\"Value\":\"string\"}]</code>.</p>"
}
},
"Timezone": {
"base": null,
"refs": {
"BackupRule$ScheduleExpressionTimezone": "<p>This is the timezone in which the schedule expression is set. By default, ScheduleExpressions are in UTC. You can modify this to a specified timezone.</p>",
"BackupRuleInput$ScheduleExpressionTimezone": "<p>This is the timezone in which the schedule expression is set. By default, ScheduleExpressions are in UTC. You can modify this to a specified timezone.</p>"
}
},
"UntagResourceInput": {
"base": null,
"refs": {
Expand Down
Loading

0 comments on commit 1dbd532

Please sign in to comment.