Skip to content

Commit

Permalink
Merge branch 'release-1.34.74'
Browse files Browse the repository at this point in the history
* release-1.34.74:
  Bumping version to 1.34.74
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Mar 29, 2024
2 parents f73fa82 + 81fa47d commit 4d91958
Show file tree
Hide file tree
Showing 16 changed files with 3,502 additions and 8 deletions.
42 changes: 42 additions & 0 deletions .changes/1.34.74.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``b2bi``",
"description": "Supporting new EDI X12 transaction sets for X12 versions 4010, 4030, and 5010.",
"type": "api-change"
},
{
"category": "``codebuild``",
"description": "Add new fleet status code for Reserved Capacity.",
"type": "api-change"
},
{
"category": "``codeconnections``",
"description": "Duplicating the CodeStar Connections service into the new, rebranded AWS CodeConnections service.",
"type": "api-change"
},
{
"category": "``internetmonitor``",
"description": "This release adds support to allow customers to track cross account monitors through ListMonitor, GetMonitor, ListHealthEvents, GetHealthEvent, StartQuery APIs.",
"type": "api-change"
},
{
"category": "``iotwireless``",
"description": "Add support for retrieving key historical and live metrics for LoRaWAN devices and gateways",
"type": "api-change"
},
{
"category": "``marketplace-catalog``",
"description": "This release enhances the ListEntities API to support ResaleAuthorizationId filter and sort for OfferEntity in the request and the addition of a ResaleAuthorizationId field in the response of OfferSummary.",
"type": "api-change"
},
{
"category": "``neptune-graph``",
"description": "Add the new API Start-Import-Task for Amazon Neptune Analytics.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "This release adds support for custom images for the CodeEditor App on SageMaker Studio",
"type": "api-change"
}
]
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
CHANGELOG
=========

1.34.74
=======

* api-change:``b2bi``: Supporting new EDI X12 transaction sets for X12 versions 4010, 4030, and 5010.
* api-change:``codebuild``: Add new fleet status code for Reserved Capacity.
* api-change:``codeconnections``: Duplicating the CodeStar Connections service into the new, rebranded AWS CodeConnections service.
* api-change:``internetmonitor``: This release adds support to allow customers to track cross account monitors through ListMonitor, GetMonitor, ListHealthEvents, GetHealthEvent, StartQuery APIs.
* api-change:``iotwireless``: Add support for retrieving key historical and live metrics for LoRaWAN devices and gateways
* api-change:``marketplace-catalog``: This release enhances the ListEntities API to support ResaleAuthorizationId filter and sort for OfferEntity in the request and the addition of a ResaleAuthorizationId field in the response of OfferSummary.
* api-change:``neptune-graph``: Add the new API Start-Import-Task for Amazon Neptune Analytics.
* api-change:``sagemaker``: This release adds support for custom images for the CodeEditor App on SageMaker Studio


1.34.73
=======

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.73'
__version__ = '1.34.74'


class NullHandler(logging.Handler):
Expand Down
31 changes: 29 additions & 2 deletions botocore/data/b2bi/2022-06-23/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2289,7 +2289,7 @@
},
"version":{
"shape":"X12Version",
"documentation":"<p>Returns the version to use for the specified X12 transaction set. Supported versions are <code>4010</code>, <code>4030</code>, and <code>5010</code>.</p>"
"documentation":"<p>Returns the version to use for the specified X12 transaction set. <pre><code> &lt;/p&gt; </code></pre>"
}
},
"documentation":"<p>A structure that contains the X12 transaction set and version. The X12 structure is used when the system transforms an EDI (electronic data interchange) file.</p> <note> <p>If an EDI input file contains more than one transaction, each transaction must have the same transaction set and version, for example 214/4010. If not, the transformer cannot parse the file.</p> </note>"
Expand All @@ -2301,27 +2301,54 @@
"X12_180",
"X12_204",
"X12_210",
"X12_211",
"X12_214",
"X12_215",
"X12_259",
"X12_260",
"X12_266",
"X12_269",
"X12_270",
"X12_271",
"X12_274",
"X12_275",
"X12_276",
"X12_277",
"X12_278",
"X12_310",
"X12_315",
"X12_322",
"X12_404",
"X12_410",
"X12_417",
"X12_421",
"X12_426",
"X12_810",
"X12_820",
"X12_824",
"X12_830",
"X12_832",
"X12_834",
"X12_835",
"X12_837",
"X12_844",
"X12_846",
"X12_849",
"X12_850",
"X12_852",
"X12_855",
"X12_856",
"X12_860",
"X12_861",
"X12_864",
"X12_865",
"X12_869",
"X12_870",
"X12_940",
"X12_945",
"X12_990",
"X12_997"
"X12_997",
"X12_999"
]
},
"X12Version":{
Expand Down
1 change: 1 addition & 0 deletions botocore/data/codebuild/2016-10-06/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2288,6 +2288,7 @@
"CREATING",
"UPDATING",
"ROTATING",
"PENDING_DELETION",
"DELETING",
"CREATE_FAILED",
"UPDATE_ROLLBACK_FAILED",
Expand Down
Loading

0 comments on commit 4d91958

Please sign in to comment.