Skip to content

Commit

Permalink
Merge branch 'release-1.35.11' into develop
Browse files Browse the repository at this point in the history
* release-1.35.11:
  Bumping version to 1.35.11
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Sep 3, 2024
2 parents a4d80e7 + 2938c83 commit 8c2c3da
Show file tree
Hide file tree
Showing 11 changed files with 473 additions and 19 deletions.
37 changes: 37 additions & 0 deletions .changes/1.35.11.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``connect``",
"description": "Release ReplicaConfiguration as part of DescribeInstance",
"type": "api-change"
},
{
"category": "``datazone``",
"description": "Add support to let data publisher specify a subset of the data asset that a subscriber will have access to based on the asset filters provided, when accepting a subscription request.",
"type": "api-change"
},
{
"category": "``elbv2``",
"description": "This release adds support for configuring TCP idle timeout on NLB and GWLB listeners.",
"type": "api-change"
},
{
"category": "``mediaconnect``",
"description": "AWS Elemental MediaConnect introduces thumbnails for Flow source monitoring. Thumbnails provide still image previews of the live content feeding your MediaConnect Flow allowing you to easily verify that your source is operating as expected.",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "Added MinQP as a Rate Control option for H264 and H265 encodes.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Amazon SageMaker now supports automatic mounting of a user's home folder in the Amazon Elastic File System (EFS) associated with the SageMaker Studio domain to their Studio Spaces to enable users to share data between their own private spaces.",
"type": "api-change"
},
{
"category": "``timestream-influxdb``",
"description": "Timestream for InfluxDB now supports compute scaling and deployment type conversion. This release adds the DbInstanceType and DeploymentType parameters to the UpdateDbInstance API.",
"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.35.11
=======

* api-change:``connect``: Release ReplicaConfiguration as part of DescribeInstance
* api-change:``datazone``: Add support to let data publisher specify a subset of the data asset that a subscriber will have access to based on the asset filters provided, when accepting a subscription request.
* api-change:``elbv2``: This release adds support for configuring TCP idle timeout on NLB and GWLB listeners.
* api-change:``mediaconnect``: AWS Elemental MediaConnect introduces thumbnails for Flow source monitoring. Thumbnails provide still image previews of the live content feeding your MediaConnect Flow allowing you to easily verify that your source is operating as expected.
* api-change:``medialive``: Added MinQP as a Rate Control option for H264 and H265 encodes.
* api-change:``sagemaker``: Amazon SageMaker now supports automatic mounting of a user's home folder in the Amazon Elastic File System (EFS) associated with the SageMaker Studio domain to their Studio Spaces to enable users to share data between their own private spaces.
* api-change:``timestream-influxdb``: Timestream for InfluxDB now supports compute scaling and deployment type conversion. This release adds the DbInstanceType and DeploymentType parameters to the UpdateDbInstance API.


1.35.10
=======

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.35.10'
__version__ = '1.35.11'


class NullHandler(logging.Handler):
Expand Down
71 changes: 69 additions & 2 deletions botocore/data/connect/2017-08-08/service-2.json

Large diffs are not rendered by default.

65 changes: 65 additions & 0 deletions botocore/data/datazone/2018-05-10/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2901,6 +2901,10 @@
"identifier"
],
"members":{
"assetScopes":{
"shape":"AcceptedAssetScopes",
"documentation":"<p>The asset scopes of the accept subscription request.</p>"
},
"decisionComment":{
"shape":"DecisionComment",
"documentation":"<p>A description that specifies the reason for accepting the specified subscription request.</p>"
Expand Down Expand Up @@ -2995,6 +2999,28 @@
"max":1,
"min":1
},
"AcceptedAssetScope":{
"type":"structure",
"required":[
"assetId",
"filterIds"
],
"members":{
"assetId":{
"shape":"AssetId",
"documentation":"<p>The asset ID of the accepted asset scope.</p>"
},
"filterIds":{
"shape":"FilterIds",
"documentation":"<p>The filter IDs of the accepted asset scope.</p>"
}
},
"documentation":"<p>The accepted asset scope.</p>"
},
"AcceptedAssetScopes":{
"type":"list",
"member":{"shape":"AcceptedAssetScope"}
},
"AccessDeniedException":{
"type":"structure",
"required":["message"],
Expand Down Expand Up @@ -3498,6 +3524,33 @@
"type":"list",
"member":{"shape":"AssetRevision"}
},
"AssetScope":{
"type":"structure",
"required":[
"assetId",
"filterIds",
"status"
],
"members":{
"assetId":{
"shape":"AssetId",
"documentation":"<p>The asset ID of the asset scope.</p>"
},
"errorMessage":{
"shape":"String",
"documentation":"<p>The error message of the asset scope.</p>"
},
"filterIds":{
"shape":"FilterIds",
"documentation":"<p>The filter IDs of the asset scope.</p>"
},
"status":{
"shape":"String",
"documentation":"<p>The status of the asset scope.</p>"
}
},
"documentation":"<p>The asset scope.</p>"
},
"AssetTargetNameMap":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -8363,6 +8416,10 @@
"type":"string",
"pattern":"^[a-zA-Z0-9_-]{1,36}$"
},
"FilterIds":{
"type":"list",
"member":{"shape":"FilterId"}
},
"FilterList":{
"type":"list",
"member":{"shape":"FilterClause"},
Expand Down Expand Up @@ -15637,6 +15694,10 @@
"shape":"Revision",
"documentation":"<p>The revision of the asset for which the subscription grant is created.</p>"
},
"assetScope":{
"shape":"AssetScope",
"documentation":"<p>The asset scope of the subscribed asset.</p>"
},
"failureCause":{
"shape":"FailureCause",
"documentation":"<p>The failure cause included in the details of the asset for which the subscription grant is created.</p>"
Expand All @@ -15663,6 +15724,10 @@
"SubscribedAssetListing":{
"type":"structure",
"members":{
"assetScope":{
"shape":"AssetScope",
"documentation":"<p>The asset scope of the subscribed asset listing.</p>"
},
"entityId":{
"shape":"AssetId",
"documentation":"<p>The identifier of the published asset for which the subscription grant is created.</p>"
Expand Down
106 changes: 104 additions & 2 deletions botocore/data/elbv2/2015-12-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,22 @@
},
"documentation":"<p>Describes the current Elastic Load Balancing resource limits for your Amazon Web Services account.</p> <p>For more information, see the following:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-limits.html\">Quotas for your Application Load Balancers</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-limits.html\">Quotas for your Network Load Balancers</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/quotas-limits.html\">Quotas for your Gateway Load Balancers</a> </p> </li> </ul>"
},
"DescribeListenerAttributes":{
"name":"DescribeListenerAttributes",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeListenerAttributesInput"},
"output":{
"shape":"DescribeListenerAttributesOutput",
"resultWrapper":"DescribeListenerAttributesResult"
},
"errors":[
{"shape":"ListenerNotFoundException"}
],
"documentation":"<p>Describes the attributes for the specified listener.</p>"
},
"DescribeListenerCertificates":{
"name":"DescribeListenerCertificates",
"http":{
Expand Down Expand Up @@ -642,6 +658,23 @@
],
"documentation":"<p>Replaces the specified properties of the specified listener. Any properties that you do not specify remain unchanged.</p> <p>Changing the protocol from HTTPS to HTTP, or from TLS to TCP, removes the security policy and default certificate properties. If you change the protocol from HTTP to HTTPS, or from TCP to TLS, you must add the security policy and default certificate properties.</p> <p>To add an item to a list, remove an item from a list, or update an item in a list, you must provide the entire list. For example, to add an action, specify a list with the current actions plus the new action.</p>"
},
"ModifyListenerAttributes":{
"name":"ModifyListenerAttributes",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ModifyListenerAttributesInput"},
"output":{
"shape":"ModifyListenerAttributesOutput",
"resultWrapper":"ModifyListenerAttributesResult"
},
"errors":[
{"shape":"ListenerNotFoundException"},
{"shape":"InvalidConfigurationRequestException"}
],
"documentation":"<p>Modifies the specified attributes of the specified listener.</p>"
},
"ModifyLoadBalancerAttributes":{
"name":"ModifyLoadBalancerAttributes",
"http":{
Expand Down Expand Up @@ -1756,6 +1789,25 @@
}
}
},
"DescribeListenerAttributesInput":{
"type":"structure",
"required":["ListenerArn"],
"members":{
"ListenerArn":{
"shape":"ListenerArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the listener.</p>"
}
}
},
"DescribeListenerAttributesOutput":{
"type":"structure",
"members":{
"Attributes":{
"shape":"ListenerAttributes",
"documentation":"<p>Information about the listener attributes.</p>"
}
}
},
"DescribeListenerCertificatesInput":{
"type":"structure",
"required":["ListenerArn"],
Expand Down Expand Up @@ -2616,6 +2668,30 @@
"type":"list",
"member":{"shape":"ListenerArn"}
},
"ListenerAttribute":{
"type":"structure",
"members":{
"Key":{
"shape":"ListenerAttributeKey",
"documentation":"<p>The name of the attribute.</p> <p>The following attribute is supported by Network Load Balancers, and Gateway Load Balancers.</p> <ul> <li> <p> <code>tcp.idle_timeout.seconds</code> - The tcp idle timeout value, in seconds. The valid range is 60-6000 seconds. The default is 350 seconds.</p> </li> </ul>"
},
"Value":{
"shape":"ListenerAttributeValue",
"documentation":"<p>The value of the attribute.</p>"
}
},
"documentation":"<p>Information about a listener attribute.</p>"
},
"ListenerAttributeKey":{
"type":"string",
"max":256,
"pattern":"^[a-zA-Z0-9._]+$"
},
"ListenerAttributeValue":{"type":"string"},
"ListenerAttributes":{
"type":"list",
"member":{"shape":"ListenerAttribute"}
},
"ListenerNotFoundException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2837,6 +2913,32 @@
]
},
"Mode":{"type":"string"},
"ModifyListenerAttributesInput":{
"type":"structure",
"required":[
"ListenerArn",
"Attributes"
],
"members":{
"ListenerArn":{
"shape":"ListenerArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the listener.</p>"
},
"Attributes":{
"shape":"ListenerAttributes",
"documentation":"<p>The listener attributes.</p>"
}
}
},
"ModifyListenerAttributesOutput":{
"type":"structure",
"members":{
"Attributes":{
"shape":"ListenerAttributes",
"documentation":"<p>Information about the listener attributes.</p>"
}
}
},
"ModifyListenerInput":{
"type":"structure",
"required":["ListenerArn"],
Expand Down Expand Up @@ -2950,7 +3052,7 @@
},
"Attributes":{
"shape":"TargetGroupAttributes",
"documentation":"<p>The attributes.</p>"
"documentation":"<p>The target group attributes.</p>"
}
}
},
Expand All @@ -2959,7 +3061,7 @@
"members":{
"Attributes":{
"shape":"TargetGroupAttributes",
"documentation":"<p>Information about the attributes.</p>"
"documentation":"<p>Information about the target group attributes.</p>"
}
}
},
Expand Down
Loading

0 comments on commit 8c2c3da

Please sign in to comment.