Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 0b7b1fa

Browse files
Release v1.51.11 (2024-03-29) (#5213)
Release v1.51.11 (2024-03-29) === ### Service Client Updates * `service/b2bi`: Updates service API and documentation * `service/codebuild`: Updates service API * Add new fleet status code for Reserved Capacity. * `service/codeconnections`: Adds new service * `service/internetmonitor`: Updates service API and documentation * `service/iotwireless`: Updates service API and documentation * `service/marketplace-catalog`: Updates service API and documentation * `service/sagemaker`: Updates service API and documentation * This release adds support for custom images for the CodeEditor App on SageMaker Studio
1 parent f4c2ec6 commit 0b7b1fa

File tree

34 files changed

+13961
-24
lines changed

34 files changed

+13961
-24
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Release v1.51.11 (2024-03-29)
2+
===
3+
4+
### Service Client Updates
5+
* `service/b2bi`: Updates service API and documentation
6+
* `service/codebuild`: Updates service API
7+
* Add new fleet status code for Reserved Capacity.
8+
* `service/codeconnections`: Adds new service
9+
* `service/internetmonitor`: Updates service API and documentation
10+
* `service/iotwireless`: Updates service API and documentation
11+
* `service/marketplace-catalog`: Updates service API and documentation
12+
* `service/sagemaker`: Updates service API and documentation
13+
* This release adds support for custom images for the CodeEditor App on SageMaker Studio
14+
115
Release v1.51.10 (2024-03-28)
216
===
317

aws/endpoints/defaults.go

Lines changed: 59 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.51.10"
8+
const SDKVersion = "1.51.11"

models/apis/b2bi/2022-06-23/api-2.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1514,27 +1514,54 @@
15141514
"X12_180",
15151515
"X12_204",
15161516
"X12_210",
1517+
"X12_211",
15171518
"X12_214",
15181519
"X12_215",
1520+
"X12_259",
1521+
"X12_260",
1522+
"X12_266",
1523+
"X12_269",
1524+
"X12_270",
1525+
"X12_271",
1526+
"X12_274",
1527+
"X12_275",
1528+
"X12_276",
1529+
"X12_277",
1530+
"X12_278",
15191531
"X12_310",
15201532
"X12_315",
15211533
"X12_322",
15221534
"X12_404",
15231535
"X12_410",
1536+
"X12_417",
1537+
"X12_421",
1538+
"X12_426",
1539+
"X12_810",
15241540
"X12_820",
15251541
"X12_824",
15261542
"X12_830",
1543+
"X12_832",
1544+
"X12_834",
1545+
"X12_835",
1546+
"X12_837",
1547+
"X12_844",
15271548
"X12_846",
1549+
"X12_849",
15281550
"X12_850",
15291551
"X12_852",
15301552
"X12_855",
15311553
"X12_856",
15321554
"X12_860",
15331555
"X12_861",
15341556
"X12_864",
1557+
"X12_865",
1558+
"X12_869",
1559+
"X12_870",
15351560
"X12_940",
1561+
"X12_945",
15361562
"X12_990",
1537-
"X12_997"
1563+
"X12_997",
1564+
"X12_999"
15381565
]
15391566
},
15401567
"X12Version":{

models/apis/b2bi/2022-06-23/docs-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@
850850
"X12Version": {
851851
"base": null,
852852
"refs": {
853-
"X12Details$version": "<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>"
853+
"X12Details$version": "<p>Returns the version to use for the specified X12 transaction set. <pre><code> &lt;/p&gt; </code></pre>"
854854
}
855855
}
856856
}

models/apis/codebuild/2016-10-06/api-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1530,6 +1530,7 @@
15301530
"CREATING",
15311531
"UPDATING",
15321532
"ROTATING",
1533+
"PENDING_DELETION",
15331534
"DELETING",
15341535
"CREATE_FAILED",
15351536
"UPDATE_ROLLBACK_FAILED",

0 commit comments

Comments
 (0)