aboutsummaryrefslogtreecommitdiff
path: root/ports/aws-sdk-cpp/compute_build_only.cmake
blob: 05a4649c8256469273aa7c83407512e423988416 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
# Automatically generated by generateFeatures.ps1
if("access-management" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY access-management)
endif()
if("accessanalyzer" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY accessanalyzer)
endif()
if("acm" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY acm)
endif()
if("acm-pca" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY acm-pca)
endif()
if("alexaforbusiness" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY alexaforbusiness)
endif()
if("amp" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY amp)
endif()
if("amplify" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY amplify)
endif()
if("amplifybackend" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY amplifybackend)
endif()
if("apigateway" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY apigateway)
endif()
if("apigatewaymanagementapi" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY apigatewaymanagementapi)
endif()
if("apigatewayv2" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY apigatewayv2)
endif()
if("appconfig" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY appconfig)
endif()
if("appflow" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY appflow)
endif()
if("appintegrations" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY appintegrations)
endif()
if("application-autoscaling" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY application-autoscaling)
endif()
if("application-insights" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY application-insights)
endif()
if("applicationcostprofiler" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY applicationcostprofiler)
endif()
if("appmesh" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY appmesh)
endif()
if("apprunner" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY apprunner)
endif()
if("appstream" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY appstream)
endif()
if("appsync" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY appsync)
endif()
if("athena" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY athena)
endif()
if("auditmanager" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY auditmanager)
endif()
if("autoscaling" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY autoscaling)
endif()
if("autoscaling-plans" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY autoscaling-plans)
endif()
if("awsmigrationhub" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY AWSMigrationHub)
endif()
if("awstransfer" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY awstransfer)
endif()
if("backup" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY backup)
endif()
if("batch" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY batch)
endif()
if("braket" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY braket)
endif()
if("budgets" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY budgets)
endif()
if("ce" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY ce)
endif()
if("chime" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY chime)
endif()
if("cloud9" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY cloud9)
endif()
if("clouddirectory" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY clouddirectory)
endif()
if("cloudformation" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY cloudformation)
endif()
if("cloudfront" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY cloudfront)
endif()
if("cloudhsm" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY cloudhsm)
endif()
if("cloudhsmv2" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY cloudhsmv2)
endif()
if("cloudsearch" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY cloudsearch)
endif()
if("cloudsearchdomain" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY cloudsearchdomain)
endif()
if("cloudtrail" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY cloudtrail)
endif()
if("codeartifact" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY codeartifact)
endif()
if("codebuild" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY codebuild)
endif()
if("codecommit" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY codecommit)
endif()
if("codedeploy" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY codedeploy)
endif()
if("codeguru-reviewer" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY codeguru-reviewer)
endif()
if("codeguruprofiler" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY codeguruprofiler)
endif()
if("codepipeline" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY codepipeline)
endif()
if("codestar" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY codestar)
endif()
if("codestar-connections" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY codestar-connections)
endif()
if("codestar-notifications" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY codestar-notifications)
endif()
if("cognito-identity" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY cognito-identity)
endif()
if("cognito-idp" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY cognito-idp)
endif()
if("cognito-sync" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY cognito-sync)
endif()
if("comprehend" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY comprehend)
endif()
if("comprehendmedical" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY comprehendmedical)
endif()
if("compute-optimizer" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY compute-optimizer)
endif()
if("config" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY config)
endif()
if("connect" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY connect)
endif()
if("connect-contact-lens" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY connect-contact-lens)
endif()
if("connectparticipant" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY connectparticipant)
endif()
if("cur" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY cur)
endif()
if("customer-profiles" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY customer-profiles)
endif()
if("databrew" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY databrew)
endif()
if("dataexchange" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY dataexchange)
endif()
if("datapipeline" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY datapipeline)
endif()
if("datasync" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY datasync)
endif()
if("dax" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY dax)
endif()
if("detective" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY detective)
endif()
if("devicefarm" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY devicefarm)
endif()
if("devops-guru" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY devops-guru)
endif()
if("directconnect" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY directconnect)
endif()
if("discovery" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY discovery)
endif()
if("dlm" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY dlm)
endif()
if("dms" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY dms)
endif()
if("docdb" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY docdb)
endif()
if("ds" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY ds)
endif()
if("dynamodb" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY dynamodb)
endif()
if("dynamodbstreams" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY dynamodbstreams)
endif()
if("ebs" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY ebs)
endif()
if("ec2" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY ec2)
endif()
if("ec2-instance-connect" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY ec2-instance-connect)
endif()
if("ecr" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY ecr)
endif()
if("ecr-public" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY ecr-public)
endif()
if("ecs" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY ecs)
endif()
if("eks" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY eks)
endif()
if("elastic-inference" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY elastic-inference)
endif()
if("elasticache" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY elasticache)
endif()
if("elasticbeanstalk" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY elasticbeanstalk)
endif()
if("elasticfilesystem" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY elasticfilesystem)
endif()
if("elasticloadbalancing" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY elasticloadbalancing)
endif()
if("elasticloadbalancingv2" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY elasticloadbalancingv2)
endif()
if("elasticmapreduce" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY elasticmapreduce)
endif()
if("elastictranscoder" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY elastictranscoder)
endif()
if("email" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY email)
endif()
if("emr-containers" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY emr-containers)
endif()
if("es" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY es)
endif()
if("eventbridge" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY eventbridge)
endif()
if("events" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY events)
endif()
if("finspace" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY finspace)
endif()
if("finspace-data" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY finspace-data)
endif()
if("firehose" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY firehose)
endif()
if("fis" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY fis)
endif()
if("fms" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY fms)
endif()
if("forecast" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY forecast)
endif()
if("forecastquery" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY forecastquery)
endif()
if("frauddetector" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY frauddetector)
endif()
if("fsx" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY fsx)
endif()
if("gamelift" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY gamelift)
endif()
if("glacier" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY glacier)
endif()
if("globalaccelerator" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY globalaccelerator)
endif()
if("glue" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY glue)
endif()
if("greengrass" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY greengrass)
endif()
if("greengrassv2" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY greengrassv2)
endif()
if("groundstation" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY groundstation)
endif()
if("guardduty" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY guardduty)
endif()
if("health" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY health)
endif()
if("healthlake" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY healthlake)
endif()
if("honeycode" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY honeycode)
endif()
if("iam" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY iam)
endif()
if("identity-management" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY identity-management)
endif()
if("identitystore" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY identitystore)
endif()
if("imagebuilder" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY imagebuilder)
endif()
if("importexport" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY importexport)
endif()
if("inspector" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY inspector)
endif()
if("iot" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY iot)
endif()
if("iot-data" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY iot-data)
endif()
if("iot-jobs-data" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY iot-jobs-data)
endif()
if("iot1click-devices" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY iot1click-devices)
endif()
if("iot1click-projects" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY iot1click-projects)
endif()
if("iotanalytics" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY iotanalytics)
endif()
if("iotdeviceadvisor" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY iotdeviceadvisor)
endif()
if("iotevents" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY iotevents)
endif()
if("iotevents-data" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY iotevents-data)
endif()
if("iotfleethub" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY iotfleethub)
endif()
if("iotsecuretunneling" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY iotsecuretunneling)
endif()
if("iotsitewise" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY iotsitewise)
endif()
if("iotthingsgraph" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY iotthingsgraph)
endif()
if("iotwireless" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY iotwireless)
endif()
if("ivs" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY ivs)
endif()
if("kafka" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY kafka)
endif()
if("kendra" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY kendra)
endif()
if("kinesis" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY kinesis)
endif()
if("kinesis-video-archived-media" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY kinesis-video-archived-media)
endif()
if("kinesis-video-media" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY kinesis-video-media)
endif()
if("kinesis-video-signaling" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY kinesis-video-signaling)
endif()
if("kinesisanalytics" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY kinesisanalytics)
endif()
if("kinesisanalyticsv2" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY kinesisanalyticsv2)
endif()
if("kinesisvideo" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY kinesisvideo)
endif()
if("kms" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY kms)
endif()
if("lakeformation" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY lakeformation)
endif()
if("lambda" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY lambda)
endif()
if("lex" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY lex)
endif()
if("lex-models" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY lex-models)
endif()
if("lexv2-models" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY lexv2-models)
endif()
if("lexv2-runtime" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY lexv2-runtime)
endif()
if("license-manager" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY license-manager)
endif()
if("lightsail" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY lightsail)
endif()
if("location" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY location)
endif()
if("logs" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY logs)
endif()
if("lookoutequipment" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY lookoutequipment)
endif()
if("lookoutmetrics" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY lookoutmetrics)
endif()
if("lookoutvision" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY lookoutvision)
endif()
if("machinelearning" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY machinelearning)
endif()
if("macie" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY macie)
endif()
if("macie2" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY macie2)
endif()
if("managedblockchain" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY managedblockchain)
endif()
if("marketplace-catalog" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY marketplace-catalog)
endif()
if("marketplace-entitlement" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY marketplace-entitlement)
endif()
if("marketplacecommerceanalytics" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY marketplacecommerceanalytics)
endif()
if("mediaconnect" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY mediaconnect)
endif()
if("mediaconvert" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY mediaconvert)
endif()
if("medialive" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY medialive)
endif()
if("mediapackage" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY mediapackage)
endif()
if("mediapackage-vod" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY mediapackage-vod)
endif()
if("mediastore" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY mediastore)
endif()
if("mediastore-data" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY mediastore-data)
endif()
if("mediatailor" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY mediatailor)
endif()
if("meteringmarketplace" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY meteringmarketplace)
endif()
if("mgn" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY mgn)
endif()
if("migrationhub-config" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY migrationhub-config)
endif()
if("mobile" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY mobile)
endif()
if("mobileanalytics" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY mobileanalytics)
endif()
if("monitoring" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY monitoring)
endif()
if("mq" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY mq)
endif()
if("mturk-requester" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY mturk-requester)
endif()
if("mwaa" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY mwaa)
endif()
if("neptune" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY neptune)
endif()
if("network-firewall" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY network-firewall)
endif()
if("networkmanager" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY networkmanager)
endif()
if("nimble" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY nimble)
endif()
if("opsworks" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY opsworks)
endif()
if("opsworkscm" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY opsworkscm)
endif()
if("organizations" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY organizations)
endif()
if("outposts" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY outposts)
endif()
if("personalize" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY personalize)
endif()
if("personalize-events" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY personalize-events)
endif()
if("personalize-runtime" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY personalize-runtime)
endif()
if("pi" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY pi)
endif()
if("pinpoint" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY pinpoint)
endif()
if("pinpoint-email" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY pinpoint-email)
endif()
if("polly" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY polly)
endif()
if("pricing" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY pricing)
endif()
if("qldb" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY qldb)
endif()
if("qldb-session" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY qldb-session)
endif()
if("queues" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY queues)
endif()
if("quicksight" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY quicksight)
endif()
if("ram" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY ram)
endif()
if("rds" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY rds)
endif()
if("rds-data" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY rds-data)
endif()
if("redshift" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY redshift)
endif()
if("redshift-data" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY redshift-data)
endif()
if("rekognition" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY rekognition)
endif()
if("resource-groups" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY resource-groups)
endif()
if("resourcegroupstaggingapi" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY resourcegroupstaggingapi)
endif()
if("robomaker" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY robomaker)
endif()
if("route53" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY route53)
endif()
if("route53domains" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY route53domains)
endif()
if("route53resolver" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY route53resolver)
endif()
if("s3" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY s3)
endif()
if("s3-crt" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY s3-crt)
endif()
if("s3-encryption" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY s3-encryption)
endif()
if("s3control" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY s3control)
endif()
if("s3outposts" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY s3outposts)
endif()
if("sagemaker" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY sagemaker)
endif()
if("sagemaker-a2i-runtime" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY sagemaker-a2i-runtime)
endif()
if("sagemaker-edge" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY sagemaker-edge)
endif()
if("sagemaker-featurestore-runtime" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY sagemaker-featurestore-runtime)
endif()
if("sagemaker-runtime" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY sagemaker-runtime)
endif()
if("savingsplans" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY savingsplans)
endif()
if("schemas" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY schemas)
endif()
if("sdb" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY sdb)
endif()
if("secretsmanager" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY secretsmanager)
endif()
if("securityhub" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY securityhub)
endif()
if("serverlessrepo" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY serverlessrepo)
endif()
if("service-quotas" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY service-quotas)
endif()
if("servicecatalog" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY servicecatalog)
endif()
if("servicecatalog-appregistry" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY servicecatalog-appregistry)
endif()
if("servicediscovery" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY servicediscovery)
endif()
if("sesv2" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY sesv2)
endif()
if("shield" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY shield)
endif()
if("signer" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY signer)
endif()
if("sms" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY sms)
endif()
if("sms-voice" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY sms-voice)
endif()
if("snowball" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY snowball)
endif()
if("sns" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY sns)
endif()
if("sqs" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY sqs)
endif()
if("ssm" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY ssm)
endif()
if("ssm-contacts" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY ssm-contacts)
endif()
if("ssm-incidents" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY ssm-incidents)
endif()
if("sso" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY sso)
endif()
if("sso-admin" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY sso-admin)
endif()
if("sso-oidc" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY sso-oidc)
endif()
if("states" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY states)
endif()
if("storagegateway" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY storagegateway)
endif()
if("sts" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY sts)
endif()
if("support" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY support)
endif()
if("swf" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY swf)
endif()
if("synthetics" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY synthetics)
endif()
if("text-to-speech" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY text-to-speech)
endif()
if("textract" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY textract)
endif()
if("timestream-query" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY timestream-query)
endif()
if("timestream-write" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY timestream-write)
endif()
if("transcribe" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY transcribe)
endif()
if("transcribestreaming" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY transcribestreaming)
endif()
if("transfer" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY transfer)
endif()
if("translate" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY translate)
endif()
if("waf" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY waf)
endif()
if("waf-regional" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY waf-regional)
endif()
if("wafv2" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY wafv2)
endif()
if("wellarchitected" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY wellarchitected)
endif()
if("workdocs" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY workdocs)
endif()
if("worklink" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY worklink)
endif()
if("workmail" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY workmail)
endif()
if("workmailmessageflow" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY workmailmessageflow)
endif()
if("workspaces" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY workspaces)
endif()
if("xray" IN_LIST FEATURES)
  list(APPEND BUILD_ONLY xray)
endif()