Skip to content

Commit

Permalink
Merge branch 'release-1.21.57' into develop
Browse files Browse the repository at this point in the history
* release-1.21.57:
  Bumping version to 1.21.57
  Update to latest endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Oct 7, 2021
2 parents 2b6c6a3 + 41f5ce7 commit ec4024e
Show file tree
Hide file tree
Showing 12 changed files with 1,999 additions and 94 deletions.
32 changes: 32 additions & 0 deletions .changes/1.21.57.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``kendra``",
"description": "Amazon Kendra now supports indexing and querying documents in different languages.",
"type": "api-change"
},
{
"category": "``grafana``",
"description": "Initial release of the SDK for Amazon Managed Grafana API.",
"type": "api-change"
},
{
"category": "``firehose``",
"description": "Allow support for Amazon Opensearch Service(successor to Amazon Elasticsearch Service) as a Kinesis Data Firehose delivery destination.",
"type": "api-change"
},
{
"category": "``backup``",
"description": "Launch of AWS Backup Vault Lock, which protects your backups from malicious and accidental actions, works with existing backup policies, and helps you meet compliance requirements.",
"type": "api-change"
},
{
"category": "``schemas``",
"description": "Removing unused request/response objects.",
"type": "api-change"
},
{
"category": "``chime``",
"description": "This release enables customers to configure Chime MediaCapturePipeline via API.",
"type": "api-change"
}
]
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.21.57
=======

* api-change:``kendra``: Amazon Kendra now supports indexing and querying documents in different languages.
* api-change:``grafana``: Initial release of the SDK for Amazon Managed Grafana API.
* api-change:``firehose``: Allow support for Amazon Opensearch Service(successor to Amazon Elasticsearch Service) as a Kinesis Data Firehose delivery destination.
* api-change:``backup``: Launch of AWS Backup Vault Lock, which protects your backups from malicious and accidental actions, works with existing backup policies, and helps you meet compliance requirements.
* api-change:``schemas``: Removing unused request/response objects.
* api-change:``chime``: This release enables customers to configure Chime MediaCapturePipeline via API.


1.21.56
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import re
import logging

__version__ = '1.21.56'
__version__ = '1.21.57'


class NullHandler(logging.Handler):
Expand Down
102 changes: 102 additions & 0 deletions botocore/data/backup/2018-11-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,23 @@
"documentation":"<p>Deletes the policy document that manages permissions on a backup vault.</p>",
"idempotent":true
},
"DeleteBackupVaultLockConfiguration":{
"name":"DeleteBackupVaultLockConfiguration",
"http":{
"method":"DELETE",
"requestUri":"/backup-vaults/{backupVaultName}/vault-lock"
},
"input":{"shape":"DeleteBackupVaultLockConfigurationInput"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParameterValueException"},
{"shape":"MissingParameterValueException"},
{"shape":"InvalidRequestException"},
{"shape":"ServiceUnavailableException"}
],
"documentation":"<p>Deletes Backup Vault Lock from a backup vault specified by a backup vault name.</p> <p>If the Vault Lock configuration is immutable, then you cannot delete Vault Lock using API operations, and you will receive an <code>InvalidRequestException</code> if you attempt to do so. For more information, see <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/vault-lock.html\">Vault Lock</a> in the <i>Backup Developer Guide</i>.</p>",
"idempotent":true
},
"DeleteBackupVaultNotifications":{
"name":"DeleteBackupVaultNotifications",
"http":{
Expand Down Expand Up @@ -827,6 +844,23 @@
"documentation":"<p>Sets a resource-based policy that is used to manage access permissions on the target backup vault. Requires a backup vault name and an access policy document in JSON format.</p>",
"idempotent":true
},
"PutBackupVaultLockConfiguration":{
"name":"PutBackupVaultLockConfiguration",
"http":{
"method":"PUT",
"requestUri":"/backup-vaults/{backupVaultName}/vault-lock"
},
"input":{"shape":"PutBackupVaultLockConfigurationInput"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParameterValueException"},
{"shape":"MissingParameterValueException"},
{"shape":"InvalidRequestException"},
{"shape":"ServiceUnavailableException"}
],
"documentation":"<p>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.</p>",
"idempotent":true
},
"PutBackupVaultNotifications":{
"name":"PutBackupVaultNotifications",
"http":{
Expand Down Expand Up @@ -1570,6 +1604,22 @@
"NumberOfRecoveryPoints":{
"shape":"long",
"documentation":"<p>The number of recovery points that are stored in a backup vault.</p>"
},
"Locked":{
"shape":"Boolean",
"documentation":"<p>A Boolean value that indicates whether Backup Vault Lock applies to the selected backup vault. If <code>true</code>, Vault Lock prevents delete and update operations on the recovery points in the selected vault.</p>"
},
"MinRetentionDays":{
"shape":"Long",
"documentation":"<p>The Backup Vault Lock setting that specifies the minimum retention period that the vault retains its recovery points. If this parameter is not specified, Vault Lock does not enforce a minimum retention period.</p> <p>If specified, any backup or copy job to the vault must have a lifecycle policy with a retention period equal to or longer than the minimum retention period. If the job's retention period is shorter than that minimum retention period, then the vault fails the backup or copy job, and you should either modify your lifecycle settings or use a different vault. Recovery points already stored in the vault prior to Vault Lock are not affected.</p>"
},
"MaxRetentionDays":{
"shape":"Long",
"documentation":"<p>The Backup Vault Lock setting that specifies the maximum retention period that the vault retains its recovery points. If this parameter is not specified, Vault Lock does not enforce a maximum retention period on the recovery points in the vault (allowing indefinite storage).</p> <p>If specified, any backup or copy job to the vault must have a lifecycle policy with a retention period equal to or shorter than the maximum retention period. If the job's retention period is longer than that maximum retention period, then the vault fails the backup or copy job, and you should either modify your lifecycle settings or use a different vault. Recovery points already stored in the vault prior to Vault Lock are not affected.</p>"
},
"LockDate":{
"shape":"timestamp",
"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>"
}
},
"documentation":"<p>Contains metadata about a backup vault.</p>"
Expand Down Expand Up @@ -2072,6 +2122,18 @@
}
}
},
"DeleteBackupVaultLockConfigurationInput":{
"type":"structure",
"required":["BackupVaultName"],
"members":{
"BackupVaultName":{
"shape":"BackupVaultName",
"documentation":"<p>The name of the backup vault from which to delete Backup Vault Lock.</p>",
"location":"uri",
"locationName":"backupVaultName"
}
}
},
"DeleteBackupVaultNotificationsInput":{
"type":"structure",
"required":["BackupVaultName"],
Expand Down Expand Up @@ -2282,6 +2344,22 @@
"NumberOfRecoveryPoints":{
"shape":"long",
"documentation":"<p>The number of recovery points that are stored in a backup vault.</p>"
},
"Locked":{
"shape":"Boolean",
"documentation":"<p>A Boolean that indicates whether Backup Vault Lock is currently protecting the backup vault. <code>True</code> means that Vault Lock causes delete or update operations on the recovery points stored in the vault to fail.</p>"
},
"MinRetentionDays":{
"shape":"Long",
"documentation":"<p>The Backup Vault Lock setting that specifies the minimum retention period that the vault retains its recovery points. If this parameter is not specified, Vault Lock does not enforce a minimum retention period.</p> <p>If specified, any backup or copy job to the vault must have a lifecycle policy with a retention period equal to or longer than the minimum retention period. If the job's retention period is shorter than that minimum retention period, then the vault fails the backup or copy job, and you should either modify your lifecycle settings or use a different vault. Recovery points already stored in the vault prior to Vault Lock are not affected.</p>"
},
"MaxRetentionDays":{
"shape":"Long",
"documentation":"<p>The Backup Vault Lock setting that specifies the maximum retention period that the vault retains its recovery points. If this parameter is not specified, Vault Lock does not enforce a maximum retention period on the recovery points in the vault (allowing indefinite storage).</p> <p>If specified, any backup or copy job to the vault must have a lifecycle policy with a retention period equal to or shorter than the maximum retention period. If the job's retention period is longer than that maximum retention period, then the vault fails the backup or copy job, and you should either modify your lifecycle settings or use a different vault. Recovery points already stored in the vault prior to Vault Lock are not affected.</p>"
},
"LockDate":{
"shape":"timestamp",
"documentation":"<p>The date and time when Backup Vault Lock configuration cannot be changed or deleted.</p> <p>If you applied Vault Lock to your vault without specifying a lock date, you can change any of 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>"
}
}
},
Expand Down Expand Up @@ -3823,6 +3901,30 @@
}
}
},
"PutBackupVaultLockConfigurationInput":{
"type":"structure",
"required":["BackupVaultName"],
"members":{
"BackupVaultName":{
"shape":"BackupVaultName",
"documentation":"<p>The Backup Vault Lock configuration that specifies the name of the backup vault it protects.</p>",
"location":"uri",
"locationName":"backupVaultName"
},
"MinRetentionDays":{
"shape":"Long",
"documentation":"<p>The Backup Vault Lock configuration that specifies the minimum retention period that the vault retains its recovery points. This setting can be useful if, for example, your organization's policies require you to retain certain data for at least seven years (2555 days).</p> <p>If this parameter is not specified, Vault Lock will not enforce a minimum retention period.</p> <p>If this parameter is specified, any backup or copy job to the vault must have a lifecycle policy with a retention period equal to or longer than the minimum retention period. If the job's retention period is shorter than that minimum retention period, then the vault fails that backup or copy job, and you should either modify your lifecycle settings or use a different vault. Recovery points already saved in the vault prior to Vault Lock are not affected.</p>"
},
"MaxRetentionDays":{
"shape":"Long",
"documentation":"<p>The Backup Vault Lock configuration that specifies the maximum retention period that the vault retains its recovery points. This setting can be useful if, for example, your organization's policies require you to destroy certain data after retaining it for four years (1460 days).</p> <p>If this parameter is not included, Vault Lock does not enforce a maximum retention period on the recovery points in the vault. If this parameter is included without a value, Vault Lock will not enforce a maximum retention period.</p> <p>If this parameter is specified, any backup or copy job to the vault must have a lifecycle policy with a retention period equal to or shorter than the maximum retention period. If the job's retention period is longer than that maximum retention period, then the vault fails the backup or copy job, and you should either modify your lifecycle settings or use a different vault. Recovery points already saved in the vault prior to Vault Lock are not affected.</p>"
},
"ChangeableForDays":{
"shape":"Long",
"documentation":"<p>The Backup Vault Lock configuration that specifies the number of days before the lock date. For example, setting <code>ChangeableForDays</code> to 30 on Jan. 1, 2022 at 8pm UTC will set the lock date to Jan. 31, 2022 at 8pm UTC.</p> <p>Backup enforces a 72-hour cooling-off period before Vault Lock takes effect and becomes immutable. Therefore, you must set <code>ChangeableForDays</code> to 3 or greater.</p> <p>Before the lock date, you can delete Vault Lock from the vault using <code>DeleteBackupVaultLockConfiguration</code> or change the Vault Lock configuration using <code>PutBackupVaultLockConfiguration</code>. On and after the lock date, the Vault Lock becomes immutable and cannot be changed or deleted.</p> <p>If this parameter is not specified, you can delete Vault Lock from the vault using <code>DeleteBackupVaultLockConfiguration</code> or change the Vault Lock configuration using <code>PutBackupVaultLockConfiguration</code> at any time.</p>"
}
}
},
"PutBackupVaultNotificationsInput":{
"type":"structure",
"required":[
Expand Down
Loading

0 comments on commit ec4024e

Please sign in to comment.