lambda/rapi/model/statusresponse.go (4 lines of code) (raw):
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
package model
// StatusResponse is a response returned by the API server,
// providing status information.
type StatusResponse struct {
Status string `json:"status"`
}