Skip to content

Commit

Permalink
Merge branch 'release-1.34.63'
Browse files Browse the repository at this point in the history
* release-1.34.63:
  Bumping version to 1.34.63
  Update endpoints model
  Update to latest models
  Remove iot-roborunner client following the service deprecation (#3142)
  Move urllib3 2.x pin for Python 3.10+ (#3141)
  • Loading branch information
aws-sdk-python-automation committed Mar 14, 2024
2 parents a57a928 + 2139ddd commit 344b983
Show file tree
Hide file tree
Showing 20 changed files with 1,570 additions and 1,546 deletions.
47 changes: 47 additions & 0 deletions .changes/1.34.63.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``amplify``",
"description": "Documentation updates for Amplify. Identifies the APIs available only to apps created using Amplify Gen 1.",
"type": "api-change"
},
{
"category": "``ec2-instance-connect``",
"description": "This release includes a new exception type \"SerialConsoleSessionUnsupportedException\" for SendSerialConsoleSSHPublicKey API.",
"type": "api-change"
},
{
"category": "``elbv2``",
"description": "This release allows you to configure HTTP client keep-alive duration for communication between clients and Application Load Balancers.",
"type": "api-change"
},
{
"category": "``fis``",
"description": "This release adds support for previewing target resources before running a FIS experiment. It also adds resource ARNs for actions, experiments, and experiment templates to API responses.",
"type": "api-change"
},
{
"category": "``iot-roborunner``",
"description": "The iot-roborunner client has been removed following the deprecation of the service.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "Updates Amazon RDS documentation for EBCDIC collation for RDS for Db2.",
"type": "api-change"
},
{
"category": "``secretsmanager``",
"description": "Doc only update for Secrets Manager",
"type": "api-change"
},
{
"category": "``timestream-influxdb``",
"description": "This is the initial SDK release for Amazon Timestream for InfluxDB. Amazon Timestream for InfluxDB is a new time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on AWS for near real-time time-series applications using open source APIs.",
"type": "api-change"
},
{
"category": "``urllib3``",
"description": "Added support for urllib3 2.2.1+ in Python 3.10+",
"type": "enhancement"
}
]
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
CHANGELOG
=========

1.34.63
=======

* api-change:``amplify``: Documentation updates for Amplify. Identifies the APIs available only to apps created using Amplify Gen 1.
* api-change:``ec2-instance-connect``: This release includes a new exception type "SerialConsoleSessionUnsupportedException" for SendSerialConsoleSSHPublicKey API.
* api-change:``elbv2``: This release allows you to configure HTTP client keep-alive duration for communication between clients and Application Load Balancers.
* api-change:``fis``: This release adds support for previewing target resources before running a FIS experiment. It also adds resource ARNs for actions, experiments, and experiment templates to API responses.
* api-change:``iot-roborunner``: The iot-roborunner client has been removed following the deprecation of the service.
* api-change:``rds``: Updates Amazon RDS documentation for EBCDIC collation for RDS for Db2.
* api-change:``secretsmanager``: Doc only update for Secrets Manager
* api-change:``timestream-influxdb``: This is the initial SDK release for Amazon Timestream for InfluxDB. Amazon Timestream for InfluxDB is a new time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on AWS for near real-time time-series applications using open source APIs.
* enhancement:``urllib3``: Added support for urllib3 2.2.1+ in Python 3.10+


1.34.62
=======

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.62'
__version__ = '1.34.63'


class NullHandler(logging.Handler):
Expand Down
8 changes: 4 additions & 4 deletions botocore/data/amplify/2017-07-25/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{"shape":"InternalFailureException"},
{"shape":"LimitExceededException"}
],
"documentation":"<p>Creates a new backend environment for an Amplify app. </p>"
"documentation":"<p>Creates a new backend environment for an Amplify app. </p> <p>This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>"
},
"CreateBranch":{
"name":"CreateBranch",
Expand Down Expand Up @@ -149,7 +149,7 @@
{"shape":"InternalFailureException"},
{"shape":"DependentServiceFailureException"}
],
"documentation":"<p>Deletes a backend environment for an Amplify app. </p>"
"documentation":"<p>Deletes a backend environment for an Amplify app. </p> <p>This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>"
},
"DeleteBranch":{
"name":"DeleteBranch",
Expand Down Expand Up @@ -282,7 +282,7 @@
{"shape":"NotFoundException"},
{"shape":"InternalFailureException"}
],
"documentation":"<p>Returns a backend environment for an Amplify app. </p>"
"documentation":"<p>Returns a backend environment for an Amplify app. </p> <p>This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>"
},
"GetBranch":{
"name":"GetBranch",
Expand Down Expand Up @@ -394,7 +394,7 @@
{"shape":"UnauthorizedException"},
{"shape":"InternalFailureException"}
],
"documentation":"<p>Lists the backend environments for an Amplify app. </p>"
"documentation":"<p>Lists the backend environments for an Amplify app. </p> <p>This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>"
},
"ListBranches":{
"name":"ListBranches",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -83,7 +82,8 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -96,7 +96,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -110,7 +109,6 @@
"assign": "PartitionResult"
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -133,7 +131,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -168,7 +165,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -179,14 +175,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -200,14 +198,12 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
Expand All @@ -216,11 +212,11 @@
},
"supportsFIPS"
]
}
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -231,14 +227,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -252,7 +250,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -272,7 +269,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -283,14 +279,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand All @@ -301,9 +299,11 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand Down
15 changes: 12 additions & 3 deletions botocore/data/ec2-instance-connect/2018-04-02/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
{"shape":"SerialConsoleSessionLimitExceededException"},
{"shape":"SerialConsoleSessionUnavailableException"},
{"shape":"EC2InstanceStateInvalidException"},
{"shape":"EC2InstanceUnavailableException"}
{"shape":"EC2InstanceUnavailableException"},
{"shape":"SerialConsoleSessionUnsupportedException"}
],
"documentation":"<p>Pushes an SSH public key to the specified EC2 instance. The key remains for 60 seconds, which gives you 60 seconds to establish a serial console connection to the instance using SSH. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-serial-console.html\">EC2 Serial Console</a> in the <i>Amazon EC2 User Guide</i>.</p>"
}
Expand Down Expand Up @@ -113,7 +114,7 @@
"type":"string",
"max":32,
"min":1,
"pattern":"^[A-Za-z_][A-Za-z0-9\\@\\._-]{0,30}[A-Za-z0-9\\$_-]?$"
"pattern":"(^[A-Za-z_][A-Za-z0-9\\@\\._-]{0,30}[A-Za-z0-9\\$_-]?$)|(^(?=.{2,32}$)[0-9]{1,32}[A-Za-z\\@\\._-][A-Za-z0-9\\@\\._-]*[A-Za-z0-9\\$_-]?$)"
},
"InvalidArgsException":{
"type":"structure",
Expand Down Expand Up @@ -227,6 +228,14 @@
"exception":true,
"fault":true
},
"SerialConsoleSessionUnsupportedException":{
"type":"structure",
"members":{
"Message":{"shape":"String"}
},
"documentation":"<p>Your instance's BIOS version is unsupported for serial console connection. Reboot your instance to update its BIOS, and then try again to connect.</p>",
"exception":true
},
"SerialPort":{
"type":"integer",
"max":0,
Expand All @@ -252,5 +261,5 @@
"exception":true
}
},
"documentation":"<p>Amazon EC2 Instance Connect enables system administrators to publish one-time use SSH public keys to EC2, providing users a simple and secure way to connect to their instances.</p>"
"documentation":"<p>This is the <i> Amazon EC2 Instance Connect API Reference</i>. It provides descriptions, syntax, and usage examples for each of the actions for Amazon EC2 Instance Connect. Amazon EC2 Instance Connect enables system administrators to publish one-time use SSH public keys to EC2, providing users a simple and secure way to connect to their instances.</p> <p>To view the Amazon EC2 Instance Connect content in the <i> Amazon EC2 User Guide</i>, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Connect-using-EC2-Instance-Connect.html\">Connect to your Linux instance using EC2 Instance Connect</a>.</p> <p>For Amazon EC2 APIs, see the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Welcome.html\">Amazon EC2 API Reference</a>.</p>"
}

0 comments on commit 344b983

Please sign in to comment.