Skip to content

Commit 2ff80f5

Browse files
Merging v1.1.8 release
2 parents 53f3b26 + 5defb4b commit 2ff80f5

File tree

12 files changed

+5578
-165
lines changed

12 files changed

+5578
-165
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.1.8] - 03/29/2024
4+
5+
### Features
6+
* (**b2bi**) Supporting new EDI X12 transaction sets for X12 versions 4010, 4030, and 5010.
7+
* (**codebuild**) Add new fleet status code for Reserved Capacity.
8+
* (**codeconnections**) Duplicating the CodeStar Connections service into the new, rebranded AWS CodeConnections service.
9+
* (**internetmonitor**) This release adds support to allow customers to track cross account monitors through ListMonitor, GetMonitor, ListHealthEvents, GetHealthEvent, StartQuery APIs.
10+
* (**iotwireless**) Add support for retrieving key historical and live metrics for LoRaWAN devices and gateways
11+
* (**marketplacecatalog**) 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.
12+
* (**neptunegraph**) Add the new API Start-Import-Task for Amazon Neptune Analytics.
13+
* (**sagemaker**) This release adds support for custom images for the CodeEditor App on SageMaker Studio
14+
315
## [1.1.7] - 03/28/2024
416

517
### Features

codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen/endpoints.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@
464464
"ap-east-1" : { },
465465
"ap-northeast-1" : { },
466466
"ap-northeast-2" : { },
467+
"ap-northeast-3" : { },
467468
"ap-south-1" : { },
468469
"ap-southeast-1" : { },
469470
"ap-southeast-2" : { },
@@ -508,6 +509,7 @@
508509
"endpoints" : {
509510
"ap-northeast-1" : { },
510511
"ap-northeast-2" : { },
512+
"ap-northeast-3" : { },
511513
"ap-south-1" : { },
512514
"ap-southeast-1" : { },
513515
"ap-southeast-2" : { },
@@ -3811,6 +3813,7 @@
38113813
"ap-southeast-1" : { },
38123814
"ap-southeast-2" : { },
38133815
"ap-southeast-3" : { },
3816+
"ap-southeast-4" : { },
38143817
"ca-central-1" : { },
38153818
"eu-central-1" : { },
38163819
"eu-central-2" : { },
@@ -12799,6 +12802,12 @@
1279912802
},
1280012803
"hostname" : "oidc.ap-south-1.amazonaws.com"
1280112804
},
12805+
"ap-south-2" : {
12806+
"credentialScope" : {
12807+
"region" : "ap-south-2"
12808+
},
12809+
"hostname" : "oidc.ap-south-2.amazonaws.com"
12810+
},
1280212811
"ap-southeast-1" : {
1280312812
"credentialScope" : {
1280412813
"region" : "ap-southeast-1"
@@ -12853,6 +12862,12 @@
1285312862
},
1285412863
"hostname" : "oidc.eu-south-1.amazonaws.com"
1285512864
},
12865+
"eu-south-2" : {
12866+
"credentialScope" : {
12867+
"region" : "eu-south-2"
12868+
},
12869+
"hostname" : "oidc.eu-south-2.amazonaws.com"
12870+
},
1285612871
"eu-west-1" : {
1285712872
"credentialScope" : {
1285812873
"region" : "eu-west-1"
@@ -27305,6 +27320,18 @@
2730527320
}
2730627321
}
2730727322
},
27323+
"s3-outposts" : {
27324+
"endpoints" : {
27325+
"fips-us-iso-east-1" : {
27326+
"deprecated" : true
27327+
},
27328+
"us-iso-east-1" : {
27329+
"variants" : [ {
27330+
"tags" : [ "fips" ]
27331+
} ]
27332+
}
27333+
}
27334+
},
2730827335
"secretsmanager" : {
2730927336
"endpoints" : {
2731027337
"us-iso-east-1" : { },
@@ -27907,6 +27934,18 @@
2790727934
}
2790827935
}
2790927936
},
27937+
"s3-outposts" : {
27938+
"endpoints" : {
27939+
"fips-us-isob-east-1" : {
27940+
"deprecated" : true
27941+
},
27942+
"us-isob-east-1" : {
27943+
"variants" : [ {
27944+
"tags" : [ "fips" ]
27945+
} ]
27946+
}
27947+
}
27948+
},
2791027949
"secretsmanager" : {
2791127950
"endpoints" : {
2791227951
"us-isob-east-1" : { }

codegen/sdk/aws-models/b2bi.json

Lines changed: 163 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5249,7 +5249,7 @@
52495249
"version": {
52505250
"target": "com.amazonaws.b2bi#X12Version",
52515251
"traits": {
5252-
"smithy.api#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>"
5252+
"smithy.api#documentation": "<p>Returns the version to use for the specified X12 transaction set.\n \n \n \n </p>"
52535253
}
52545254
}
52555255
},
@@ -5284,6 +5284,12 @@
52845284
"smithy.api#enumValue": "X12_210"
52855285
}
52865286
},
5287+
"X12_211": {
5288+
"target": "smithy.api#Unit",
5289+
"traits": {
5290+
"smithy.api#enumValue": "X12_211"
5291+
}
5292+
},
52875293
"X12_214": {
52885294
"target": "smithy.api#Unit",
52895295
"traits": {
@@ -5296,6 +5302,72 @@
52965302
"smithy.api#enumValue": "X12_215"
52975303
}
52985304
},
5305+
"X12_259": {
5306+
"target": "smithy.api#Unit",
5307+
"traits": {
5308+
"smithy.api#enumValue": "X12_259"
5309+
}
5310+
},
5311+
"X12_260": {
5312+
"target": "smithy.api#Unit",
5313+
"traits": {
5314+
"smithy.api#enumValue": "X12_260"
5315+
}
5316+
},
5317+
"X12_266": {
5318+
"target": "smithy.api#Unit",
5319+
"traits": {
5320+
"smithy.api#enumValue": "X12_266"
5321+
}
5322+
},
5323+
"X12_269": {
5324+
"target": "smithy.api#Unit",
5325+
"traits": {
5326+
"smithy.api#enumValue": "X12_269"
5327+
}
5328+
},
5329+
"X12_270": {
5330+
"target": "smithy.api#Unit",
5331+
"traits": {
5332+
"smithy.api#enumValue": "X12_270"
5333+
}
5334+
},
5335+
"X12_271": {
5336+
"target": "smithy.api#Unit",
5337+
"traits": {
5338+
"smithy.api#enumValue": "X12_271"
5339+
}
5340+
},
5341+
"X12_274": {
5342+
"target": "smithy.api#Unit",
5343+
"traits": {
5344+
"smithy.api#enumValue": "X12_274"
5345+
}
5346+
},
5347+
"X12_275": {
5348+
"target": "smithy.api#Unit",
5349+
"traits": {
5350+
"smithy.api#enumValue": "X12_275"
5351+
}
5352+
},
5353+
"X12_276": {
5354+
"target": "smithy.api#Unit",
5355+
"traits": {
5356+
"smithy.api#enumValue": "X12_276"
5357+
}
5358+
},
5359+
"X12_277": {
5360+
"target": "smithy.api#Unit",
5361+
"traits": {
5362+
"smithy.api#enumValue": "X12_277"
5363+
}
5364+
},
5365+
"X12_278": {
5366+
"target": "smithy.api#Unit",
5367+
"traits": {
5368+
"smithy.api#enumValue": "X12_278"
5369+
}
5370+
},
52995371
"X12_310": {
53005372
"target": "smithy.api#Unit",
53015373
"traits": {
@@ -5326,6 +5398,30 @@
53265398
"smithy.api#enumValue": "X12_410"
53275399
}
53285400
},
5401+
"X12_417": {
5402+
"target": "smithy.api#Unit",
5403+
"traits": {
5404+
"smithy.api#enumValue": "X12_417"
5405+
}
5406+
},
5407+
"X12_421": {
5408+
"target": "smithy.api#Unit",
5409+
"traits": {
5410+
"smithy.api#enumValue": "X12_421"
5411+
}
5412+
},
5413+
"X12_426": {
5414+
"target": "smithy.api#Unit",
5415+
"traits": {
5416+
"smithy.api#enumValue": "X12_426"
5417+
}
5418+
},
5419+
"X12_810": {
5420+
"target": "smithy.api#Unit",
5421+
"traits": {
5422+
"smithy.api#enumValue": "X12_810"
5423+
}
5424+
},
53295425
"X12_820": {
53305426
"target": "smithy.api#Unit",
53315427
"traits": {
@@ -5344,12 +5440,48 @@
53445440
"smithy.api#enumValue": "X12_830"
53455441
}
53465442
},
5443+
"X12_832": {
5444+
"target": "smithy.api#Unit",
5445+
"traits": {
5446+
"smithy.api#enumValue": "X12_832"
5447+
}
5448+
},
5449+
"X12_834": {
5450+
"target": "smithy.api#Unit",
5451+
"traits": {
5452+
"smithy.api#enumValue": "X12_834"
5453+
}
5454+
},
5455+
"X12_835": {
5456+
"target": "smithy.api#Unit",
5457+
"traits": {
5458+
"smithy.api#enumValue": "X12_835"
5459+
}
5460+
},
5461+
"X12_837": {
5462+
"target": "smithy.api#Unit",
5463+
"traits": {
5464+
"smithy.api#enumValue": "X12_837"
5465+
}
5466+
},
5467+
"X12_844": {
5468+
"target": "smithy.api#Unit",
5469+
"traits": {
5470+
"smithy.api#enumValue": "X12_844"
5471+
}
5472+
},
53475473
"X12_846": {
53485474
"target": "smithy.api#Unit",
53495475
"traits": {
53505476
"smithy.api#enumValue": "X12_846"
53515477
}
53525478
},
5479+
"X12_849": {
5480+
"target": "smithy.api#Unit",
5481+
"traits": {
5482+
"smithy.api#enumValue": "X12_849"
5483+
}
5484+
},
53535485
"X12_850": {
53545486
"target": "smithy.api#Unit",
53555487
"traits": {
@@ -5392,12 +5524,36 @@
53925524
"smithy.api#enumValue": "X12_864"
53935525
}
53945526
},
5527+
"X12_865": {
5528+
"target": "smithy.api#Unit",
5529+
"traits": {
5530+
"smithy.api#enumValue": "X12_865"
5531+
}
5532+
},
5533+
"X12_869": {
5534+
"target": "smithy.api#Unit",
5535+
"traits": {
5536+
"smithy.api#enumValue": "X12_869"
5537+
}
5538+
},
5539+
"X12_870": {
5540+
"target": "smithy.api#Unit",
5541+
"traits": {
5542+
"smithy.api#enumValue": "X12_870"
5543+
}
5544+
},
53955545
"X12_940": {
53965546
"target": "smithy.api#Unit",
53975547
"traits": {
53985548
"smithy.api#enumValue": "X12_940"
53995549
}
54005550
},
5551+
"X12_945": {
5552+
"target": "smithy.api#Unit",
5553+
"traits": {
5554+
"smithy.api#enumValue": "X12_945"
5555+
}
5556+
},
54015557
"X12_990": {
54025558
"target": "smithy.api#Unit",
54035559
"traits": {
@@ -5409,6 +5565,12 @@
54095565
"traits": {
54105566
"smithy.api#enumValue": "X12_997"
54115567
}
5568+
},
5569+
"X12_999": {
5570+
"target": "smithy.api#Unit",
5571+
"traits": {
5572+
"smithy.api#enumValue": "X12_999"
5573+
}
54125574
}
54135575
}
54145576
},

codegen/sdk/aws-models/codebuild.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4273,6 +4273,12 @@
42734273
"smithy.api#enumValue": "ROTATING"
42744274
}
42754275
},
4276+
"PENDING_DELETION": {
4277+
"target": "smithy.api#Unit",
4278+
"traits": {
4279+
"smithy.api#enumValue": "PENDING_DELETION"
4280+
}
4281+
},
42764282
"DELETING": {
42774283
"target": "smithy.api#Unit",
42784284
"traits": {

0 commit comments

Comments
 (0)