amazonka-kinesis-video-archived-media-2.0: Amazon Kinesis Video Streams Archived Media SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.KinesisVideoArchivedMedia.GetImages

Description

Retrieves a list of Images corresponding to each timestamp for a given time range, sampling interval, and image format configuration.

This operation returns paginated results.

Synopsis

Creating a Request

data GetImages Source #

See: newGetImages smart constructor.

Constructors

GetImages' 

Fields

  • formatConfig :: Maybe (HashMap FormatConfigKey Text)

    The list of a key-value pair structure that contains extra parameters that can be applied when the image is generated. The FormatConfig key is the JPEGQuality, which indicates the JPEG quality key to be used to generate the image. The FormatConfig value accepts ints from 1 to 100. If the value is 1, the image will be generated with less quality and the best compression. If the value is 100, the image will be generated with the best quality and less compression. If no value is provided, the default value of the JPEGQuality key will be set to 80.

  • heightPixels :: Maybe Natural

    The height of the output image that is used in conjunction with the WidthPixels parameter. When both HeightPixels and WidthPixels parameters are provided, the image will be stretched to fit the specified aspect ratio. If only the HeightPixels parameter is provided, its original aspect ratio will be used to calculate the WidthPixels ratio. If neither parameter is provided, the original image size will be returned.

  • maxResults :: Maybe Natural

    The maximum number of images to be returned by the API.

    The default limit is 100 images per API response. The additional results will be paginated.

  • nextToken :: Maybe Text

    A token that specifies where to start paginating the next set of Images. This is the GetImages:NextToken from a previously truncated response.

  • streamARN :: Maybe Text

    The Amazon Resource Name (ARN) of the stream from which to retrieve the images. You must specify either the StreamName or the StreamARN.

  • streamName :: Maybe Text

    The name of the stream from which to retrieve the images. You must specify either the StreamName or the StreamARN.

  • widthPixels :: Maybe Natural

    The width of the output image that is used in conjunction with the HeightPixels parameter. When both WidthPixels and HeightPixels parameters are provided, the image will be stretched to fit the specified aspect ratio. If only the WidthPixels parameter is provided or if only the HeightPixels is provided, a ValidationException will be thrown. If neither parameter is provided, the original image size from the stream will be returned.

  • imageSelectorType :: ImageSelectorType

    The origin of the Server or Producer timestamps to use to generate the images.

  • startTimestamp :: POSIX

    The starting point from which the images should be generated. This StartTimestamp must be within an inclusive range of timestamps for an image to be returned.

  • endTimestamp :: POSIX

    The end timestamp for the range of images to be generated.

  • samplingInterval :: Natural

    The time interval in milliseconds (ms) at which the images need to be generated from the stream. The minimum value that can be provided is 3000 ms. If the timestamp range is less than the sampling interval, the Image from the startTimestamp will be returned if available.

    The minimum value of 3000 ms is a soft limit. If needed, a lower sampling frequency can be requested.

  • format :: Format

    The format that will be used to encode the image.

Instances

Instances details
ToJSON GetImages Source # 
Instance details

Defined in Amazonka.KinesisVideoArchivedMedia.GetImages

ToHeaders GetImages Source # 
Instance details

Defined in Amazonka.KinesisVideoArchivedMedia.GetImages

Methods

toHeaders :: GetImages -> [Header] #

ToPath GetImages Source # 
Instance details

Defined in Amazonka.KinesisVideoArchivedMedia.GetImages

ToQuery GetImages Source # 
Instance details

Defined in Amazonka.KinesisVideoArchivedMedia.GetImages

AWSPager GetImages Source # 
Instance details

Defined in Amazonka.KinesisVideoArchivedMedia.GetImages

AWSRequest GetImages Source # 
Instance details

Defined in Amazonka.KinesisVideoArchivedMedia.GetImages

Associated Types

type AWSResponse GetImages #

Generic GetImages Source # 
Instance details

Defined in Amazonka.KinesisVideoArchivedMedia.GetImages

Associated Types

type Rep GetImages :: Type -> Type #

Read GetImages Source # 
Instance details

Defined in Amazonka.KinesisVideoArchivedMedia.GetImages

Show GetImages Source # 
Instance details

Defined in Amazonka.KinesisVideoArchivedMedia.GetImages

NFData GetImages Source # 
Instance details

Defined in Amazonka.KinesisVideoArchivedMedia.GetImages

Methods

rnf :: GetImages -> () #

Eq GetImages Source # 
Instance details

Defined in Amazonka.KinesisVideoArchivedMedia.GetImages

Hashable GetImages Source # 
Instance details

Defined in Amazonka.KinesisVideoArchivedMedia.GetImages

type AWSResponse GetImages Source # 
Instance details

Defined in Amazonka.KinesisVideoArchivedMedia.GetImages

type Rep GetImages Source # 
Instance details

Defined in Amazonka.KinesisVideoArchivedMedia.GetImages

type Rep GetImages = D1 ('MetaData "GetImages" "Amazonka.KinesisVideoArchivedMedia.GetImages" "amazonka-kinesis-video-archived-media-2.0-ByMPs2ZAQOi357CZJGqXlN" 'False) (C1 ('MetaCons "GetImages'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "formatConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap FormatConfigKey Text))) :*: (S1 ('MetaSel ('Just "heightPixels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "streamARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "streamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "widthPixels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "imageSelectorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ImageSelectorType) :*: S1 ('MetaSel ('Just "startTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))) :*: (S1 ('MetaSel ('Just "endTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "samplingInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Format))))))

newGetImages Source #

Create a value of GetImages with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:formatConfig:GetImages', getImages_formatConfig - The list of a key-value pair structure that contains extra parameters that can be applied when the image is generated. The FormatConfig key is the JPEGQuality, which indicates the JPEG quality key to be used to generate the image. The FormatConfig value accepts ints from 1 to 100. If the value is 1, the image will be generated with less quality and the best compression. If the value is 100, the image will be generated with the best quality and less compression. If no value is provided, the default value of the JPEGQuality key will be set to 80.

$sel:heightPixels:GetImages', getImages_heightPixels - The height of the output image that is used in conjunction with the WidthPixels parameter. When both HeightPixels and WidthPixels parameters are provided, the image will be stretched to fit the specified aspect ratio. If only the HeightPixels parameter is provided, its original aspect ratio will be used to calculate the WidthPixels ratio. If neither parameter is provided, the original image size will be returned.

$sel:maxResults:GetImages', getImages_maxResults - The maximum number of images to be returned by the API.

The default limit is 100 images per API response. The additional results will be paginated.

GetImages, getImages_nextToken - A token that specifies where to start paginating the next set of Images. This is the GetImages:NextToken from a previously truncated response.

$sel:streamARN:GetImages', getImages_streamARN - The Amazon Resource Name (ARN) of the stream from which to retrieve the images. You must specify either the StreamName or the StreamARN.

$sel:streamName:GetImages', getImages_streamName - The name of the stream from which to retrieve the images. You must specify either the StreamName or the StreamARN.

$sel:widthPixels:GetImages', getImages_widthPixels - The width of the output image that is used in conjunction with the HeightPixels parameter. When both WidthPixels and HeightPixels parameters are provided, the image will be stretched to fit the specified aspect ratio. If only the WidthPixels parameter is provided or if only the HeightPixels is provided, a ValidationException will be thrown. If neither parameter is provided, the original image size from the stream will be returned.

$sel:imageSelectorType:GetImages', getImages_imageSelectorType - The origin of the Server or Producer timestamps to use to generate the images.

GetImages, getImages_startTimestamp - The starting point from which the images should be generated. This StartTimestamp must be within an inclusive range of timestamps for an image to be returned.

GetImages, getImages_endTimestamp - The end timestamp for the range of images to be generated.

$sel:samplingInterval:GetImages', getImages_samplingInterval - The time interval in milliseconds (ms) at which the images need to be generated from the stream. The minimum value that can be provided is 3000 ms. If the timestamp range is less than the sampling interval, the Image from the startTimestamp will be returned if available.

The minimum value of 3000 ms is a soft limit. If needed, a lower sampling frequency can be requested.

$sel:format:GetImages', getImages_format - The format that will be used to encode the image.

Request Lenses

getImages_formatConfig :: Lens' GetImages (Maybe (HashMap FormatConfigKey Text)) Source #

The list of a key-value pair structure that contains extra parameters that can be applied when the image is generated. The FormatConfig key is the JPEGQuality, which indicates the JPEG quality key to be used to generate the image. The FormatConfig value accepts ints from 1 to 100. If the value is 1, the image will be generated with less quality and the best compression. If the value is 100, the image will be generated with the best quality and less compression. If no value is provided, the default value of the JPEGQuality key will be set to 80.

getImages_heightPixels :: Lens' GetImages (Maybe Natural) Source #

The height of the output image that is used in conjunction with the WidthPixels parameter. When both HeightPixels and WidthPixels parameters are provided, the image will be stretched to fit the specified aspect ratio. If only the HeightPixels parameter is provided, its original aspect ratio will be used to calculate the WidthPixels ratio. If neither parameter is provided, the original image size will be returned.

getImages_maxResults :: Lens' GetImages (Maybe Natural) Source #

The maximum number of images to be returned by the API.

The default limit is 100 images per API response. The additional results will be paginated.

getImages_nextToken :: Lens' GetImages (Maybe Text) Source #

A token that specifies where to start paginating the next set of Images. This is the GetImages:NextToken from a previously truncated response.

getImages_streamARN :: Lens' GetImages (Maybe Text) Source #

The Amazon Resource Name (ARN) of the stream from which to retrieve the images. You must specify either the StreamName or the StreamARN.

getImages_streamName :: Lens' GetImages (Maybe Text) Source #

The name of the stream from which to retrieve the images. You must specify either the StreamName or the StreamARN.

getImages_widthPixels :: Lens' GetImages (Maybe Natural) Source #

The width of the output image that is used in conjunction with the HeightPixels parameter. When both WidthPixels and HeightPixels parameters are provided, the image will be stretched to fit the specified aspect ratio. If only the WidthPixels parameter is provided or if only the HeightPixels is provided, a ValidationException will be thrown. If neither parameter is provided, the original image size from the stream will be returned.

getImages_imageSelectorType :: Lens' GetImages ImageSelectorType Source #

The origin of the Server or Producer timestamps to use to generate the images.

getImages_startTimestamp :: Lens' GetImages UTCTime Source #

The starting point from which the images should be generated. This StartTimestamp must be within an inclusive range of timestamps for an image to be returned.

getImages_endTimestamp :: Lens' GetImages UTCTime Source #

The end timestamp for the range of images to be generated.

getImages_samplingInterval :: Lens' GetImages Natural Source #

The time interval in milliseconds (ms) at which the images need to be generated from the stream. The minimum value that can be provided is 3000 ms. If the timestamp range is less than the sampling interval, the Image from the startTimestamp will be returned if available.

The minimum value of 3000 ms is a soft limit. If needed, a lower sampling frequency can be requested.

getImages_format :: Lens' GetImages Format Source #

The format that will be used to encode the image.

Destructuring the Response

data GetImagesResponse Source #

See: newGetImagesResponse smart constructor.

Constructors

GetImagesResponse' 

Fields

  • images :: Maybe [Image]

    The list of images generated from the video stream. If there is no media available for the given timestamp, the NO_MEDIA error will be listed in the output. If an error occurs while the image is being generated, the MEDIA_ERROR will be listed in the output as the cause of the missing image.

  • nextToken :: Maybe Text

    The encrypted token that was used in the request to get more images.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic GetImagesResponse Source # 
Instance details

Defined in Amazonka.KinesisVideoArchivedMedia.GetImages

Associated Types

type Rep GetImagesResponse :: Type -> Type #

Read GetImagesResponse Source # 
Instance details

Defined in Amazonka.KinesisVideoArchivedMedia.GetImages

Show GetImagesResponse Source # 
Instance details

Defined in Amazonka.KinesisVideoArchivedMedia.GetImages

NFData GetImagesResponse Source # 
Instance details

Defined in Amazonka.KinesisVideoArchivedMedia.GetImages

Methods

rnf :: GetImagesResponse -> () #

Eq GetImagesResponse Source # 
Instance details

Defined in Amazonka.KinesisVideoArchivedMedia.GetImages

type Rep GetImagesResponse Source # 
Instance details

Defined in Amazonka.KinesisVideoArchivedMedia.GetImages

type Rep GetImagesResponse = D1 ('MetaData "GetImagesResponse" "Amazonka.KinesisVideoArchivedMedia.GetImages" "amazonka-kinesis-video-archived-media-2.0-ByMPs2ZAQOi357CZJGqXlN" 'False) (C1 ('MetaCons "GetImagesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "images") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Image])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetImagesResponse Source #

Create a value of GetImagesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:images:GetImagesResponse', getImagesResponse_images - The list of images generated from the video stream. If there is no media available for the given timestamp, the NO_MEDIA error will be listed in the output. If an error occurs while the image is being generated, the MEDIA_ERROR will be listed in the output as the cause of the missing image.

GetImages, getImagesResponse_nextToken - The encrypted token that was used in the request to get more images.

$sel:httpStatus:GetImagesResponse', getImagesResponse_httpStatus - The response's http status code.

Response Lenses

getImagesResponse_images :: Lens' GetImagesResponse (Maybe [Image]) Source #

The list of images generated from the video stream. If there is no media available for the given timestamp, the NO_MEDIA error will be listed in the output. If an error occurs while the image is being generated, the MEDIA_ERROR will be listed in the output as the cause of the missing image.

getImagesResponse_nextToken :: Lens' GetImagesResponse (Maybe Text) Source #

The encrypted token that was used in the request to get more images.

getImagesResponse_httpStatus :: Lens' GetImagesResponse Int Source #

The response's http status code.