Sha256: 28481a40ed858b2801315daf78d0713f6392e00dcc44f4e76cdcc35bd3fe7a23

Contents?: true

Size: 1.47 KB

Versions: 12

Compression:

Stored size: 1.47 KB

Contents

Aws.config[:cognitoidentityprovider] = {
  stub_responses: {
    list_user_pools: {
      user_pools: [
        {
          id: 'us-east-1_6adfkj4ju',
          name: 'my-cognito-user-pool',
          lambda_config: {
            pre_sign_up: nil,
            custom_message: nil,
            post_confirmation: nil,
            pre_authentication: nil,
            post_authentication: nil,
            define_auth_challenge: nil,
            create_auth_challenge: nil,
            verify_auth_challenge_response: nil,
            pre_token_generation: nil,
            user_migration: nil
          },
          status: nil,
          last_modified_date: Time.new(2016, 5, 5, 5, 00, 00, '+00:00'),
          creation_date: Time.new(2015, 1, 2, 10, 00, 00, '+00:00')
        },
        {
          id: 'us-east-1_12345adsf',
          name: 'test-pool',
          lambda_config: {
            pre_sign_up: nil,
            custom_message: nil,
            post_confirmation: nil,
            pre_authentication: nil,
            post_authentication: nil,
            define_auth_challenge: nil,
            create_auth_challenge: nil,
            verify_auth_challenge_response: nil,
            pre_token_generation: nil,
            user_migration: nil
          },
          status: nil,
          last_modified_date: Time.new(2019, 1, 2, 10, 00, 00, '+00:00'),
          creation_date: Time.new(2018, 1, 2, 10, 00, 00, '+00:00')
        }
      ],
      next_token: 'aoeijfasdnvakldsjfgoai'
    }
  }
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
awspec-1.25.1 lib/awspec/stub/cognito_user_pool.rb
awspec-1.25.0 lib/awspec/stub/cognito_user_pool.rb
awspec-1.24.4 lib/awspec/stub/cognito_user_pool.rb
awspec-1.24.3 lib/awspec/stub/cognito_user_pool.rb
awspec-1.24.2 lib/awspec/stub/cognito_user_pool.rb
awspec-1.24.1 lib/awspec/stub/cognito_user_pool.rb
awspec-1.24.0 lib/awspec/stub/cognito_user_pool.rb
awspec-1.23.0 lib/awspec/stub/cognito_user_pool.rb
awspec-1.22.1 lib/awspec/stub/cognito_user_pool.rb
awspec-1.22.0 lib/awspec/stub/cognito_user_pool.rb
awspec-1.21.1 lib/awspec/stub/cognito_user_pool.rb
awspec-1.21.0 lib/awspec/stub/cognito_user_pool.rb