Skip to content

Commit

Permalink
Merge branch 'release-1.24.3'
Browse files Browse the repository at this point in the history
* release-1.24.3:
  Bumping version to 1.24.3
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Feb 18, 2022
2 parents 611761b + 91838cf commit 4568299
Show file tree
Hide file tree
Showing 8 changed files with 301 additions and 195 deletions.
17 changes: 17 additions & 0 deletions .changes/1.24.3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"category": "``transfer``",
"description": "Properties for Transfer Family used with SFTP, FTP, and FTPS protocols. Display Banners are bodies of text that can be displayed before and/or after a user authenticates onto a server using one of the previously mentioned protocols.",
"type": "api-change"
},
{
"category": "``gamelift``",
"description": "Increase string list limit from 10 to 100.",
"type": "api-change"
},
{
"category": "``budgets``",
"description": "This change introduces DescribeBudgetNotificationsForAccount API which returns budget notifications for the specified account",
"type": "api-change"
}
]
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
=========

1.24.3
======

* api-change:``transfer``: Properties for Transfer Family used with SFTP, FTP, and FTPS protocols. Display Banners are bodies of text that can be displayed before and/or after a user authenticates onto a server using one of the previously mentioned protocols.
* api-change:``gamelift``: Increase string list limit from 10 to 100.
* api-change:``budgets``: This change introduces DescribeBudgetNotificationsForAccount API which returns budget notifications for the specified account


1.24.2
======

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.24.2'
__version__ = '1.24.3'


class NullHandler(logging.Handler):
Expand Down
6 changes: 6 additions & 0 deletions botocore/data/budgets/2016-10-20/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Actions"
},
"DescribeBudgetNotificationsForAccount": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "BudgetNotificationsForAccount"
}
}
}
61 changes: 60 additions & 1 deletion botocore/data/budgets/2016-10-20/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,24 @@
],
"documentation":"<p> Describes all of the budget actions for a budget. </p>"
},
"DescribeBudgetNotificationsForAccount":{
"name":"DescribeBudgetNotificationsForAccount",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeBudgetNotificationsForAccountRequest"},
"output":{"shape":"DescribeBudgetNotificationsForAccountResponse"},
"errors":[
{"shape":"InternalErrorException"},
{"shape":"InvalidParameterException"},
{"shape":"NotFoundException"},
{"shape":"InvalidNextTokenException"},
{"shape":"ExpiredNextTokenException"},
{"shape":"AccessDeniedException"}
],
"documentation":"<p> Lists the budget names and notifications that are associated with an account. </p>"
},
"DescribeBudgetPerformanceHistory":{
"name":"DescribeBudgetPerformanceHistory",
"http":{
Expand Down Expand Up @@ -654,6 +672,19 @@
"min":1,
"pattern":"[^:\\\\]+"
},
"BudgetNotificationsForAccount":{
"type":"structure",
"members":{
"Notifications":{"shape":"Notifications"},
"BudgetName":{"shape":"BudgetName"}
},
"documentation":"<p> The budget name and associated notifications for an account. </p>"
},
"BudgetNotificationsForAccountList":{
"type":"list",
"member":{"shape":"BudgetNotificationsForAccount"},
"max":50
},
"BudgetPerformanceHistory":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1188,6 +1219,28 @@
"NextToken":{"shape":"GenericString"}
}
},
"DescribeBudgetNotificationsForAccountRequest":{
"type":"structure",
"required":["AccountId"],
"members":{
"AccountId":{"shape":"AccountId"},
"MaxResults":{
"shape":"MaxResultsBudgetNotifications",
"documentation":"<p> An integer that shows how many budget name entries a paginated response contains. </p>"
},
"NextToken":{"shape":"GenericString"}
}
},
"DescribeBudgetNotificationsForAccountResponse":{
"type":"structure",
"members":{
"BudgetNotificationsForAccount":{
"shape":"BudgetNotificationsForAccountList",
"documentation":"<p> A list of budget names and associated notifications for an account. </p>"
},
"NextToken":{"shape":"GenericString"}
}
},
"DescribeBudgetPerformanceHistoryRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1546,6 +1599,12 @@
"max":100,
"min":1
},
"MaxResultsBudgetNotifications":{
"type":"integer",
"box":true,
"max":50,
"min":1
},
"NotFoundException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1595,7 +1654,7 @@
"NotificationThreshold":{
"type":"double",
"documentation":"<p> The threshold of a notification.</p>",
"max":40000000000,
"max":15000000000000,
"min":0
},
"NotificationType":{
Expand Down
384 changes: 192 additions & 192 deletions botocore/data/gamelift/2015-10-01/service-2.json

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions botocore/data/transfer/2018-11-05/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,8 @@
"shape":"Role",
"documentation":"<p>Specifies the Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that allows a server to turn on Amazon CloudWatch logging for Amazon S3 or Amazon EFS events. When set, user activity can be viewed in your CloudWatch logs.</p>"
},
"PostAuthenticationLoginBanner":{"shape":"PostAuthenticationLoginBanner"},
"PreAuthenticationLoginBanner":{"shape":"PreAuthenticationLoginBanner"},
"Protocols":{
"shape":"Protocols",
"documentation":"<p>Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to your server's endpoint. The available protocols are:</p> <ul> <li> <p> <code>SFTP</code> (Secure Shell (SSH) File Transfer Protocol): File transfer over SSH</p> </li> <li> <p> <code>FTPS</code> (File Transfer Protocol Secure): File transfer with TLS encryption</p> </li> <li> <p> <code>FTP</code> (File Transfer Protocol): Unencrypted file transfer</p> </li> </ul> <note> <p>If you select <code>FTPS</code>, you must choose a certificate stored in Amazon Web Services Certificate Manager (ACM) which is used to identify your server when clients connect to it over FTPS.</p> <p>If <code>Protocol</code> includes either <code>FTP</code> or <code>FTPS</code>, then the <code>EndpointType</code> must be <code>VPC</code> and the <code>IdentityProviderType</code> must be <code>AWS_DIRECTORY_SERVICE</code> or <code>API_GATEWAY</code>.</p> <p>If <code>Protocol</code> includes <code>FTP</code>, then <code>AddressAllocationIds</code> cannot be associated.</p> <p>If <code>Protocol</code> is set only to <code>SFTP</code>, the <code>EndpointType</code> can be set to <code>PUBLIC</code> and the <code>IdentityProviderType</code> can be set to <code>SERVICE_MANAGED</code>.</p> </note>"
Expand Down Expand Up @@ -1245,6 +1247,8 @@
"shape":"Role",
"documentation":"<p>Specifies the Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that allows a server to turn on Amazon CloudWatch logging for Amazon S3 or Amazon EFS events. When set, user activity can be viewed in your CloudWatch logs.</p>"
},
"PostAuthenticationLoginBanner":{"shape":"PostAuthenticationLoginBanner"},
"PreAuthenticationLoginBanner":{"shape":"PreAuthenticationLoginBanner"},
"Protocols":{
"shape":"Protocols",
"documentation":"<p>Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to your server's endpoint. The available protocols are:</p> <ul> <li> <p> <code>SFTP</code> (Secure Shell (SSH) File Transfer Protocol): File transfer over SSH</p> </li> <li> <p> <code>FTPS</code> (File Transfer Protocol Secure): File transfer with TLS encryption</p> </li> <li> <p> <code>FTP</code> (File Transfer Protocol): Unencrypted file transfer</p> </li> </ul>"
Expand Down Expand Up @@ -2168,6 +2172,16 @@
},
"documentation":"<p>The full POSIX identity, including user ID (<code>Uid</code>), group ID (<code>Gid</code>), and any secondary groups IDs (<code>SecondaryGids</code>), that controls your users' access to your Amazon EFS file systems. The POSIX permissions that are set on files and directories in your file system determine the level of access your users get when transferring files into and out of your Amazon EFS file systems.</p>"
},
"PostAuthenticationLoginBanner":{
"type":"string",
"max":512,
"pattern":"[\\x09-\\x0D\\x20-\\x7E]*"
},
"PreAuthenticationLoginBanner":{
"type":"string",
"max":512,
"pattern":"[\\x09-\\x0D\\x20-\\x7E]*"
},
"Protocol":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -2759,6 +2773,8 @@
"shape":"NullableRole",
"documentation":"<p>Specifies the Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that allows a server to turn on Amazon CloudWatch logging for Amazon S3 or Amazon EFS events. When set, user activity can be viewed in your CloudWatch logs.</p>"
},
"PostAuthenticationLoginBanner":{"shape":"PostAuthenticationLoginBanner"},
"PreAuthenticationLoginBanner":{"shape":"PreAuthenticationLoginBanner"},
"Protocols":{
"shape":"Protocols",
"documentation":"<p>Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to your server's endpoint. The available protocols are:</p> <ul> <li> <p>Secure Shell (SSH) File Transfer Protocol (SFTP): File transfer over SSH</p> </li> <li> <p>File Transfer Protocol Secure (FTPS): File transfer with TLS encryption</p> </li> <li> <p>File Transfer Protocol (FTP): Unencrypted file transfer</p> </li> </ul> <note> <p>If you select <code>FTPS</code>, you must choose a certificate stored in Amazon Web ServicesCertificate Manager (ACM) which will be used to identify your server when clients connect to it over FTPS.</p> <p>If <code>Protocol</code> includes either <code>FTP</code> or <code>FTPS</code>, then the <code>EndpointType</code> must be <code>VPC</code> and the <code>IdentityProviderType</code> must be <code>AWS_DIRECTORY_SERVICE</code> or <code>API_GATEWAY</code>.</p> <p>If <code>Protocol</code> includes <code>FTP</code>, then <code>AddressAllocationIds</code> cannot be associated.</p> <p>If <code>Protocol</code> is set only to <code>SFTP</code>, the <code>EndpointType</code> can be set to <code>PUBLIC</code> and the <code>IdentityProviderType</code> can be set to <code>SERVICE_MANAGED</code>.</p> </note>"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# The short X.Y version.
version = '1.24'
# The full version, including alpha/beta/rc tags.
release = '1.24.2'
release = '1.24.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 4568299

Please sign in to comment.