Amazon PrivateLink · Capability

Amazon PrivateLink API — Endpoint Services

Amazon PrivateLink API — Endpoint Services. 4 operations. Lead operation: Amazon PrivateLink Create VPC Endpoint Service Configuration. Self-contained Naftiko capability covering one Amazon Privatelink business surface.

Run with Naftiko Amazon PrivatelinkEndpoint Services

What You Can Do

POST
Createvpcendpointserviceconfiguration — Amazon PrivateLink Create VPC Endpoint Service Configuration
/v1/action-createvpcendpointserviceconfiguration
POST
Deletevpcendpointserviceconfigurations — Amazon PrivateLink Delete VPC Endpoint Service Configurations
/v1/action-deletevpcendpointserviceconfigurations
GET
Describevpcendpointservices — Amazon PrivateLink Describe VPC Endpoint Services
/v1/action-describevpcendpointservices
POST
Modifyvpcendpointserviceconfiguration — Amazon PrivateLink Modify VPC Endpoint Service Configuration
/v1/action-modifyvpcendpointserviceconfiguration

MCP Tools

amazon-privatelink-create-vpc-endpoint

Amazon PrivateLink Create VPC Endpoint Service Configuration

amazon-privatelink-delete-vpc-endpoint

Amazon PrivateLink Delete VPC Endpoint Service Configurations

amazon-privatelink-describe-vpc-endpoint

Amazon PrivateLink Describe VPC Endpoint Services

read-only idempotent
amazon-privatelink-modify-vpc-endpoint

Amazon PrivateLink Modify VPC Endpoint Service Configuration

Capability Spec

amazon-privatelink-endpoint-services.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon PrivateLink API — Endpoint Services
  description: 'Amazon PrivateLink API — Endpoint Services. 4 operations. Lead operation: Amazon PrivateLink Create VPC Endpoint
    Service Configuration. Self-contained Naftiko capability covering one Amazon Privatelink business surface.'
  tags:
  - Amazon Privatelink
  - Endpoint Services
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_PRIVATELINK_API_KEY: AMAZON_PRIVATELINK_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-privatelink-endpoint-services
    baseUri: https://ec2.{region}.amazonaws.com
    description: Amazon PrivateLink API — Endpoint Services business capability. Self-contained, no shared references.
    resources:
    - name: ?Action=CreateVpcEndpointServiceConfiguration
      path: /?Action=CreateVpcEndpointServiceConfiguration
      operations:
      - name: createvpcendpointserviceconfiguration
        method: POST
        description: Amazon PrivateLink Create VPC Endpoint Service Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: ?Action=DeleteVpcEndpointServiceConfigurations
      path: /?Action=DeleteVpcEndpointServiceConfigurations
      operations:
      - name: deletevpcendpointserviceconfigurations
        method: POST
        description: Amazon PrivateLink Delete VPC Endpoint Service Configurations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: ?Action=DescribeVpcEndpointServices
      path: /?Action=DescribeVpcEndpointServices
      operations:
      - name: describevpcendpointservices
        method: GET
        description: Amazon PrivateLink Describe VPC Endpoint Services
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Filter
          in: query
          type: array
          description: Filters to apply to the endpoint service list
        - name: MaxResults
          in: query
          type: integer
          description: Maximum number of results to return
        - name: NextToken
          in: query
          type: string
          description: Pagination token
    - name: ?Action=ModifyVpcEndpointServiceConfiguration
      path: /?Action=ModifyVpcEndpointServiceConfiguration
      operations:
      - name: modifyvpcendpointserviceconfiguration
        method: POST
        description: Amazon PrivateLink Modify VPC Endpoint Service Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AMAZON_PRIVATELINK_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-privatelink-endpoint-services-rest
    port: 8080
    description: REST adapter for Amazon PrivateLink API — Endpoint Services. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/action-createvpcendpointserviceconfiguration
      name: action-createvpcendpointserviceconfiguration
      description: REST surface for ?Action=CreateVpcEndpointServiceConfiguration.
      operations:
      - method: POST
        name: createvpcendpointserviceconfiguration
        description: Amazon PrivateLink Create VPC Endpoint Service Configuration
        call: amazon-privatelink-endpoint-services.createvpcendpointserviceconfiguration
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/action-deletevpcendpointserviceconfigurations
      name: action-deletevpcendpointserviceconfigurations
      description: REST surface for ?Action=DeleteVpcEndpointServiceConfigurations.
      operations:
      - method: POST
        name: deletevpcendpointserviceconfigurations
        description: Amazon PrivateLink Delete VPC Endpoint Service Configurations
        call: amazon-privatelink-endpoint-services.deletevpcendpointserviceconfigurations
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/action-describevpcendpointservices
      name: action-describevpcendpointservices
      description: REST surface for ?Action=DescribeVpcEndpointServices.
      operations:
      - method: GET
        name: describevpcendpointservices
        description: Amazon PrivateLink Describe VPC Endpoint Services
        call: amazon-privatelink-endpoint-services.describevpcendpointservices
        with:
          Filter: rest.Filter
          MaxResults: rest.MaxResults
          NextToken: rest.NextToken
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/action-modifyvpcendpointserviceconfiguration
      name: action-modifyvpcendpointserviceconfiguration
      description: REST surface for ?Action=ModifyVpcEndpointServiceConfiguration.
      operations:
      - method: POST
        name: modifyvpcendpointserviceconfiguration
        description: Amazon PrivateLink Modify VPC Endpoint Service Configuration
        call: amazon-privatelink-endpoint-services.modifyvpcendpointserviceconfiguration
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-privatelink-endpoint-services-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon PrivateLink API — Endpoint Services. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: amazon-privatelink-create-vpc-endpoint
      description: Amazon PrivateLink Create VPC Endpoint Service Configuration
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-privatelink-endpoint-services.createvpcendpointserviceconfiguration
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-privatelink-delete-vpc-endpoint
      description: Amazon PrivateLink Delete VPC Endpoint Service Configurations
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-privatelink-endpoint-services.deletevpcendpointserviceconfigurations
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-privatelink-describe-vpc-endpoint
      description: Amazon PrivateLink Describe VPC Endpoint Services
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: amazon-privatelink-endpoint-services.describevpcendpointservices
      with:
        Filter: tools.Filter
        MaxResults: tools.MaxResults
        NextToken: tools.NextToken
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-privatelink-modify-vpc-endpoint
      description: Amazon PrivateLink Modify VPC Endpoint Service Configuration
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-privatelink-endpoint-services.modifyvpcendpointserviceconfiguration
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.