Skip to content

Commit

Permalink
chore: Updates version to 0.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-swift-automation committed Aug 30, 2024
1 parent 9a3b956 commit 29d8829
Show file tree
Hide file tree
Showing 12 changed files with 9,887 additions and 6,232 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ func addResolvedTargets() {
// MARK: - Generated

addDependencies(
clientRuntimeVersion: "0.60.0",
clientRuntimeVersion: "0.61.0",
crtVersion: "0.33.0"
)

Expand Down
2 changes: 1 addition & 1 deletion Package.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.69.0
0.70.0
34 changes: 17 additions & 17 deletions Sources/Services/AWSBackup/Sources/AWSBackup/BackupClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ extension BackupClient {
extension BackupClient {
/// Performs the `CancelLegalHold` operation on the `CryoControllerUserManager` service.
///
/// This action removes the specified legal hold on a recovery point. This action can only be performed by a user with sufficient permissions.
/// Removes the specified legal hold on a recovery point. This action can only be performed by a user with sufficient permissions.
///
/// - Parameter CancelLegalHoldInput : [no documentation found]
///
Expand Down Expand Up @@ -563,7 +563,7 @@ extension BackupClient {

/// Performs the `CreateLegalHold` operation on the `CryoControllerUserManager` service.
///
/// 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.
/// 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.
///
/// - Parameter CreateLegalHoldInput : [no documentation found]
///
Expand Down Expand Up @@ -636,7 +636,7 @@ extension BackupClient {

/// Performs the `CreateLogicallyAirGappedBackupVault` operation on the `CryoControllerUserManager` service.
///
/// This request creates a logical container to where backups may be copied. 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. Do not include sensitive data, such as passport numbers, in the name of a backup vault.
/// Creates a logical container to where backups may be copied. 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. Do not include sensitive data, such as passport numbers, in the name of a backup vault.
///
/// - Parameter CreateLogicallyAirGappedBackupVaultInput : [no documentation found]
///
Expand Down Expand Up @@ -786,7 +786,7 @@ extension BackupClient {

/// Performs the `CreateRestoreTestingPlan` operation on the `CryoControllerUserManager` service.
///
/// This is the first of two steps to create a restore testing plan; once this request is successful, finish the procedure with request CreateRestoreTestingSelection. You must include the parameter RestoreTestingPlan. You may optionally include CreatorRequestId and Tags.
/// Creates a restore testing plan. The first of two steps to create a restore testing plan. After this request is successful, finish the procedure using CreateRestoreTestingSelection.
///
/// - Parameter CreateRestoreTestingPlanInput : [no documentation found]
///
Expand Down Expand Up @@ -3745,7 +3745,7 @@ extension BackupClient {

/// Performs the `ListBackupPlanTemplates` operation on the `CryoControllerUserManager` service.
///
/// Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and deletion dates.
/// Lists the backup plan templates.
///
/// - Parameter ListBackupPlanTemplatesInput : [no documentation found]
///
Expand Down Expand Up @@ -3887,7 +3887,7 @@ extension BackupClient {

/// Performs the `ListBackupPlans` operation on the `CryoControllerUserManager` service.
///
/// Returns a list of all active backup plans for an authenticated account. The list contains information such as Amazon Resource Names (ARNs), plan IDs, creation and deletion dates, version IDs, plan names, and creator request IDs.
/// Lists the active backup plans for the account.
///
/// - Parameter ListBackupPlansInput : [no documentation found]
///
Expand Down Expand Up @@ -4656,7 +4656,7 @@ extension BackupClient {

/// Performs the `ListRecoveryPointsByResource` operation on the `CryoControllerUserManager` service.
///
/// Returns detailed information about all the recovery points of the type specified by a resource Amazon Resource Name (ARN). For Amazon EFS and Amazon EC2, this action only lists recovery points created by Backup.
/// The information about the recovery points of the type specified by a resource Amazon Resource Name (ARN). For Amazon EFS and Amazon EC2, this action only lists recovery points created by Backup.
///
/// - Parameter ListRecoveryPointsByResourceInput : [no documentation found]
///
Expand Down Expand Up @@ -5216,7 +5216,7 @@ extension BackupClient {

/// Performs the `ListTags` operation on the `CryoControllerUserManager` service.
///
/// Returns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault. ListTags only works for resource types that support full Backup management of their backups. Those resource types are listed in the "Full Backup management" section of the [ Feature availability by resource](https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource) table.
/// Returns the tags assigned to the resource, such as a target recovery point, backup plan, or backup vault.
///
/// - Parameter ListTagsInput : [no documentation found]
///
Expand Down Expand Up @@ -5360,7 +5360,7 @@ extension BackupClient {

/// Performs the `PutBackupVaultLockConfiguration` operation on the `CryoControllerUserManager` service.
///
/// Applies Backup Vault Lock to a backup vault, preventing attempts to delete any recovery point stored in or created in a backup vault. Vault Lock also prevents attempts to update the lifecycle policy that controls the retention period of any recovery point currently stored in a backup vault. If specified, Vault Lock enforces a minimum and maximum retention period for future backup and copy jobs that target a backup vault. Backup Vault Lock has been assessed by Cohasset Associates for use in environments that are subject to SEC 17a-4, CFTC, and FINRA regulations. For more information about how Backup Vault Lock relates to these regulations, see the [Cohasset Associates Compliance Assessment.]
/// Applies Backup Vault Lock to a backup vault, preventing attempts to delete any recovery point stored in or created in a backup vault. Vault Lock also prevents attempts to update the lifecycle policy that controls the retention period of any recovery point currently stored in a backup vault. If specified, Vault Lock enforces a minimum and maximum retention period for future backup and copy jobs that target a backup vault. Backup Vault Lock has been assessed by Cohasset Associates for use in environments that are subject to SEC 17a-4, CFTC, and FINRA regulations. For more information about how Backup Vault Lock relates to these regulations, see the [Cohasset Associates Compliance Assessment.](https://docs.aws.amazon.com/aws-backup/latest/devguide/samples/cohassetreport.zip) For more information, see [Backup Vault Lock](https://docs.aws.amazon.com/aws-backup/latest/devguide/vault-lock.html).
///
/// - Parameter PutBackupVaultLockConfigurationInput : [no documentation found]
///
Expand Down Expand Up @@ -5879,7 +5879,7 @@ extension BackupClient {

/// Performs the `StopBackupJob` operation on the `CryoControllerUserManager` service.
///
/// Attempts to cancel a job to create a one-time backup of a resource. This action is not supported for the following services: Amazon FSx for Windows File Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP , Amazon FSx for OpenZFS, Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, and Amazon Neptune.
/// Attempts to cancel a job to create a one-time backup of a resource. This action is not supported for the following services: Amazon FSx for Windows File Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP, Amazon FSx for OpenZFS, Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, and Amazon Neptune.
///
/// - Parameter StopBackupJobInput : [no documentation found]
///
Expand Down Expand Up @@ -5950,7 +5950,7 @@ extension BackupClient {

/// Performs the `TagResource` operation on the `CryoControllerUserManager` service.
///
/// Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN).
/// Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN). This API is supported for recovery points for resource types including Aurora, Amazon DocumentDB. Amazon EBS, Amazon FSx, Neptune, and Amazon RDS.
///
/// - Parameter TagResourceInput : [no documentation found]
///
Expand Down Expand Up @@ -6024,7 +6024,7 @@ extension BackupClient {

/// Performs the `UntagResource` operation on the `CryoControllerUserManager` service.
///
/// Removes a set of key-value pairs from a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN)
/// Removes a set of key-value pairs from a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN) This API is not supported for recovery points for resource types including Aurora, Amazon DocumentDB. Amazon EBS, Amazon FSx, Neptune, and Amazon RDS.
///
/// - Parameter UntagResourceInput : [no documentation found]
///
Expand Down Expand Up @@ -6097,7 +6097,7 @@ extension BackupClient {

/// Performs the `UpdateBackupPlan` operation on the `CryoControllerUserManager` service.
///
/// Updates an existing backup plan identified by its backupPlanId with the input document in JSON format. The new version is uniquely identified by a VersionId.
/// Updates the specified backup plan. The new version is uniquely identified by its ID.
///
/// - Parameter UpdateBackupPlanInput : [no documentation found]
///
Expand Down Expand Up @@ -6170,7 +6170,7 @@ extension BackupClient {

/// Performs the `UpdateFramework` operation on the `CryoControllerUserManager` service.
///
/// Updates an existing framework identified by its FrameworkName with the input document in JSON format.
/// Updates the specified framework.
///
/// - Parameter UpdateFrameworkInput : [no documentation found]
///
Expand Down Expand Up @@ -6320,7 +6320,7 @@ extension BackupClient {

/// Performs the `UpdateRecoveryPointLifecycle` operation on the `CryoControllerUserManager` service.
///
/// Sets the transition lifecycle of a recovery point. The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Resource types that are able to be transitioned to cold storage are listed in the "Lifecycle to cold storage" section of the [ Feature availability by resource](https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource) table. Backup ignores this expression for other resource types. This operation does not support continuous backups.
/// Sets the transition lifecycle of a recovery point. The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. Resource types that can transition to cold storage are listed in the [Feature availability by resource](https://docs.aws.amazon.com/aws-backup/latest/devguide/backup-feature-availability.html#features-by-resource) table. Backup ignores this expression for other resource types. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. If your lifecycle currently uses the parameters DeleteAfterDays and MoveToColdStorageAfterDays, include these parameters and their values when you call this operation. Not including them may result in your plan updating with null values. This operation does not support continuous backups.
///
/// - Parameter UpdateRecoveryPointLifecycleInput : [no documentation found]
///
Expand Down Expand Up @@ -6466,7 +6466,7 @@ extension BackupClient {

/// Performs the `UpdateReportPlan` operation on the `CryoControllerUserManager` service.
///
/// Updates an existing report plan identified by its ReportPlanName with the input document in JSON format.
/// Updates the specified report plan.
///
/// - Parameter UpdateReportPlanInput : [no documentation found]
///
Expand Down Expand Up @@ -6625,7 +6625,7 @@ extension BackupClient {

/// Performs the `UpdateRestoreTestingSelection` operation on the `CryoControllerUserManager` service.
///
/// Most elements except the RestoreTestingSelectionName can be updated with this request. RestoreTestingSelection can use either protected resource ARNs or conditions, but not both. That is, if your selection has ProtectedResourceArns, requesting an update with the parameter ProtectedResourceConditions will be unsuccessful.
/// Updates the specified restore testing selection. Most elements except the RestoreTestingSelectionName can be updated with this request. You can use either protected resource ARNs or conditions, but not both.
///
/// - Parameter UpdateRestoreTestingSelectionInput : [no documentation found]
///
Expand Down
Loading

0 comments on commit 29d8829

Please sign in to comment.