Skip to content

Commit

Permalink
Merge branch 'release-1.34.5' into develop
Browse files Browse the repository at this point in the history
* release-1.34.5:
  Bumping version to 1.34.5
  Update to latest partitions and endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Dec 20, 2023
2 parents 91e04dc + 84be4a5 commit 94b4a42
Show file tree
Hide file tree
Showing 14 changed files with 976 additions and 35 deletions.
37 changes: 37 additions & 0 deletions .changes/1.34.5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``appstream``",
"description": "This release introduces configurable clipboard, allowing admins to specify the maximum length of text that can be copied by the users from their device to the remote session and vice-versa.",
"type": "api-change"
},
{
"category": "``eks``",
"description": "Add support for cluster insights, new EKS capability that surfaces potentially upgrade impacting issues.",
"type": "api-change"
},
{
"category": "``guardduty``",
"description": "This release 1) introduces a new API: GetOrganizationStatistics , and 2) adds a new UsageStatisticType TOP_ACCOUNTS_BY_FEATURE for GetUsageStatistics API",
"type": "api-change"
},
{
"category": "``managedblockchain-query``",
"description": "Adding Confirmation Status and Execution Status to GetTransaction Response.",
"type": "api-change"
},
{
"category": "``mediatailor``",
"description": "Adds the ability to configure time shifting on MediaTailor channels using the TimeShiftConfiguration field",
"type": "api-change"
},
{
"category": "``route53``",
"description": "Amazon Route 53 now supports the Canada West (Calgary) Region (ca-west-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.",
"type": "api-change"
},
{
"category": "``endpoint-rules``",
"description": "Update endpoint-rules client to latest version",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.34.5
======

* api-change:``appstream``: This release introduces configurable clipboard, allowing admins to specify the maximum length of text that can be copied by the users from their device to the remote session and vice-versa.
* api-change:``eks``: Add support for cluster insights, new EKS capability that surfaces potentially upgrade impacting issues.
* api-change:``guardduty``: This release 1) introduces a new API: GetOrganizationStatistics , and 2) adds a new UsageStatisticType TOP_ACCOUNTS_BY_FEATURE for GetUsageStatistics API
* api-change:``managedblockchain-query``: Adding Confirmation Status and Execution Status to GetTransaction Response.
* api-change:``mediatailor``: Adds the ability to configure time shifting on MediaTailor channels using the TimeShiftConfiguration field
* api-change:``route53``: Amazon Route 53 now supports the Canada West (Calgary) Region (ca-west-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version


1.34.4
======

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.34.4'
__version__ = '1.34.5'


class NullHandler(logging.Handler):
Expand Down
7 changes: 6 additions & 1 deletion botocore/data/appstream/2016-12-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,8 @@
{"shape":"ConcurrentModificationException"},
{"shape":"InvalidRoleException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParameterCombinationException"}
{"shape":"InvalidParameterCombinationException"},
{"shape":"OperationNotPermittedException"}
],
"documentation":"<p>Creates a stack to start streaming applications to users. A stack consists of an associated fleet, user access policies, and storage configurations. </p>"
},
Expand Down Expand Up @@ -5457,6 +5458,10 @@
"Permission":{
"shape":"Permission",
"documentation":"<p>Indicates whether the action is enabled or disabled.</p>"
},
"MaximumLength":{
"shape":"Integer",
"documentation":"<p>Specifies the number of characters that can be copied by end users from the local device to the remote session, and to the local device from the remote session.</p> <p>This can be specified only for the <code>CLIPBOARD_COPY_FROM_LOCAL_DEVICE</code> and <code>CLIPBOARD_COPY_TO_LOCAL_DEVICE</code> actions.</p> <p>This defaults to 20,971,520 (20 MB) when unspecified and the permission is <code>ENABLED</code>. This can't be specified when the permission is <code>DISABLED</code>. </p> <p>This can only be specified for AlwaysOn and OnDemand fleets. The attribute is not supported on Elastic fleets.</p> <p>The value can be between 1 and 20,971,520 (20 MB).</p>"
}
},
"documentation":"<p>Describes an action and whether the action is enabled or disabled for users during their streaming sessions.</p>"
Expand Down
6 changes: 6 additions & 0 deletions botocore/data/eks/2017-11-01/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@
],
"output_token": "nextToken",
"result_key": "associatedAccessPolicies"
},
"ListInsights": {
"input_token": "nextToken",
"limit_key": "maxResults",
"output_token": "nextToken",
"result_key": "insights"
}
}
}
Loading

0 comments on commit 94b4a42

Please sign in to comment.