@@ -6,7 +6,6 @@ import { AccessAnalyzer } from "@aws-sdk/client-accessanalyzer";
6
6
import { Account } from "@aws-sdk/client-account" ;
7
7
import { ACM } from "@aws-sdk/client-acm" ;
8
8
import { ACMPCA } from "@aws-sdk/client-acm-pca" ;
9
- import { AlexaForBusiness } from "@aws-sdk/client-alexa-for-business" ;
10
9
import { Amp } from "@aws-sdk/client-amp" ;
11
10
import { Amplify } from "@aws-sdk/client-amplify" ;
12
11
import { AmplifyBackend } from "@aws-sdk/client-amplifybackend" ;
@@ -23,10 +22,12 @@ import { AppIntegrations } from "@aws-sdk/client-appintegrations";
23
22
import { ApplicationAutoScaling } from "@aws-sdk/client-application-auto-scaling" ;
24
23
import { ApplicationDiscoveryService } from "@aws-sdk/client-application-discovery-service" ;
25
24
import { ApplicationInsights } from "@aws-sdk/client-application-insights" ;
25
+ import { ApplicationSignals } from "@aws-sdk/client-application-signals" ;
26
26
import { ApplicationCostProfiler } from "@aws-sdk/client-applicationcostprofiler" ;
27
27
import { AppRunner } from "@aws-sdk/client-apprunner" ;
28
28
import { AppStream } from "@aws-sdk/client-appstream" ;
29
29
import { AppSync } from "@aws-sdk/client-appsync" ;
30
+ import { AppTest } from "@aws-sdk/client-apptest" ;
30
31
import { ARCZonalShift } from "@aws-sdk/client-arc-zonal-shift" ;
31
32
import { Artifact } from "@aws-sdk/client-artifact" ;
32
33
import { Athena } from "@aws-sdk/client-athena" ;
@@ -36,7 +37,6 @@ import { AutoScalingPlans } from "@aws-sdk/client-auto-scaling-plans";
36
37
import { B2bi } from "@aws-sdk/client-b2bi" ;
37
38
import { Backup } from "@aws-sdk/client-backup" ;
38
39
import { BackupGateway } from "@aws-sdk/client-backup-gateway" ;
39
- import { BackupStorage } from "@aws-sdk/client-backupstorage" ;
40
40
import { Batch } from "@aws-sdk/client-batch" ;
41
41
import { BCMDataExports } from "@aws-sdk/client-bcm-data-exports" ;
42
42
import { Bedrock } from "@aws-sdk/client-bedrock" ;
@@ -162,7 +162,6 @@ import { GroundStation } from "@aws-sdk/client-groundstation";
162
162
import { GuardDuty } from "@aws-sdk/client-guardduty" ;
163
163
import { Health } from "@aws-sdk/client-health" ;
164
164
import { HealthLake } from "@aws-sdk/client-healthlake" ;
165
- import { Honeycode } from "@aws-sdk/client-honeycode" ;
166
165
import { IAM } from "@aws-sdk/client-iam" ;
167
166
import { Identitystore } from "@aws-sdk/client-identitystore" ;
168
167
import { Imagebuilder } from "@aws-sdk/client-imagebuilder" ;
@@ -221,6 +220,7 @@ import { LookoutVision } from "@aws-sdk/client-lookoutvision";
221
220
import { M2 } from "@aws-sdk/client-m2" ;
222
221
import { MachineLearning } from "@aws-sdk/client-machine-learning" ;
223
222
import { Macie2 } from "@aws-sdk/client-macie2" ;
223
+ import { MailManager } from "@aws-sdk/client-mailmanager" ;
224
224
import { ManagedBlockchain } from "@aws-sdk/client-managedblockchain" ;
225
225
import { ManagedBlockchainQuery } from "@aws-sdk/client-managedblockchain-query" ;
226
226
import { MarketplaceAgreement } from "@aws-sdk/client-marketplace-agreement" ;
@@ -269,6 +269,7 @@ import { Panorama } from "@aws-sdk/client-panorama";
269
269
import { PaymentCryptography } from "@aws-sdk/client-payment-cryptography" ;
270
270
import { PaymentCryptographyData } from "@aws-sdk/client-payment-cryptography-data" ;
271
271
import { PcaConnectorAd } from "@aws-sdk/client-pca-connector-ad" ;
272
+ import { PcaConnectorScep } from "@aws-sdk/client-pca-connector-scep" ;
272
273
import { Personalize } from "@aws-sdk/client-personalize" ;
273
274
import { PersonalizeEvents } from "@aws-sdk/client-personalize-events" ;
274
275
import { PersonalizeRuntime } from "@aws-sdk/client-personalize-runtime" ;
@@ -307,6 +308,7 @@ import { Route53Domains } from "@aws-sdk/client-route-53-domains";
307
308
import { Route53RecoveryCluster } from "@aws-sdk/client-route53-recovery-cluster" ;
308
309
import { Route53RecoveryControlConfig } from "@aws-sdk/client-route53-recovery-control-config" ;
309
310
import { Route53RecoveryReadiness } from "@aws-sdk/client-route53-recovery-readiness" ;
311
+ import { Route53Profiles } from "@aws-sdk/client-route53profiles" ;
310
312
import { Route53Resolver } from "@aws-sdk/client-route53resolver" ;
311
313
import { RUM } from "@aws-sdk/client-rum" ;
312
314
import { S3 } from "@aws-sdk/client-s3" ;
@@ -355,6 +357,7 @@ import { Support } from "@aws-sdk/client-support";
355
357
import { SupportApp } from "@aws-sdk/client-support-app" ;
356
358
import { SWF } from "@aws-sdk/client-swf" ;
357
359
import { Synthetics } from "@aws-sdk/client-synthetics" ;
360
+ import { TaxSettings } from "@aws-sdk/client-taxsettings" ;
358
361
import { Textract } from "@aws-sdk/client-textract" ;
359
362
import { TimestreamInfluxDB } from "@aws-sdk/client-timestream-influxdb" ;
360
363
import { TimestreamQuery } from "@aws-sdk/client-timestream-query" ;
@@ -387,7 +390,6 @@ new APIGateway();
387
390
new ARCZonalShift ( ) ;
388
391
new AccessAnalyzer ( ) ;
389
392
new Account ( ) ;
390
- new AlexaForBusiness ( ) ;
391
393
new Amp ( ) ;
392
394
new Amplify ( ) ;
393
395
new AmplifyBackend ( ) ;
@@ -402,10 +404,12 @@ new AppMesh();
402
404
new AppRunner ( ) ;
403
405
new AppStream ( ) ;
404
406
new AppSync ( ) ;
407
+ new AppTest ( ) ;
405
408
new Appflow ( ) ;
406
409
new ApplicationAutoScaling ( ) ;
407
410
new ApplicationCostProfiler ( ) ;
408
411
new ApplicationInsights ( ) ;
412
+ new ApplicationSignals ( ) ;
409
413
new Artifact ( ) ;
410
414
new Athena ( ) ;
411
415
new AuditManager ( ) ;
@@ -416,7 +420,6 @@ new B2bi();
416
420
new BCMDataExports ( ) ;
417
421
new Backup ( ) ;
418
422
new BackupGateway ( ) ;
419
- new BackupStorage ( ) ;
420
423
new Batch ( ) ;
421
424
new Bedrock ( ) ;
422
425
new BedrockAgent ( ) ;
@@ -542,7 +545,6 @@ new GroundStation();
542
545
new GuardDuty ( ) ;
543
546
new Health ( ) ;
544
547
new HealthLake ( ) ;
545
- new Honeycode ( ) ;
546
548
new IAM ( ) ;
547
549
new Ivs ( ) ;
548
550
new IVSRealTime ( ) ;
@@ -604,6 +606,7 @@ new MTurk();
604
606
new MWAA ( ) ;
605
607
new MachineLearning ( ) ;
606
608
new Macie2 ( ) ;
609
+ new MailManager ( ) ;
607
610
new ManagedBlockchain ( ) ;
608
611
new ManagedBlockchainQuery ( ) ;
609
612
new MarketplaceAgreement ( ) ;
@@ -650,6 +653,7 @@ new Panorama();
650
653
new PaymentCryptography ( ) ;
651
654
new PaymentCryptographyData ( ) ;
652
655
new PcaConnectorAd ( ) ;
656
+ new PcaConnectorScep ( ) ;
653
657
new Personalize ( ) ;
654
658
new PersonalizeEvents ( ) ;
655
659
new PersonalizeRuntime ( ) ;
@@ -685,6 +689,7 @@ new RoboMaker();
685
689
new RolesAnywhere ( ) ;
686
690
new Route53 ( ) ;
687
691
new Route53Domains ( ) ;
692
+ new Route53Profiles ( ) ;
688
693
new Route53RecoveryCluster ( ) ;
689
694
new Route53RecoveryControlConfig ( ) ;
690
695
new Route53RecoveryReadiness ( ) ;
@@ -734,6 +739,7 @@ new SupplyChain();
734
739
new Support ( ) ;
735
740
new SupportApp ( ) ;
736
741
new Synthetics ( ) ;
742
+ new TaxSettings ( ) ;
737
743
new Textract ( ) ;
738
744
new TimestreamInfluxDB ( ) ;
739
745
new TimestreamQuery ( ) ;
0 commit comments