class AWS::IVS::Client
- AWS::IVS::Client
- Reference
- Object
Included Modules
- Habitat::SettingsHelpers
- Habitat::TempConfig
Defined in:
aws-ivs-client.crConstant Summary
-
HABITAT_SETTINGS =
[{decl: aws_access_key_id : String, example: "L1/3aqp", validation: nil}, {decl: aws_secret_access_key : String, example: "ABC123", validation: nil}, {decl: aws_region : String, example: "us-east-1", validation: nil}] of Nil
Class Method Summary
Instance Method Summary
-
#create_channel(name : String, tags : Hash(String, String) = {} of String => String) : JSON::Any
https://docs.aws.amazon.com/ivs/latest/APIReference/API_CreateChannel.html
-
#create_stream_key(channel_arn : String, tags : Hash(String, String) = {} of String => String) : JSON::Any
https://docs.aws.amazon.com/ivs/latest/APIReference/API_CreateStreamKey.html
-
#delete_stream_key(stream_key_arn : String) : Nil
https://docs.aws.amazon.com/ivs/latest/APIReference/API_DeleteStreamKey.html
-
#get_channel(channel_arn : String) : JSON::Any
https://docs.aws.amazon.com/ivs/latest/APIReference/API_GetChannel.html
-
#get_stream(channel_arn : String) : JSON::Any
https://docs.aws.amazon.com/ivs/latest/APIReference/API_GetStream.html
-
#get_stream_key(channel_arn : String) : JSON::Any
https://docs.aws.amazon.com/ivs/latest/APIReference/API_GetStreamKey.html
-
#list_channels(name : String) : JSON::Any
https://docs.aws.amazon.com/ivs/latest/APIReference/API_ListChannels.html
-
#list_stream_keys(channel_arn : String) : JSON::Any
https://docs.aws.amazon.com/ivs/latest/APIReference/API_ListStreamKeys.html
- #settings
-
#stop_stream(channel_arn : String) : Nil
https://docs.aws.amazon.com/ivs/latest/APIReference/API_StopStream.html
Class Method Detail
Instance Method Detail
https://docs.aws.amazon.com/ivs/latest/APIReference/API_CreateChannel.html
https://docs.aws.amazon.com/ivs/latest/APIReference/API_CreateStreamKey.html
https://docs.aws.amazon.com/ivs/latest/APIReference/API_DeleteStreamKey.html
https://docs.aws.amazon.com/ivs/latest/APIReference/API_GetChannel.html
https://docs.aws.amazon.com/ivs/latest/APIReference/API_GetStream.html
https://docs.aws.amazon.com/ivs/latest/APIReference/API_GetStreamKey.html
https://docs.aws.amazon.com/ivs/latest/APIReference/API_ListChannels.html
https://docs.aws.amazon.com/ivs/latest/APIReference/API_ListStreamKeys.html
https://docs.aws.amazon.com/ivs/latest/APIReference/API_StopStream.html