Sha256: 8cfc3501bd43d0ae7d7d4534ea7b7aa9e098141cbbdc046ff7741449cd9eece4

Contents?: true

Size: 1.95 KB

Versions: 1

Compression:

Stored size: 1.95 KB

Contents

Aws.config[:apigateway] = {
  stub_responses: {
    get_rest_api: {
      id: 'ohx0shePof',
      name: 'my-apigateway',
      description: 'Zamboni is awesome',
      created_date: Time.at(1_530_826_668),
      version: 'xyzzy',
      warnings: [
        'Do not stop on tracks!',
        'I brake for hallucinations.'
      ],
      binary_media_types: [
        '*/*'
      ],
      minimum_compression_size: 123,
      api_key_source: 'HEADER',
      policy: 'Honesty',
      endpoint_configuration: {
        types: [
          'EDGE'
        ]
      }
    },
    get_rest_apis: {
      position: '1',
      items: [
        {
          id: '111',
          name: 'first-apigateway',
          description: 'first api gateway',
          created_date: Time.at(1_444_826_668),
          version: 'plover',
          warnings: [
            'Do not take with alcohol'
          ],
          binary_media_types: [
            '*/*'
          ],
          minimum_compression_size: 456,
          api_key_source: 'HEADER',
          policy: 'Insurance',
          endpoint_configuration: {
            types: [
              'EDGE'
            ]
          }
        },
        {
          id: 'ohx0shePof',
          name: 'my-apigateway',
          description: 'Zamboni is awesome',
          created_date: Time.at(1_530_826_668),
          version: 'xyzzy',
          warnings: [
            'Do not stop on tracks!',
            'I brake for hallucinations.'
          ],
          binary_media_types: [
            '*/*'
          ],
          minimum_compression_size: 123,
          api_key_source: 'HEADER',
          policy: 'Honesty',

          endpoint_configuration: {
            types: [
              'EDGE'
            ]
          }
        }
      ]
    },
    get_resources: {
      position: '1',
      items: [
        {
          path: '/proxy'
        },
        {
          path: '/zambonis'
        },
        {
          path: '/zambonis/123'
        }
    ]
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cthiesfork-awspec-1.0.0 lib/awspec/stub/apigateway.rb