Amazon Shield · Capability

Amazon Shield REST API — #CreateProtectionGroup

Amazon Shield REST API — #CreateProtectionGroup. 1 operations. Lead operation: Amazon Shield Create Protection Group. Self-contained Naftiko capability covering one Amazon Shield business surface.

Run with Naftiko Amazon Shield#CreateProtectionGroup

What You Can Do

POST
Createprotectiongroup — Amazon Shield Create Protection Group
/v1/createprotectiongroup

MCP Tools

amazon-shield-create-protection-group

Amazon Shield Create Protection Group

Capability Spec

amazon-shield-createprotectiongroup.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Amazon Shield REST API — #CreateProtectionGroup'
  description: 'Amazon Shield REST API — #CreateProtectionGroup. 1 operations. Lead operation: Amazon Shield Create Protection
    Group. Self-contained Naftiko capability covering one Amazon Shield business surface.'
  tags:
  - Amazon Shield
  - '#CreateProtectionGroup'
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_SHIELD_API_KEY: AMAZON_SHIELD_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-shield-createprotectiongroup
    baseUri: https://shield.us-east-1.amazonaws.com
    description: 'Amazon Shield REST API — #CreateProtectionGroup business capability. Self-contained, no shared references.'
    resources:
    - name: '#CreateProtectionGroup'
      path: /#CreateProtectionGroup
      operations:
      - name: createprotectiongroup
        method: POST
        description: Amazon Shield Create Protection Group
        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_SHIELD_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-shield-createprotectiongroup-rest
    port: 8080
    description: 'REST adapter for Amazon Shield REST API — #CreateProtectionGroup. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.'
    resources:
    - path: /v1/createprotectiongroup
      name: createprotectiongroup
      description: 'REST surface for #CreateProtectionGroup.'
      operations:
      - method: POST
        name: createprotectiongroup
        description: Amazon Shield Create Protection Group
        call: amazon-shield-createprotectiongroup.createprotectiongroup
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-shield-createprotectiongroup-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Amazon Shield REST API — #CreateProtectionGroup. One tool per consumed operation, routed
      inline through this capability''s consumes block.'
    tools:
    - name: amazon-shield-create-protection-group
      description: Amazon Shield Create Protection Group
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-shield-createprotectiongroup.createprotectiongroup
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.