File tree 1 file changed +2
-0
lines changed
packages/aws-cdk-lib/aws-ec2/lib
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -523,7 +523,9 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
523
523
public static readonly PARALLEL_COMPUTING_SERVICE = new InterfaceVpcEndpointAwsService ( 'pcs' ) ;
524
524
public static readonly PARALLEL_COMPUTING_SERVICE_FIPS = new InterfaceVpcEndpointAwsService ( 'pcs-fips' ) ;
525
525
public static readonly PAYMENT_CRYPTOGRAPHY_CONTROLPLANE = new InterfaceVpcEndpointAwsService ( 'payment-cryptography.controlplane' ) ;
526
+ /** @deprecated - Use InterfaceVpcEndpointAwsService.PAYMENT_CRYPTOGRAPHY_DATAPLANE instead. */
526
527
public static readonly PAYMENT_CRYTOGRAPHY_DATAPLANE = new InterfaceVpcEndpointAwsService ( 'payment-cryptography.dataplane' ) ;
528
+ public static readonly PAYMENT_CRYPTOGRAPHY_DATAPLANE = new InterfaceVpcEndpointAwsService ( 'payment-cryptography.dataplane' ) ;
527
529
public static readonly PERSONALIZE = new InterfaceVpcEndpointAwsService ( 'personalize' ) ;
528
530
public static readonly PERSONALIZE_EVENTS = new InterfaceVpcEndpointAwsService ( 'personalize-events' ) ;
529
531
public static readonly PERSONALIZE_RUNTIME = new InterfaceVpcEndpointAwsService ( 'personalize-runtime' ) ;
You can’t perform that action at this time.
0 commit comments