Skip to content

Commit

Permalink
Merge branch 'release-1.31.62' into develop
Browse files Browse the repository at this point in the history
* release-1.31.62:
  Bumping version to 1.31.62
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Oct 6, 2023
2 parents 8987291 + 3246f76 commit 9b401c7
Show file tree
Hide file tree
Showing 10 changed files with 234 additions and 49 deletions.
32 changes: 32 additions & 0 deletions .changes/1.31.62.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "Dependencies",
"description": "Add support for urllib3 2.0 for Python 3.10+",
"type": "enhancement"
},
{
"category": "``ec2``",
"description": "Documentation updates for Elastic Compute Cloud (EC2).",
"type": "api-change"
},
{
"category": "``fsx``",
"description": "After performing steps to repair the Active Directory configuration of a file system, use this action to initiate the process of attempting to recover to the file system.",
"type": "api-change"
},
{
"category": "``marketplace-catalog``",
"description": "This release adds support for Document type as an alternative for stringified JSON for StartChangeSet, DescribeChangeSet and DescribeEntity APIs",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "NullOption in FilterListConfiguration; Dataset schema/table max length increased; Support total placement for pivot table visual; Lenient mode relaxes the validation to create resources with definition; Data sources can be added to folders; Redshift data sources support IAM Role-based authentication",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "This release updates the max character limit of PreAuthenticationLoginBanner and PostAuthenticationLoginBanner to 4096 characters",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/enhancement-Dependencies-60903.json

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.31.62
=======

* enhancement:Dependencies: Add support for urllib3 2.0 for Python 3.10+
* api-change:``ec2``: Documentation updates for Elastic Compute Cloud (EC2).
* api-change:``fsx``: After performing steps to repair the Active Directory configuration of a file system, use this action to initiate the process of attempting to recover to the file system.
* api-change:``marketplace-catalog``: This release adds support for Document type as an alternative for stringified JSON for StartChangeSet, DescribeChangeSet and DescribeEntity APIs
* api-change:``quicksight``: NullOption in FilterListConfiguration; Dataset schema/table max length increased; Support total placement for pivot table visual; Lenient mode relaxes the validation to create resources with definition; Data sources can be added to folders; Redshift data sources support IAM Role-based authentication
* api-change:``transfer``: This release updates the max character limit of PreAuthenticationLoginBanner and PostAuthenticationLoginBanner to 4096 characters


1.31.61
=======

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.61'
__version__ = '1.31.62'


class NullHandler(logging.Handler):
Expand Down
42 changes: 21 additions & 21 deletions botocore/data/ec2/2016-11-15/service-2.json

Large diffs are not rendered by default.

37 changes: 35 additions & 2 deletions botocore/data/fsx/2018-03-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,21 @@
"documentation":"<p>Returns an Amazon FSx for OpenZFS volume to the state saved by the specified snapshot.</p>",
"idempotent":true
},
"StartMisconfiguredStateRecovery":{
"name":"StartMisconfiguredStateRecovery",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"StartMisconfiguredStateRecoveryRequest"},
"output":{"shape":"StartMisconfiguredStateRecoveryResponse"},
"errors":[
{"shape":"BadRequest"},
{"shape":"FileSystemNotFound"},
{"shape":"InternalServerError"}
],
"documentation":"<p>After performing steps to repair the Active Directory configuration of an FSx for Windows File Server file system, use this action to initiate the process of Amazon FSx attempting to reconnect to the file system.</p>"
},
"TagResource":{
"name":"TagResource",
"http":{
Expand Down Expand Up @@ -858,7 +873,8 @@
"VOLUME_RESTORE",
"THROUGHPUT_OPTIMIZATION",
"IOPS_OPTIMIZATION",
"STORAGE_TYPE_OPTIMIZATION"
"STORAGE_TYPE_OPTIMIZATION",
"MISCONFIGURED_STATE_RECOVERY"
]
},
"AdministrativeActions":{
Expand Down Expand Up @@ -1595,7 +1611,7 @@
"documentation":"<p>The Lustre root squash configuration used when creating an Amazon FSx for Lustre file system. When enabled, root squash restricts root-level access from clients that try to access your file system as a root user.</p>"
}
},
"documentation":"<p>The Lustre configuration for the file system being created.</p> <note> <p>The following parameters are not supported for file systems with a data repository association created with .</p> <ul> <li> <p> <code>AutoImportPolicy</code> </p> </li> <li> <p> <code>ExportPath</code> </p> </li> <li> <p> <code>ImportedChunkSize</code> </p> </li> <li> <p> <code>ImportPath</code> </p> </li> </ul> </note>"
"documentation":"<p>The Lustre configuration for the file system being created.</p> <note> <p>The following parameters are not supported for file systems with a data repository association created with .</p> <ul> <li> <p> <code>AutoImportPolicy</code> </p> </li> <li> <p> <code>ExportPath</code> </p> </li> <li> <p> <code>ImportedFileChunkSize</code> </p> </li> <li> <p> <code>ImportPath</code> </p> </li> </ul> </note>"
},
"CreateFileSystemOntapConfiguration":{
"type":"structure",
Expand Down Expand Up @@ -5056,6 +5072,23 @@
"documentation":"<p>The request was rejected because the lifecycle status of the source backup isn't <code>AVAILABLE</code>.</p>",
"exception":true
},
"StartMisconfiguredStateRecoveryRequest":{
"type":"structure",
"required":["FileSystemId"],
"members":{
"ClientRequestToken":{
"shape":"ClientRequestToken",
"idempotencyToken":true
},
"FileSystemId":{"shape":"FileSystemId"}
}
},
"StartMisconfiguredStateRecoveryResponse":{
"type":"structure",
"members":{
"FileSystem":{"shape":"FileSystem"}
}
},
"StartTime":{"type":"timestamp"},
"Status":{
"type":"string",
Expand Down
46 changes: 33 additions & 13 deletions botocore/data/marketplace-catalog/2018-09-17/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"}
],
"documentation":"<p>Deletes a resource-based policy on an Entity that is identified by its resource ARN.</p>"
"documentation":"<p>Deletes a resource-based policy on an entity that is identified by its resource ARN.</p>"
},
"DescribeChangeSet":{
"name":"DescribeChangeSet",
Expand Down Expand Up @@ -98,7 +98,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"}
],
"documentation":"<p>Gets a resource-based policy of an Entity that is identified by its resource ARN.</p>"
"documentation":"<p>Gets a resource-based policy of an entity that is identified by its resource ARN.</p>"
},
"ListChangeSets":{
"name":"ListChangeSets",
Expand Down Expand Up @@ -165,7 +165,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"}
],
"documentation":"<p>Attaches a resource-based policy to an Entity. Examples of an entity include: <code>AmiProduct</code> and <code>ContainerProduct</code>.</p>"
"documentation":"<p>Attaches a resource-based policy to an entity. Examples of an entity include: <code>AmiProduct</code> and <code>ContainerProduct</code>.</p>"
},
"StartChangeSet":{
"name":"StartChangeSet",
Expand All @@ -184,7 +184,7 @@
{"shape":"ThrottlingException"},
{"shape":"ServiceQuotaExceededException"}
],
"documentation":"<p>Allows you to request changes for your entities. Within a single <code>ChangeSet</code>, you can't start the same change type against the same entity multiple times. Additionally, when a <code>ChangeSet</code> is running, all the entities targeted by the different changes are locked until the change set has completed (either succeeded, cancelled, or failed). If you try to start a change set containing a change against an entity that is already locked, you will receive a <code>ResourceInUseException</code> error.</p> <p>For example, you can't start the <code>ChangeSet</code> described in the <a href=\"https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/API_StartChangeSet.html#API_StartChangeSet_Examples\">example</a> later in this topic because it contains two changes to run the same change type (<code>AddRevisions</code>) against the same entity (<code>entity-id@1</code>).</p> <p>For more information about working with change sets, see <a href=\"https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/welcome.html#working-with-change-sets\"> Working with change sets</a>. For information on change types for single-AMI products, see <a href=\"https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/ami-products.html#working-with-single-AMI-products\">Working with single-AMI products</a>. Als, for more information on change types available for container-based products, see <a href=\"https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/container-products.html#working-with-container-products\">Working with container products</a>.</p>"
"documentation":"<p>Allows you to request changes for your entities. Within a single <code>ChangeSet</code>, you can't start the same change type against the same entity multiple times. Additionally, when a <code>ChangeSet</code> is running, all the entities targeted by the different changes are locked until the change set has completed (either succeeded, cancelled, or failed). If you try to start a change set containing a change against an entity that is already locked, you will receive a <code>ResourceInUseException</code> error.</p> <p>For example, you can't start the <code>ChangeSet</code> described in the <a href=\"https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/API_StartChangeSet.html#API_StartChangeSet_Examples\">example</a> later in this topic because it contains two changes to run the same change type (<code>AddRevisions</code>) against the same entity (<code>entity-id@1</code>).</p> <p>For more information about working with change sets, see <a href=\"https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/welcome.html#working-with-change-sets\"> Working with change sets</a>. For information about change types for single-AMI products, see <a href=\"https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/ami-products.html#working-with-single-AMI-products\">Working with single-AMI products</a>. Also, for more information about change types available for container-based products, see <a href=\"https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/container-products.html#working-with-container-products\">Working with container products</a>.</p>"
},
"TagResource":{
"name":"TagResource",
Expand Down Expand Up @@ -282,13 +282,12 @@
"type":"structure",
"required":[
"ChangeType",
"Entity",
"Details"
"Entity"
],
"members":{
"ChangeType":{
"shape":"ChangeType",
"documentation":"<p>Change types are single string values that describe your intention for the change. Each change type is unique for each <code>EntityType</code> provided in the change's scope. For more information on change types available for single-AMI products, see <a href=\"https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/ami-products.html#working-with-single-AMI-products\">Working with single-AMI products</a>. Also, for more information on change types available for container-based products, see <a href=\"https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/container-products.html#working-with-container-products\">Working with container products</a>.</p>"
"documentation":"<p>Change types are single string values that describe your intention for the change. Each change type is unique for each <code>EntityType</code> provided in the change's scope. For more information on change types available for single-AMI products, see <a href=\"https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/ami-products.html#working-with-single-AMI-products\">Working with single-AMI products</a>. Also, for more information about change types available for container-based products, see <a href=\"https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/container-products.html#working-with-container-products\">Working with container products</a>.</p>"
},
"Entity":{
"shape":"Entity",
Expand All @@ -300,7 +299,11 @@
},
"Details":{
"shape":"Json",
"documentation":"<p>This object contains details specific to the change type of the requested change. For more information on change types available for single-AMI products, see <a href=\"https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/ami-products.html#working-with-single-AMI-products\">Working with single-AMI products</a>. Also, for more information on change types available for container-based products, see <a href=\"https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/container-products.html#working-with-container-products\">Working with container products</a>.</p>"
"documentation":"<p>This object contains details specific to the change type of the requested change. For more information about change types available for single-AMI products, see <a href=\"https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/ami-products.html#working-with-single-AMI-products\">Working with single-AMI products</a>. Also, for more information about change types available for container-based products, see <a href=\"https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/container-products.html#working-with-container-products\">Working with container products</a>.</p>"
},
"DetailsDocument":{
"shape":"JsonDocumentType",
"documentation":"<p>Alternative field that accepts a JSON value instead of a string for <code>ChangeType</code> details. You can use either <code>Details</code> or <code>DetailsDocument</code>, but not both.</p>"
},
"ChangeName":{
"shape":"ChangeName",
Expand Down Expand Up @@ -392,6 +395,10 @@
"shape":"Json",
"documentation":"<p>This object contains details specific to the change type of the requested change.</p>"
},
"DetailsDocument":{
"shape":"JsonDocumentType",
"documentation":"<p>The JSON value of the details specific to the change type of the requested change.</p>"
},
"ErrorDetailList":{
"shape":"ErrorDetailList",
"documentation":"<p>An array of <code>ErrorDetail</code> objects associated with the change.</p>"
Expand Down Expand Up @@ -427,7 +434,7 @@
"members":{
"ResourceArn":{
"shape":"ResourceARN",
"documentation":"<p>The Amazon Resource Name (ARN) of the Entity resource that is associated with the resource policy.</p>",
"documentation":"<p>The Amazon Resource Name (ARN) of the entity resource that is associated with the resource policy.</p>",
"location":"querystring",
"locationName":"resourceArn"
}
Expand Down Expand Up @@ -543,6 +550,10 @@
"Details":{
"shape":"Json",
"documentation":"<p>This stringified JSON object includes the details of the entity.</p>"
},
"DetailsDocument":{
"shape":"JsonDocumentType",
"documentation":"<p>The JSON value of the details specific to the entity.</p>"
}
}
},
Expand Down Expand Up @@ -682,7 +693,7 @@
"members":{
"ResourceArn":{
"shape":"ResourceARN",
"documentation":"<p>The Amazon Resource Name (ARN) of the Entity resource that is associated with the resource policy.</p>",
"documentation":"<p>The Amazon Resource Name (ARN) of the entity resource that is associated with the resource policy.</p>",
"location":"querystring",
"locationName":"resourceArn"
}
Expand Down Expand Up @@ -719,6 +730,12 @@
"min":2,
"pattern":"^[\\s]*\\{[\\s\\S]*\\}[\\s]*$"
},
"JsonDocumentType":{
"type":"structure",
"members":{
},
"document":true
},
"ListChangeSetsMaxResultInteger":{
"type":"integer",
"box":true,
Expand Down Expand Up @@ -801,7 +818,10 @@
"shape":"ListEntitiesMaxResultInteger",
"documentation":"<p>Specifies the upper limit of the elements on a single page. If a value isn't provided, the default value is 20.</p>"
},
"OwnershipType":{"shape":"OwnershipType"}
"OwnershipType":{
"shape":"OwnershipType",
"documentation":"<p>Filters the returned set of entities based on their owner. The default is <code>SELF</code>. To list entities shared with you through AWS Resource Access Manager (AWS RAM), set to <code>SHARED</code>. Entities shared through the AWS Marketplace Catalog API <code>PutResourcePolicy</code> operation can't be discovered through the <code>SHARED</code> parameter.</p>"
}
}
},
"ListEntitiesResponse":{
Expand Down Expand Up @@ -862,7 +882,7 @@
"members":{
"ResourceArn":{
"shape":"ResourceARN",
"documentation":"<p>The Amazon Resource Name (ARN) of the Entity resource you want to associate with a resource policy. </p>"
"documentation":"<p>The Amazon Resource Name (ARN) of the entity resource you want to associate with a resource policy.</p>"
},
"Policy":{
"shape":"ResourcePolicyJson",
Expand Down Expand Up @@ -948,7 +968,7 @@
"members":{
"SortBy":{
"shape":"SortBy",
"documentation":"<p>For <code>ListEntities</code>, supported attributes include <code>LastModifiedDate</code> (default), <code>Visibility</code>, <code>EntityId</code>, and <code>Name</code>.</p> <p>For <code>ListChangeSets</code>, supported attributes include <code>StartTime</code> and <code>EndTime</code>.</p>"
"documentation":"<p>For <code>ListEntities</code>, supported attributes include <code>LastModifiedDate</code> (default) and <code>EntityId</code>. In addition to <code>LastModifiedDate</code> and <code>EntityId</code>, each <code>EntityType</code> might support additional fields.</p> <p>For <code>ListChangeSets</code>, supported attributes include <code>StartTime</code> and <code>EndTime</code>.</p>"
},
"SortOrder":{
"shape":"SortOrder",
Expand Down
Loading

0 comments on commit 9b401c7

Please sign in to comment.