APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateServiceLinkedRole

APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateServiceLinkedRole. 2 operations. Lead operation: #Action=CreateServiceLinkedRole. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering Platform#Action=CreateServiceLinkedRole

What You Can Do

GET
Getcreateservicelinkedrole

Creates an IAM role that is linked to a specific Amazon Web Services service. The service controls the attached policies and when the role can be deleted. This helps ensure that the service is not broken by an unexpectedly changed or del

/v1/action-createservicelinkedrole
POST
Postcreateservicelinkedrole

Creates an IAM role that is linked to a specific Amazon Web Services service. The service controls the attached policies and when the role can be deleted. This helps ensure that the service is not broken by an unexpectedly changed or del

/v1/action-createservicelinkedrole

MCP Tools

p-creates-iam-role-that-is

Creates an IAM role that is linked to a specific Amazon Web Services service. The service controls the attached policies and when the role can be deleted. This helps ensure that the service is not broken by an unexpectedly changed or del

read-only idempotent
p-creates-iam-role-that-is-2

Creates an IAM role that is linked to a specific Amazon Web Services service. The service controls the attached policies and when the role can be deleted. This helps ensure that the service is not broken by an unexpectedly changed or del

Capability Spec

aws-iam-action-createservicelinkedrole.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateServiceLinkedRole'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateServiceLinkedRole. 2 operations.
    Lead operation: #Action=CreateServiceLinkedRole. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - '#Action=CreateServiceLinkedRole'
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: aws-iam-action-createservicelinkedrole
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateServiceLinkedRole business
      capability. Self-contained, no shared references.'
    resources:
    - name: '#Action=CreateServiceLinkedRole'
      path: /#Action=CreateServiceLinkedRole
      operations:
      - name: getcreateservicelinkedrole
        method: GET
        description: <p>Creates an IAM role that is linked to a specific Amazon Web Services service. The service controls
          the attached policies and when the role can be deleted. This helps ensure that the service is not broken by an unexpectedly
          changed or del
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: AWSServiceName
          in: query
          type: string
          description: <p>The service principal for the Amazon Web Services service to which this role is attached. You use
            a string similar to a URL but without the http:// in front.
          required: true
        - name: Description
          in: query
          type: string
          description: The description of the role.
        - name: CustomSuffix
          in: query
          type: string
          description: <p/> <p>A string that you provide, which is combined with the service-provided prefix to form the complete
            role name. If you make multiple requests for the same
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postcreateservicelinkedrole
        method: POST
        description: <p>Creates an IAM role that is linked to a specific Amazon Web Services service. The service controls
          the attached policies and when the role can be deleted. This helps ensure that the service is not broken by an unexpectedly
          changed or del
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: aws-iam-action-createservicelinkedrole-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateServiceLinkedRole.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-createservicelinkedrole
      name: action-createservicelinkedrole
      description: 'REST surface for #Action=CreateServiceLinkedRole.'
      operations:
      - method: GET
        name: getcreateservicelinkedrole
        description: <p>Creates an IAM role that is linked to a specific Amazon Web Services service. The service controls
          the attached policies and when the role can be deleted. This helps ensure that the service is not broken by an unexpectedly
          changed or del
        call: aws-iam-action-createservicelinkedrole.getcreateservicelinkedrole
        with:
          AWSServiceName: rest.AWSServiceName
          Description: rest.Description
          CustomSuffix: rest.CustomSuffix
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postcreateservicelinkedrole
        description: <p>Creates an IAM role that is linked to a specific Amazon Web Services service. The service controls
          the attached policies and when the role can be deleted. This helps ensure that the service is not broken by an unexpectedly
          changed or del
        call: aws-iam-action-createservicelinkedrole.postcreateservicelinkedrole
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-createservicelinkedrole-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateServiceLinkedRole.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-creates-iam-role-that-is
      description: <p>Creates an IAM role that is linked to a specific Amazon Web Services service. The service controls the
        attached policies and when the role can be deleted. This helps ensure that the service is not broken by an unexpectedly
        changed or del
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-createservicelinkedrole.getcreateservicelinkedrole
      with:
        AWSServiceName: tools.AWSServiceName
        Description: tools.Description
        CustomSuffix: tools.CustomSuffix
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-creates-iam-role-that-is-2
      description: <p>Creates an IAM role that is linked to a specific Amazon Web Services service. The service controls the
        attached policies and when the role can be deleted. This helps ensure that the service is not broken by an unexpectedly
        changed or del
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-createservicelinkedrole.postcreateservicelinkedrole
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.