GetServiceLastAccessedDetailsWithEntitiesRequest

APIs.ioEngineeringPlatform

Properties

Name Type Description
JobId object
ServiceNamespace object
MaxItems object
Marker object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-getservicelastaccesseddetailswithentitiesrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetServiceLastAccessedDetailsWithEntitiesRequest",
  "title": "GetServiceLastAccessedDetailsWithEntitiesRequest",
  "type": "object",
  "required": [
    "JobId",
    "ServiceNamespace"
  ],
  "properties": {
    "JobId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/jobIDType"
        },
        {
          "description": "The ID of the request generated by the <code>GenerateServiceLastAccessedDetails</code> operation."
        }
      ]
    },
    "ServiceNamespace": {
      "allOf": [
        {
          "$ref": "#/components/schemas/serviceNamespaceType"
        },
        {
          "description": "<p>The service namespace for an Amazon Web Services service. Provide the service namespace to learn when the IAM entity last attempted to access the specified service.</p> <p>To learn the service namespace for a service, see <a href=\"https://docs.aws.amazon.com/service-authorization/latest/reference/reference_policies_actions-resources-contextkeys.html\">Actions, resources, and condition keys for Amazon Web Services services</a> in the <i>IAM User Guide</i>. Choose the name of the service to view details for that service. In the first paragraph, find the service prefix. For example, <code>(service prefix: a4b)</code>. For more information about service namespaces, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces\">Amazon Web Services service namespaces</a> in the\u00c2 <i>Amazon Web Services General Reference</i>.</p>"
        }
      ]
    },
    "MaxItems": {
      "allOf": [
        {
          "$ref": "#/components/schemas/maxItemsType"
        },
        {
          "description": "<p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>"
        }
      ]
    },
    "Marker": {
      "allOf": [
        {
          "$ref": "#/components/schemas/markerType"
        },
        {
          "description": "Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start."
        }
      ]
    }
  }
}