Skip to content

Commit

Permalink
Merge branch 'release-1.29.25' into develop
Browse files Browse the repository at this point in the history
* release-1.29.25:
  Bumping version to 1.29.25
  Update to latest partitions and endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Dec 7, 2022
2 parents 0aeabd6 + 6fb4c2c commit 09fba88
Show file tree
Hide file tree
Showing 16 changed files with 574 additions and 328 deletions.
22 changes: 22 additions & 0 deletions .changes/1.29.25.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"category": "``ce``",
"description": "This release adds the LinkedAccountName field to the GetAnomalies API response under RootCause",
"type": "api-change"
},
{
"category": "``cloudfront``",
"description": "Introducing UpdateDistributionWithStagingConfig that can be used to promote the staging configuration to the production.",
"type": "api-change"
},
{
"category": "``eks``",
"description": "Adds support for EKS add-ons configurationValues fields and DescribeAddonConfiguration function",
"type": "api-change"
},
{
"category": "``kms``",
"description": "Updated examples and exceptions for External Key Store (XKS).",
"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.29.25
=======

* api-change:``ce``: This release adds the LinkedAccountName field to the GetAnomalies API response under RootCause
* api-change:``cloudfront``: Introducing UpdateDistributionWithStagingConfig that can be used to promote the staging configuration to the production.
* api-change:``eks``: Adds support for EKS add-ons configurationValues fields and DescribeAddonConfiguration function
* api-change:``kms``: Updated examples and exceptions for External Key Store (XKS).


1.29.24
=======

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.29.24'
__version__ = '1.29.25'


class NullHandler(logging.Handler):
Expand Down
6 changes: 5 additions & 1 deletion botocore/data/ce/2017-10-25/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3873,9 +3873,13 @@
"UsageType":{
"shape":"GenericString",
"documentation":"<p>The <code>UsageType</code> value that's associated with the cost anomaly. </p>"
},
"LinkedAccountName":{
"shape":"GenericString",
"documentation":"<p>The member account name value that's associated with the cost anomaly.</p>"
}
},
"documentation":"<p>The combination of Amazon Web Service, linked account, Region, and usage type where a cost anomaly is observed. </p>"
"documentation":"<p>The combination of Amazon Web Service, linked account, linked account name, Region, and usage type where a cost anomaly is observed. The linked account name will only be available when the account name can be identified.</p>"
},
"RootCauses":{
"type":"list",
Expand Down
9 changes: 0 additions & 9 deletions botocore/data/cloudfront/2020-05-31/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@
"ref": "Endpoint"
}
]
},
{
"fn": "parseURL",
"argv": [
{
"ref": "Endpoint"
}
],
"assign": "url"
}
],
"type": "tree",
Expand Down
188 changes: 180 additions & 8 deletions botocore/data/cloudfront/2020-05-31/service-2.json

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions botocore/data/eks/2017-11-01/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@
"ref": "Endpoint"
}
]
},
{
"fn": "parseURL",
"argv": [
{
"ref": "Endpoint"
}
],
"assign": "url"
}
],
"type": "tree",
Expand Down
69 changes: 67 additions & 2 deletions botocore/data/eks/2017-11-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,21 @@
],
"documentation":"<p>Describes an Amazon EKS add-on.</p>"
},
"DescribeAddonConfiguration":{
"name":"DescribeAddonConfiguration",
"http":{
"method":"GET",
"requestUri":"/addons/configuration-schemas"
},
"input":{"shape":"DescribeAddonConfigurationRequest"},
"output":{"shape":"DescribeAddonConfigurationResponse"},
"errors":[
{"shape":"ServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParameterException"}
],
"documentation":"<p>Returns configuration options.</p>"
},
"DescribeAddonVersions":{
"name":"DescribeAddonVersions",
"http":{
Expand Down Expand Up @@ -670,6 +685,10 @@
"marketplaceInformation":{
"shape":"MarketplaceInformation",
"documentation":"<p>Information about an Amazon EKS add-on from the Amazon Web Services Marketplace.</p>"
},
"configurationValues":{
"shape":"String",
"documentation":"<p>The provided configuration values.</p>"
}
},
"documentation":"<p>An Amazon EKS add-on. For more information, see <a href=\"https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html\">Amazon EKS add-ons</a> in the <i>Amazon EKS User Guide</i>.</p>"
Expand Down Expand Up @@ -1215,6 +1234,10 @@
"tags":{
"shape":"TagMap",
"documentation":"<p>The metadata to apply to the cluster to assist with categorization and organization. Each tag consists of a key and an optional value. You define both.</p>"
},
"configurationValues":{
"shape":"String",
"documentation":"<p> The set of configuration values for the add-on being created. Whatever values provided here are validated against the schema from <a href=\"https://docs.aws.amazon.com/eks/latest/APIReference/API_DescribeAddonConfiguration.html\"> <code>DescribeAddonConfiguration</code> </a>.</p>"
}
}
},
Expand Down Expand Up @@ -1561,6 +1584,44 @@
"cluster":{"shape":"Cluster"}
}
},
"DescribeAddonConfigurationRequest":{
"type":"structure",
"required":[
"addonName",
"addonVersion"
],
"members":{
"addonName":{
"shape":"String",
"documentation":"<p>The name of the add-on. The name must match one of the names returned by <a href=\"https://docs.aws.amazon.com/eks/latest/APIReference/API_DescribeAddonVersions.html\"> <code>DescribeAddonVersions</code> </a>.</p>",
"location":"querystring",
"locationName":"addonName"
},
"addonVersion":{
"shape":"String",
"documentation":"<p>The version of the add-on. The version must match one of the versions returned by <a href=\"https://docs.aws.amazon.com/eks/latest/APIReference/API_DescribeAddonVersions.html\"> <code>DescribeAddonVersions</code> </a>.</p>",
"location":"querystring",
"locationName":"addonVersion"
}
}
},
"DescribeAddonConfigurationResponse":{
"type":"structure",
"members":{
"addonName":{
"shape":"String",
"documentation":"<p>The name of the add-on.</p>"
},
"addonVersion":{
"shape":"String",
"documentation":"<p>The version of the add-on. The version must match one of the versions returned by <a href=\"https://docs.aws.amazon.com/eks/latest/APIReference/API_DescribeAddonVersions.html\"> <code>DescribeAddonVersions</code> </a>.</p>"
},
"configurationSchema":{
"shape":"String",
"documentation":"<p>A JSON schema used to validate provided configuration values when creating or updating an addon.</p>"
}
}
},
"DescribeAddonRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -2892,11 +2953,11 @@
"members":{
"ec2SshKey":{
"shape":"String",
"documentation":"<p>The Amazon EC2 SSH key that provides access for SSH communication with the nodes in the managed node group. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html\">Amazon EC2 key pairs and Linux instances</a> in the <i>Amazon Elastic Compute Cloud User Guide for Linux Instances</i>.</p>"
"documentation":"<p>The Amazon EC2 SSH key name that provides access for SSH communication with the nodes in the managed node group. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html\">Amazon EC2 key pairs and Linux instances</a> in the <i>Amazon Elastic Compute Cloud User Guide for Linux Instances</i>.</p>"
},
"sourceSecurityGroups":{
"shape":"StringList",
"documentation":"<p>The security groups that are allowed SSH access (port 22) to the nodes. If you specify an Amazon EC2 SSH key but do not specify a source security group when you create a managed node group, then port 22 on the nodes is opened to the internet (0.0.0.0/0). For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html\">Security Groups for Your VPC</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>"
"documentation":"<p>The security group ids that are allowed SSH access (port 22) to the nodes. If you specify an Amazon EC2 SSH key but do not specify a source security group when you create a managed node group, then port 22 on the nodes is opened to the internet (0.0.0.0/0). For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html\">Security Groups for Your VPC</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>"
}
},
"documentation":"<p>An object representing the remote access configuration for the managed node group.</p>"
Expand Down Expand Up @@ -3199,6 +3260,10 @@
"shape":"String",
"documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
"idempotencyToken":true
},
"configurationValues":{
"shape":"String",
"documentation":"<p>The set of configuration values for the add-on being created. Whatever values provided here are validated against the schema from <a href=\"https://docs.aws.amazon.com/eks/latest/APIReference/API_DescribeAddonConfiguration.html\">DescribeAddonConfiguration</a> </p>"
}
}
},
Expand Down
1 change: 1 addition & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -3145,6 +3145,7 @@
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
Expand Down
9 changes: 0 additions & 9 deletions botocore/data/kms/2014-11-01/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@
"ref": "Endpoint"
}
]
},
{
"fn": "parseURL",
"argv": [
{
"ref": "Endpoint"
}
],
"assign": "url"
}
],
"type": "tree",
Expand Down
Loading

0 comments on commit 09fba88

Please sign in to comment.