Sha256: b3036fae8348fb0e783b6a2e485129248598d9f8e8ba8c53321abce37215dc9d

Contents?: true

Size: 1.06 KB

Versions: 57

Compression:

Stored size: 1.06 KB

Contents

Aws.config[:kinesis] = {
  stub_responses: {
    list_streams: {
      stream_names: [
        'my-kinesis',
        'second-stream',
        'third-stream'
      ],
      has_more_streams: false
    },
    describe_stream_summary: {
      stream_description_summary: {
        stream_name: 'my-kinesis',
        stream_arn: 'arn:aws:kinesis:us-east-2:194648440784:stream/my-kinesis-staging-default-aws-resources',
        stream_status: 'ACTIVE',
        retention_period_hours: 24,
        stream_creation_timestamp: Time.at(1_529_001_577),
        enhanced_monitoring: [
          {
            shard_level_metrics: %w(
              IncomingBytes
              OutgoingRecords
              IteratorAgeMilliseconds
              IncomingRecords
              ReadProvisionedThroughputExceeded
              WriteProvisionedThroughputExceeded
              OutgoingBytes
            )
          }
        ],
        encryption_type: 'KMS',
        key_id: 'arn:aws:kms:us-east-2:194648440784:alias/my-kinesis-staging-default-key',
        open_shard_count: 1
      }
    }
  }
}

Version data entries

57 entries across 57 versions & 3 rubygems

Version Path
awspec-1.25.1 lib/awspec/stub/kinesis.rb
awspec-1.25.0 lib/awspec/stub/kinesis.rb
awspec-1.24.4 lib/awspec/stub/kinesis.rb
awspec-1.24.3 lib/awspec/stub/kinesis.rb
awspec-1.24.2 lib/awspec/stub/kinesis.rb
awspec-1.24.1 lib/awspec/stub/kinesis.rb
awspec-1.24.0 lib/awspec/stub/kinesis.rb
awspec-1.23.0 lib/awspec/stub/kinesis.rb
awspec-1.22.1 lib/awspec/stub/kinesis.rb
awspec-1.22.0 lib/awspec/stub/kinesis.rb
awspec-1.21.1 lib/awspec/stub/kinesis.rb
awspec-1.21.0 lib/awspec/stub/kinesis.rb
awspec-1.20.0 lib/awspec/stub/kinesis.rb
awspec-1.19.2 lib/awspec/stub/kinesis.rb
awspec-1.19.1 lib/awspec/stub/kinesis.rb
awspec-1.19.0 lib/awspec/stub/kinesis.rb
cthiesfork-awspec-1.2.4 lib/awspec/stub/kinesis.rb
awspec-api_gateway_extended-1.2.4 lib/awspec/stub/kinesis.rb
awspec-api_gateway_extended-1.2.3 lib/awspec/stub/kinesis.rb
awspec-1.18.6 lib/awspec/stub/kinesis.rb