@@ -27,6 +27,7 @@ class AWSService {
27
27
static const acmPca = AWSService ('acm-pca' );
28
28
29
29
/// Alexa For Business
30
+ @Deprecated ('This will be removed in the next major version' )
30
31
static const alexaForBusiness = AWSService ('a4b' );
31
32
32
33
/// Amazon Prometheus Service
@@ -74,6 +75,9 @@ class AWSService {
74
75
/// AWS AppSync
75
76
static const appSync = AWSService ('appsync' );
76
77
78
+ /// AWS Mainframe Modernization Application Testing
79
+ static const appTest = AWSService ('apptest' );
80
+
77
81
/// Amazon Appflow
78
82
static const appflow = AWSService ('appflow' );
79
83
@@ -90,9 +94,15 @@ class AWSService {
90
94
/// Amazon CloudWatch Application Insights
91
95
static const applicationInsights = AWSService ('applicationinsights' );
92
96
97
+ /// Amazon CloudWatch Application Signals
98
+ static const applicationSignals = AWSService ('application-signals' );
99
+
93
100
/// AWS ARC - Zonal Shift
94
101
static const arcZonalShift = AWSService ('arc-zonal-shift' );
95
102
103
+ /// AWS Artifact
104
+ static const artifact = AWSService ('artifact' );
105
+
96
106
/// Amazon Athena
97
107
static const athena = AWSService ('athena' );
98
108
@@ -105,18 +115,37 @@ class AWSService {
105
115
/// AWS Auto Scaling Plans
106
116
static const autoScalingPlans = AWSService ('autoscaling-plans' );
107
117
118
+ /// AWS B2B Data Interchange
119
+ static const b2Bi = AWSService ('b2bi' );
120
+
108
121
/// AWS Backup
109
122
static const backup = AWSService ('backup' );
110
123
111
124
/// AWS Backup Gateway
112
125
static const backupGateway = AWSService ('backup-gateway' );
113
126
114
127
/// AWS Backup Storage
128
+ @Deprecated ('This will be removed in the next major version' )
115
129
static const backupStorage = AWSService ('backup-storage' );
116
130
117
131
/// AWS Batch
118
132
static const batch = AWSService ('batch' );
119
133
134
+ /// AWS Billing and Cost Management Data Exports
135
+ static const bcmDataExports = AWSService ('bcm-data-exports' );
136
+
137
+ /// Amazon Bedrock
138
+ static const bedrock = AWSService ('bedrock' );
139
+
140
+ /// Agents for Amazon Bedrock
141
+ static const bedrockAgent = AWSService ('bedrock' );
142
+
143
+ /// Agents for Amazon Bedrock Runtime
144
+ static const bedrockAgentRuntime = AWSService ('bedrock' );
145
+
146
+ /// Amazon Bedrock Runtime
147
+ static const bedrockRuntime = AWSService ('bedrock' );
148
+
120
149
/// AWSBillingConductor
121
150
static const billingconductor = AWSService ('billingconductor' );
122
151
@@ -126,6 +155,9 @@ class AWSService {
126
155
/// AWS Budgets
127
156
static const budgets = AWSService ('budgets' );
128
157
158
+ /// AWS Chatbot
159
+ static const chatbot = AWSService ('chatbot' );
160
+
129
161
/// Amazon Chime
130
162
static const chime = AWSService ('chime' );
131
163
@@ -147,6 +179,9 @@ class AWSService {
147
179
/// AWS Clean Rooms Service
148
180
static const cleanRooms = AWSService ('cleanrooms' );
149
181
182
+ /// AWS Clean Rooms ML
183
+ static const cleanRoomsMl = AWSService ('cleanrooms-ml' );
184
+
150
185
/// AWS Cloud9
151
186
static const cloud9 = AWSService ('cloud9' );
152
187
@@ -162,6 +197,9 @@ class AWSService {
162
197
/// Amazon CloudFront
163
198
static const cloudFront = AWSService ('cloudfront' );
164
199
200
+ /// Amazon CloudFront KeyValueStore
201
+ static const cloudFrontKeyValueStore = AWSService ('cloudfront-keyvaluestore' );
202
+
165
203
/// Amazon CloudHSM
166
204
static const cloudHsm = AWSService ('cloudhsm' );
167
205
@@ -195,6 +233,9 @@ class AWSService {
195
233
/// AWS CodeCommit
196
234
static const codeCommit = AWSService ('codecommit' );
197
235
236
+ /// AWS CodeConnections
237
+ static const codeConnections = AWSService ('codeconnections' );
238
+
198
239
/// AWS CodeDeploy
199
240
static const codeDeploy = AWSService ('codedeploy' );
200
241
@@ -211,6 +252,7 @@ class AWSService {
211
252
static const codePipeline = AWSService ('codepipeline' );
212
253
213
254
/// AWS CodeStar
255
+ @Deprecated ('This will be removed in the next major version' )
214
256
static const codeStar = AWSService ('codestar' );
215
257
216
258
/// AWS CodeStar connections
@@ -258,6 +300,9 @@ class AWSService {
258
300
/// Amazon Connect Participant Service
259
301
static const connectParticipant = AWSService ('execute-api' );
260
302
303
+ /// AWS Control Catalog
304
+ static const controlCatalog = AWSService ('controlcatalog' );
305
+
261
306
/// AWS Control Tower
262
307
static const controlTower = AWSService ('controltower' );
263
308
@@ -267,6 +312,9 @@ class AWSService {
267
312
/// AWS Cost Explorer Service
268
313
static const costExplorer = AWSService ('ce' );
269
314
315
+ /// Cost Optimization Hub
316
+ static const costOptimizationHub = AWSService ('cost-optimization-hub' );
317
+
270
318
/// Amazon Connect Customer Profiles
271
319
static const customerProfiles = AWSService ('profile' );
272
320
@@ -282,12 +330,18 @@ class AWSService {
282
330
/// AWS DataSync
283
331
static const dataSync = AWSService ('datasync' );
284
332
333
+ /// Amazon DataZone
334
+ static const dataZone = AWSService ('datazone' );
335
+
285
336
/// AWS Database Migration Service
286
337
static const databaseMigrationService = AWSService ('dms' );
287
338
288
339
/// Amazon DynamoDB Accelerator (DAX)
289
340
static const dax = AWSService ('dax' );
290
341
342
+ /// AWSDeadlineCloud
343
+ static const deadline = AWSService ('deadline' );
344
+
291
345
/// Amazon Detective
292
346
static const detective = AWSService ('detective' );
293
347
@@ -345,6 +399,9 @@ class AWSService {
345
399
/// Amazon Elastic Kubernetes Service
346
400
static const eks = AWSService ('eks' );
347
401
402
+ /// Amazon EKS Auth
403
+ static const eksAuth = AWSService ('eks-auth' );
404
+
348
405
/// Amazon ElastiCache
349
406
static const elastiCache = AWSService ('elasticache' );
350
407
@@ -411,10 +468,14 @@ class AWSService {
411
468
/// Amazon Fraud Detector
412
469
static const fraudDetector = AWSService ('frauddetector' );
413
470
471
+ /// AWS Free Tier
472
+ static const freeTier = AWSService ('freetier' );
473
+
414
474
/// Amazon GameLift
415
475
static const gameLift = AWSService ('gamelift' );
416
476
417
477
/// GameSparks
478
+ @Deprecated ('This will be removed in the next major version' )
418
479
static const gameSparks = AWSService ('gamesparks' );
419
480
420
481
/// Amazon Glacier
@@ -448,6 +509,7 @@ class AWSService {
448
509
static const healthLake = AWSService ('healthlake' );
449
510
450
511
/// Amazon Honeycode
512
+ @Deprecated ('This will be removed in the next major version' )
451
513
static const honeycode = AWSService ('honeycode' );
452
514
453
515
/// AWS Identity and Access Management
@@ -465,6 +527,9 @@ class AWSService {
465
527
/// Inspector2
466
528
static const inspector2 = AWSService ('inspector2' );
467
529
530
+ /// Inspector Scan
531
+ static const inspectorScan = AWSService ('inspector-scan' );
532
+
468
533
/// Amazon CloudWatch Internet Monitor
469
534
static const internetMonitor = AWSService ('internetmonitor' );
470
535
@@ -514,6 +579,7 @@ class AWSService {
514
579
static const iotJobsDataPlane = AWSService ('iot-jobs-data' );
515
580
516
581
/// AWS IoT RoboRunner
582
+ @Deprecated ('This will be removed in the next major version' )
517
583
static const iotRoboRunner = AWSService ('iotroborunner' );
518
584
519
585
/// AWS IoT Wireless
@@ -576,6 +642,9 @@ class AWSService {
576
642
/// AWS Lambda
577
643
static const lambda = AWSService ('lambda' );
578
644
645
+ /// AWS Launch Wizard
646
+ static const launchWizard = AWSService ('launchwizard' );
647
+
579
648
/// Amazon Lex Model Building Service
580
649
static const lexModelBuildingService = AWSService ('lex' );
581
650
@@ -624,24 +693,34 @@ class AWSService {
624
693
static const machineLearning = AWSService ('machinelearning' );
625
694
626
695
/// Amazon Macie
696
+ @Deprecated ('This will be removed in the next major version' )
627
697
static const macie = AWSService ('macie' );
628
698
629
699
/// Amazon Macie 2
630
700
static const macie2 = AWSService ('macie2' );
631
701
702
+ /// MailManager
703
+ static const mailManager = AWSService ('ses' );
704
+
632
705
/// Amazon Managed Blockchain
633
706
static const managedBlockchain = AWSService ('managedblockchain' );
634
707
635
708
/// Amazon Managed Blockchain Query
636
709
static const managedBlockchainQuery = AWSService ('managedblockchain-query' );
637
710
711
+ /// AWS Marketplace Agreement Service
712
+ static const marketplaceAgreement = AWSService ('aws-marketplace' );
713
+
638
714
/// AWS Marketplace Catalog Service
639
715
static const marketplaceCatalog = AWSService ('aws-marketplace' );
640
716
641
717
/// AWS Marketplace Commerce Analytics
642
718
static const marketplaceCommerceAnalytics =
643
719
AWSService ('marketplacecommerceanalytics' );
644
720
721
+ /// AWS Marketplace Deployment Service
722
+ static const marketplaceDeployment = AWSService ('aws-marketplace' );
723
+
645
724
/// AWS Marketplace Entitlement Service
646
725
static const marketplaceEntitlementService = AWSService ('aws-marketplace' );
647
726
@@ -701,6 +780,7 @@ class AWSService {
701
780
static const migrationHubStrategy = AWSService ('migrationhub-strategy' );
702
781
703
782
/// AWS Mobile
783
+ @Deprecated ('This will be removed in the next major version' )
704
784
static const mobile = AWSService ('AWSMobileHubService' );
705
785
706
786
/// AmazonMQ
@@ -712,6 +792,9 @@ class AWSService {
712
792
/// Amazon Neptune
713
793
static const neptune = AWSService ('rds' );
714
794
795
+ /// Amazon Neptune Graph
796
+ static const neptuneGraph = AWSService ('neptune-graph' );
797
+
715
798
/// Amazon NeptuneData
716
799
static const neptunedata = AWSService ('neptune-db' );
717
800
@@ -721,6 +804,9 @@ class AWSService {
721
804
/// AWS Network Manager
722
805
static const networkManager = AWSService ('networkmanager' );
723
806
807
+ /// Amazon CloudWatch Network Monitor
808
+ static const networkMonitor = AWSService ('networkmonitor' );
809
+
724
810
/// AmazonNimbleStudio
725
811
static const nimble = AWSService ('nimble' );
726
812
@@ -763,6 +849,9 @@ class AWSService {
763
849
/// PcaConnectorAd
764
850
static const pcaConnectorAd = AWSService ('pca-connector-ad' );
765
851
852
+ /// Private CA Connector for SCEP
853
+ static const pcaConnectorScep = AWSService ('pca-connector-scep' );
854
+
766
855
/// Amazon Personalize
767
856
static const personalize = AWSService ('personalize' );
768
857
@@ -802,6 +891,15 @@ class AWSService {
802
891
/// AWS Proton
803
892
static const proton = AWSService ('proton' );
804
893
894
+ /// QApps
895
+ static const qApps = AWSService ('qapps' );
896
+
897
+ /// QBusiness
898
+ static const qBusiness = AWSService ('qbusiness' );
899
+
900
+ /// Amazon Q Connect
901
+ static const qConnect = AWSService ('wisdom' );
902
+
805
903
/// Amazon QLDB
806
904
static const qldb = AWSService ('qldb' );
807
905
@@ -838,6 +936,9 @@ class AWSService {
838
936
/// Amazon Rekognition Streaming
839
937
static const rekognitionStreaming = AWSService ('rekognition' );
840
938
939
+ /// AWS re:Post Private
940
+ static const repostspace = AWSService ('repostspace' );
941
+
841
942
/// AWS Resilience Hub
842
943
static const resiliencehub = AWSService ('resiliencehub' );
843
944
@@ -862,6 +963,9 @@ class AWSService {
862
963
/// Amazon Route 53 Domains
863
964
static const route53Domains = AWSService ('route53domains' );
864
965
966
+ /// Route 53 Profiles
967
+ static const route53Profiles = AWSService ('route53profiles' );
968
+
865
969
/// Route53 Recovery Cluster
866
970
static const route53RecoveryCluster = AWSService ('route53-recovery-cluster' );
867
971
@@ -984,6 +1088,9 @@ class AWSService {
984
1088
/// AWS Systems Manager Incident Manager
985
1089
static const ssmIncidents = AWSService ('ssm-incidents' );
986
1090
1091
+ /// AWS Systems Manager QuickSetup
1092
+ static const ssmQuickSetup = AWSService ('ssm-quicksetup' );
1093
+
987
1094
/// AWS Systems Manager for SAP
988
1095
static const ssmSap = AWSService ('ssm-sap' );
989
1096
@@ -994,14 +1101,17 @@ class AWSService {
994
1101
static const ssoAdmin = AWSService ('sso' );
995
1102
996
1103
/// AWS SSO OIDC
997
- static const ssoOidc = AWSService ('awsssooidc ' );
1104
+ static const ssoOidc = AWSService ('sso-oauth ' );
998
1105
999
1106
/// AWS Storage Gateway
1000
1107
static const storageGateway = AWSService ('storagegateway' );
1001
1108
1002
1109
/// AWS Security Token Service
1003
1110
static const sts = AWSService ('sts' );
1004
1111
1112
+ /// AWS Supply Chain
1113
+ static const supplyChain = AWSService ('scn' );
1114
+
1005
1115
/// AWS Support
1006
1116
static const support = AWSService ('support' );
1007
1117
@@ -1014,9 +1124,15 @@ class AWSService {
1014
1124
/// Synthetics
1015
1125
static const synthetics = AWSService ('synthetics' );
1016
1126
1127
+ /// Tax Settings
1128
+ static const taxSettings = AWSService ('tax' );
1129
+
1017
1130
/// Amazon Textract
1018
1131
static const textract = AWSService ('textract' );
1019
1132
1133
+ /// Timestream InfluxDB
1134
+ static const timestreamInfluxDb = AWSService ('timestream-influxdb' );
1135
+
1020
1136
/// Amazon Timestream Query
1021
1137
static const timestreamQuery = AWSService ('timestream' );
1022
1138
@@ -1038,6 +1154,9 @@ class AWSService {
1038
1154
/// Amazon Translate
1039
1155
static const translate = AWSService ('translate' );
1040
1156
1157
+ /// TrustedAdvisor Public API
1158
+ static const trustedAdvisor = AWSService ('trustedadvisor' );
1159
+
1041
1160
/// Amazon Verified Permissions
1042
1161
static const verifiedPermissions = AWSService ('verifiedpermissions' );
1043
1162
@@ -1077,6 +1196,9 @@ class AWSService {
1077
1196
/// Amazon WorkSpaces
1078
1197
static const workSpaces = AWSService ('workspaces' );
1079
1198
1199
+ /// Amazon WorkSpaces Thin Client
1200
+ static const workSpacesThinClient = AWSService ('thinclient' );
1201
+
1080
1202
/// Amazon WorkSpaces Web
1081
1203
static const workSpacesWeb = AWSService ('workspaces-web' );
1082
1204
0 commit comments