Skip to content

Commit

Permalink
Merge branch 'release-1.31.36' into develop
Browse files Browse the repository at this point in the history
* release-1.31.36:
  Bumping version to 1.31.36
  Update to latest partitions and endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Aug 28, 2023
2 parents 37a1225 + 3d40c59 commit 1dcf7fc
Show file tree
Hide file tree
Showing 19 changed files with 2,135 additions and 3,003 deletions.
32 changes: 32 additions & 0 deletions .changes/1.31.36.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``backup``",
"description": "Add support for customizing time zone for backup window in backup plan rules.",
"type": "api-change"
},
{
"category": "``compute-optimizer``",
"description": "This release enables AWS Compute Optimizer to analyze and generate licensing optimization recommendations for sql server running on EC2 instances.",
"type": "api-change"
},
{
"category": "``organizations``",
"description": "Documentation updates for permissions and links.",
"type": "api-change"
},
{
"category": "``securitylake``",
"description": "Remove incorrect regex enforcement on pagination tokens.",
"type": "api-change"
},
{
"category": "``service-quotas``",
"description": "Service Quotas now supports viewing the applied quota value and requesting a quota increase for a specific resource in an AWS account.",
"type": "api-change"
},
{
"category": "``workspaces-web``",
"description": "WorkSpaces Web now enables Admins to configure which cookies are synchronized from an end-user's local browser to the in-session browser. In conjunction with a browser extension, this feature enables enhanced Single-Sign On capability by reducing the number of times an end-user has to authenticate.",
"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.31.36
=======

* api-change:``backup``: Add support for customizing time zone for backup window in backup plan rules.
* api-change:``compute-optimizer``: This release enables AWS Compute Optimizer to analyze and generate licensing optimization recommendations for sql server running on EC2 instances.
* api-change:``organizations``: Documentation updates for permissions and links.
* api-change:``securitylake``: Remove incorrect regex enforcement on pagination tokens.
* api-change:``service-quotas``: Service Quotas now supports viewing the applied quota value and requesting a quota increase for a specific resource in an AWS account.
* api-change:``workspaces-web``: WorkSpaces Web now enables Admins to configure which cookies are synchronized from an end-user's local browser to the in-session browser. In conjunction with a browser extension, this feature enables enhanced Single-Sign On capability by reducing the number of times an end-user has to authenticate.


1.31.35
=======

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 os
import re

__version__ = '1.31.35'
__version__ = '1.31.36'


class NullHandler(logging.Handler):
Expand Down
344 changes: 154 additions & 190 deletions botocore/data/backup/2018-11-15/endpoint-rule-set-1.json

Large diffs are not rendered by default.

13 changes: 11 additions & 2 deletions botocore/data/backup/2018-11-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
{"shape":"ServiceUnavailableException"},
{"shape":"InvalidRequestException"}
],
"documentation":"<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>",
"documentation":"<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>",
"idempotent":true
},
"CreateReportPlan":{
Expand Down Expand Up @@ -1580,6 +1580,10 @@
"EnableContinuousBackup":{
"shape":"Boolean",
"documentation":"<p>Specifies whether Backup creates continuous backups. True causes Backup to create continuous backups capable of point-in-time restore (PITR). False (or not specified) causes Backup to create snapshot backups.</p>"
},
"ScheduleExpressionTimezone":{
"shape":"Timezone",
"documentation":"<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>"
}
},
"documentation":"<p>Specifies a scheduled task used to back up a selection of resources.</p>"
Expand Down Expand Up @@ -1626,6 +1630,10 @@
"EnableContinuousBackup":{
"shape":"Boolean",
"documentation":"<p>Specifies whether Backup creates continuous backups. True causes Backup to create continuous backups capable of point-in-time restore (PITR). False (or not specified) causes Backup to create snapshot backups.</p>"
},
"ScheduleExpressionTimezone":{
"shape":"Timezone",
"documentation":"<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>"
}
},
"documentation":"<p>Specifies a scheduled task used to back up a selection of resources.</p>"
Expand Down Expand Up @@ -3279,7 +3287,7 @@
},
"ControlScope":{
"shape":"ControlScope",
"documentation":"<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>"
"documentation":"<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>"
}
},
"documentation":"<p>Contains detailed information about all of the controls of a framework. Each framework must contain at least one control.</p>"
Expand Down Expand Up @@ -5486,6 +5494,7 @@
"value":{"shape":"TagValue"},
"sensitive":true
},
"Timezone":{"type":"string"},
"UntagResourceInput":{
"type":"structure",
"required":[
Expand Down
Loading

0 comments on commit 1dcf7fc

Please sign in to comment.