github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/pricing/2017-10-15/examples-1.json (about)

     1  {
     2    "version": "1.0",
     3    "examples": {
     4      "DescribeServices": [
     5        {
     6          "input": {
     7            "FormatVersion": "aws_v1",
     8            "MaxResults": 1,
     9            "ServiceCode": "AmazonEC2"
    10          },
    11          "output": {
    12            "FormatVersion": "aws_v1",
    13            "NextToken": "abcdefg123",
    14            "Services": [
    15              {
    16                "AttributeNames": [
    17                  "volumeType",
    18                  "maxIopsvolume",
    19                  "instanceCapacity10xlarge",
    20                  "locationType",
    21                  "operation"
    22                ],
    23                "ServiceCode": "AmazonEC2"
    24              }
    25            ]
    26          },
    27          "comments": {
    28            "input": {
    29            },
    30            "output": {
    31            }
    32          },
    33          "description": "Retrieves the service for the given Service Code.",
    34          "id": "to-retrieve-service-metadata",
    35          "title": "To retrieve a list of services and service codes"
    36        }
    37      ],
    38      "GetAttributeValues": [
    39        {
    40          "input": {
    41            "AttributeName": "volumeType",
    42            "MaxResults": 2,
    43            "ServiceCode": "AmazonEC2"
    44          },
    45          "output": {
    46            "AttributeValues": [
    47              {
    48                "Value": "Throughput Optimized HDD"
    49              },
    50              {
    51                "Value": "Provisioned IOPS"
    52              }
    53            ],
    54            "NextToken": "GpgauEXAMPLEezucl5LV0w==:7GzYJ0nw0DBTJ2J66EoTIIynE6O1uXwQtTRqioJzQadBnDVgHPzI1en4BUQnPCLpzeBk9RQQAWaFieA4+DapFAGLgk+Z/9/cTw9GldnPOHN98+FdmJP7wKU3QQpQ8MQr5KOeBkIsAqvAQYdL0DkL7tHwPtE5iCEByAmg9gcC/yBU1vAOsf7R3VaNN4M5jMDv3woSWqASSIlBVB6tgW78YL22KhssoItM/jWW+aP6Jqtq4mldxp/ct6DWAl+xLFwHU/CbketimPPXyqHF3/UXDw=="
    55          },
    56          "comments": {
    57            "input": {
    58            },
    59            "output": {
    60            }
    61          },
    62          "description": "This operation returns a list of values available for the given attribute.",
    63          "id": "to-retreive-attribute-values",
    64          "title": "To retrieve a list of attribute values"
    65        }
    66      ]
    67    }
    68  }