Skip to content

Commit

Permalink
Merge branch 'release-1.34.119' into develop
Browse files Browse the repository at this point in the history
* release-1.34.119:
  Bumping version to 1.34.119
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jun 4, 2024
2 parents b89e0ac + 704c665 commit 8983a1c
Show file tree
Hide file tree
Showing 13 changed files with 3,020 additions and 523 deletions.
22 changes: 22 additions & 0 deletions .changes/1.34.119.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"category": "``ec2``",
"description": "U7i instances with up to 32 TiB of DDR5 memory and 896 vCPUs are now available. C7i-flex instances are launched and are lower-priced variants of the Amazon EC2 C7i instances that offer a baseline level of CPU performance with the ability to scale up to the full compute performance 95% of the time.",
"type": "api-change"
},
{
"category": "``pipes``",
"description": "This release adds Timestream for LiveAnalytics as a supported target in EventBridge Pipes",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Extend DescribeClusterNode response with private DNS hostname and IP address, and placement information about availability zone and availability zone ID.",
"type": "api-change"
},
{
"category": "``taxsettings``",
"description": "Initial release of AWS Tax Settings API",
"type": "api-change"
}
]
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
CHANGELOG
=========

1.34.119
========

* api-change:``ec2``: U7i instances with up to 32 TiB of DDR5 memory and 896 vCPUs are now available. C7i-flex instances are launched and are lower-priced variants of the Amazon EC2 C7i instances that offer a baseline level of CPU performance with the ability to scale up to the full compute performance 95% of the time.
* api-change:``pipes``: This release adds Timestream for LiveAnalytics as a supported target in EventBridge Pipes
* api-change:``sagemaker``: Extend DescribeClusterNode response with private DNS hostname and IP address, and placement information about availability zone and availability zone ID.
* api-change:``taxsettings``: Initial release of AWS Tax Settings API


1.34.118
========

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.118'
__version__ = '1.34.119'


class NullHandler(logging.Handler):
Expand Down
12 changes: 11 additions & 1 deletion botocore/data/ec2/2016-11-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"apiVersion":"2016-11-15",
"endpointPrefix":"ec2",
"protocol":"ec2",
"protocols":["query"],
"serviceAbbreviation":"Amazon EC2",
"serviceFullName":"Amazon Elastic Compute Cloud",
"serviceId":"EC2",
Expand Down Expand Up @@ -37129,7 +37130,16 @@
"g6.24xlarge",
"g6.48xlarge",
"gr6.4xlarge",
"gr6.8xlarge"
"gr6.8xlarge",
"c7i-flex.large",
"c7i-flex.xlarge",
"c7i-flex.2xlarge",
"c7i-flex.4xlarge",
"c7i-flex.8xlarge",
"u7i-12tb.224xlarge",
"u7in-16tb.224xlarge",
"u7in-24tb.224xlarge",
"u7in-32tb.224xlarge"
]
},
"InstanceTypeHypervisor":{
Expand Down
51 changes: 12 additions & 39 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -9020,6 +9020,7 @@
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ca-central-1" : { },
"ca-west-1" : { },
"eu-central-1" : { },
"eu-central-2" : { },
"eu-north-1" : { },
Expand Down Expand Up @@ -19581,9 +19582,11 @@
"eu-north-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
Expand Down Expand Up @@ -27888,43 +27891,23 @@
},
"rds" : {
"endpoints" : {
"rds-fips.us-iso-east-1" : {
"credentialScope" : {
"region" : "us-iso-east-1"
},
"deprecated" : true,
"hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov"
},
"rds-fips.us-iso-west-1" : {
"credentialScope" : {
"region" : "us-iso-west-1"
},
"deprecated" : true,
"hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov"
},
"rds.us-iso-east-1" : {
"credentialScope" : {
"region" : "us-iso-east-1"
},
"deprecated" : true,
"variants" : [ {
"hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov",
"tags" : [ "fips" ]
} ]
"hostname" : "rds.us-iso-east-1.c2s.ic.gov"
},
"rds.us-iso-west-1" : {
"credentialScope" : {
"region" : "us-iso-west-1"
},
"deprecated" : true,
"variants" : [ {
"hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov",
"tags" : [ "fips" ]
} ]
"hostname" : "rds.us-iso-west-1.c2s.ic.gov"
},
"us-iso-east-1" : {
"variants" : [ {
"hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov",
"hostname" : "rds.us-iso-east-1.c2s.ic.gov",
"tags" : [ "fips" ]
} ]
},
Expand All @@ -27933,11 +27916,11 @@
"region" : "us-iso-east-1"
},
"deprecated" : true,
"hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov"
"hostname" : "rds.us-iso-east-1.c2s.ic.gov"
},
"us-iso-west-1" : {
"variants" : [ {
"hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov",
"hostname" : "rds.us-iso-west-1.c2s.ic.gov",
"tags" : [ "fips" ]
} ]
},
Expand All @@ -27946,7 +27929,7 @@
"region" : "us-iso-west-1"
},
"deprecated" : true,
"hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov"
"hostname" : "rds.us-iso-west-1.c2s.ic.gov"
}
}
},
Expand Down Expand Up @@ -28616,26 +28599,16 @@
},
"rds" : {
"endpoints" : {
"rds-fips.us-isob-east-1" : {
"credentialScope" : {
"region" : "us-isob-east-1"
},
"deprecated" : true,
"hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov"
},
"rds.us-isob-east-1" : {
"credentialScope" : {
"region" : "us-isob-east-1"
},
"deprecated" : true,
"variants" : [ {
"hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov",
"tags" : [ "fips" ]
} ]
"hostname" : "rds.us-isob-east-1.sc2s.sgov.gov"
},
"us-isob-east-1" : {
"variants" : [ {
"hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov",
"hostname" : "rds.us-isob-east-1.sc2s.sgov.gov",
"tags" : [ "fips" ]
} ]
},
Expand All @@ -28644,7 +28617,7 @@
"region" : "us-isob-east-1"
},
"deprecated" : true,
"hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov"
"hostname" : "rds.us-isob-east-1.sc2s.sgov.gov"
}
}
},
Expand Down
Loading

0 comments on commit 8983a1c

Please sign in to comment.