R/kinesis_interfaces.R

Defines functions update_stream_mode_output update_stream_mode_input update_shard_count_output update_shard_count_input stop_stream_encryption_output stop_stream_encryption_input start_stream_encryption_output start_stream_encryption_input split_shard_output split_shard_input remove_tags_from_stream_output remove_tags_from_stream_input register_stream_consumer_output register_stream_consumer_input put_records_output put_records_input put_record_output put_record_input merge_shards_output merge_shards_input list_tags_for_stream_output list_tags_for_stream_input list_streams_output list_streams_input list_stream_consumers_output list_stream_consumers_input list_shards_output list_shards_input increase_stream_retention_period_output increase_stream_retention_period_input get_shard_iterator_output get_shard_iterator_input get_records_output get_records_input enable_enhanced_monitoring_output enable_enhanced_monitoring_input disable_enhanced_monitoring_output disable_enhanced_monitoring_input describe_stream_summary_output describe_stream_summary_input describe_stream_consumer_output describe_stream_consumer_input describe_stream_output describe_stream_input describe_limits_output describe_limits_input deregister_stream_consumer_output deregister_stream_consumer_input delete_stream_output delete_stream_input decrease_stream_retention_period_output decrease_stream_retention_period_input create_stream_output create_stream_input add_tags_to_stream_output add_tags_to_stream_input

# This file is generated by make.paws. Please do not edit here.
#' @importFrom paws.common populate
#' @include kinesis_service.R
NULL

.kinesis$add_tags_to_stream_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamName = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), StreamARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$add_tags_to_stream_output <- function(...) {
  list()
}

.kinesis$create_stream_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamName = structure(logical(0), tags = list(type = "string")), ShardCount = structure(logical(0), tags = list(type = "integer")), StreamModeDetails = structure(list(StreamMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$create_stream_output <- function(...) {
  list()
}

.kinesis$decrease_stream_retention_period_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamName = structure(logical(0), tags = list(type = "string")), RetentionPeriodHours = structure(logical(0), tags = list(type = "integer")), StreamARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$decrease_stream_retention_period_output <- function(...) {
  list()
}

.kinesis$delete_stream_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamName = structure(logical(0), tags = list(type = "string")), EnforceConsumerDeletion = structure(logical(0), tags = list(type = "boolean")), StreamARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$delete_stream_output <- function(...) {
  list()
}

.kinesis$deregister_stream_consumer_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamARN = structure(logical(0), tags = list(type = "string")), ConsumerName = structure(logical(0), tags = list(type = "string")), ConsumerARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$deregister_stream_consumer_output <- function(...) {
  list()
}

.kinesis$describe_limits_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$describe_limits_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ShardLimit = structure(logical(0), tags = list(type = "integer")), OpenShardCount = structure(logical(0), tags = list(type = "integer")), OnDemandStreamCount = structure(logical(0), tags = list(type = "integer")), OnDemandStreamCountLimit = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$describe_stream_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamName = structure(logical(0), tags = list(type = "string")), Limit = structure(logical(0), tags = list(type = "integer")), ExclusiveStartShardId = structure(logical(0), tags = list(type = "string")), StreamARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$describe_stream_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamDescription = structure(list(StreamName = structure(logical(0), tags = list(type = "string")), StreamARN = structure(logical(0), tags = list(type = "string")), StreamStatus = structure(logical(0), tags = list(type = "string")), StreamModeDetails = structure(list(StreamMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Shards = structure(list(structure(list(ShardId = structure(logical(0), tags = list(type = "string")), ParentShardId = structure(logical(0), tags = list(type = "string")), AdjacentParentShardId = structure(logical(0), tags = list(type = "string")), HashKeyRange = structure(list(StartingHashKey = structure(logical(0), tags = list(type = "string")), EndingHashKey = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SequenceNumberRange = structure(list(StartingSequenceNumber = structure(logical(0), tags = list(type = "string")), EndingSequenceNumber = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), HasMoreShards = structure(logical(0), tags = list(type = "boolean")), RetentionPeriodHours = structure(logical(0), tags = list(type = "integer")), StreamCreationTimestamp = structure(logical(0), tags = list(type = "timestamp")), EnhancedMonitoring = structure(list(structure(list(ShardLevelMetrics = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), EncryptionType = structure(logical(0), tags = list(type = "string")), KeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$describe_stream_consumer_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamARN = structure(logical(0), tags = list(type = "string")), ConsumerName = structure(logical(0), tags = list(type = "string")), ConsumerARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$describe_stream_consumer_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ConsumerDescription = structure(list(ConsumerName = structure(logical(0), tags = list(type = "string")), ConsumerARN = structure(logical(0), tags = list(type = "string")), ConsumerStatus = structure(logical(0), tags = list(type = "string")), ConsumerCreationTimestamp = structure(logical(0), tags = list(type = "timestamp")), StreamARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$describe_stream_summary_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamName = structure(logical(0), tags = list(type = "string")), StreamARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$describe_stream_summary_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamDescriptionSummary = structure(list(StreamName = structure(logical(0), tags = list(type = "string")), StreamARN = structure(logical(0), tags = list(type = "string")), StreamStatus = structure(logical(0), tags = list(type = "string")), StreamModeDetails = structure(list(StreamMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RetentionPeriodHours = structure(logical(0), tags = list(type = "integer")), StreamCreationTimestamp = structure(logical(0), tags = list(type = "timestamp")), EnhancedMonitoring = structure(list(structure(list(ShardLevelMetrics = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), EncryptionType = structure(logical(0), tags = list(type = "string")), KeyId = structure(logical(0), tags = list(type = "string")), OpenShardCount = structure(logical(0), tags = list(type = "integer")), ConsumerCount = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$disable_enhanced_monitoring_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamName = structure(logical(0), tags = list(type = "string")), ShardLevelMetrics = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), StreamARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$disable_enhanced_monitoring_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamName = structure(logical(0), tags = list(type = "string")), CurrentShardLevelMetrics = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), DesiredShardLevelMetrics = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), StreamARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$enable_enhanced_monitoring_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamName = structure(logical(0), tags = list(type = "string")), ShardLevelMetrics = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), StreamARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$enable_enhanced_monitoring_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamName = structure(logical(0), tags = list(type = "string")), CurrentShardLevelMetrics = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), DesiredShardLevelMetrics = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), StreamARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$get_records_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ShardIterator = structure(logical(0), tags = list(type = "string")), Limit = structure(logical(0), tags = list(type = "integer")), StreamARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$get_records_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Records = structure(list(structure(list(SequenceNumber = structure(logical(0), tags = list(type = "string")), ApproximateArrivalTimestamp = structure(logical(0), tags = list(type = "timestamp")), Data = structure(logical(0), tags = list(type = "blob")), PartitionKey = structure(logical(0), tags = list(type = "string")), EncryptionType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NextShardIterator = structure(logical(0), tags = list(type = "string")), MillisBehindLatest = structure(logical(0), tags = list(type = "long")), ChildShards = structure(list(structure(list(ShardId = structure(logical(0), tags = list(type = "string")), ParentShards = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), HashKeyRange = structure(list(StartingHashKey = structure(logical(0), tags = list(type = "string")), EndingHashKey = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$get_shard_iterator_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamName = structure(logical(0), tags = list(type = "string")), ShardId = structure(logical(0), tags = list(type = "string")), ShardIteratorType = structure(logical(0), tags = list(type = "string")), StartingSequenceNumber = structure(logical(0), tags = list(type = "string")), Timestamp = structure(logical(0), tags = list(type = "timestamp")), StreamARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$get_shard_iterator_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ShardIterator = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$increase_stream_retention_period_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamName = structure(logical(0), tags = list(type = "string")), RetentionPeriodHours = structure(logical(0), tags = list(type = "integer")), StreamARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$increase_stream_retention_period_output <- function(...) {
  list()
}

.kinesis$list_shards_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamName = structure(logical(0), tags = list(type = "string")), NextToken = structure(logical(0), tags = list(type = "string")), ExclusiveStartShardId = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer")), StreamCreationTimestamp = structure(logical(0), tags = list(type = "timestamp")), ShardFilter = structure(list(Type = structure(logical(0), tags = list(type = "string")), ShardId = structure(logical(0), tags = list(type = "string")), Timestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), StreamARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$list_shards_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Shards = structure(list(structure(list(ShardId = structure(logical(0), tags = list(type = "string")), ParentShardId = structure(logical(0), tags = list(type = "string")), AdjacentParentShardId = structure(logical(0), tags = list(type = "string")), HashKeyRange = structure(list(StartingHashKey = structure(logical(0), tags = list(type = "string")), EndingHashKey = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SequenceNumberRange = structure(list(StartingSequenceNumber = structure(logical(0), tags = list(type = "string")), EndingSequenceNumber = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$list_stream_consumers_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamARN = structure(logical(0), tags = list(type = "string")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer")), StreamCreationTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$list_stream_consumers_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Consumers = structure(list(structure(list(ConsumerName = structure(logical(0), tags = list(type = "string")), ConsumerARN = structure(logical(0), tags = list(type = "string")), ConsumerStatus = structure(logical(0), tags = list(type = "string")), ConsumerCreationTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$list_streams_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Limit = structure(logical(0), tags = list(type = "integer")), ExclusiveStartStreamName = structure(logical(0), tags = list(type = "string")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$list_streams_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), HasMoreStreams = structure(logical(0), tags = list(type = "boolean")), NextToken = structure(logical(0), tags = list(type = "string")), StreamSummaries = structure(list(structure(list(StreamName = structure(logical(0), tags = list(type = "string")), StreamARN = structure(logical(0), tags = list(type = "string")), StreamStatus = structure(logical(0), tags = list(type = "string")), StreamModeDetails = structure(list(StreamMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StreamCreationTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$list_tags_for_stream_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamName = structure(logical(0), tags = list(type = "string")), ExclusiveStartTagKey = structure(logical(0), tags = list(type = "string")), Limit = structure(logical(0), tags = list(type = "integer")), StreamARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$list_tags_for_stream_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), HasMoreTags = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$merge_shards_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamName = structure(logical(0), tags = list(type = "string")), ShardToMerge = structure(logical(0), tags = list(type = "string")), AdjacentShardToMerge = structure(logical(0), tags = list(type = "string")), StreamARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$merge_shards_output <- function(...) {
  list()
}

.kinesis$put_record_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamName = structure(logical(0), tags = list(type = "string")), Data = structure(logical(0), tags = list(type = "blob")), PartitionKey = structure(logical(0), tags = list(type = "string")), ExplicitHashKey = structure(logical(0), tags = list(type = "string")), SequenceNumberForOrdering = structure(logical(0), tags = list(type = "string")), StreamARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$put_record_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ShardId = structure(logical(0), tags = list(type = "string")), SequenceNumber = structure(logical(0), tags = list(type = "string")), EncryptionType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$put_records_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Records = structure(list(structure(list(Data = structure(logical(0), tags = list(type = "blob")), ExplicitHashKey = structure(logical(0), tags = list(type = "string")), PartitionKey = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), StreamName = structure(logical(0), tags = list(type = "string")), StreamARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$put_records_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(FailedRecordCount = structure(logical(0), tags = list(type = "integer")), Records = structure(list(structure(list(SequenceNumber = structure(logical(0), tags = list(type = "string")), ShardId = structure(logical(0), tags = list(type = "string")), ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), EncryptionType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$register_stream_consumer_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamARN = structure(logical(0), tags = list(type = "string")), ConsumerName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$register_stream_consumer_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Consumer = structure(list(ConsumerName = structure(logical(0), tags = list(type = "string")), ConsumerARN = structure(logical(0), tags = list(type = "string")), ConsumerStatus = structure(logical(0), tags = list(type = "string")), ConsumerCreationTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$remove_tags_from_stream_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamName = structure(logical(0), tags = list(type = "string")), TagKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), StreamARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$remove_tags_from_stream_output <- function(...) {
  list()
}

.kinesis$split_shard_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamName = structure(logical(0), tags = list(type = "string")), ShardToSplit = structure(logical(0), tags = list(type = "string")), NewStartingHashKey = structure(logical(0), tags = list(type = "string")), StreamARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$split_shard_output <- function(...) {
  list()
}

.kinesis$start_stream_encryption_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamName = structure(logical(0), tags = list(type = "string")), EncryptionType = structure(logical(0), tags = list(type = "string")), KeyId = structure(logical(0), tags = list(type = "string")), StreamARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$start_stream_encryption_output <- function(...) {
  list()
}

.kinesis$stop_stream_encryption_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamName = structure(logical(0), tags = list(type = "string")), EncryptionType = structure(logical(0), tags = list(type = "string")), KeyId = structure(logical(0), tags = list(type = "string")), StreamARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$stop_stream_encryption_output <- function(...) {
  list()
}

.kinesis$update_shard_count_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamName = structure(logical(0), tags = list(type = "string")), TargetShardCount = structure(logical(0), tags = list(type = "integer")), ScalingType = structure(logical(0), tags = list(type = "string")), StreamARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$update_shard_count_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamName = structure(logical(0), tags = list(type = "string")), CurrentShardCount = structure(logical(0), tags = list(type = "integer")), TargetShardCount = structure(logical(0), tags = list(type = "integer")), StreamARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$update_stream_mode_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamARN = structure(logical(0), tags = list(type = "string")), StreamModeDetails = structure(list(StreamMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.kinesis$update_stream_mode_output <- function(...) {
  list()
}

Try the paws.analytics package in your browser

Any scripts or data that you put into this service are public.

paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.