blob: 66576f241017fe2df5f0f0f76ca01f0a0d3905c5 (
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
|
# Automatically generated by generateFeatures.ps1
if("access-management" IN_LIST FEATURES)
list(APPEND BUILD_ONLY access-management)
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("amplify" IN_LIST FEATURES)
list(APPEND BUILD_ONLY amplify)
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("application-autoscaling" IN_LIST FEATURES)
list(APPEND BUILD_ONLY application-autoscaling)
endif()
if("appmesh" IN_LIST FEATURES)
list(APPEND BUILD_ONLY appmesh)
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("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("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("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("codepipeline" IN_LIST FEATURES)
list(APPEND BUILD_ONLY codepipeline)
endif()
if("codestar" IN_LIST FEATURES)
list(APPEND BUILD_ONLY codestar)
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("config" IN_LIST FEATURES)
list(APPEND BUILD_ONLY config)
endif()
if("connect" IN_LIST FEATURES)
list(APPEND BUILD_ONLY connect)
endif()
if("cur" IN_LIST FEATURES)
list(APPEND BUILD_ONLY cur)
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("devicefarm" IN_LIST FEATURES)
list(APPEND BUILD_ONLY devicefarm)
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("ec2" IN_LIST FEATURES)
list(APPEND BUILD_ONLY ec2)
endif()
if("ecr" IN_LIST FEATURES)
list(APPEND BUILD_ONLY ecr)
endif()
if("ecs" IN_LIST FEATURES)
list(APPEND BUILD_ONLY ecs)
endif()
if("eks" IN_LIST FEATURES)
list(APPEND BUILD_ONLY eks)
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("es" IN_LIST FEATURES)
list(APPEND BUILD_ONLY es)
endif()
if("events" IN_LIST FEATURES)
list(APPEND BUILD_ONLY events)
endif()
if("firehose" IN_LIST FEATURES)
list(APPEND BUILD_ONLY firehose)
endif()
if("fms" IN_LIST FEATURES)
list(APPEND BUILD_ONLY fms)
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("guardduty" IN_LIST FEATURES)
list(APPEND BUILD_ONLY guardduty)
endif()
if("health" IN_LIST FEATURES)
list(APPEND BUILD_ONLY health)
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("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("kafka" IN_LIST FEATURES)
list(APPEND BUILD_ONLY kafka)
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("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("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("license-manager" IN_LIST FEATURES)
list(APPEND BUILD_ONLY license-manager)
endif()
if("lightsail" IN_LIST FEATURES)
list(APPEND BUILD_ONLY lightsail)
endif()
if("logs" IN_LIST FEATURES)
list(APPEND BUILD_ONLY logs)
endif()
if("machinelearning" IN_LIST FEATURES)
list(APPEND BUILD_ONLY machinelearning)
endif()
if("macie" IN_LIST FEATURES)
list(APPEND BUILD_ONLY macie)
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("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("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("neptune" IN_LIST FEATURES)
list(APPEND BUILD_ONLY neptune)
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("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("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("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-encryption" IN_LIST FEATURES)
list(APPEND BUILD_ONLY s3-encryption)
endif()
if("s3control" IN_LIST FEATURES)
list(APPEND BUILD_ONLY s3control)
endif()
if("sagemaker" IN_LIST FEATURES)
list(APPEND BUILD_ONLY sagemaker)
endif()
if("sagemaker-runtime" IN_LIST FEATURES)
list(APPEND BUILD_ONLY sagemaker-runtime)
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("servicecatalog" IN_LIST FEATURES)
list(APPEND BUILD_ONLY servicecatalog)
endif()
if("servicediscovery" IN_LIST FEATURES)
list(APPEND BUILD_ONLY servicediscovery)
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("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("text-to-speech" IN_LIST FEATURES)
list(APPEND BUILD_ONLY text-to-speech)
endif()
if("transcribe" IN_LIST FEATURES)
list(APPEND BUILD_ONLY transcribe)
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("workdocs" IN_LIST FEATURES)
list(APPEND BUILD_ONLY workdocs)
endif()
if("workmail" IN_LIST FEATURES)
list(APPEND BUILD_ONLY workmail)
endif()
if("workspaces" IN_LIST FEATURES)
list(APPEND BUILD_ONLY workspaces)
endif()
if("xray" IN_LIST FEATURES)
list(APPEND BUILD_ONLY xray)
endif()
|