GetServiceLastAccessedDetailsResponse

APIs.ioEngineeringPlatform

Properties

Name Type Description
JobStatus object
JobType object
JobCreationDate object
ServicesLastAccessed object
JobCompletionDate object
IsTruncated object
Marker object
Error object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-getservicelastaccesseddetailsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetServiceLastAccessedDetailsResponse",
  "title": "GetServiceLastAccessedDetailsResponse",
  "type": "object",
  "required": [
    "JobStatus",
    "JobCreationDate",
    "ServicesLastAccessed",
    "JobCompletionDate"
  ],
  "example": {
    "IsTruncated": false,
    "JobCompletionDate": "2018-10-24 19:47:35.241000+00:00",
    "JobCreationDate": "2018-10-24 19:47:31.466000+00:00",
    "JobStatus": "COMPLETED",
    "ServicesLastAccessed": [
      {
        "LastAuthenticated": "2018-10-24 19:11:00+00:00",
        "LastAuthenticatedEntity": "arn:aws:iam::123456789012:user/AWSExampleUser01",
        "ServiceName": "AWS Identity and Access Management",
        "ServiceNamespace": "iam",
        "TotalAuthenticatedEntities": 2
      },
      {
        "ServiceName": "Amazon Simple Storage Service",
        "ServiceNamespace": "s3",
        "TotalAuthenticatedEntities": 0
      }
    ]
  },
  "properties": {
    "JobStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/jobStatusType"
        },
        {
          "description": "The status of the job."
        }
      ]
    },
    "JobType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccessAdvisorUsageGranularityType"
        },
        {
          "description": "The type of job. Service jobs return information about when each service was last accessed. Action jobs also include information about when tracked actions within the service were last accessed."
        }
      ]
    },
    "JobCreationDate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/dateType"
        },
        {
          "description": "The date and time, in\u00c2 <a href=\"http://www.iso.org/iso/iso8601\">ISO 8601 date-time format</a>, when the report job was created."
        }
      ]
    },
    "ServicesLastAccessed": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ServicesLastAccessed"
        },
        {
          "description": " A\u00c2 <code>ServiceLastAccessed</code> object that contains details about the most recent attempt to access the service."
        }
      ]
    },
    "JobCompletionDate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/dateType"
        },
        {
          "description": "<p>The date and time, in\u00c2 <a href=\"http://www.iso.org/iso/iso8601\">ISO 8601 date-time format</a>, when the generated report job was completed or failed.</p> <p>This field is null if the job is still in progress, as indicated by a job status value of <code>IN_PROGRESS</code>.</p>"
        }
      ]
    },
    "IsTruncated": {
      "allOf": [
        {
          "$ref": "#/components/schemas/booleanType"
        },
        {
          "description": "A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all your results."
        }
      ]
    },
    "Marker": {
      "allOf": [
        {
          "$ref": "#/components/schemas/responseMarkerType"
        },
        {
          "description": "When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request."
        }
      ]
    },
    "Error": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ErrorDetails"
        },
        {
          "description": "An object that contains details about the reason the operation failed."
        }
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/apis-io-engineering-platform-getservicelastaccesseddetailsresponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.