// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: MIT-0 package model type Duration struct { End string `json:"end"` Start string `json:"start"` }