Skip to content

Commit

Permalink
Merge branch 'release-1.34.159' into develop
Browse files Browse the repository at this point in the history
* release-1.34.159:
  Bumping version to 1.34.159
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Aug 12, 2024
2 parents dec0094 + 57a4852 commit 3e85531
Show file tree
Hide file tree
Showing 11 changed files with 281 additions and 23 deletions.
37 changes: 37 additions & 0 deletions .changes/1.34.159.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``compute-optimizer``",
"description": "Doc only update for Compute Optimizer that fixes several customer-reported issues relating to ECS finding classifications",
"type": "api-change"
},
{
"category": "``config``",
"description": "Documentation update for the OrganizationConfigRuleName regex pattern.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "This release adds new capabilities to manage On-Demand Capacity Reservations including the ability to split your reservation, move capacity between reservations, and modify the instance eligibility of your reservation.",
"type": "api-change"
},
{
"category": "``eks``",
"description": "Added support for new AL2023 GPU AMIs to the supported AMITypes.",
"type": "api-change"
},
{
"category": "``groundstation``",
"description": "Updating documentation for OEMEphemeris to link to AWS Ground Station User Guide",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "AWS Elemental MediaLive now supports now supports editing the PID values for a Multiplex.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Releasing large data support as part of CreateAutoMLJobV2 in SageMaker Autopilot and CreateDomain API for SageMaker Canvas.",
"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.159
========

* api-change:``compute-optimizer``: Doc only update for Compute Optimizer that fixes several customer-reported issues relating to ECS finding classifications
* api-change:``config``: Documentation update for the OrganizationConfigRuleName regex pattern.
* api-change:``ec2``: This release adds new capabilities to manage On-Demand Capacity Reservations including the ability to split your reservation, move capacity between reservations, and modify the instance eligibility of your reservation.
* api-change:``eks``: Added support for new AL2023 GPU AMIs to the supported AMITypes.
* api-change:``groundstation``: Updating documentation for OEMEphemeris to link to AWS Ground Station User Guide
* api-change:``medialive``: AWS Elemental MediaLive now supports now supports editing the PID values for a Multiplex.
* api-change:``sagemaker``: Releasing large data support as part of CreateAutoMLJobV2 in SageMaker Autopilot and CreateDomain API for SageMaker Canvas.


1.34.158
========

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.158'
__version__ = '1.34.159'


class NullHandler(logging.Handler):
Expand Down
4 changes: 2 additions & 2 deletions botocore/data/compute-optimizer/2019-11-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@
},
"values":{
"shape":"FilterValues",
"documentation":"<p> The value of the filter. </p> <p>The valid values for this parameter are as follows:</p> <ul> <li> <p>If you specify the <code>name</code> parameter as <code>Finding</code>, specify <code>Optimized</code>, <code>NotOptimized</code>, or <code>Unavailable</code>.</p> </li> <li> <p>If you specify the <code>name</code> parameter as <code>FindingReasonCode</code>, specify <code>CPUUnderprovisioned</code>, <code>CPUOverprovisioned</code>, <code>MemoryUnderprovisioned</code>, or <code>MemoryOverprovisioned</code>.</p> </li> </ul>"
"documentation":"<p> The value of the filter. </p> <p>The valid values for this parameter are as follows:</p> <ul> <li> <p>If you specify the <code>name</code> parameter as <code>Finding</code>, specify <code>Optimized</code>, <code>Underprovisioned</code>, or <code>Overprovisioned</code>.</p> </li> <li> <p>If you specify the <code>name</code> parameter as <code>FindingReasonCode</code>, specify <code>CPUUnderprovisioned</code>, <code>CPUOverprovisioned</code>, <code>MemoryUnderprovisioned</code>, or <code>MemoryOverprovisioned</code>.</p> </li> </ul>"
}
},
"documentation":"<p> Describes a filter that returns a more specific list of Amazon ECS service recommendations. Use this filter with the <a>GetECSServiceRecommendations</a> action. </p>"
Expand Down Expand Up @@ -3947,7 +3947,7 @@
},
"lookBackPeriod":{
"shape":"LookBackPeriodPreference",
"documentation":"<p> The preference to control the number of days the utilization metrics of the Amazon Web Services resource are analyzed. When this preference isn't specified, we use the default value <code>DAYS_14</code>. </p> <note> <p>You can only set this preference for the Amazon EC2 instance and Auto Scaling group resource types.</p> </note>"
"documentation":"<p> The preference to control the number of days the utilization metrics of the Amazon Web Services resource are analyzed. When this preference isn't specified, we use the default value <code>DAYS_14</code>. </p> <p>You can only set this preference for the Amazon EC2 instance and Auto Scaling group resource types. </p> <note> <ul> <li> <p>Amazon EC2 instance lookback preferences can be set at the organization, account, and resource levels.</p> </li> <li> <p>Auto Scaling group lookback preferences can only be set at the resource level.</p> </li> </ul> </note>"
},
"utilizationPreferences":{
"shape":"UtilizationPreferences",
Expand Down
2 changes: 1 addition & 1 deletion botocore/data/config/2014-11-12/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5662,7 +5662,7 @@
"type":"string",
"max":64,
"min":1,
"pattern":".*\\S.*"
"pattern":"[A-Za-z0-9-_]+"
},
"OrganizationConfigRuleNames":{
"type":"list",
Expand Down
146 changes: 136 additions & 10 deletions botocore/data/ec2/2016-11-15/service-2.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion botocore/data/eks/2017-11-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,9 @@
"WINDOWS_CORE_2022_x86_64",
"WINDOWS_FULL_2022_x86_64",
"AL2023_x86_64_STANDARD",
"AL2023_ARM_64_STANDARD"
"AL2023_ARM_64_STANDARD",
"AL2023_x86_64_NEURON",
"AL2023_x86_64_NVIDIA"
]
},
"AccessConfigResponse":{
Expand Down
2 changes: 1 addition & 1 deletion botocore/data/groundstation/2019-05-23/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2678,7 +2678,7 @@
"documentation":"<p>Identifies the S3 object to be used as the ephemeris.</p>"
}
},
"documentation":"<p> Ephemeris data in Orbit Ephemeris Message (OEM) format. </p> <p> Position, velocity, and acceleration units must be represented in <code>km</code>, <code>km/s</code>, and <code>km/s**2</code>, respectively, in ephemeris data lines. Covariance matrix line units must be represented in <code>km**2</code> if computed from two positions, <code>km**2/s</code> if computed from one position and one velocity, and <code>km**2/s**2</code> if computed from two velocities. Consult section 7.7.2 of The Consultative Committee for Space Data Systems (CCSDS) <a href=\"https://public.ccsds.org/Pubs/502x0b3e1.pdf\">Recommended Standard for Orbit Data Messages</a> for more information. </p>"
"documentation":"<p> Ephemeris data in Orbit Ephemeris Message (OEM) format. </p> <p> AWS Ground Station processes OEM Customer Provided Ephemerides according to the <a href=\"https://public.ccsds.org/Pubs/502x0b3e1.pdf\">CCSDS standard</a> with some extra restrictions. OEM files should be in KVN format. For more detail about the OEM format that AWS Ground Station supports, see <a href=\"https://docs.aws.amazon.com/ground-station/latest/ug/providing-custom-ephemeris-data.html#oem-ephemeris-format\">OEM ephemeris format</a> in the AWS Ground Station user guide. </p>"
},
"PaginationMaxResults":{
"type":"integer",
Expand Down
34 changes: 34 additions & 0 deletions botocore/data/medialive/2017-10-14/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -14085,6 +14085,22 @@
"VideoPid": {
"shape": "__integer",
"locationName": "videoPid"
},
"AribCaptionsPid": {
"shape": "__integer",
"locationName": "aribCaptionsPid"
},
"DvbTeletextPids": {
"shape": "__listOf__integer",
"locationName": "dvbTeletextPids"
},
"EcmPid": {
"shape": "__integer",
"locationName": "ecmPid"
},
"Smpte2038Pid": {
"shape": "__integer",
"locationName": "smpte2038Pid"
}
},
"documentation": "Packet identifiers map for a given Multiplex program."
Expand Down Expand Up @@ -17738,6 +17754,10 @@
"shape": "__string",
"locationName": "name",
"documentation": "Name of the multiplex."
},
"PacketIdentifiersMapping": {
"shape": "MultiplexPacketIdentifiersMapping",
"locationName": "packetIdentifiersMapping"
}
},
"documentation": "Placeholder documentation for UpdateMultiplex"
Expand Down Expand Up @@ -17820,6 +17840,10 @@
"shape": "__string",
"locationName": "name",
"documentation": "Name of the multiplex."
},
"PacketIdentifiersMapping": {
"shape": "MultiplexPacketIdentifiersMapping",
"locationName": "packetIdentifiersMapping"
}
},
"documentation": "A request to update a multiplex.",
Expand Down Expand Up @@ -23869,6 +23893,16 @@
"shape": "SrtCallerSourceRequest"
},
"documentation": "Placeholder documentation for __listOfSrtCallerSourceRequest"
},
"MultiplexPacketIdentifiersMapping": {
"type": "map",
"key": {
"shape": "__string"
},
"value": {
"shape": "MultiplexProgramPacketIdentifiersMap"
},
"documentation": "Placeholder documentation for MultiplexPacketIdentifiersMapping"
}
},
"documentation": "API for AWS Elemental MediaLive"
Expand Down
Loading

0 comments on commit 3e85531

Please sign in to comment.