Skip to content

Commit

Permalink
Merge branch 'release-1.31.41' into develop
Browse files Browse the repository at this point in the history
* release-1.31.41:
  Bumping version to 1.31.41
  Update to latest partitions and endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Sep 5, 2023
2 parents 0cd071b + e1c6e46 commit 9ea30a5
Show file tree
Hide file tree
Showing 17 changed files with 940 additions and 720 deletions.
47 changes: 47 additions & 0 deletions .changes/1.31.41.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``billingconductor``",
"description": "This release adds support for line item filtering in for the custom line item resource.",
"type": "api-change"
},
{
"category": "``cloud9``",
"description": "Added support for Ubuntu 22.04 that was not picked up in a previous Trebuchet request. Doc-only update.",
"type": "api-change"
},
{
"category": "``compute-optimizer``",
"description": "This release adds support to provide recommendations for G4dn and P3 instances that use NVIDIA GPUs.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Introducing Amazon EC2 C7gd, M7gd, and R7gd Instances with up to 3.8 TB of local NVMe-based SSD block-level storage. These instances are powered by AWS Graviton3 processors, delivering up to 25% better performance over Graviton2-based instances.",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "Documentation only update for Amazon ECS.",
"type": "api-change"
},
{
"category": "``events``",
"description": "Update events client to latest version",
"type": "api-change"
},
{
"category": "``rds``",
"description": "Add support for feature integration with AWS Backup.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "SageMaker Neo now supports data input shape derivation for Pytorch 2.0 and XGBoost compilation job for cloud instance targets. You can skip DataInputConfig field during compilation job creation. You can also access derived information from model in DescribeCompilationJob response.",
"type": "api-change"
},
{
"category": "``vpc-lattice``",
"description": "This release adds Lambda event structure version config support for LAMBDA target groups. It also adds newline support for auth policies.",
"type": "api-change"
}
]
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.31.41
=======

* api-change:``billingconductor``: This release adds support for line item filtering in for the custom line item resource.
* api-change:``cloud9``: Added support for Ubuntu 22.04 that was not picked up in a previous Trebuchet request. Doc-only update.
* api-change:``compute-optimizer``: This release adds support to provide recommendations for G4dn and P3 instances that use NVIDIA GPUs.
* api-change:``ec2``: Introducing Amazon EC2 C7gd, M7gd, and R7gd Instances with up to 3.8 TB of local NVMe-based SSD block-level storage. These instances are powered by AWS Graviton3 processors, delivering up to 25% better performance over Graviton2-based instances.
* api-change:``ecs``: Documentation only update for Amazon ECS.
* api-change:``events``: Update events client to latest version
* api-change:``rds``: Add support for feature integration with AWS Backup.
* api-change:``sagemaker``: SageMaker Neo now supports data input shape derivation for Pytorch 2.0 and XGBoost compilation job for cloud instance targets. You can skip DataInputConfig field during compilation job creation. You can also access derived information from model in DescribeCompilationJob response.
* api-change:``vpc-lattice``: This release adds Lambda event structure version config support for LAMBDA target groups. It also adds newline support for auth policies.


1.31.40
=======

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.31.40'
__version__ = '1.31.41'


class NullHandler(logging.Handler):
Expand Down
432 changes: 198 additions & 234 deletions botocore/data/billingconductor/2021-07-30/endpoint-rule-set-1.json

Large diffs are not rendered by default.

59 changes: 59 additions & 0 deletions botocore/data/billingconductor/2021-07-30/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1342,6 +1342,10 @@
"Type":{
"shape":"CustomLineItemType",
"documentation":"<p>The type of the custom line item that indicates whether the charge is a fee or credit.</p>"
},
"LineItemFilters":{
"shape":"LineItemFiltersList",
"documentation":"<p>A representation of the line item filter.</p>"
}
},
"documentation":"<p>The charge details of a custom line item. It should contain only one of <code>Flat</code> or <code>Percentage</code>.</p>"
Expand Down Expand Up @@ -1707,6 +1711,49 @@
"exception":true,
"fault":true
},
"LineItemFilter":{
"type":"structure",
"required":[
"Attribute",
"MatchOption",
"Values"
],
"members":{
"Attribute":{
"shape":"LineItemFilterAttributeName",
"documentation":"<p>The attribute of the line item filter. This specifies what attribute that you can filter on.</p>"
},
"MatchOption":{
"shape":"MatchOption",
"documentation":"<p>The match criteria of the line item filter. This parameter specifies whether not to include the resource value from the billing group total cost.</p>"
},
"Values":{
"shape":"LineItemFilterValuesList",
"documentation":"<p>The values of the line item filter. This specifies the values to filter on. Currently, you can only exclude Savings Plan discounts.</p>"
}
},
"documentation":"<p>A representation of the line item filter for your custom line item. You can use line item filters to include or exclude specific resource values from the billing group's total cost. For example, if you create a custom line item and you want to filter out a value, such as Savings Plan discounts, you can update <code>LineItemFilter</code> to exclude it.</p>"
},
"LineItemFilterAttributeName":{
"type":"string",
"enum":["LINE_ITEM_TYPE"]
},
"LineItemFilterValue":{
"type":"string",
"enum":["SAVINGS_PLAN_NEGATION"]
},
"LineItemFilterValuesList":{
"type":"list",
"member":{"shape":"LineItemFilterValue"},
"max":1,
"min":1
},
"LineItemFiltersList":{
"type":"list",
"member":{"shape":"LineItemFilter"},
"max":1,
"min":0
},
"ListAccountAssociationsFilter":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1880,6 +1927,10 @@
"Type":{
"shape":"CustomLineItemType",
"documentation":"<p> The type of the custom line item that indicates whether the charge is a <code>fee</code> or <code>credit</code>. </p>"
},
"LineItemFilters":{
"shape":"LineItemFiltersList",
"documentation":"<p>A representation of the line item filter.</p>"
}
},
"documentation":"<p> A representation of the charge details of a custom line item. </p>"
Expand Down Expand Up @@ -2297,6 +2348,10 @@
},
"Margin":{"type":"string"},
"MarginPercentage":{"type":"string"},
"MatchOption":{
"type":"string",
"enum":["NOT_EQUAL"]
},
"MaxBillingGroupResults":{
"type":"integer",
"box":true,
Expand Down Expand Up @@ -2797,6 +2852,10 @@
"Percentage":{
"shape":"UpdateCustomLineItemPercentageChargeDetails",
"documentation":"<p> An <code>UpdateCustomLineItemPercentageChargeDetails</code> that describes the new charge details of a percentage custom line item. </p>"
},
"LineItemFilters":{
"shape":"LineItemFiltersList",
"documentation":"<p>A representation of the line item filter.</p>"
}
},
"documentation":"<p> A representation of the new charge details of a custom line item. This should contain only one of <code>Flat</code> or <code>Percentage</code>. </p>"
Expand Down
2 changes: 1 addition & 1 deletion botocore/data/cloud9/2017-09-23/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
},
"imageId":{
"shape":"ImageId",
"documentation":"<p>The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance. To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM) path.</p> <p>The default Amazon Linux AMI is currently used if the parameter isn't explicitly assigned a value in the request. Because Amazon Linux AMI has ended standard support as of December 31, 2020, we recommend you choose Amazon Linux 2, which includes long term support through 2023.</p> <p>From December 31, 2023, the parameter for Amazon Linux will no longer be available when you specify an AMI for your instance. Amazon Linux 2 will then become the default AMI, which is used to launch your instance if no parameter is explicitly defined.</p> <p> <b>AMI aliases </b> </p> <ul> <li> <p> <b>Amazon Linux (default): <code>amazonlinux-1-x86_64</code> </b> </p> </li> <li> <p>Amazon Linux 2: <code>amazonlinux-2-x86_64</code> </p> </li> <li> <p>Ubuntu 18.04: <code>ubuntu-18.04-x86_64</code> </p> </li> </ul> <p> <b>SSM paths</b> </p> <ul> <li> <p> <b>Amazon Linux (default): <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code> </b> </p> </li> <li> <p>Amazon Linux 2: <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64</code> </p> </li> <li> <p>Ubuntu 18.04: <code>resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64</code> </p> </li> </ul>"
"documentation":"<p>The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance. To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM) path.</p> <p>The default Amazon Linux AMI is currently used if the parameter isn't explicitly assigned a value in the request. Because Amazon Linux AMI has ended standard support as of December 31, 2020, we recommend you choose Amazon Linux 2, which includes long term support through 2023.</p> <p>From December 31, 2023, the parameter for Amazon Linux will no longer be available when you specify an AMI for your instance. Amazon Linux 2 will then become the default AMI, which is used to launch your instance if no parameter is explicitly defined.</p> <p> <b>AMI aliases </b> </p> <ul> <li> <p> <b>Amazon Linux (default): <code>amazonlinux-1-x86_64</code> </b> </p> </li> <li> <p>Amazon Linux 2: <code>amazonlinux-2-x86_64</code> </p> </li> <li> <p>Ubuntu 18.04: <code>ubuntu-18.04-x86_64</code> </p> </li> <li> <p>Ubuntu 22.04: <code>ubuntu-22.04-x86_64</code> </p> </li> </ul> <p> <b>SSM paths</b> </p> <ul> <li> <p> <b>Amazon Linux (default): <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code> </b> </p> </li> <li> <p>Amazon Linux 2: <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64</code> </p> </li> <li> <p>Ubuntu 18.04: <code>resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64</code> </p> </li> <li> <p>Ubuntu 22.04: <code>resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64</code> </p> </li> </ul>"
},
"automaticStopTimeMinutes":{
"shape":"AutomaticStopTimeMinutes",
Expand Down
Loading

0 comments on commit 9ea30a5

Please sign in to comment.