Sha256: 9e81938226d52b38b15faf90fc6f253f104e0192d9e2b1c3508f8f74025b3413

Contents?: true

Size: 487 Bytes

Versions: 13

Compression:

Stored size: 487 Bytes

Contents

# frozen_string_literal: true

Aws.config[:cognitoidentity] = {
  stub_responses: {
    list_identity_pools: {
      identity_pools: [
        {
          identity_pool_id: 'us-east-1:adsfkjaekljnfg234',
          identity_pool_name: 'my-cognito-identity-pool'
        },
        {
          identity_pool_id: 'us-east-1:gfdksjg87sfna943knbj',
          identity_pool_name: 'My_Identity_Pool'
        }
      ], next_token: 'akvjnkjndgoierhteuh7sfdnre9erglkwnroijsdfinewr=='
    }
  }
}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
awspec-1.31.0 lib/awspec/stub/cognito_identity_pool.rb
awspec-1.30.0 lib/awspec/stub/cognito_identity_pool.rb
awspec-1.29.3 lib/awspec/stub/cognito_identity_pool.rb
awspec-1.29.2 lib/awspec/stub/cognito_identity_pool.rb
awspec-1.29.1 lib/awspec/stub/cognito_identity_pool.rb
awspec-1.29.0 lib/awspec/stub/cognito_identity_pool.rb
awspec-1.28.2 lib/awspec/stub/cognito_identity_pool.rb
awspec-1.28.1 lib/awspec/stub/cognito_identity_pool.rb
awspec-1.28.0 lib/awspec/stub/cognito_identity_pool.rb
awspec-1.27.1 lib/awspec/stub/cognito_identity_pool.rb
awspec-1.27.0 lib/awspec/stub/cognito_identity_pool.rb
awspec-1.26.0 lib/awspec/stub/cognito_identity_pool.rb
awspec-1.25.2 lib/awspec/stub/cognito_identity_pool.rb