Skip to content

Commit e0e2161

Browse files
author
AWS
committed
AWS Backup Update: AWS Backup supports backups of Amazon EKS clusters, including Kubernetes cluster state and persistent storage attached to the EKS cluster via a persistent volume claim (EBS volumes, EFS file systems, and S3 buckets).
1 parent cdfd7fb commit e0e2161

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Backup",
4+
"contributor": "",
5+
"description": "AWS Backup supports backups of Amazon EKS clusters, including Kubernetes cluster state and persistent storage attached to the EKS cluster via a persistent volume claim (EBS volumes, EFS file systems, and S3 buckets)."
6+
}

services/backup/src/main/resources/codegen-resources/service-2.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4102,6 +4102,14 @@
41024102
"DeletionStatusMessage":{
41034103
"shape":"string",
41044104
"documentation":"<p>This describes the restore job deletion status.</p>"
4105+
},
4106+
"IsParent":{
4107+
"shape":"boolean",
4108+
"documentation":"<p>This is a boolean value indicating whether the restore job is a parent (composite) restore job.</p>"
4109+
},
4110+
"ParentJobId":{
4111+
"shape":"string",
4112+
"documentation":"<p>This is the unique identifier of the parent restore job for the selected restore job.</p>"
41054113
}
41064114
}
41074115
},
@@ -6219,6 +6227,12 @@
62196227
"documentation":"<p>This returns only restore testing jobs that match the specified resource Amazon Resource Name (ARN).</p>",
62206228
"location":"querystring",
62216229
"locationName":"restoreTestingPlanArn"
6230+
},
6231+
"ByParentJobId":{
6232+
"shape":"string",
6233+
"documentation":"<p>This is a filter to list child (nested) restore jobs based on parent restore job ID.</p>",
6234+
"location":"querystring",
6235+
"locationName":"parentJobId"
62226236
}
62236237
}
62246238
},
@@ -7220,6 +7234,14 @@
72207234
"shape":"timestamp",
72217235
"documentation":"<p>The date on which a recovery point was created.</p>"
72227236
},
7237+
"IsParent":{
7238+
"shape":"boolean",
7239+
"documentation":"<p>This is a boolean value indicating whether the restore job is a parent (composite) restore job.</p>"
7240+
},
7241+
"ParentJobId":{
7242+
"shape":"string",
7243+
"documentation":"<p>This is the unique identifier of the parent restore job for the selected restore job.</p>"
7244+
},
72237245
"CreatedBy":{
72247246
"shape":"RestoreJobCreator",
72257247
"documentation":"<p>Contains identifying information about the creation of a restore job.</p>"

0 commit comments

Comments
 (0)