@@ -275,7 +275,9 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
275
275
public static readonly ACCESS_ANALYZER = new InterfaceVpcEndpointAwsService ( 'access-analyzer' ) ;
276
276
public static readonly ACCOUNT_MANAGEMENT = new InterfaceVpcEndpointAwsService ( 'account' ) ;
277
277
public static readonly AIRFLOW_API = new InterfaceVpcEndpointAwsService ( 'airflow.api' ) ;
278
+ public static readonly AIRFLOW_API_FIPS = new InterfaceVpcEndpointAwsService ( 'airflow.api-fips' ) ;
278
279
public static readonly AIRFLOW_ENV = new InterfaceVpcEndpointAwsService ( 'airflow.env' ) ;
280
+ public static readonly AIRFLOW_ENV_FIPS = new InterfaceVpcEndpointAwsService ( 'airflow.env-fips' ) ;
279
281
public static readonly AIRFLOW_OPS = new InterfaceVpcEndpointAwsService ( 'airflow.ops' ) ;
280
282
public static readonly APIGATEWAY = new InterfaceVpcEndpointAwsService ( 'execute-api' ) ;
281
283
/** @deprecated - Use InterfaceVpcEndpointAwsService.APP_MESH_ENVOY_MANAGEMENT instead. */
@@ -323,6 +325,7 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
323
325
public static readonly CODEWHISPERER = new InterfaceVpcEndpointAwsService ( 'codewhisperer' ) ;
324
326
/** @deprecated - Use InterfaceVpcEndpointAwsService.CLOUDWATCH_MONITORING instead. */
325
327
public static readonly CLOUDWATCH = new InterfaceVpcEndpointAwsService ( 'monitoring' ) ;
328
+ public static readonly CLOUDWATCH_APPLICATION_INSIGHTS = new InterfaceVpcEndpointAwsService ( 'applicationinsights' ) ;
326
329
public static readonly CLOUDWATCH_APPLICATION_SIGNALS = new InterfaceVpcEndpointAwsService ( 'application-signals' ) ;
327
330
/** @deprecated - Use InterfaceVpcEndpointAwsService.EVENTBRIDGE instead. */
328
331
public static readonly CLOUDWATCH_EVENTS = new InterfaceVpcEndpointAwsService ( 'events' ) ;
@@ -395,6 +398,7 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
395
398
public static readonly EMR = new InterfaceVpcEndpointAwsService ( 'elasticmapreduce' ) ;
396
399
public static readonly EMR_EKS = new InterfaceVpcEndpointAwsService ( 'emr-containers' ) ;
397
400
public static readonly EMR_SERVERLESS = new InterfaceVpcEndpointAwsService ( 'emr-serverless' ) ;
401
+ public static readonly EMR_SERVERLESS_LIVY = new InterfaceVpcEndpointAwsService ( 'emr-serverless-services.livy' ) ;
398
402
public static readonly EMR_WAL = new InterfaceVpcEndpointAwsService ( 'emrwal.prod' ) ;
399
403
public static readonly ENTITY_RESOLUTION = new InterfaceVpcEndpointAwsService ( 'entityresolution' ) ;
400
404
public static readonly EVENTBRIDGE = new InterfaceVpcEndpointAwsService ( 'events' ) ;
@@ -485,6 +489,8 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
485
489
public static readonly OMICS_TAGS = new InterfaceVpcEndpointAwsService ( 'tags-omics' ) ;
486
490
public static readonly OMICS_WORKFLOWS = new InterfaceVpcEndpointAwsService ( 'workflows-omics' ) ;
487
491
public static readonly PANORAMA = new InterfaceVpcEndpointAwsService ( 'panorama' ) ;
492
+ public static readonly PARALLEL_COMPUTING_SERVICE = new InterfaceVpcEndpointAwsService ( 'pcs' ) ;
493
+ public static readonly PARALLEL_COMPUTING_SERVICE_FIPS = new InterfaceVpcEndpointAwsService ( 'pcs-fips' ) ;
488
494
public static readonly PAYMENT_CRYPTOGRAPHY_CONTROLPLANE = new InterfaceVpcEndpointAwsService ( 'payment-cryptography.controlplane' ) ;
489
495
public static readonly PAYMENT_CRYTOGRAPHY_DATAPLANE = new InterfaceVpcEndpointAwsService ( 'payment-cryptography.dataplane' ) ;
490
496
public static readonly PERSONALIZE = new InterfaceVpcEndpointAwsService ( 'personalize' ) ;
@@ -505,12 +511,16 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
505
511
public static readonly PROMETHEUS_WORKSPACES = new InterfaceVpcEndpointAwsService ( 'aps-workspaces' ) ;
506
512
public static readonly PROTON = new InterfaceVpcEndpointAwsService ( 'proton' ) ;
507
513
public static readonly Q_BUSSINESS = new InterfaceVpcEndpointAwsService ( 'qbusiness' , 'aws.api' ) ;
514
+ public static readonly Q_DEVELOPER = new InterfaceVpcEndpointAwsService ( 'q' ) ;
508
515
public static readonly Q_DEVELOPER_CODE_WHISPERER = new InterfaceVpcEndpointAwsService ( 'codewhisperer' ) ;
509
516
public static readonly Q_DEVELOPER_QAPPS = new InterfaceVpcEndpointAwsService ( 'qapps' ) ;
517
+ public static readonly Q_USER_SUBSCRIPTIONS = new InterfaceVpcEndpointAwsService ( 'service.user-subscriptions' ) ;
510
518
public static readonly QLDB = new InterfaceVpcEndpointAwsService ( 'qldb.session' ) ;
511
519
public static readonly QUICKSIGHT_WEBSITE = new InterfaceVpcEndpointAwsService ( 'quicksight-website' ) ;
512
520
public static readonly RDS = new InterfaceVpcEndpointAwsService ( 'rds' ) ;
513
521
public static readonly RDS_DATA = new InterfaceVpcEndpointAwsService ( 'rds-data' ) ;
522
+ public static readonly RDS_PERFORMANCE_INSIGHTS = new InterfaceVpcEndpointAwsService ( 'pi' ) ;
523
+ public static readonly RDS_PERFORMANCE_INSIGHTS_FIPS = new InterfaceVpcEndpointAwsService ( 'pi-fips' ) ;
514
524
public static readonly REDSHIFT = new InterfaceVpcEndpointAwsService ( 'redshift' ) ;
515
525
public static readonly REDSHIFT_FIPS = new InterfaceVpcEndpointAwsService ( 'redshift-fips' ) ;
516
526
public static readonly REDSHIFT_DATA = new InterfaceVpcEndpointAwsService ( 'redshift-data' ) ;
@@ -523,6 +533,7 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
523
533
public static readonly REKOGNITION_STREAMING_FIPS = new InterfaceVpcEndpointAwsService ( 'streaming-rekognition-fips' ) ;
524
534
public static readonly REPOST_SPACE = new InterfaceVpcEndpointAwsService ( 'repostspace' ) ;
525
535
public static readonly ROBOMAKER = new InterfaceVpcEndpointAwsService ( 'robomaker' ) ;
536
+ public static readonly RECYCLE_BIN = new InterfaceVpcEndpointAwsService ( 'rbin' ) ;
526
537
public static readonly S3 = new InterfaceVpcEndpointAwsService ( 's3' ) ;
527
538
public static readonly S3_OUTPOSTS = new InterfaceVpcEndpointAwsService ( 's3-outposts' ) ;
528
539
public static readonly S3_MULTI_REGION_ACCESS_POINTS = new InterfaceVpcEndpointAwsService ( 's3-global.accesspoint' , 'com.amazonaws' , undefined , { global : true } ) ;
@@ -548,9 +559,11 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
548
559
public static readonly SNS = new InterfaceVpcEndpointAwsService ( 'sns' ) ;
549
560
public static readonly SQS = new InterfaceVpcEndpointAwsService ( 'sqs' ) ;
550
561
public static readonly SSM = new InterfaceVpcEndpointAwsService ( 'ssm' ) ;
562
+ public static readonly SSM_FIPS = new InterfaceVpcEndpointAwsService ( 'ssm-fips' ) ;
551
563
public static readonly SSM_MESSAGES = new InterfaceVpcEndpointAwsService ( 'ssmmessages' ) ;
552
564
public static readonly SSM_CONTACTS = new InterfaceVpcEndpointAwsService ( 'ssm-contacts' ) ;
553
565
public static readonly SSM_INCIDENTS = new InterfaceVpcEndpointAwsService ( 'ssm-incidents' ) ;
566
+ public static readonly SSM_QUICK_SETUP = new InterfaceVpcEndpointAwsService ( 'ssm-quicksetup' ) ;
554
567
public static readonly STEP_FUNCTIONS = new InterfaceVpcEndpointAwsService ( 'states' ) ;
555
568
public static readonly STEP_FUNCTIONS_SYNC = new InterfaceVpcEndpointAwsService ( 'sync-states' ) ;
556
569
public static readonly STORAGE_GATEWAY = new InterfaceVpcEndpointAwsService ( 'storagegateway' ) ;
@@ -562,12 +575,14 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
562
575
public static readonly TEXTRACT = new InterfaceVpcEndpointAwsService ( 'textract' ) ;
563
576
public static readonly TEXTRACT_FIPS = new InterfaceVpcEndpointAwsService ( 'textract-fips' ) ;
564
577
public static readonly TIMESTREAM_INFLUXDB = new InterfaceVpcEndpointAwsService ( 'timestream-influxdb' ) ;
578
+ public static readonly TIMESTREAM_INFLUXDB_FIPS = new InterfaceVpcEndpointAwsService ( 'timestream-influxdb-fips' ) ;
565
579
public static readonly TRANSCRIBE = new InterfaceVpcEndpointAwsService ( 'transcribe' ) ;
566
580
public static readonly TRANSCRIBE_STREAMING = new InterfaceVpcEndpointAwsService ( 'transcribestreaming' ) ;
567
581
public static readonly TRANSFER = new InterfaceVpcEndpointAwsService ( 'transfer' ) ;
568
582
public static readonly TRANSFER_SERVER = new InterfaceVpcEndpointAwsService ( 'transfer.server' ) ;
569
583
public static readonly TRANSLATE = new InterfaceVpcEndpointAwsService ( 'translate' ) ;
570
584
public static readonly TRUSTED_ADVISOR = new InterfaceVpcEndpointAwsService ( 'trustedadvisor' ) ;
585
+ public static readonly WELL_ARCHITECTED_TOOL = new InterfaceVpcEndpointAwsService ( 'wellarchitected' ) ;
571
586
public static readonly WORKSPACES = new InterfaceVpcEndpointAwsService ( 'workspaces' ) ;
572
587
public static readonly WORKSPACES_THIN_CLIENT = new InterfaceVpcEndpointAwsService ( 'thinclient.api' ) ;
573
588
public static readonly XRAY = new InterfaceVpcEndpointAwsService ( 'xray' ) ;
0 commit comments