@aws-sdk/client-iotthingsgraph 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/IoTThingsGraph.d.ts +634 -180
  3. package/dist-types/ts3.4/IoTThingsGraphClient.d.ts +340 -108
  4. package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +38 -17
  6. package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +38 -17
  22. package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/index.d.ts +35 -35
  40. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  41. package/dist-types/ts3.4/index.d.ts +6 -6
  42. package/dist-types/ts3.4/models/IoTThingsGraphServiceException.d.ts +8 -6
  43. package/dist-types/ts3.4/models/index.d.ts +1 -1
  44. package/dist-types/ts3.4/models/models_0.d.ts +993 -897
  45. package/dist-types/ts3.4/pagination/GetFlowTemplateRevisionsPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/GetSystemTemplateRevisionsPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  48. package/dist-types/ts3.4/pagination/ListFlowExecutionMessagesPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/SearchEntitiesPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/SearchFlowExecutionsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/SearchFlowTemplatesPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/SearchSystemInstancesPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/SearchSystemTemplatesPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/SearchThingsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/index.d.ts +11 -11
  57. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +425 -107
  58. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  59. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  61. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  62. package/package.json +34 -34
@@ -1,107 +1,425 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AssociateEntityToThingCommandInput, AssociateEntityToThingCommandOutput } from "../commands/AssociateEntityToThingCommand";
4
- import { CreateFlowTemplateCommandInput, CreateFlowTemplateCommandOutput } from "../commands/CreateFlowTemplateCommand";
5
- import { CreateSystemInstanceCommandInput, CreateSystemInstanceCommandOutput } from "../commands/CreateSystemInstanceCommand";
6
- import { CreateSystemTemplateCommandInput, CreateSystemTemplateCommandOutput } from "../commands/CreateSystemTemplateCommand";
7
- import { DeleteFlowTemplateCommandInput, DeleteFlowTemplateCommandOutput } from "../commands/DeleteFlowTemplateCommand";
8
- import { DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput } from "../commands/DeleteNamespaceCommand";
9
- import { DeleteSystemInstanceCommandInput, DeleteSystemInstanceCommandOutput } from "../commands/DeleteSystemInstanceCommand";
10
- import { DeleteSystemTemplateCommandInput, DeleteSystemTemplateCommandOutput } from "../commands/DeleteSystemTemplateCommand";
11
- import { DeploySystemInstanceCommandInput, DeploySystemInstanceCommandOutput } from "../commands/DeploySystemInstanceCommand";
12
- import { DeprecateFlowTemplateCommandInput, DeprecateFlowTemplateCommandOutput } from "../commands/DeprecateFlowTemplateCommand";
13
- import { DeprecateSystemTemplateCommandInput, DeprecateSystemTemplateCommandOutput } from "../commands/DeprecateSystemTemplateCommand";
14
- import { DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput } from "../commands/DescribeNamespaceCommand";
15
- import { DissociateEntityFromThingCommandInput, DissociateEntityFromThingCommandOutput } from "../commands/DissociateEntityFromThingCommand";
16
- import { GetEntitiesCommandInput, GetEntitiesCommandOutput } from "../commands/GetEntitiesCommand";
17
- import { GetFlowTemplateCommandInput, GetFlowTemplateCommandOutput } from "../commands/GetFlowTemplateCommand";
18
- import { GetFlowTemplateRevisionsCommandInput, GetFlowTemplateRevisionsCommandOutput } from "../commands/GetFlowTemplateRevisionsCommand";
19
- import { GetNamespaceDeletionStatusCommandInput, GetNamespaceDeletionStatusCommandOutput } from "../commands/GetNamespaceDeletionStatusCommand";
20
- import { GetSystemInstanceCommandInput, GetSystemInstanceCommandOutput } from "../commands/GetSystemInstanceCommand";
21
- import { GetSystemTemplateCommandInput, GetSystemTemplateCommandOutput } from "../commands/GetSystemTemplateCommand";
22
- import { GetSystemTemplateRevisionsCommandInput, GetSystemTemplateRevisionsCommandOutput } from "../commands/GetSystemTemplateRevisionsCommand";
23
- import { GetUploadStatusCommandInput, GetUploadStatusCommandOutput } from "../commands/GetUploadStatusCommand";
24
- import { ListFlowExecutionMessagesCommandInput, ListFlowExecutionMessagesCommandOutput } from "../commands/ListFlowExecutionMessagesCommand";
25
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
26
- import { SearchEntitiesCommandInput, SearchEntitiesCommandOutput } from "../commands/SearchEntitiesCommand";
27
- import { SearchFlowExecutionsCommandInput, SearchFlowExecutionsCommandOutput } from "../commands/SearchFlowExecutionsCommand";
28
- import { SearchFlowTemplatesCommandInput, SearchFlowTemplatesCommandOutput } from "../commands/SearchFlowTemplatesCommand";
29
- import { SearchSystemInstancesCommandInput, SearchSystemInstancesCommandOutput } from "../commands/SearchSystemInstancesCommand";
30
- import { SearchSystemTemplatesCommandInput, SearchSystemTemplatesCommandOutput } from "../commands/SearchSystemTemplatesCommand";
31
- import { SearchThingsCommandInput, SearchThingsCommandOutput } from "../commands/SearchThingsCommand";
32
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
33
- import { UndeploySystemInstanceCommandInput, UndeploySystemInstanceCommandOutput } from "../commands/UndeploySystemInstanceCommand";
34
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
35
- import { UpdateFlowTemplateCommandInput, UpdateFlowTemplateCommandOutput } from "../commands/UpdateFlowTemplateCommand";
36
- import { UpdateSystemTemplateCommandInput, UpdateSystemTemplateCommandOutput } from "../commands/UpdateSystemTemplateCommand";
37
- import { UploadEntityDefinitionsCommandInput, UploadEntityDefinitionsCommandOutput } from "../commands/UploadEntityDefinitionsCommand";
38
- export declare const serializeAws_json1_1AssociateEntityToThingCommand: (input: AssociateEntityToThingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_json1_1CreateFlowTemplateCommand: (input: CreateFlowTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_json1_1CreateSystemInstanceCommand: (input: CreateSystemInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_json1_1CreateSystemTemplateCommand: (input: CreateSystemTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_json1_1DeleteFlowTemplateCommand: (input: DeleteFlowTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_json1_1DeleteNamespaceCommand: (input: DeleteNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_json1_1DeleteSystemInstanceCommand: (input: DeleteSystemInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_json1_1DeleteSystemTemplateCommand: (input: DeleteSystemTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_json1_1DeploySystemInstanceCommand: (input: DeploySystemInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_json1_1DeprecateFlowTemplateCommand: (input: DeprecateFlowTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_json1_1DeprecateSystemTemplateCommand: (input: DeprecateSystemTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_json1_1DescribeNamespaceCommand: (input: DescribeNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_json1_1DissociateEntityFromThingCommand: (input: DissociateEntityFromThingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_json1_1GetEntitiesCommand: (input: GetEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_json1_1GetFlowTemplateCommand: (input: GetFlowTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_json1_1GetFlowTemplateRevisionsCommand: (input: GetFlowTemplateRevisionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_json1_1GetNamespaceDeletionStatusCommand: (input: GetNamespaceDeletionStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_json1_1GetSystemInstanceCommand: (input: GetSystemInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_json1_1GetSystemTemplateCommand: (input: GetSystemTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_json1_1GetSystemTemplateRevisionsCommand: (input: GetSystemTemplateRevisionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_json1_1GetUploadStatusCommand: (input: GetUploadStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_json1_1ListFlowExecutionMessagesCommand: (input: ListFlowExecutionMessagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_json1_1SearchEntitiesCommand: (input: SearchEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_1SearchFlowExecutionsCommand: (input: SearchFlowExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_1SearchFlowTemplatesCommand: (input: SearchFlowTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_1SearchSystemInstancesCommand: (input: SearchSystemInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_1SearchSystemTemplatesCommand: (input: SearchSystemTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_1SearchThingsCommand: (input: SearchThingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1UndeploySystemInstanceCommand: (input: UndeploySystemInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1UpdateFlowTemplateCommand: (input: UpdateFlowTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1UpdateSystemTemplateCommand: (input: UpdateSystemTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1UploadEntityDefinitionsCommand: (input: UploadEntityDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const deserializeAws_json1_1AssociateEntityToThingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateEntityToThingCommandOutput>;
74
- export declare const deserializeAws_json1_1CreateFlowTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFlowTemplateCommandOutput>;
75
- export declare const deserializeAws_json1_1CreateSystemInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSystemInstanceCommandOutput>;
76
- export declare const deserializeAws_json1_1CreateSystemTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSystemTemplateCommandOutput>;
77
- export declare const deserializeAws_json1_1DeleteFlowTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFlowTemplateCommandOutput>;
78
- export declare const deserializeAws_json1_1DeleteNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNamespaceCommandOutput>;
79
- export declare const deserializeAws_json1_1DeleteSystemInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSystemInstanceCommandOutput>;
80
- export declare const deserializeAws_json1_1DeleteSystemTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSystemTemplateCommandOutput>;
81
- export declare const deserializeAws_json1_1DeploySystemInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeploySystemInstanceCommandOutput>;
82
- export declare const deserializeAws_json1_1DeprecateFlowTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeprecateFlowTemplateCommandOutput>;
83
- export declare const deserializeAws_json1_1DeprecateSystemTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeprecateSystemTemplateCommandOutput>;
84
- export declare const deserializeAws_json1_1DescribeNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNamespaceCommandOutput>;
85
- export declare const deserializeAws_json1_1DissociateEntityFromThingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DissociateEntityFromThingCommandOutput>;
86
- export declare const deserializeAws_json1_1GetEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEntitiesCommandOutput>;
87
- export declare const deserializeAws_json1_1GetFlowTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFlowTemplateCommandOutput>;
88
- export declare const deserializeAws_json1_1GetFlowTemplateRevisionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFlowTemplateRevisionsCommandOutput>;
89
- export declare const deserializeAws_json1_1GetNamespaceDeletionStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNamespaceDeletionStatusCommandOutput>;
90
- export declare const deserializeAws_json1_1GetSystemInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSystemInstanceCommandOutput>;
91
- export declare const deserializeAws_json1_1GetSystemTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSystemTemplateCommandOutput>;
92
- export declare const deserializeAws_json1_1GetSystemTemplateRevisionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSystemTemplateRevisionsCommandOutput>;
93
- export declare const deserializeAws_json1_1GetUploadStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUploadStatusCommandOutput>;
94
- export declare const deserializeAws_json1_1ListFlowExecutionMessagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFlowExecutionMessagesCommandOutput>;
95
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
96
- export declare const deserializeAws_json1_1SearchEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchEntitiesCommandOutput>;
97
- export declare const deserializeAws_json1_1SearchFlowExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchFlowExecutionsCommandOutput>;
98
- export declare const deserializeAws_json1_1SearchFlowTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchFlowTemplatesCommandOutput>;
99
- export declare const deserializeAws_json1_1SearchSystemInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchSystemInstancesCommandOutput>;
100
- export declare const deserializeAws_json1_1SearchSystemTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchSystemTemplatesCommandOutput>;
101
- export declare const deserializeAws_json1_1SearchThingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchThingsCommandOutput>;
102
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
103
- export declare const deserializeAws_json1_1UndeploySystemInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UndeploySystemInstanceCommandOutput>;
104
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
105
- export declare const deserializeAws_json1_1UpdateFlowTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFlowTemplateCommandOutput>;
106
- export declare const deserializeAws_json1_1UpdateSystemTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSystemTemplateCommandOutput>;
107
- export declare const deserializeAws_json1_1UploadEntityDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UploadEntityDefinitionsCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AssociateEntityToThingCommandInput,
8
+ AssociateEntityToThingCommandOutput,
9
+ } from "../commands/AssociateEntityToThingCommand";
10
+ import {
11
+ CreateFlowTemplateCommandInput,
12
+ CreateFlowTemplateCommandOutput,
13
+ } from "../commands/CreateFlowTemplateCommand";
14
+ import {
15
+ CreateSystemInstanceCommandInput,
16
+ CreateSystemInstanceCommandOutput,
17
+ } from "../commands/CreateSystemInstanceCommand";
18
+ import {
19
+ CreateSystemTemplateCommandInput,
20
+ CreateSystemTemplateCommandOutput,
21
+ } from "../commands/CreateSystemTemplateCommand";
22
+ import {
23
+ DeleteFlowTemplateCommandInput,
24
+ DeleteFlowTemplateCommandOutput,
25
+ } from "../commands/DeleteFlowTemplateCommand";
26
+ import {
27
+ DeleteNamespaceCommandInput,
28
+ DeleteNamespaceCommandOutput,
29
+ } from "../commands/DeleteNamespaceCommand";
30
+ import {
31
+ DeleteSystemInstanceCommandInput,
32
+ DeleteSystemInstanceCommandOutput,
33
+ } from "../commands/DeleteSystemInstanceCommand";
34
+ import {
35
+ DeleteSystemTemplateCommandInput,
36
+ DeleteSystemTemplateCommandOutput,
37
+ } from "../commands/DeleteSystemTemplateCommand";
38
+ import {
39
+ DeploySystemInstanceCommandInput,
40
+ DeploySystemInstanceCommandOutput,
41
+ } from "../commands/DeploySystemInstanceCommand";
42
+ import {
43
+ DeprecateFlowTemplateCommandInput,
44
+ DeprecateFlowTemplateCommandOutput,
45
+ } from "../commands/DeprecateFlowTemplateCommand";
46
+ import {
47
+ DeprecateSystemTemplateCommandInput,
48
+ DeprecateSystemTemplateCommandOutput,
49
+ } from "../commands/DeprecateSystemTemplateCommand";
50
+ import {
51
+ DescribeNamespaceCommandInput,
52
+ DescribeNamespaceCommandOutput,
53
+ } from "../commands/DescribeNamespaceCommand";
54
+ import {
55
+ DissociateEntityFromThingCommandInput,
56
+ DissociateEntityFromThingCommandOutput,
57
+ } from "../commands/DissociateEntityFromThingCommand";
58
+ import {
59
+ GetEntitiesCommandInput,
60
+ GetEntitiesCommandOutput,
61
+ } from "../commands/GetEntitiesCommand";
62
+ import {
63
+ GetFlowTemplateCommandInput,
64
+ GetFlowTemplateCommandOutput,
65
+ } from "../commands/GetFlowTemplateCommand";
66
+ import {
67
+ GetFlowTemplateRevisionsCommandInput,
68
+ GetFlowTemplateRevisionsCommandOutput,
69
+ } from "../commands/GetFlowTemplateRevisionsCommand";
70
+ import {
71
+ GetNamespaceDeletionStatusCommandInput,
72
+ GetNamespaceDeletionStatusCommandOutput,
73
+ } from "../commands/GetNamespaceDeletionStatusCommand";
74
+ import {
75
+ GetSystemInstanceCommandInput,
76
+ GetSystemInstanceCommandOutput,
77
+ } from "../commands/GetSystemInstanceCommand";
78
+ import {
79
+ GetSystemTemplateCommandInput,
80
+ GetSystemTemplateCommandOutput,
81
+ } from "../commands/GetSystemTemplateCommand";
82
+ import {
83
+ GetSystemTemplateRevisionsCommandInput,
84
+ GetSystemTemplateRevisionsCommandOutput,
85
+ } from "../commands/GetSystemTemplateRevisionsCommand";
86
+ import {
87
+ GetUploadStatusCommandInput,
88
+ GetUploadStatusCommandOutput,
89
+ } from "../commands/GetUploadStatusCommand";
90
+ import {
91
+ ListFlowExecutionMessagesCommandInput,
92
+ ListFlowExecutionMessagesCommandOutput,
93
+ } from "../commands/ListFlowExecutionMessagesCommand";
94
+ import {
95
+ ListTagsForResourceCommandInput,
96
+ ListTagsForResourceCommandOutput,
97
+ } from "../commands/ListTagsForResourceCommand";
98
+ import {
99
+ SearchEntitiesCommandInput,
100
+ SearchEntitiesCommandOutput,
101
+ } from "../commands/SearchEntitiesCommand";
102
+ import {
103
+ SearchFlowExecutionsCommandInput,
104
+ SearchFlowExecutionsCommandOutput,
105
+ } from "../commands/SearchFlowExecutionsCommand";
106
+ import {
107
+ SearchFlowTemplatesCommandInput,
108
+ SearchFlowTemplatesCommandOutput,
109
+ } from "../commands/SearchFlowTemplatesCommand";
110
+ import {
111
+ SearchSystemInstancesCommandInput,
112
+ SearchSystemInstancesCommandOutput,
113
+ } from "../commands/SearchSystemInstancesCommand";
114
+ import {
115
+ SearchSystemTemplatesCommandInput,
116
+ SearchSystemTemplatesCommandOutput,
117
+ } from "../commands/SearchSystemTemplatesCommand";
118
+ import {
119
+ SearchThingsCommandInput,
120
+ SearchThingsCommandOutput,
121
+ } from "../commands/SearchThingsCommand";
122
+ import {
123
+ TagResourceCommandInput,
124
+ TagResourceCommandOutput,
125
+ } from "../commands/TagResourceCommand";
126
+ import {
127
+ UndeploySystemInstanceCommandInput,
128
+ UndeploySystemInstanceCommandOutput,
129
+ } from "../commands/UndeploySystemInstanceCommand";
130
+ import {
131
+ UntagResourceCommandInput,
132
+ UntagResourceCommandOutput,
133
+ } from "../commands/UntagResourceCommand";
134
+ import {
135
+ UpdateFlowTemplateCommandInput,
136
+ UpdateFlowTemplateCommandOutput,
137
+ } from "../commands/UpdateFlowTemplateCommand";
138
+ import {
139
+ UpdateSystemTemplateCommandInput,
140
+ UpdateSystemTemplateCommandOutput,
141
+ } from "../commands/UpdateSystemTemplateCommand";
142
+ import {
143
+ UploadEntityDefinitionsCommandInput,
144
+ UploadEntityDefinitionsCommandOutput,
145
+ } from "../commands/UploadEntityDefinitionsCommand";
146
+ export declare const serializeAws_json1_1AssociateEntityToThingCommand: (
147
+ input: AssociateEntityToThingCommandInput,
148
+ context: __SerdeContext
149
+ ) => Promise<__HttpRequest>;
150
+ export declare const serializeAws_json1_1CreateFlowTemplateCommand: (
151
+ input: CreateFlowTemplateCommandInput,
152
+ context: __SerdeContext
153
+ ) => Promise<__HttpRequest>;
154
+ export declare const serializeAws_json1_1CreateSystemInstanceCommand: (
155
+ input: CreateSystemInstanceCommandInput,
156
+ context: __SerdeContext
157
+ ) => Promise<__HttpRequest>;
158
+ export declare const serializeAws_json1_1CreateSystemTemplateCommand: (
159
+ input: CreateSystemTemplateCommandInput,
160
+ context: __SerdeContext
161
+ ) => Promise<__HttpRequest>;
162
+ export declare const serializeAws_json1_1DeleteFlowTemplateCommand: (
163
+ input: DeleteFlowTemplateCommandInput,
164
+ context: __SerdeContext
165
+ ) => Promise<__HttpRequest>;
166
+ export declare const serializeAws_json1_1DeleteNamespaceCommand: (
167
+ input: DeleteNamespaceCommandInput,
168
+ context: __SerdeContext
169
+ ) => Promise<__HttpRequest>;
170
+ export declare const serializeAws_json1_1DeleteSystemInstanceCommand: (
171
+ input: DeleteSystemInstanceCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_json1_1DeleteSystemTemplateCommand: (
175
+ input: DeleteSystemTemplateCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_json1_1DeploySystemInstanceCommand: (
179
+ input: DeploySystemInstanceCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_json1_1DeprecateFlowTemplateCommand: (
183
+ input: DeprecateFlowTemplateCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_json1_1DeprecateSystemTemplateCommand: (
187
+ input: DeprecateSystemTemplateCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_json1_1DescribeNamespaceCommand: (
191
+ input: DescribeNamespaceCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_json1_1DissociateEntityFromThingCommand: (
195
+ input: DissociateEntityFromThingCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_json1_1GetEntitiesCommand: (
199
+ input: GetEntitiesCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_json1_1GetFlowTemplateCommand: (
203
+ input: GetFlowTemplateCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_json1_1GetFlowTemplateRevisionsCommand: (
207
+ input: GetFlowTemplateRevisionsCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_json1_1GetNamespaceDeletionStatusCommand: (
211
+ input: GetNamespaceDeletionStatusCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_json1_1GetSystemInstanceCommand: (
215
+ input: GetSystemInstanceCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_json1_1GetSystemTemplateCommand: (
219
+ input: GetSystemTemplateCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_json1_1GetSystemTemplateRevisionsCommand: (
223
+ input: GetSystemTemplateRevisionsCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_json1_1GetUploadStatusCommand: (
227
+ input: GetUploadStatusCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_json1_1ListFlowExecutionMessagesCommand: (
231
+ input: ListFlowExecutionMessagesCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (
235
+ input: ListTagsForResourceCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_json1_1SearchEntitiesCommand: (
239
+ input: SearchEntitiesCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_json1_1SearchFlowExecutionsCommand: (
243
+ input: SearchFlowExecutionsCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_json1_1SearchFlowTemplatesCommand: (
247
+ input: SearchFlowTemplatesCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_json1_1SearchSystemInstancesCommand: (
251
+ input: SearchSystemInstancesCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_json1_1SearchSystemTemplatesCommand: (
255
+ input: SearchSystemTemplatesCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_json1_1SearchThingsCommand: (
259
+ input: SearchThingsCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_json1_1TagResourceCommand: (
263
+ input: TagResourceCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_json1_1UndeploySystemInstanceCommand: (
267
+ input: UndeploySystemInstanceCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_json1_1UntagResourceCommand: (
271
+ input: UntagResourceCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_json1_1UpdateFlowTemplateCommand: (
275
+ input: UpdateFlowTemplateCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_json1_1UpdateSystemTemplateCommand: (
279
+ input: UpdateSystemTemplateCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_json1_1UploadEntityDefinitionsCommand: (
283
+ input: UploadEntityDefinitionsCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const deserializeAws_json1_1AssociateEntityToThingCommand: (
287
+ output: __HttpResponse,
288
+ context: __SerdeContext
289
+ ) => Promise<AssociateEntityToThingCommandOutput>;
290
+ export declare const deserializeAws_json1_1CreateFlowTemplateCommand: (
291
+ output: __HttpResponse,
292
+ context: __SerdeContext
293
+ ) => Promise<CreateFlowTemplateCommandOutput>;
294
+ export declare const deserializeAws_json1_1CreateSystemInstanceCommand: (
295
+ output: __HttpResponse,
296
+ context: __SerdeContext
297
+ ) => Promise<CreateSystemInstanceCommandOutput>;
298
+ export declare const deserializeAws_json1_1CreateSystemTemplateCommand: (
299
+ output: __HttpResponse,
300
+ context: __SerdeContext
301
+ ) => Promise<CreateSystemTemplateCommandOutput>;
302
+ export declare const deserializeAws_json1_1DeleteFlowTemplateCommand: (
303
+ output: __HttpResponse,
304
+ context: __SerdeContext
305
+ ) => Promise<DeleteFlowTemplateCommandOutput>;
306
+ export declare const deserializeAws_json1_1DeleteNamespaceCommand: (
307
+ output: __HttpResponse,
308
+ context: __SerdeContext
309
+ ) => Promise<DeleteNamespaceCommandOutput>;
310
+ export declare const deserializeAws_json1_1DeleteSystemInstanceCommand: (
311
+ output: __HttpResponse,
312
+ context: __SerdeContext
313
+ ) => Promise<DeleteSystemInstanceCommandOutput>;
314
+ export declare const deserializeAws_json1_1DeleteSystemTemplateCommand: (
315
+ output: __HttpResponse,
316
+ context: __SerdeContext
317
+ ) => Promise<DeleteSystemTemplateCommandOutput>;
318
+ export declare const deserializeAws_json1_1DeploySystemInstanceCommand: (
319
+ output: __HttpResponse,
320
+ context: __SerdeContext
321
+ ) => Promise<DeploySystemInstanceCommandOutput>;
322
+ export declare const deserializeAws_json1_1DeprecateFlowTemplateCommand: (
323
+ output: __HttpResponse,
324
+ context: __SerdeContext
325
+ ) => Promise<DeprecateFlowTemplateCommandOutput>;
326
+ export declare const deserializeAws_json1_1DeprecateSystemTemplateCommand: (
327
+ output: __HttpResponse,
328
+ context: __SerdeContext
329
+ ) => Promise<DeprecateSystemTemplateCommandOutput>;
330
+ export declare const deserializeAws_json1_1DescribeNamespaceCommand: (
331
+ output: __HttpResponse,
332
+ context: __SerdeContext
333
+ ) => Promise<DescribeNamespaceCommandOutput>;
334
+ export declare const deserializeAws_json1_1DissociateEntityFromThingCommand: (
335
+ output: __HttpResponse,
336
+ context: __SerdeContext
337
+ ) => Promise<DissociateEntityFromThingCommandOutput>;
338
+ export declare const deserializeAws_json1_1GetEntitiesCommand: (
339
+ output: __HttpResponse,
340
+ context: __SerdeContext
341
+ ) => Promise<GetEntitiesCommandOutput>;
342
+ export declare const deserializeAws_json1_1GetFlowTemplateCommand: (
343
+ output: __HttpResponse,
344
+ context: __SerdeContext
345
+ ) => Promise<GetFlowTemplateCommandOutput>;
346
+ export declare const deserializeAws_json1_1GetFlowTemplateRevisionsCommand: (
347
+ output: __HttpResponse,
348
+ context: __SerdeContext
349
+ ) => Promise<GetFlowTemplateRevisionsCommandOutput>;
350
+ export declare const deserializeAws_json1_1GetNamespaceDeletionStatusCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<GetNamespaceDeletionStatusCommandOutput>;
354
+ export declare const deserializeAws_json1_1GetSystemInstanceCommand: (
355
+ output: __HttpResponse,
356
+ context: __SerdeContext
357
+ ) => Promise<GetSystemInstanceCommandOutput>;
358
+ export declare const deserializeAws_json1_1GetSystemTemplateCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<GetSystemTemplateCommandOutput>;
362
+ export declare const deserializeAws_json1_1GetSystemTemplateRevisionsCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<GetSystemTemplateRevisionsCommandOutput>;
366
+ export declare const deserializeAws_json1_1GetUploadStatusCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<GetUploadStatusCommandOutput>;
370
+ export declare const deserializeAws_json1_1ListFlowExecutionMessagesCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<ListFlowExecutionMessagesCommandOutput>;
374
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<ListTagsForResourceCommandOutput>;
378
+ export declare const deserializeAws_json1_1SearchEntitiesCommand: (
379
+ output: __HttpResponse,
380
+ context: __SerdeContext
381
+ ) => Promise<SearchEntitiesCommandOutput>;
382
+ export declare const deserializeAws_json1_1SearchFlowExecutionsCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<SearchFlowExecutionsCommandOutput>;
386
+ export declare const deserializeAws_json1_1SearchFlowTemplatesCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<SearchFlowTemplatesCommandOutput>;
390
+ export declare const deserializeAws_json1_1SearchSystemInstancesCommand: (
391
+ output: __HttpResponse,
392
+ context: __SerdeContext
393
+ ) => Promise<SearchSystemInstancesCommandOutput>;
394
+ export declare const deserializeAws_json1_1SearchSystemTemplatesCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<SearchSystemTemplatesCommandOutput>;
398
+ export declare const deserializeAws_json1_1SearchThingsCommand: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<SearchThingsCommandOutput>;
402
+ export declare const deserializeAws_json1_1TagResourceCommand: (
403
+ output: __HttpResponse,
404
+ context: __SerdeContext
405
+ ) => Promise<TagResourceCommandOutput>;
406
+ export declare const deserializeAws_json1_1UndeploySystemInstanceCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<UndeploySystemInstanceCommandOutput>;
410
+ export declare const deserializeAws_json1_1UntagResourceCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<UntagResourceCommandOutput>;
414
+ export declare const deserializeAws_json1_1UpdateFlowTemplateCommand: (
415
+ output: __HttpResponse,
416
+ context: __SerdeContext
417
+ ) => Promise<UpdateFlowTemplateCommandOutput>;
418
+ export declare const deserializeAws_json1_1UpdateSystemTemplateCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<UpdateSystemTemplateCommandOutput>;
422
+ export declare const deserializeAws_json1_1UploadEntityDefinitionsCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<UploadEntityDefinitionsCommandOutput>;