Documentation
¶
Overview ¶
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FollowedStreams ¶
type FollowedStreams struct{}
func (FollowedStreams) GetRequiredScopes ¶
func (e FollowedStreams) GetRequiredScopes(method string) []string
func (FollowedStreams) Path ¶
func (e FollowedStreams) Path() string
func (FollowedStreams) ServeHTTP ¶
func (e FollowedStreams) ServeHTTP(w http.ResponseWriter, r *http.Request)
func (FollowedStreams) ValidMethod ¶
func (e FollowedStreams) ValidMethod(method string) bool
type Localization ¶
type Localization struct {
EnglishUS string `json:"en-us"`
}
type MarkerPostBody ¶
type MarkerPostResponse ¶
type Markers ¶
type Markers struct{}
func (Markers) GetRequiredScopes ¶
func (Markers) ValidMethod ¶
type PaginationCursor ¶
type StreamKey ¶
type StreamKey struct{}
func (StreamKey) GetRequiredScopes ¶
func (StreamKey) ValidMethod ¶
type StreamKeyResponse ¶
type StreamKeyResponse struct {
StreamKey string `json:"stream_key"`
}
type Streams ¶
type Streams struct{}
func (Streams) GetRequiredScopes ¶
func (Streams) ValidMethod ¶
type TagResponse ¶
type TagResponse struct {
TagID string `json:"tag_id"`
IsAuto bool `json:"is_auto"`
LocalizationNames []Localization `json:"localization_names"`
LocalizationDescriptions []Localization `json:"localization_descriptions"`
}
Click to show internal directories.
Click to hide internal directories.