{
  "metadata": {
    "apiVersion": "2018-04-23",
    "endpointPrefix": "api.mediatailor",
    "signingName": "mediatailor",
    "serviceFullName": "AWS MediaTailor",
    "serviceId": "MediaTailor",
    "protocol": "rest-json",
    "jsonVersion": "1.1",
    "uid": "mediatailor-2018-04-23",
    "signatureVersion": "v4",
    "serviceAbbreviation": "MediaTailor"
  },
  "operations": {
    "DeletePlaybackConfiguration": {
      "http": {
        "method": "DELETE",
        "requestUri": "/playbackConfiguration/{Name}",
        "responseCode": 204
      },
      "input": {
        "type": "structure",
        "members": {
          "Name": {
            "location": "uri",
            "locationName": "Name"
          }
        },
        "required": [
          "Name"
        ]
      },
      "output": {
        "type": "structure",
        "members": {}
      }
    },
    "GetPlaybackConfiguration": {
      "http": {
        "method": "GET",
        "requestUri": "/playbackConfiguration/{Name}",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "members": {
          "Name": {
            "location": "uri",
            "locationName": "Name"
          }
        },
        "required": [
          "Name"
        ]
      },
      "output": {
        "type": "structure",
        "members": {
          "AdDecisionServerUrl": {},
          "CdnConfiguration": {
            "shape": "S6"
          },
          "DashConfiguration": {
            "shape": "S7"
          },
          "HlsConfiguration": {
            "shape": "S8"
          },
          "Name": {},
          "PlaybackEndpointPrefix": {},
          "SessionInitializationEndpointPrefix": {},
          "SlateAdUrl": {},
          "TranscodeProfileName": {},
          "VideoContentSourceUrl": {}
        }
      }
    },
    "ListPlaybackConfigurations": {
      "http": {
        "method": "GET",
        "requestUri": "/playbackConfigurations",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "members": {
          "MaxResults": {
            "location": "querystring",
            "locationName": "MaxResults",
            "type": "integer"
          },
          "NextToken": {
            "location": "querystring",
            "locationName": "NextToken"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "Items": {
            "type": "list",
            "member": {
              "type": "structure",
              "members": {
                "AdDecisionServerUrl": {},
                "CdnConfiguration": {
                  "shape": "S6"
                },
                "Name": {},
                "SlateAdUrl": {},
                "VideoContentSourceUrl": {}
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "PutPlaybackConfiguration": {
      "http": {
        "method": "PUT",
        "requestUri": "/playbackConfiguration",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "members": {
          "AdDecisionServerUrl": {},
          "CdnConfiguration": {
            "shape": "S6"
          },
          "DashConfiguration": {
            "type": "structure",
            "members": {
              "MpdLocation": {}
            }
          },
          "Name": {},
          "SlateAdUrl": {},
          "TranscodeProfileName": {},
          "VideoContentSourceUrl": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "AdDecisionServerUrl": {},
          "CdnConfiguration": {
            "shape": "S6"
          },
          "DashConfiguration": {
            "shape": "S7"
          },
          "HlsConfiguration": {
            "shape": "S8"
          },
          "Name": {},
          "PlaybackEndpointPrefix": {},
          "SessionInitializationEndpointPrefix": {},
          "SlateAdUrl": {},
          "TranscodeProfileName": {},
          "VideoContentSourceUrl": {}
        }
      }
    }
  },
  "shapes": {
    "S6": {
      "type": "structure",
      "members": {
        "AdSegmentUrlPrefix": {},
        "ContentSegmentUrlPrefix": {}
      }
    },
    "S7": {
      "type": "structure",
      "members": {
        "ManifestEndpointPrefix": {},
        "MpdLocation": {}
      }
    },
    "S8": {
      "type": "structure",
      "members": {
        "ManifestEndpointPrefix": {}
      }
    }
  }
}