Skip to content

Commit 03cd5e7

Browse files
author
cibot
committed
Definitions Update search
1 parent 23c5042 commit 03cd5e7

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

alsdkdefs/apis/search/search.v2.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ paths:
4343
description: A description of the error that occured
4444
parameters:
4545
- $ref: '#/components/parameters/search_type'
46-
- $ref: '#/components/parameters/execution_mode'
4746
- schema:
4847
type: array
4948
items:
@@ -633,18 +632,6 @@ components:
633632
- stats
634633
- submit_ts
635634
- update_ts
636-
ExecutionMode:
637-
type: string
638-
title: ExecutionMode
639-
enum:
640-
- shared
641-
- ecs
642-
description: |-
643-
The `execution_mode` describes how the user would like the search to execute (using Lambda and/or ECS).
644-
645-
- `shared` will force a search to execute using both Lambda and ECS resources.
646-
- `ecs` will force a search to execute using only ECS resources.
647-
default: shared
648635
ExternalDetailsAttribute:
649636
title: ExternalDetailsAttribute
650637
type: string
@@ -1134,11 +1121,6 @@ components:
11341121
maxLength: 9
11351122
required: true
11361123
description: The AIMS account ID
1137-
execution_mode:
1138-
name: execution_mode
1139-
in: query
1140-
schema:
1141-
$ref: '#/components/schemas/ExecutionMode'
11421124
search_type:
11431125
name: search_type
11441126
in: query

0 commit comments

Comments
 (0)