Skip to content

Commit

Permalink
Merge branch 'release-1.34.142' into develop
Browse files Browse the repository at this point in the history
* release-1.34.142:
  Bumping version to 1.34.142
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jul 9, 2024
2 parents 55175ca + 231c2b5 commit 5ef811f
Show file tree
Hide file tree
Showing 10 changed files with 806 additions and 52 deletions.
22 changes: 22 additions & 0 deletions .changes/1.34.142.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"category": "``datazone``",
"description": "This release deprecates dataProductItem field from SearchInventoryResultItem, along with some unused DataProduct shapes",
"type": "api-change"
},
{
"category": "``fsx``",
"description": "Adds support for FSx for NetApp ONTAP 2nd Generation file systems, and FSx for OpenZFS Single AZ HA file systems.",
"type": "api-change"
},
{
"category": "``opensearch``",
"description": "This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "This release 1/ enables optimization jobs that allows customers to perform Ahead-of-time compilation and quantization. 2/ allows customers to control access to Amazon Q integration in SageMaker Studio. 3/ enables AdditionalModelDataSources for CreateModel action.",
"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.34.142
========

* api-change:``datazone``: This release deprecates dataProductItem field from SearchInventoryResultItem, along with some unused DataProduct shapes
* api-change:``fsx``: Adds support for FSx for NetApp ONTAP 2nd Generation file systems, and FSx for OpenZFS Single AZ HA file systems.
* api-change:``opensearch``: This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down.
* api-change:``sagemaker``: This release 1/ enables optimization jobs that allows customers to perform Ahead-of-time compilation and quantization. 2/ allows customers to control access to Amazon Q integration in SageMaker Studio. 3/ enables AdditionalModelDataSources for CreateModel action.


1.34.141
========

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.141'
__version__ = '1.34.142'


class NullHandler(logging.Handler):
Expand Down
14 changes: 11 additions & 3 deletions botocore/data/datazone/2018-05-10/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5104,11 +5104,15 @@
"documentation":"<p/>"
}
},
"documentation":"<p/>"
"documentation":"<p/>",
"deprecated":true,
"deprecatedMessage":"This structure is deprecated."
},
"DataProductItems":{
"type":"list",
"member":{"shape":"DataProductItem"},
"deprecated":true,
"deprecatedMessage":"This structure is deprecated.",
"max":100,
"min":0
},
Expand Down Expand Up @@ -5172,7 +5176,9 @@
"documentation":"<p/>"
}
},
"documentation":"<p/>"
"documentation":"<p/>",
"deprecated":true,
"deprecatedMessage":"This structure is deprecated."
},
"DataSourceConfigurationInput":{
"type":"structure",
Expand Down Expand Up @@ -12161,7 +12167,9 @@
},
"dataProductItem":{
"shape":"DataProductSummary",
"documentation":"<p>The data product item included in the search results.</p>"
"documentation":"<p>The data product item included in the search results.</p>",
"deprecated":true,
"deprecatedMessage":"This field is deprecated."
},
"glossaryItem":{
"shape":"GlossaryItem",
Expand Down
33 changes: 6 additions & 27 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -28523,31 +28523,17 @@
},
"redshift" : {
"endpoints" : {
"fips-us-iso-east-1" : {
"us-iso-east-1" : {
"credentialScope" : {
"region" : "us-iso-east-1"
},
"deprecated" : true,
"hostname" : "redshift-fips.us-iso-east-1.c2s.ic.gov"
"hostname" : "redshift.us-iso-east-1.c2s.ic.gov"
},
"fips-us-iso-west-1" : {
"us-iso-west-1" : {
"credentialScope" : {
"region" : "us-iso-west-1"
},
"deprecated" : true,
"hostname" : "redshift-fips.us-iso-west-1.c2s.ic.gov"
},
"us-iso-east-1" : {
"variants" : [ {
"hostname" : "redshift-fips.us-iso-east-1.c2s.ic.gov",
"tags" : [ "fips" ]
} ]
},
"us-iso-west-1" : {
"variants" : [ {
"hostname" : "redshift-fips.us-iso-west-1.c2s.ic.gov",
"tags" : [ "fips" ]
} ]
"hostname" : "redshift.us-iso-west-1.c2s.ic.gov"
}
}
},
Expand Down Expand Up @@ -29211,18 +29197,11 @@
},
"redshift" : {
"endpoints" : {
"fips-us-isob-east-1" : {
"us-isob-east-1" : {
"credentialScope" : {
"region" : "us-isob-east-1"
},
"deprecated" : true,
"hostname" : "redshift-fips.us-isob-east-1.sc2s.sgov.gov"
},
"us-isob-east-1" : {
"variants" : [ {
"hostname" : "redshift-fips.us-isob-east-1.sc2s.sgov.gov",
"tags" : [ "fips" ]
} ]
"hostname" : "redshift.us-isob-east-1.sc2s.sgov.gov"
}
}
},
Expand Down
Loading

0 comments on commit 5ef811f

Please sign in to comment.