Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions alsdkdefs/apis/search/search.v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ paths:
description: A description of the error that occured
parameters:
- $ref: '#/components/parameters/search_type'
- $ref: '#/components/parameters/execution_mode'
- schema:
type: array
items:
Expand Down Expand Up @@ -633,18 +632,6 @@ components:
- stats
- submit_ts
- update_ts
ExecutionMode:
type: string
title: ExecutionMode
enum:
- shared
- ecs
description: |-
The `execution_mode` describes how the user would like the search to execute (using Lambda and/or ECS).

- `shared` will force a search to execute using both Lambda and ECS resources.
- `ecs` will force a search to execute using only ECS resources.
default: shared
ExternalDetailsAttribute:
title: ExternalDetailsAttribute
type: string
Expand Down Expand Up @@ -1134,11 +1121,6 @@ components:
maxLength: 9
required: true
description: The AIMS account ID
execution_mode:
name: execution_mode
in: query
schema:
$ref: '#/components/schemas/ExecutionMode'
search_type:
name: search_type
in: query
Expand Down
Loading