Skip to content

Commit

Permalink
Merge branch 'release-1.34.108' into develop
Browse files Browse the repository at this point in the history
* release-1.34.108:
  Bumping version to 1.34.108
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed May 17, 2024
2 parents e941ed0 + 69e3a9c commit 293c016
Show file tree
Hide file tree
Showing 10 changed files with 125 additions and 33 deletions.
27 changes: 27 additions & 0 deletions .changes/1.34.108.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``application-autoscaling``",
"description": "add v2 smoke tests and smithy smokeTests trait for SDK testing.",
"type": "api-change"
},
{
"category": "``codebuild``",
"description": "Aws CodeBuild now supports 36 hours build timeout",
"type": "api-change"
},
{
"category": "``elbv2``",
"description": "This release adds dualstack-without-public-ipv4 IP address type for ALB.",
"type": "api-change"
},
{
"category": "``lakeformation``",
"description": "Introduces a new API, GetDataLakePrincipal, that returns the identity of the invoking principal",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "Enable use of CloudFormation traits in Smithy model to improve generated CloudFormation schema from the Smithy API model.",
"type": "api-change"
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
CHANGELOG
=========

1.34.108
========

* api-change:``application-autoscaling``: add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``codebuild``: Aws CodeBuild now supports 36 hours build timeout
* api-change:``elbv2``: This release adds dualstack-without-public-ipv4 IP address type for ALB.
* api-change:``lakeformation``: Introduces a new API, GetDataLakePrincipal, that returns the identity of the invoking principal
* api-change:``transfer``: Enable use of CloudFormation traits in Smithy model to improve generated CloudFormation schema from the Smithy API model.


1.34.107
========

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.107'
__version__ = '1.34.108'


class NullHandler(logging.Handler):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"endpointPrefix":"application-autoscaling",
"jsonVersion":"1.1",
"protocol":"json",
"protocols":["json"],
"serviceFullName":"Application Auto Scaling",
"serviceId":"Application Auto Scaling",
"signatureVersion":"v4",
Expand Down
25 changes: 15 additions & 10 deletions botocore/data/codebuild/2016-10-06/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@
},
"timeoutInMinutes":{
"shape":"WrapperInt",
"documentation":"<p>How long, in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before timing out this build if it does not get marked as completed.</p>"
"documentation":"<p>How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out this build if it does not get marked as completed.</p>"
},
"queuedTimeoutInMinutes":{
"shape":"WrapperInt",
Expand Down Expand Up @@ -1424,6 +1424,11 @@
},
"documentation":"<p>Contains summary information about a batch build group.</p>"
},
"BuildTimeOut":{
"type":"integer",
"max":2160,
"min":5
},
"Builds":{
"type":"list",
"member":{"shape":"Build"}
Expand Down Expand Up @@ -1674,8 +1679,8 @@
"documentation":"<p>The ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf of the Amazon Web Services account.</p>"
},
"timeoutInMinutes":{
"shape":"TimeOut",
"documentation":"<p>How long, in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before it times out any build that has not been marked as completed. The default is 60 minutes.</p>"
"shape":"BuildTimeOut",
"documentation":"<p>How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before it times out any build that has not been marked as completed. The default is 60 minutes.</p>"
},
"queuedTimeoutInMinutes":{
"shape":"TimeOut",
Expand Down Expand Up @@ -3051,8 +3056,8 @@
"documentation":"<p>The ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf of the Amazon Web Services account.</p>"
},
"timeoutInMinutes":{
"shape":"TimeOut",
"documentation":"<p>How long, in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before timing out any related build that did not get marked as completed. The default is 60 minutes.</p>"
"shape":"BuildTimeOut",
"documentation":"<p>How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out any related build that did not get marked as completed. The default is 60 minutes.</p>"
},
"queuedTimeoutInMinutes":{
"shape":"TimeOut",
Expand Down Expand Up @@ -4099,7 +4104,7 @@
"documentation":"<p>Enable this flag to override privileged mode in the batch build project.</p>"
},
"buildTimeoutInMinutesOverride":{
"shape":"TimeOut",
"shape":"BuildTimeOut",
"documentation":"<p>Overrides the build timeout specified in the batch build project.</p>"
},
"queuedTimeoutInMinutesOverride":{
Expand Down Expand Up @@ -4242,8 +4247,8 @@
"documentation":"<p>Enable this flag to override privileged mode in the build project.</p>"
},
"timeoutInMinutesOverride":{
"shape":"TimeOut",
"documentation":"<p>The number of build timeout minutes, from 5 to 480 (8 hours), that overrides, for this build only, the latest setting already defined in the build project.</p>"
"shape":"BuildTimeOut",
"documentation":"<p>The number of build timeout minutes, from 5 to 2160 (36 hours), that overrides, for this build only, the latest setting already defined in the build project.</p>"
},
"queuedTimeoutInMinutesOverride":{
"shape":"TimeOut",
Expand Down Expand Up @@ -4560,8 +4565,8 @@
"documentation":"<p>The replacement ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf of the Amazon Web Services account.</p>"
},
"timeoutInMinutes":{
"shape":"TimeOut",
"documentation":"<p>The replacement value in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before timing out any related build that did not get marked as completed.</p>"
"shape":"BuildTimeOut",
"documentation":"<p>The replacement value in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out any related build that did not get marked as completed.</p>"
},
"queuedTimeoutInMinutes":{
"shape":"TimeOut",
Expand Down
14 changes: 8 additions & 6 deletions botocore/data/elbv2/2015-12-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"apiVersion":"2015-12-01",
"endpointPrefix":"elasticloadbalancing",
"protocol":"query",
"protocols":["query"],
"serviceAbbreviation":"Elastic Load Balancing v2",
"serviceFullName":"Elastic Load Balancing",
"serviceId":"Elastic Load Balancing v2",
Expand Down Expand Up @@ -1376,7 +1377,7 @@
},
"IpAddressType":{
"shape":"IpAddressType",
"documentation":"<p>The type of IP addresses used by the subnets for your load balancer. The possible values are <code>ipv4</code> (for IPv4 addresses) and <code>dualstack</code> (for IPv4 and IPv6 addresses). </p>"
"documentation":"<p>Note: Internal load balancers must use the <code>ipv4</code> IP address type.</p> <p>[Application Load Balancers] The IP address type. The possible values are <code>ipv4</code> (for only IPv4 addresses), <code>dualstack</code> (for IPv4 and IPv6 addresses), and <code>dualstack-without-public-ipv4</code> (for IPv6 only public addresses, with private IPv4 and IPv6 addresses).</p> <p>[Network Load Balancers] The IP address type. The possible values are <code>ipv4</code> (for only IPv4 addresses) and <code>dualstack</code> (for IPv4 and IPv6 addresses). You can’t specify <code>dualstack</code> for a load balancer with a UDP or TCP_UDP listener.</p> <p>[Gateway Load Balancers] The IP address type. The possible values are <code>ipv4</code> (for only IPv4 addresses) and <code>dualstack</code> (for IPv4 and IPv6 addresses).</p>"
},
"CustomerOwnedIpv4Pool":{
"shape":"CustomerOwnedIpv4Pool",
Expand Down Expand Up @@ -2449,7 +2450,8 @@
"type":"string",
"enum":[
"ipv4",
"dualstack"
"dualstack",
"dualstack-without-public-ipv4"
]
},
"IsDefault":{"type":"boolean"},
Expand Down Expand Up @@ -2591,7 +2593,7 @@
},
"IpAddressType":{
"shape":"IpAddressType",
"documentation":"<p>The type of IP addresses used by the subnets for your load balancer. The possible values are <code>ipv4</code> (for IPv4 addresses) and <code>dualstack</code> (for IPv4 and IPv6 addresses).</p>"
"documentation":"<p>[Application Load Balancers] The type of IP addresses used for public or private connections by the subnets attached to your load balancer. The possible values are <code>ipv4</code> (for only IPv4 addresses), <code>dualstack</code> (for IPv4 and IPv6 addresses), and <code>dualstack-without-public-ipv4</code> (for IPv6 only public addresses, with private IPv4 and IPv6 addresses).</p> <p>[Network Load Balancers and Gateway Load Balancers] The type of IP addresses used for public or private connections by the subnets attached to your load balancer. The possible values are <code>ipv4</code> (for only IPv4 addresses) and <code>dualstack</code> (for IPv4 and IPv6 addresses).</p>"
},
"CustomerOwnedIpv4Pool":{
"shape":"CustomerOwnedIpv4Pool",
Expand Down Expand Up @@ -3443,7 +3445,7 @@
},
"IpAddressType":{
"shape":"IpAddressType",
"documentation":"<p>The IP address type. The possible values are <code>ipv4</code> (for IPv4 addresses) and <code>dualstack</code> (for IPv4 and IPv6 addresses). You can’t specify <code>dualstack</code> for a load balancer with a UDP or TCP_UDP listener.</p>"
"documentation":"<p>Note: Internal load balancers must use the <code>ipv4</code> IP address type.</p> <p>[Application Load Balancers] The IP address type. The possible values are <code>ipv4</code> (for only IPv4 addresses), <code>dualstack</code> (for IPv4 and IPv6 addresses), and <code>dualstack-without-public-ipv4</code> (for IPv6 only public addresses, with private IPv4 and IPv6 addresses).</p> <p>[Network Load Balancers] The IP address type. The possible values are <code>ipv4</code> (for only IPv4 addresses) and <code>dualstack</code> (for IPv4 and IPv6 addresses). You can’t specify <code>dualstack</code> for a load balancer with a UDP or TCP_UDP listener.</p> <p>[Gateway Load Balancers] The IP address type. The possible values are <code>ipv4</code> (for only IPv4 addresses) and <code>dualstack</code> (for IPv4 and IPv6 addresses).</p>"
}
}
},
Expand Down Expand Up @@ -3527,7 +3529,7 @@
},
"IpAddressType":{
"shape":"IpAddressType",
"documentation":"<p>[Network Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are <code>ipv4</code> (for IPv4 addresses) and <code>dualstack</code> (for IPv4 and IPv6 addresses). You can’t specify <code>dualstack</code> for a load balancer with a UDP or TCP_UDP listener.</p> <p>[Gateway Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are <code>ipv4</code> (for IPv4 addresses) and <code>dualstack</code> (for IPv4 and IPv6 addresses).</p>"
"documentation":"<p>[Application Load Balancers] The IP address type. The possible values are <code>ipv4</code> (for only IPv4 addresses), <code>dualstack</code> (for IPv4 and IPv6 addresses), and <code>dualstack-without-public-ipv4</code> (for IPv6 only public addresses, with private IPv4 and IPv6 addresses).</p> <p>[Network Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are <code>ipv4</code> (for IPv4 addresses) and <code>dualstack</code> (for IPv4 and IPv6 addresses). You can’t specify <code>dualstack</code> for a load balancer with a UDP or TCP_UDP listener.</p> <p>[Gateway Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are <code>ipv4</code> (for IPv4 addresses) and <code>dualstack</code> (for IPv4 and IPv6 addresses).</p>"
}
}
},
Expand All @@ -3540,7 +3542,7 @@
},
"IpAddressType":{
"shape":"IpAddressType",
"documentation":"<p>[Network Load Balancers] The IP address type.</p> <p>[Gateway Load Balancers] The IP address type.</p>"
"documentation":"<p>[Application Load Balancers] The IP address type.</p> <p>[Network Load Balancers] The IP address type.</p> <p>[Gateway Load Balancers] The IP address type.</p>"
}
}
},
Expand Down
5 changes: 5 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,8 @@
},
"airflow" : {
"endpoints" : {
"af-south-1" : { },
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
Expand All @@ -462,12 +464,15 @@
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
Expand Down
31 changes: 31 additions & 0 deletions botocore/data/lakeformation/2017-03-31/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"endpointPrefix":"lakeformation",
"jsonVersion":"1.1",
"protocol":"rest-json",
"protocols":["rest-json"],
"serviceFullName":"AWS Lake Formation",
"serviceId":"LakeFormation",
"signatureVersion":"v4",
Expand Down Expand Up @@ -376,6 +377,21 @@
],
"documentation":"<p>Returns a data cells filter.</p>"
},
"GetDataLakePrincipal":{
"name":"GetDataLakePrincipal",
"http":{
"method":"POST",
"requestUri":"/GetDataLakePrincipal"
},
"input":{"shape":"GetDataLakePrincipalRequest"},
"output":{"shape":"GetDataLakePrincipalResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"OperationTimeoutException"},
{"shape":"AccessDeniedException"}
],
"documentation":"<p>Returns the identity of the invoking principal.</p>"
},
"GetDataLakeSettings":{
"name":"GetDataLakeSettings",
"http":{
Expand Down Expand Up @@ -2017,6 +2033,20 @@
}
}
},
"GetDataLakePrincipalRequest":{
"type":"structure",
"members":{
}
},
"GetDataLakePrincipalResponse":{
"type":"structure",
"members":{
"Identity":{
"shape":"IdentityString",
"documentation":"<p>A unique identifier of the invoking principal.</p>"
}
}
},
"GetDataLakeSettingsRequest":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2518,6 +2548,7 @@
"min":1
},
"IdentityCenterInstanceArn":{"type":"string"},
"IdentityString":{"type":"string"},
"Integer":{
"type":"integer",
"box":true
Expand Down
Loading

0 comments on commit 293c016

Please sign in to comment.