Skip to content

Commit 8b488b3

Browse files
chore: Updates version to 0.41.0
1 parent 87c4630 commit 8b488b3

File tree

95 files changed

+54907
-1642
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+54907
-1642
lines changed

Package.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ func addResolvedTargets() {
241241
// MARK: - Generated
242242

243243
addDependencies(
244-
clientRuntimeVersion: "0.45.0",
244+
clientRuntimeVersion: "0.46.0",
245245
crtVersion: "0.29.0"
246246
)
247247

@@ -320,6 +320,7 @@ let serviceTargets: [String] = [
320320
"AWSCodeBuild",
321321
"AWSCodeCatalyst",
322322
"AWSCodeCommit",
323+
"AWSCodeConnections",
323324
"AWSCodeDeploy",
324325
"AWSCodeGuruProfiler",
325326
"AWSCodeGuruReviewer",
@@ -341,6 +342,7 @@ let serviceTargets: [String] = [
341342
"AWSConnectCases",
342343
"AWSConnectContactLens",
343344
"AWSConnectParticipant",
345+
"AWSControlCatalog",
344346
"AWSControlTower",
345347
"AWSCostExplorer",
346348
"AWSCostOptimizationHub",
@@ -354,6 +356,7 @@ let serviceTargets: [String] = [
354356
"AWSDataSync",
355357
"AWSDataZone",
356358
"AWSDatabaseMigrationService",
359+
"AWSDeadline",
357360
"AWSDetective",
358361
"AWSDevOpsGuru",
359362
"AWSDeviceFarm",

Package.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.40.0
1+
0.41.0

Sources/Core/AWSSDKForSwift/Documentation.docc/AWSSDKForSwift.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ This SDK is open-source. Code is available on Github [here](https://github.com/
153153

154154
[AWSCodeCommit](../../../../../swift/api/awscodecommit/latest)
155155

156+
[AWSCodeConnections](../../../../../swift/api/awscodeconnections/latest)
157+
156158
[AWSCodeDeploy](../../../../../swift/api/awscodedeploy/latest)
157159

158160
[AWSCodeGuruProfiler](../../../../../swift/api/awscodeguruprofiler/latest)
@@ -195,6 +197,8 @@ This SDK is open-source. Code is available on Github [here](https://github.com/
195197

196198
[AWSConnectParticipant](../../../../../swift/api/awsconnectparticipant/latest)
197199

200+
[AWSControlCatalog](../../../../../swift/api/awscontrolcatalog/latest)
201+
198202
[AWSControlTower](../../../../../swift/api/awscontroltower/latest)
199203

200204
[AWSCostExplorer](../../../../../swift/api/awscostexplorer/latest)
@@ -221,6 +225,8 @@ This SDK is open-source. Code is available on Github [here](https://github.com/
221225

222226
[AWSDatabaseMigrationService](../../../../../swift/api/awsdatabasemigrationservice/latest)
223227

228+
[AWSDeadline](../../../../../swift/api/awsdeadline/latest)
229+
224230
[AWSDetective](../../../../../swift/api/awsdetective/latest)
225231

226232
[AWSDevOpsGuru](../../../../../swift/api/awsdevopsguru/latest)

Sources/Services/AWSB2bi/models/Models.swift

Lines changed: 154 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5720,7 +5720,7 @@ extension B2biClientTypes {
57205720
public struct X12Details: Swift.Equatable {
57215721
/// Returns an enumerated type where each value identifies an X12 transaction set. Transaction sets are maintained by the X12 Accredited Standards Committee.
57225722
public var transactionSet: B2biClientTypes.X12TransactionSet?
5723-
/// Returns the version to use for the specified X12 transaction set. Supported versions are 4010, 4030, and 5010.
5723+
/// Returns the version to use for the specified X12 transaction set.
57245724
public var version: B2biClientTypes.X12Version?
57255725

57265726
public init(
@@ -5741,27 +5741,77 @@ extension B2biClientTypes {
57415741
case x12180
57425742
case x12204
57435743
case x12210
5744+
case x12211
57445745
case x12214
57455746
case x12215
5747+
case x12259
5748+
case x12260
5749+
case x12266
5750+
case x12269
5751+
case x12270
5752+
case x12270X279
5753+
case x12271
5754+
case x12271X279
5755+
case x12274
5756+
case x12275
5757+
case x12275X210
5758+
case x12275X211
5759+
case x12276
5760+
case x12276X212
5761+
case x12277
5762+
case x12277X212
5763+
case x12277X214
5764+
case x12277X364
5765+
case x12278
5766+
case x12278X217
57465767
case x12310
57475768
case x12315
57485769
case x12322
57495770
case x12404
57505771
case x12410
5772+
case x12417
5773+
case x12421
5774+
case x12426
5775+
case x12810
57515776
case x12820
5777+
case x12820X218
5778+
case x12820X306
57525779
case x12824
5780+
case x12824X186
57535781
case x12830
5782+
case x12832
5783+
case x12834
5784+
case x12834X220
5785+
case x12834X307
5786+
case x12834X318
5787+
case x12835
5788+
case x12835X221
5789+
case x12837
5790+
case x12837X222
5791+
case x12837X223
5792+
case x12837X224
5793+
case x12837X291
5794+
case x12837X292
5795+
case x12837X298
5796+
case x12844
57545797
case x12846
5798+
case x12849
57555799
case x12850
57565800
case x12852
57575801
case x12855
57585802
case x12856
57595803
case x12860
57605804
case x12861
57615805
case x12864
5806+
case x12865
5807+
case x12869
5808+
case x12870
57625809
case x12940
5810+
case x12945
57635811
case x12990
57645812
case x12997
5813+
case x12999
5814+
case x12999X231
57655815
case sdkUnknown(Swift.String)
57665816

57675817
public static var allCases: [X12TransactionSet] {
@@ -5770,27 +5820,77 @@ extension B2biClientTypes {
57705820
.x12180,
57715821
.x12204,
57725822
.x12210,
5823+
.x12211,
57735824
.x12214,
57745825
.x12215,
5826+
.x12259,
5827+
.x12260,
5828+
.x12266,
5829+
.x12269,
5830+
.x12270,
5831+
.x12270X279,
5832+
.x12271,
5833+
.x12271X279,
5834+
.x12274,
5835+
.x12275,
5836+
.x12275X210,
5837+
.x12275X211,
5838+
.x12276,
5839+
.x12276X212,
5840+
.x12277,
5841+
.x12277X212,
5842+
.x12277X214,
5843+
.x12277X364,
5844+
.x12278,
5845+
.x12278X217,
57755846
.x12310,
57765847
.x12315,
57775848
.x12322,
57785849
.x12404,
57795850
.x12410,
5851+
.x12417,
5852+
.x12421,
5853+
.x12426,
5854+
.x12810,
57805855
.x12820,
5856+
.x12820X218,
5857+
.x12820X306,
57815858
.x12824,
5859+
.x12824X186,
57825860
.x12830,
5861+
.x12832,
5862+
.x12834,
5863+
.x12834X220,
5864+
.x12834X307,
5865+
.x12834X318,
5866+
.x12835,
5867+
.x12835X221,
5868+
.x12837,
5869+
.x12837X222,
5870+
.x12837X223,
5871+
.x12837X224,
5872+
.x12837X291,
5873+
.x12837X292,
5874+
.x12837X298,
5875+
.x12844,
57835876
.x12846,
5877+
.x12849,
57845878
.x12850,
57855879
.x12852,
57865880
.x12855,
57875881
.x12856,
57885882
.x12860,
57895883
.x12861,
57905884
.x12864,
5885+
.x12865,
5886+
.x12869,
5887+
.x12870,
57915888
.x12940,
5889+
.x12945,
57925890
.x12990,
57935891
.x12997,
5892+
.x12999,
5893+
.x12999X231,
57945894
.sdkUnknown("")
57955895
]
57965896
}
@@ -5804,27 +5904,77 @@ extension B2biClientTypes {
58045904
case .x12180: return "X12_180"
58055905
case .x12204: return "X12_204"
58065906
case .x12210: return "X12_210"
5907+
case .x12211: return "X12_211"
58075908
case .x12214: return "X12_214"
58085909
case .x12215: return "X12_215"
5910+
case .x12259: return "X12_259"
5911+
case .x12260: return "X12_260"
5912+
case .x12266: return "X12_266"
5913+
case .x12269: return "X12_269"
5914+
case .x12270: return "X12_270"
5915+
case .x12270X279: return "X12_270_X279"
5916+
case .x12271: return "X12_271"
5917+
case .x12271X279: return "X12_271_X279"
5918+
case .x12274: return "X12_274"
5919+
case .x12275: return "X12_275"
5920+
case .x12275X210: return "X12_275_X210"
5921+
case .x12275X211: return "X12_275_X211"
5922+
case .x12276: return "X12_276"
5923+
case .x12276X212: return "X12_276_X212"
5924+
case .x12277: return "X12_277"
5925+
case .x12277X212: return "X12_277_X212"
5926+
case .x12277X214: return "X12_277_X214"
5927+
case .x12277X364: return "X12_277_X364"
5928+
case .x12278: return "X12_278"
5929+
case .x12278X217: return "X12_278_X217"
58095930
case .x12310: return "X12_310"
58105931
case .x12315: return "X12_315"
58115932
case .x12322: return "X12_322"
58125933
case .x12404: return "X12_404"
58135934
case .x12410: return "X12_410"
5935+
case .x12417: return "X12_417"
5936+
case .x12421: return "X12_421"
5937+
case .x12426: return "X12_426"
5938+
case .x12810: return "X12_810"
58145939
case .x12820: return "X12_820"
5940+
case .x12820X218: return "X12_820_X218"
5941+
case .x12820X306: return "X12_820_X306"
58155942
case .x12824: return "X12_824"
5943+
case .x12824X186: return "X12_824_X186"
58165944
case .x12830: return "X12_830"
5945+
case .x12832: return "X12_832"
5946+
case .x12834: return "X12_834"
5947+
case .x12834X220: return "X12_834_X220"
5948+
case .x12834X307: return "X12_834_X307"
5949+
case .x12834X318: return "X12_834_X318"
5950+
case .x12835: return "X12_835"
5951+
case .x12835X221: return "X12_835_X221"
5952+
case .x12837: return "X12_837"
5953+
case .x12837X222: return "X12_837_X222"
5954+
case .x12837X223: return "X12_837_X223"
5955+
case .x12837X224: return "X12_837_X224"
5956+
case .x12837X291: return "X12_837_X291"
5957+
case .x12837X292: return "X12_837_X292"
5958+
case .x12837X298: return "X12_837_X298"
5959+
case .x12844: return "X12_844"
58175960
case .x12846: return "X12_846"
5961+
case .x12849: return "X12_849"
58185962
case .x12850: return "X12_850"
58195963
case .x12852: return "X12_852"
58205964
case .x12855: return "X12_855"
58215965
case .x12856: return "X12_856"
58225966
case .x12860: return "X12_860"
58235967
case .x12861: return "X12_861"
58245968
case .x12864: return "X12_864"
5969+
case .x12865: return "X12_865"
5970+
case .x12869: return "X12_869"
5971+
case .x12870: return "X12_870"
58255972
case .x12940: return "X12_940"
5973+
case .x12945: return "X12_945"
58265974
case .x12990: return "X12_990"
58275975
case .x12997: return "X12_997"
5976+
case .x12999: return "X12_999"
5977+
case .x12999X231: return "X12_999_X231"
58285978
case let .sdkUnknown(s): return s
58295979
}
58305980
}
@@ -5841,13 +5991,15 @@ extension B2biClientTypes {
58415991
case version4010
58425992
case version4030
58435993
case version5010
5994+
case version5010Hipaa
58445995
case sdkUnknown(Swift.String)
58455996

58465997
public static var allCases: [X12Version] {
58475998
return [
58485999
.version4010,
58496000
.version4030,
58506001
.version5010,
6002+
.version5010Hipaa,
58516003
.sdkUnknown("")
58526004
]
58536005
}
@@ -5860,6 +6012,7 @@ extension B2biClientTypes {
58606012
case .version4010: return "VERSION_4010"
58616013
case .version4030: return "VERSION_4030"
58626014
case .version5010: return "VERSION_5010"
6015+
case .version5010Hipaa: return "VERSION_5010_HIPAA"
58636016
case let .sdkUnknown(s): return s
58646017
}
58656018
}

0 commit comments

Comments
 (0)