Skip to content

Commit af9b948

Browse files
committed
Merge branch 'feature/PI-557-remove_search_device' into release/2024-10-22
2 parents b14835c + 9ce7812 commit af9b948

File tree

16 files changed

+2824
-2876
lines changed

16 files changed

+2824
-2876
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
rev: v1.4.0
55
hooks:
66
- id: detect-secrets
7-
exclude: ".pre-commit-config.yaml|infrastructure/localstack/provider.tf|src/api/searchDevice/src/data/response.py|src/etl/sds/tests/changelog"
7+
exclude: ".pre-commit-config.yaml|infrastructure/localstack/provider.tf|src/etl/sds/tests/changelog"
88

99
- repo: https://github.com/prettier/pre-commit
1010
rev: 57f39166b5a5a504d6808b87ab98d41ebf095b46

docs/public_swagger/swagger.yaml

Lines changed: 2821 additions & 0 deletions
Large diffs are not rendered by default.

infrastructure/swagger/05_paths.yaml

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,6 @@ paths:
9797
description: logical identifier
9898
schema:
9999
type: string
100-
- $ref: "#/components/parameters/profileParam"
101-
- $ref: "#/components/parameters/lastUpdatedParam"
102-
- $ref: "#/components/parameters/tagParam"
103-
- $ref: "#/components/parameters/securityParam"
104-
- $ref: "#/components/parameters/sourceParam"
105-
- $ref: "#/components/parameters/idParam"
106100
- *RequestHeaderVersion
107101
- *RequestHeaderRequestId
108102
- *RequestHeaderCorrelationId
@@ -129,12 +123,6 @@ paths:
129123
description: logical identifier
130124
schema:
131125
type: string
132-
- $ref: "#/components/parameters/profileParam"
133-
- $ref: "#/components/parameters/lastUpdatedParam"
134-
- $ref: "#/components/parameters/tagParam"
135-
- $ref: "#/components/parameters/securityParam"
136-
- $ref: "#/components/parameters/sourceParam"
137-
- $ref: "#/components/parameters/idParam"
138126
- *RequestHeaderVersion
139127
- *RequestHeaderRequestId
140128
- *RequestHeaderCorrelationId
@@ -311,35 +299,6 @@ paths:
311299
security:
312300
- ${authoriser_name}: []
313301
- app-level0: []
314-
get:
315-
parameters:
316-
- name: device_type
317-
in: query
318-
required: true
319-
description: "Type of device (product or endpoint)"
320-
schema:
321-
type: string
322-
enum:
323-
- product
324-
- endpoint
325-
- $ref: "#/components/parameters/profileParam"
326-
- $ref: "#/components/parameters/lastUpdatedParam"
327-
- $ref: "#/components/parameters/tagParam"
328-
- $ref: "#/components/parameters/securityParam"
329-
- $ref: "#/components/parameters/sourceParam"
330-
- $ref: "#/components/parameters/idParam"
331-
- *RequestHeaderVersion
332-
- *RequestHeaderRequestId
333-
- *RequestHeaderCorrelationId
334-
responses:
335-
"4XX":
336-
<<: *Response4XX
337-
x-amazon-apigateway-integration:
338-
<<: *ApiGatewayIntegration
339-
uri: ${method_searchDevice}
340-
security:
341-
- ${authoriser_name}: []
342-
- app-level0: []
343302

344303
/ProductTeam/{product_team_id}/Product/{product_id}/DeviceReferenceData:
345304
post:
@@ -474,12 +433,6 @@ paths:
474433
description: "Party Key"
475434
schema:
476435
type: string
477-
- $ref: "#/components/parameters/profileParam"
478-
- $ref: "#/components/parameters/lastUpdatedParam"
479-
- $ref: "#/components/parameters/tagParam"
480-
- $ref: "#/components/parameters/securityParam"
481-
- $ref: "#/components/parameters/sourceParam"
482-
- $ref: "#/components/parameters/idParam"
483436
- *RequestHeaderVersion
484437
- *RequestHeaderRequestId
485438
- *RequestHeaderCorrelationId
@@ -522,12 +475,6 @@ paths:
522475
description: "Party Key"
523476
schema:
524477
type: string
525-
- $ref: "#/components/parameters/profileParam"
526-
- $ref: "#/components/parameters/lastUpdatedParam"
527-
- $ref: "#/components/parameters/tagParam"
528-
- $ref: "#/components/parameters/securityParam"
529-
- $ref: "#/components/parameters/sourceParam"
530-
- $ref: "#/components/parameters/idParam"
531478
- *RequestHeaderVersion
532479
- *RequestHeaderRequestId
533480
- *RequestHeaderCorrelationId

src/api/searchDevice/index.py

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/api/searchDevice/make/make.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/api/searchDevice/policies/dynamodb.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/api/searchDevice/policies/kms.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)