AWS Tools for Windows PowerShell
Command Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Synopsis

Calls the Amazon Kinesis Video Streams UpdateImageGenerationConfiguration API operation.

Syntax

Update-KVImageGenerationConfiguration
-StreamARN <String>
-DestinationConfig_DestinationRegion <String>
-ImageGenerationConfiguration_Format <Format>
-ImageGenerationConfiguration_FormatConfig <Hashtable>
-ImageGenerationConfiguration_HeightPixel <Int32>
-ImageGenerationConfiguration_ImageSelectorType <ImageSelectorType>
-ImageGenerationConfiguration_SamplingInterval <Int32>
-ImageGenerationConfiguration_Status <ConfigurationStatus>
-StreamName <String>
-DestinationConfig_Uri <String>
-ImageGenerationConfiguration_WidthPixel <Int32>
-Select <String>
-Force <SwitchParameter>
-ClientConfig <AmazonKinesisVideoConfig>

Description

Updates the StreamInfo and ImageProcessingConfiguration fields.

Parameters

-ClientConfig <AmazonKinesisVideoConfig>
Amazon.PowerShell.Cmdlets.KV.AmazonKinesisVideoClientCmdlet.ClientConfig
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-DestinationConfig_DestinationRegion <String>
The Amazon Web Services Region of the S3 bucket where images will be delivered. This DestinationRegion must match the Region where the stream is located.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesImageGenerationConfiguration_DestinationConfig_DestinationRegion
-DestinationConfig_Uri <String>
The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesImageGenerationConfiguration_DestinationConfig_Uri
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-ImageGenerationConfiguration_Format <Format>
The accepted image format.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-ImageGenerationConfiguration_FormatConfig <Hashtable>
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. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-ImageGenerationConfiguration_HeightPixel <Int32>
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.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesImageGenerationConfiguration_HeightPixels
-ImageGenerationConfiguration_ImageSelectorType <ImageSelectorType>
The origin of the Server or Producer timestamps to use to generate the images.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-ImageGenerationConfiguration_SamplingInterval <Int32>
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 200 ms. If the timestamp range is less than the sampling interval, the Image from the StartTimestamp will be returned if available.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-ImageGenerationConfiguration_Status <ConfigurationStatus>
Indicates whether the ContinuousImageGenerationConfigurations API is enabled or disabled.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-ImageGenerationConfiguration_WidthPixel <Int32>
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, its original aspect ratio will be used to calculate the HeightPixels ratio. If neither parameter is provided, the original image size will be returned.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesImageGenerationConfiguration_WidthPixels
-Select <String>
Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisVideo.Model.UpdateImageGenerationConfigurationResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-StreamARN <String>
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to update the image generation configuration. You must specify either the StreamName or the StreamARN.
Required?False
Position?1
Accept pipeline input?True (ByValue, ByPropertyName)
-StreamName <String>
The name of the stream from which to update the image generation configuration. You must specify either the StreamName or the StreamARN.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)

Common Credential and Region Parameters

-AccessKey <String>
The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesAK
-Credential <AWSCredentials>
An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials.
Required?False
Position?Named
Accept pipeline input?True (ByValue, ByPropertyName)
-EndpointUrl <String>
The endpoint to make the call against.Note: This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-NetworkCredential <PSCredential>
Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider's endpoint. This parameter is not required if the user's default network identity can or should be used during authentication.
Required?False
Position?Named
Accept pipeline input?True (ByValue, ByPropertyName)
-ProfileLocation <String>
Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user's home directory)\.aws\credentials.If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesAWSProfilesLocation, ProfilesLocation
-ProfileName <String>
The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesStoredCredentials, AWSProfileName
-Region <Object>
The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesRegionToCall
-SecretKey <String>
The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesSK, SecretAccessKey
-SessionToken <String>
The session token if the access and secret keys are temporary session-based credentials.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesST

Outputs

This cmdlet does not generate any output.The service response (type Amazon.KinesisVideo.Model.UpdateImageGenerationConfigurationResponse) be returned by specifying '-Select *'.

Supported Version

AWS Tools for PowerShell: 2.x.y.z