Skip to content

Commit

Permalink
Merge branch 'release-1.34.31'
Browse files Browse the repository at this point in the history
* release-1.34.31:
  Bumping version to 1.34.31
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jan 30, 2024
2 parents 0bc71c4 + 4170bc9 commit 3972982
Show file tree
Hide file tree
Showing 7 changed files with 112 additions and 23 deletions.
12 changes: 12 additions & 0 deletions .changes/1.34.31.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"category": "``datazone``",
"description": "Add new skipDeletionCheck to DeleteDomain. Add new skipDeletionCheck to DeleteProject which also automatically deletes dependent objects",
"type": "api-change"
},
{
"category": "``route53``",
"description": "Update the SDKs for text changes in the APIs.",
"type": "api-change"
}
]
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
CHANGELOG
=========

1.34.31
=======

* api-change:``datazone``: Add new skipDeletionCheck to DeleteDomain. Add new skipDeletionCheck to DeleteProject which also automatically deletes dependent objects
* api-change:``route53``: Update the SDKs for text changes in the APIs.


1.34.30
=======

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.30'
__version__ = '1.34.31'


class NullHandler(logging.Handler):
Expand Down
40 changes: 20 additions & 20 deletions botocore/data/datazone/2018-05-10/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -61,7 +60,8 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -74,7 +74,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -88,7 +87,6 @@
"assign": "PartitionResult"
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -108,7 +106,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -122,14 +119,12 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
Expand All @@ -138,11 +133,11 @@
},
"supportsFIPS"
]
}
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -153,14 +148,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand All @@ -171,7 +168,8 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -185,14 +183,12 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
Expand All @@ -201,11 +197,11 @@
},
"supportsFIPS"
]
}
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -216,14 +212,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand All @@ -234,9 +232,11 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand Down
70 changes: 70 additions & 0 deletions botocore/data/datazone/2018-05-10/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4047,6 +4047,10 @@
"shape":"DomainId",
"documentation":"<p>The identifier of the Amazon DataZone domain in which the project was created.</p>"
},
"failureReasons":{
"shape":"FailureReasons",
"documentation":"<p>Reasons for failed project deletion</p>"
},
"glossaryTerms":{
"shape":"GlossaryTerms",
"documentation":"<p>The glossary terms that can be used in the project.</p>"
Expand All @@ -4062,6 +4066,10 @@
"name":{
"shape":"ProjectName",
"documentation":"<p>The name of the project.</p>"
},
"projectStatus":{
"shape":"ProjectStatus",
"documentation":"<p>Status of the project</p>"
}
}
},
Expand Down Expand Up @@ -5092,6 +5100,12 @@
"documentation":"<p>The identifier of the Amazon Web Services domain that is to be deleted.</p>",
"location":"uri",
"locationName":"identifier"
},
"skipDeletionCheck":{
"shape":"Boolean",
"documentation":"<p>Optional flag to delete all child entities within the domain</p>",
"location":"querystring",
"locationName":"skipDeletionCheck"
}
}
},
Expand Down Expand Up @@ -5295,6 +5309,12 @@
"documentation":"<p>The identifier of the project that is to be deleted.</p>",
"location":"uri",
"locationName":"identifier"
},
"skipDeletionCheck":{
"shape":"Boolean",
"documentation":"<p>Optional flag to asynchronously delete child entities within the project</p>",
"location":"querystring",
"locationName":"skipDeletionCheck"
}
}
},
Expand Down Expand Up @@ -5984,6 +6004,10 @@
},
"documentation":"<p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>"
},
"FailureReasons":{
"type":"list",
"member":{"shape":"ProjectDeletionError"}
},
"Filter":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -7523,6 +7547,10 @@
"shape":"DomainId",
"documentation":"<p>The ID of the Amazon DataZone domain in which the project exists.</p>"
},
"failureReasons":{
"shape":"FailureReasons",
"documentation":"<p>Reasons for failed project deletion</p>"
},
"glossaryTerms":{
"shape":"GlossaryTerms",
"documentation":"<p>The business glossary terms that can be used in the project.</p>"
Expand All @@ -7538,6 +7566,10 @@
"name":{
"shape":"ProjectName",
"documentation":"<p>The name of the project.</p>"
},
"projectStatus":{
"shape":"ProjectStatus",
"documentation":"<p>Status of the project</p>"
}
}
},
Expand Down Expand Up @@ -9603,6 +9635,20 @@
},
"documentation":"<p>The configuration of the prediction.</p>"
},
"ProjectDeletionError":{
"type":"structure",
"members":{
"code":{
"shape":"String",
"documentation":"<p>Project Deletion Error Code</p>"
},
"message":{
"shape":"String",
"documentation":"<p>Project Deletion Error Message</p>"
}
},
"documentation":"<p>Error that occurred during project deletion</p>"
},
"ProjectId":{
"type":"string",
"pattern":"^[a-zA-Z0-9_-]{1,36}$"
Expand Down Expand Up @@ -9636,6 +9682,14 @@
"pattern":"^[\\w -]+$",
"sensitive":true
},
"ProjectStatus":{
"type":"string",
"enum":[
"ACTIVE",
"DELETING",
"DELETE_FAILED"
]
},
"ProjectSummaries":{
"type":"list",
"member":{"shape":"ProjectSummary"}
Expand Down Expand Up @@ -9665,6 +9719,10 @@
"shape":"DomainId",
"documentation":"<p>The identifier of a Amazon DataZone domain where the project exists.</p>"
},
"failureReasons":{
"shape":"FailureReasons",
"documentation":"<p>Reasons for failed project deletion</p>"
},
"id":{
"shape":"ProjectId",
"documentation":"<p>The identifier of a project.</p>"
Expand All @@ -9673,6 +9731,10 @@
"shape":"ProjectName",
"documentation":"<p>The name of a project.</p>"
},
"projectStatus":{
"shape":"ProjectStatus",
"documentation":"<p>Status of the project</p>"
},
"updatedAt":{
"shape":"SyntheticTimestamp_date_time",
"documentation":"<p>The timestamp of when the project was updated.</p>"
Expand Down Expand Up @@ -12427,6 +12489,10 @@
"shape":"DomainId",
"documentation":"<p>The identifier of the Amazon DataZone domain in which a project is updated.</p>"
},
"failureReasons":{
"shape":"FailureReasons",
"documentation":"<p>Reasons for failed project deletion</p>"
},
"glossaryTerms":{
"shape":"GlossaryTerms",
"documentation":"<p>The glossary terms of the project that are to be updated.</p>"
Expand All @@ -12442,6 +12508,10 @@
"name":{
"shape":"ProjectName",
"documentation":"<p>The name of the project that is to be updated.</p>"
},
"projectStatus":{
"shape":"ProjectStatus",
"documentation":"<p>Status of the project</p>"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion botocore/data/route53/2013-04-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2901,7 +2901,7 @@
"documentation":"<p> The bias increases or decreases the size of the geographic region from which Route 53 routes traffic to a resource. </p> <p>To use <code>Bias</code> to change the size of the geographic region, specify the applicable value for the bias:</p> <ul> <li> <p>To expand the size of the geographic region from which Route 53 routes traffic to a resource, specify a positive integer from 1 to 99 for the bias. Route 53 shrinks the size of adjacent regions. </p> </li> <li> <p>To shrink the size of the geographic region from which Route 53 routes traffic to a resource, specify a negative bias of -1 to -99. Route 53 expands the size of adjacent regions. </p> </li> </ul>"
}
},
"documentation":"<p> (Resource record sets only): A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query and your resources. Only one of , <code>LocalZoneGroup</code>, <code>Coordinates</code>, or <code>Amazon Web ServicesRegion</code> is allowed per request at a time.</p> <p>For more information about geoproximity routing, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy-geoproximity.html\">Geoproximity routing</a> in the <i>Amazon Route 53 Developer Guide</i>.</p>"
"documentation":"<p> (Resource record sets only): A complex type that lets you specify where your resources are located. Only one of <code>LocalZoneGroup</code>, <code>Coordinates</code>, or <code>Amazon Web ServicesRegion</code> is allowed per request at a time.</p> <p>For more information about geoproximity routing, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy-geoproximity.html\">Geoproximity routing</a> in the <i>Amazon Route 53 Developer Guide</i>.</p>"
},
"GetAccountLimitRequest":{
"type":"structure",
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.34.'
# The full version, including alpha/beta/rc tags.
release = '1.34.30'
release = '1.34.31'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 3972982

Please sign in to comment.