Skip to content

Commit

Permalink
Merge branch 'release-1.31.6' into develop
Browse files Browse the repository at this point in the history
* release-1.31.6:
  Bumping version to 1.31.6
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jul 19, 2023
2 parents 6bd4e24 + 3a8a119 commit 0e3b5ad
Show file tree
Hide file tree
Showing 18 changed files with 3,566 additions and 403 deletions.
37 changes: 37 additions & 0 deletions .changes/1.31.6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``cloudformation``",
"description": "SDK and documentation updates for GetTemplateSummary API (unrecognized resources)",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Amazon EC2 documentation updates.",
"type": "api-change"
},
{
"category": "``grafana``",
"description": "Amazon Managed Grafana now supports grafanaVersion update for existing workspaces with UpdateWorkspaceConfiguration API. DescribeWorkspaceConfiguration API additionally returns grafanaVersion. A new ListVersions API lists available versions or, if given a workspaceId, the versions it can upgrade to.",
"type": "api-change"
},
{
"category": "``medical-imaging``",
"description": "General Availability (GA) release of AWS Health Imaging, enabling customers to store, transform, and analyze medical imaging data at petabyte-scale.",
"type": "api-change"
},
{
"category": "``ram``",
"description": "This release adds support for securely sharing with AWS service principals.",
"type": "api-change"
},
{
"category": "``ssm-sap``",
"description": "Added support for SAP Hana High Availability discovery (primary and secondary nodes) and Backint agent installation with SSM for SAP.",
"type": "api-change"
},
{
"category": "``wafv2``",
"description": "Added the URI path to the custom aggregation keys that you can specify for a rate-based rule.",
"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.31.6
======

* api-change:``cloudformation``: SDK and documentation updates for GetTemplateSummary API (unrecognized resources)
* api-change:``ec2``: Amazon EC2 documentation updates.
* api-change:``grafana``: Amazon Managed Grafana now supports grafanaVersion update for existing workspaces with UpdateWorkspaceConfiguration API. DescribeWorkspaceConfiguration API additionally returns grafanaVersion. A new ListVersions API lists available versions or, if given a workspaceId, the versions it can upgrade to.
* api-change:``medical-imaging``: General Availability (GA) release of AWS Health Imaging, enabling customers to store, transform, and analyze medical imaging data at petabyte-scale.
* api-change:``ram``: This release adds support for securely sharing with AWS service principals.
* api-change:``ssm-sap``: Added support for SAP Hana High Availability discovery (primary and secondary nodes) and Backint agent installation with SSM for SAP.
* api-change:``wafv2``: Added the URI path to the custom aggregation keys that you can specify for a rate-based rule.


1.31.5
======

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.5'
__version__ = '1.31.6'


class NullHandler(logging.Handler):
Expand Down
29 changes: 29 additions & 0 deletions botocore/data/cloudformation/2010-05-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3191,6 +3191,10 @@
"CallAs":{
"shape":"CallAs",
"documentation":"<p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.</p> <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with self-managed permissions.</p> <ul> <li> <p>If you are signed in to the management account, specify <code>SELF</code>.</p> </li> <li> <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p> <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html\">Register a delegated administrator</a> in the <i>CloudFormation User Guide</i>.</p> </li> </ul>"
},
"TemplateSummaryConfig":{
"shape":"TemplateSummaryConfig",
"documentation":"<p>Specifies options for the <code>GetTemplateSummary</code> API action.</p>"
}
},
"documentation":"<p>The input for the <a>GetTemplateSummary</a> action.</p>"
Expand Down Expand Up @@ -3233,6 +3237,10 @@
"ResourceIdentifierSummaries":{
"shape":"ResourceIdentifierSummaries",
"documentation":"<p>A list of resource identifier summaries that describe the target resources of an import operation and the properties you can provide during the import to identify the target resources. For example, <code>BucketName</code> is a possible identifier property for an <code>AWS::S3::Bucket</code> resource.</p>"
},
"Warnings":{
"shape":"Warnings",
"documentation":"<p>An object containing any warnings returned.</p>"
}
},
"documentation":"<p>The output for the <a>GetTemplateSummary</a> action.</p>"
Expand Down Expand Up @@ -6368,6 +6376,16 @@
"Processed"
]
},
"TemplateSummaryConfig":{
"type":"structure",
"members":{
"TreatUnrecognizedResourceTypesAsWarnings":{
"shape":"TreatUnrecognizedResourceTypesAsWarnings",
"documentation":"<p>If set to <code>True</code>, any unrecognized resource types generate warnings and not an error. Any unrecognized resource types are returned in the <code>Warnings</code> output parameter.</p>"
}
},
"documentation":"<p>Options for the <code>GetTemplateSummary</code> API action.</p>"
},
"TemplateURL":{
"type":"string",
"max":1024,
Expand Down Expand Up @@ -6446,6 +6464,7 @@
"type":"list",
"member":{"shape":"TransformName"}
},
"TreatUnrecognizedResourceTypesAsWarnings":{"type":"boolean"},
"Type":{"type":"string"},
"TypeArn":{
"type":"string",
Expand Down Expand Up @@ -7039,6 +7058,16 @@
"PUBLIC",
"PRIVATE"
]
},
"Warnings":{
"type":"structure",
"members":{
"UnrecognizedResourceTypes":{
"shape":"ResourceTypes",
"documentation":"<p>A list of all of the unrecognized resource types. This is only returned if the <code>TemplateSummaryConfig</code> parameter has the <code>TreatUnrecognizedResourceTypesAsWarning</code> configuration set to <code>True</code>.</p>"
}
},
"documentation":"<p>Contains any warnings returned by the <code>GetTemplateSummary</code> API action.</p>"
}
},
"documentation":"<fullname>CloudFormation</fullname> <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build highly reliable, highly scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services infrastructure.</p> <p>With CloudFormation, you declare all your resources and dependencies in a template file. The template defines a collection of resources as a single unit called a stack. CloudFormation creates and deletes all member resources of the stack together and manages all dependencies between the resources for you.</p> <p>For more information about CloudFormation, see the <a href=\"http://aws.amazon.com/cloudformation/\">CloudFormation product page</a>.</p> <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information about a specific Amazon Web Services product, you can find the product's technical documentation at <a href=\"https://docs.aws.amazon.com/\">docs.aws.amazon.com</a>.</p>"
Expand Down
Loading

0 comments on commit 0e3b5ad

Please sign in to comment.