@@ -6,7 +6,6 @@ import { AccessAnalyzer } from "@aws-sdk/client-accessanalyzer";
66import { Account } from "@aws-sdk/client-account" ;
77import { ACM } from "@aws-sdk/client-acm" ;
88import { ACMPCA } from "@aws-sdk/client-acm-pca" ;
9- import { AlexaForBusiness } from "@aws-sdk/client-alexa-for-business" ;
109import { Amp } from "@aws-sdk/client-amp" ;
1110import { Amplify } from "@aws-sdk/client-amplify" ;
1211import { AmplifyBackend } from "@aws-sdk/client-amplifybackend" ;
@@ -23,10 +22,12 @@ import { AppIntegrations } from "@aws-sdk/client-appintegrations";
2322import { ApplicationAutoScaling } from "@aws-sdk/client-application-auto-scaling" ;
2423import { ApplicationDiscoveryService } from "@aws-sdk/client-application-discovery-service" ;
2524import { ApplicationInsights } from "@aws-sdk/client-application-insights" ;
25+ import { ApplicationSignals } from "@aws-sdk/client-application-signals" ;
2626import { ApplicationCostProfiler } from "@aws-sdk/client-applicationcostprofiler" ;
2727import { AppRunner } from "@aws-sdk/client-apprunner" ;
2828import { AppStream } from "@aws-sdk/client-appstream" ;
2929import { AppSync } from "@aws-sdk/client-appsync" ;
30+ import { AppTest } from "@aws-sdk/client-apptest" ;
3031import { ARCZonalShift } from "@aws-sdk/client-arc-zonal-shift" ;
3132import { Artifact } from "@aws-sdk/client-artifact" ;
3233import { Athena } from "@aws-sdk/client-athena" ;
@@ -36,7 +37,6 @@ import { AutoScalingPlans } from "@aws-sdk/client-auto-scaling-plans";
3637import { B2bi } from "@aws-sdk/client-b2bi" ;
3738import { Backup } from "@aws-sdk/client-backup" ;
3839import { BackupGateway } from "@aws-sdk/client-backup-gateway" ;
39- import { BackupStorage } from "@aws-sdk/client-backupstorage" ;
4040import { Batch } from "@aws-sdk/client-batch" ;
4141import { BCMDataExports } from "@aws-sdk/client-bcm-data-exports" ;
4242import { Bedrock } from "@aws-sdk/client-bedrock" ;
@@ -162,7 +162,6 @@ import { GroundStation } from "@aws-sdk/client-groundstation";
162162import { GuardDuty } from "@aws-sdk/client-guardduty" ;
163163import { Health } from "@aws-sdk/client-health" ;
164164import { HealthLake } from "@aws-sdk/client-healthlake" ;
165- import { Honeycode } from "@aws-sdk/client-honeycode" ;
166165import { IAM } from "@aws-sdk/client-iam" ;
167166import { Identitystore } from "@aws-sdk/client-identitystore" ;
168167import { Imagebuilder } from "@aws-sdk/client-imagebuilder" ;
@@ -221,6 +220,7 @@ import { LookoutVision } from "@aws-sdk/client-lookoutvision";
221220import { M2 } from "@aws-sdk/client-m2" ;
222221import { MachineLearning } from "@aws-sdk/client-machine-learning" ;
223222import { Macie2 } from "@aws-sdk/client-macie2" ;
223+ import { MailManager } from "@aws-sdk/client-mailmanager" ;
224224import { ManagedBlockchain } from "@aws-sdk/client-managedblockchain" ;
225225import { ManagedBlockchainQuery } from "@aws-sdk/client-managedblockchain-query" ;
226226import { MarketplaceAgreement } from "@aws-sdk/client-marketplace-agreement" ;
@@ -269,6 +269,7 @@ import { Panorama } from "@aws-sdk/client-panorama";
269269import { PaymentCryptography } from "@aws-sdk/client-payment-cryptography" ;
270270import { PaymentCryptographyData } from "@aws-sdk/client-payment-cryptography-data" ;
271271import { PcaConnectorAd } from "@aws-sdk/client-pca-connector-ad" ;
272+ import { PcaConnectorScep } from "@aws-sdk/client-pca-connector-scep" ;
272273import { Personalize } from "@aws-sdk/client-personalize" ;
273274import { PersonalizeEvents } from "@aws-sdk/client-personalize-events" ;
274275import { PersonalizeRuntime } from "@aws-sdk/client-personalize-runtime" ;
@@ -307,6 +308,7 @@ import { Route53Domains } from "@aws-sdk/client-route-53-domains";
307308import { Route53RecoveryCluster } from "@aws-sdk/client-route53-recovery-cluster" ;
308309import { Route53RecoveryControlConfig } from "@aws-sdk/client-route53-recovery-control-config" ;
309310import { Route53RecoveryReadiness } from "@aws-sdk/client-route53-recovery-readiness" ;
311+ import { Route53Profiles } from "@aws-sdk/client-route53profiles" ;
310312import { Route53Resolver } from "@aws-sdk/client-route53resolver" ;
311313import { RUM } from "@aws-sdk/client-rum" ;
312314import { S3 } from "@aws-sdk/client-s3" ;
@@ -355,6 +357,7 @@ import { Support } from "@aws-sdk/client-support";
355357import { SupportApp } from "@aws-sdk/client-support-app" ;
356358import { SWF } from "@aws-sdk/client-swf" ;
357359import { Synthetics } from "@aws-sdk/client-synthetics" ;
360+ import { TaxSettings } from "@aws-sdk/client-taxsettings" ;
358361import { Textract } from "@aws-sdk/client-textract" ;
359362import { TimestreamInfluxDB } from "@aws-sdk/client-timestream-influxdb" ;
360363import { TimestreamQuery } from "@aws-sdk/client-timestream-query" ;
@@ -387,7 +390,6 @@ new APIGateway();
387390new ARCZonalShift ( ) ;
388391new AccessAnalyzer ( ) ;
389392new Account ( ) ;
390- new AlexaForBusiness ( ) ;
391393new Amp ( ) ;
392394new Amplify ( ) ;
393395new AmplifyBackend ( ) ;
@@ -402,10 +404,12 @@ new AppMesh();
402404new AppRunner ( ) ;
403405new AppStream ( ) ;
404406new AppSync ( ) ;
407+ new AppTest ( ) ;
405408new Appflow ( ) ;
406409new ApplicationAutoScaling ( ) ;
407410new ApplicationCostProfiler ( ) ;
408411new ApplicationInsights ( ) ;
412+ new ApplicationSignals ( ) ;
409413new Artifact ( ) ;
410414new Athena ( ) ;
411415new AuditManager ( ) ;
@@ -416,7 +420,6 @@ new B2bi();
416420new BCMDataExports ( ) ;
417421new Backup ( ) ;
418422new BackupGateway ( ) ;
419- new BackupStorage ( ) ;
420423new Batch ( ) ;
421424new Bedrock ( ) ;
422425new BedrockAgent ( ) ;
@@ -542,7 +545,6 @@ new GroundStation();
542545new GuardDuty ( ) ;
543546new Health ( ) ;
544547new HealthLake ( ) ;
545- new Honeycode ( ) ;
546548new IAM ( ) ;
547549new Ivs ( ) ;
548550new IVSRealTime ( ) ;
@@ -604,6 +606,7 @@ new MTurk();
604606new MWAA ( ) ;
605607new MachineLearning ( ) ;
606608new Macie2 ( ) ;
609+ new MailManager ( ) ;
607610new ManagedBlockchain ( ) ;
608611new ManagedBlockchainQuery ( ) ;
609612new MarketplaceAgreement ( ) ;
@@ -650,6 +653,7 @@ new Panorama();
650653new PaymentCryptography ( ) ;
651654new PaymentCryptographyData ( ) ;
652655new PcaConnectorAd ( ) ;
656+ new PcaConnectorScep ( ) ;
653657new Personalize ( ) ;
654658new PersonalizeEvents ( ) ;
655659new PersonalizeRuntime ( ) ;
@@ -685,6 +689,7 @@ new RoboMaker();
685689new RolesAnywhere ( ) ;
686690new Route53 ( ) ;
687691new Route53Domains ( ) ;
692+ new Route53Profiles ( ) ;
688693new Route53RecoveryCluster ( ) ;
689694new Route53RecoveryControlConfig ( ) ;
690695new Route53RecoveryReadiness ( ) ;
@@ -734,6 +739,7 @@ new SupplyChain();
734739new Support ( ) ;
735740new SupportApp ( ) ;
736741new Synthetics ( ) ;
742+ new TaxSettings ( ) ;
737743new Textract ( ) ;
738744new TimestreamInfluxDB ( ) ;
739745new TimestreamQuery ( ) ;
0 commit comments