@aws-sdk/client-iotthingsgraph 3.650.0 → 3.654.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 (71) hide show
  1. package/dist-types/commands/AssociateEntityToThingCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateFlowTemplateCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateSystemInstanceCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateSystemTemplateCommand.d.ts +11 -0
  5. package/dist-types/commands/DeleteFlowTemplateCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteNamespaceCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteSystemInstanceCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteSystemTemplateCommand.d.ts +11 -0
  9. package/dist-types/commands/DeploySystemInstanceCommand.d.ts +11 -0
  10. package/dist-types/commands/DeprecateFlowTemplateCommand.d.ts +11 -0
  11. package/dist-types/commands/DeprecateSystemTemplateCommand.d.ts +11 -0
  12. package/dist-types/commands/DescribeNamespaceCommand.d.ts +11 -0
  13. package/dist-types/commands/DissociateEntityFromThingCommand.d.ts +11 -0
  14. package/dist-types/commands/GetEntitiesCommand.d.ts +11 -0
  15. package/dist-types/commands/GetFlowTemplateCommand.d.ts +11 -0
  16. package/dist-types/commands/GetFlowTemplateRevisionsCommand.d.ts +11 -0
  17. package/dist-types/commands/GetNamespaceDeletionStatusCommand.d.ts +11 -0
  18. package/dist-types/commands/GetSystemInstanceCommand.d.ts +11 -0
  19. package/dist-types/commands/GetSystemTemplateCommand.d.ts +11 -0
  20. package/dist-types/commands/GetSystemTemplateRevisionsCommand.d.ts +11 -0
  21. package/dist-types/commands/GetUploadStatusCommand.d.ts +11 -0
  22. package/dist-types/commands/ListFlowExecutionMessagesCommand.d.ts +11 -0
  23. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  24. package/dist-types/commands/SearchEntitiesCommand.d.ts +11 -0
  25. package/dist-types/commands/SearchFlowExecutionsCommand.d.ts +11 -0
  26. package/dist-types/commands/SearchFlowTemplatesCommand.d.ts +11 -0
  27. package/dist-types/commands/SearchSystemInstancesCommand.d.ts +11 -0
  28. package/dist-types/commands/SearchSystemTemplatesCommand.d.ts +11 -0
  29. package/dist-types/commands/SearchThingsCommand.d.ts +11 -0
  30. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  31. package/dist-types/commands/UndeploySystemInstanceCommand.d.ts +11 -0
  32. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  33. package/dist-types/commands/UpdateFlowTemplateCommand.d.ts +11 -0
  34. package/dist-types/commands/UpdateSystemTemplateCommand.d.ts +11 -0
  35. package/dist-types/commands/UploadEntityDefinitionsCommand.d.ts +11 -0
  36. package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +12 -1
  71. package/package.json +35 -35
@@ -72,4 +72,15 @@ declare const AssociateEntityToThingCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class AssociateEntityToThingCommand extends AssociateEntityToThingCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: AssociateEntityToThingRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: AssociateEntityToThingCommandInput;
83
+ output: AssociateEntityToThingCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -85,4 +85,15 @@ declare const CreateFlowTemplateCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class CreateFlowTemplateCommand extends CreateFlowTemplateCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: CreateFlowTemplateRequest;
92
+ output: CreateFlowTemplateResponse;
93
+ };
94
+ sdk: {
95
+ input: CreateFlowTemplateCommandInput;
96
+ output: CreateFlowTemplateCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -109,4 +109,15 @@ declare const CreateSystemInstanceCommand_base: {
109
109
  * @public
110
110
  */
111
111
  export declare class CreateSystemInstanceCommand extends CreateSystemInstanceCommand_base {
112
+ /** @internal type navigation helper, not in runtime. */
113
+ protected static __types: {
114
+ api: {
115
+ input: CreateSystemInstanceRequest;
116
+ output: CreateSystemInstanceResponse;
117
+ };
118
+ sdk: {
119
+ input: CreateSystemInstanceCommandInput;
120
+ output: CreateSystemInstanceCommandOutput;
121
+ };
122
+ };
112
123
  }
@@ -81,4 +81,15 @@ declare const CreateSystemTemplateCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class CreateSystemTemplateCommand extends CreateSystemTemplateCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: CreateSystemTemplateRequest;
88
+ output: CreateSystemTemplateResponse;
89
+ };
90
+ sdk: {
91
+ input: CreateSystemTemplateCommandInput;
92
+ output: CreateSystemTemplateCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -70,4 +70,15 @@ declare const DeleteFlowTemplateCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class DeleteFlowTemplateCommand extends DeleteFlowTemplateCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: DeleteFlowTemplateRequest;
77
+ output: {};
78
+ };
79
+ sdk: {
80
+ input: DeleteFlowTemplateCommandInput;
81
+ output: DeleteFlowTemplateCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -65,4 +65,15 @@ declare const DeleteNamespaceCommand_base: {
65
65
  * @public
66
66
  */
67
67
  export declare class DeleteNamespaceCommand extends DeleteNamespaceCommand_base {
68
+ /** @internal type navigation helper, not in runtime. */
69
+ protected static __types: {
70
+ api: {
71
+ input: {};
72
+ output: DeleteNamespaceResponse;
73
+ };
74
+ sdk: {
75
+ input: DeleteNamespaceCommandInput;
76
+ output: DeleteNamespaceCommandOutput;
77
+ };
78
+ };
68
79
  }
@@ -71,4 +71,15 @@ declare const DeleteSystemInstanceCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class DeleteSystemInstanceCommand extends DeleteSystemInstanceCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DeleteSystemInstanceRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: DeleteSystemInstanceCommandInput;
82
+ output: DeleteSystemInstanceCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -70,4 +70,15 @@ declare const DeleteSystemTemplateCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class DeleteSystemTemplateCommand extends DeleteSystemTemplateCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: DeleteSystemTemplateRequest;
77
+ output: {};
78
+ };
79
+ sdk: {
80
+ input: DeleteSystemTemplateCommandInput;
81
+ output: DeleteSystemTemplateCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -96,4 +96,15 @@ declare const DeploySystemInstanceCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class DeploySystemInstanceCommand extends DeploySystemInstanceCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: DeploySystemInstanceRequest;
103
+ output: DeploySystemInstanceResponse;
104
+ };
105
+ sdk: {
106
+ input: DeploySystemInstanceCommandInput;
107
+ output: DeploySystemInstanceCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -69,4 +69,15 @@ declare const DeprecateFlowTemplateCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class DeprecateFlowTemplateCommand extends DeprecateFlowTemplateCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: DeprecateFlowTemplateRequest;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: DeprecateFlowTemplateCommandInput;
80
+ output: DeprecateFlowTemplateCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -69,4 +69,15 @@ declare const DeprecateSystemTemplateCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class DeprecateSystemTemplateCommand extends DeprecateSystemTemplateCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: DeprecateSystemTemplateRequest;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: DeprecateSystemTemplateCommandInput;
80
+ output: DeprecateSystemTemplateCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -75,4 +75,15 @@ declare const DescribeNamespaceCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class DescribeNamespaceCommand extends DescribeNamespaceCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: DescribeNamespaceRequest;
82
+ output: DescribeNamespaceResponse;
83
+ };
84
+ sdk: {
85
+ input: DescribeNamespaceCommandInput;
86
+ output: DescribeNamespaceCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -71,4 +71,15 @@ declare const DissociateEntityFromThingCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class DissociateEntityFromThingCommand extends DissociateEntityFromThingCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DissociateEntityFromThingRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: DissociateEntityFromThingCommandInput;
82
+ output: DissociateEntityFromThingCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -116,4 +116,15 @@ declare const GetEntitiesCommand_base: {
116
116
  * @public
117
117
  */
118
118
  export declare class GetEntitiesCommand extends GetEntitiesCommand_base {
119
+ /** @internal type navigation helper, not in runtime. */
120
+ protected static __types: {
121
+ api: {
122
+ input: GetEntitiesRequest;
123
+ output: GetEntitiesResponse;
124
+ };
125
+ sdk: {
126
+ input: GetEntitiesCommandInput;
127
+ output: GetEntitiesCommandOutput;
128
+ };
129
+ };
119
130
  }
@@ -84,4 +84,15 @@ declare const GetFlowTemplateCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class GetFlowTemplateCommand extends GetFlowTemplateCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: GetFlowTemplateRequest;
91
+ output: GetFlowTemplateResponse;
92
+ };
93
+ sdk: {
94
+ input: GetFlowTemplateCommandInput;
95
+ output: GetFlowTemplateCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -82,4 +82,15 @@ declare const GetFlowTemplateRevisionsCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class GetFlowTemplateRevisionsCommand extends GetFlowTemplateRevisionsCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: GetFlowTemplateRevisionsRequest;
89
+ output: GetFlowTemplateRevisionsResponse;
90
+ };
91
+ sdk: {
92
+ input: GetFlowTemplateRevisionsCommandInput;
93
+ output: GetFlowTemplateRevisionsCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -70,4 +70,15 @@ declare const GetNamespaceDeletionStatusCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class GetNamespaceDeletionStatusCommand extends GetNamespaceDeletionStatusCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: {};
77
+ output: GetNamespaceDeletionStatusResponse;
78
+ };
79
+ sdk: {
80
+ input: GetNamespaceDeletionStatusCommandInput;
81
+ output: GetNamespaceDeletionStatusCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -100,4 +100,15 @@ declare const GetSystemInstanceCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class GetSystemInstanceCommand extends GetSystemInstanceCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: GetSystemInstanceRequest;
107
+ output: GetSystemInstanceResponse;
108
+ };
109
+ sdk: {
110
+ input: GetSystemInstanceCommandInput;
111
+ output: GetSystemInstanceCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -84,4 +84,15 @@ declare const GetSystemTemplateCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class GetSystemTemplateCommand extends GetSystemTemplateCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: GetSystemTemplateRequest;
91
+ output: GetSystemTemplateResponse;
92
+ };
93
+ sdk: {
94
+ input: GetSystemTemplateCommandInput;
95
+ output: GetSystemTemplateCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -82,4 +82,15 @@ declare const GetSystemTemplateRevisionsCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class GetSystemTemplateRevisionsCommand extends GetSystemTemplateRevisionsCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: GetSystemTemplateRevisionsRequest;
89
+ output: GetSystemTemplateRevisionsResponse;
90
+ };
91
+ sdk: {
92
+ input: GetSystemTemplateRevisionsCommandInput;
93
+ output: GetSystemTemplateRevisionsCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -79,4 +79,15 @@ declare const GetUploadStatusCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class GetUploadStatusCommand extends GetUploadStatusCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: GetUploadStatusRequest;
86
+ output: GetUploadStatusResponse;
87
+ };
88
+ sdk: {
89
+ input: GetUploadStatusCommandInput;
90
+ output: GetUploadStatusCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -81,4 +81,15 @@ declare const ListFlowExecutionMessagesCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class ListFlowExecutionMessagesCommand extends ListFlowExecutionMessagesCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListFlowExecutionMessagesRequest;
88
+ output: ListFlowExecutionMessagesResponse;
89
+ };
90
+ sdk: {
91
+ input: ListFlowExecutionMessagesCommandInput;
92
+ output: ListFlowExecutionMessagesCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -79,4 +79,15 @@ declare const ListTagsForResourceCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: ListTagsForResourceRequest;
86
+ output: ListTagsForResourceResponse;
87
+ };
88
+ sdk: {
89
+ input: ListTagsForResourceCommandInput;
90
+ output: ListTagsForResourceCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -93,4 +93,15 @@ declare const SearchEntitiesCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class SearchEntitiesCommand extends SearchEntitiesCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: SearchEntitiesRequest;
100
+ output: SearchEntitiesResponse;
101
+ };
102
+ sdk: {
103
+ input: SearchEntitiesCommandInput;
104
+ output: SearchEntitiesCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -86,4 +86,15 @@ declare const SearchFlowExecutionsCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class SearchFlowExecutionsCommand extends SearchFlowExecutionsCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: SearchFlowExecutionsRequest;
93
+ output: SearchFlowExecutionsResponse;
94
+ };
95
+ sdk: {
96
+ input: SearchFlowExecutionsCommandInput;
97
+ output: SearchFlowExecutionsCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -85,4 +85,15 @@ declare const SearchFlowTemplatesCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class SearchFlowTemplatesCommand extends SearchFlowTemplatesCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: SearchFlowTemplatesRequest;
92
+ output: SearchFlowTemplatesResponse;
93
+ };
94
+ sdk: {
95
+ input: SearchFlowTemplatesCommandInput;
96
+ output: SearchFlowTemplatesCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -90,4 +90,15 @@ declare const SearchSystemInstancesCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class SearchSystemInstancesCommand extends SearchSystemInstancesCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: SearchSystemInstancesRequest;
97
+ output: SearchSystemInstancesResponse;
98
+ };
99
+ sdk: {
100
+ input: SearchSystemInstancesCommandInput;
101
+ output: SearchSystemInstancesCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -85,4 +85,15 @@ declare const SearchSystemTemplatesCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class SearchSystemTemplatesCommand extends SearchSystemTemplatesCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: SearchSystemTemplatesRequest;
92
+ output: SearchSystemTemplatesResponse;
93
+ };
94
+ sdk: {
95
+ input: SearchSystemTemplatesCommandInput;
96
+ output: SearchSystemTemplatesCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -83,4 +83,15 @@ declare const SearchThingsCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class SearchThingsCommand extends SearchThingsCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: SearchThingsRequest;
90
+ output: SearchThingsResponse;
91
+ };
92
+ sdk: {
93
+ input: SearchThingsCommandInput;
94
+ output: SearchThingsCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -75,4 +75,15 @@ declare const TagResourceCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class TagResourceCommand extends TagResourceCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: TagResourceRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: TagResourceCommandInput;
86
+ output: TagResourceCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -84,4 +84,15 @@ declare const UndeploySystemInstanceCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class UndeploySystemInstanceCommand extends UndeploySystemInstanceCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: UndeploySystemInstanceRequest;
91
+ output: UndeploySystemInstanceResponse;
92
+ };
93
+ sdk: {
94
+ input: UndeploySystemInstanceCommandInput;
95
+ output: UndeploySystemInstanceCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -72,4 +72,15 @@ declare const UntagResourceCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: UntagResourceRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: UntagResourceCommandInput;
83
+ output: UntagResourceCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -82,4 +82,15 @@ declare const UpdateFlowTemplateCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class UpdateFlowTemplateCommand extends UpdateFlowTemplateCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: UpdateFlowTemplateRequest;
89
+ output: UpdateFlowTemplateResponse;
90
+ };
91
+ sdk: {
92
+ input: UpdateFlowTemplateCommandInput;
93
+ output: UpdateFlowTemplateCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -81,4 +81,15 @@ declare const UpdateSystemTemplateCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class UpdateSystemTemplateCommand extends UpdateSystemTemplateCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: UpdateSystemTemplateRequest;
88
+ output: UpdateSystemTemplateResponse;
89
+ };
90
+ sdk: {
91
+ input: UpdateSystemTemplateCommandInput;
92
+ output: UpdateSystemTemplateCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -83,4 +83,15 @@ declare const UploadEntityDefinitionsCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class UploadEntityDefinitionsCommand extends UploadEntityDefinitionsCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: UploadEntityDefinitionsRequest;
90
+ output: UploadEntityDefinitionsResponse;
91
+ };
92
+ sdk: {
93
+ input: UploadEntityDefinitionsCommandInput;
94
+ output: UploadEntityDefinitionsCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -37,4 +37,15 @@ declare const AssociateEntityToThingCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AssociateEntityToThingCommand extends AssociateEntityToThingCommand_base {}
40
+ export declare class AssociateEntityToThingCommand extends AssociateEntityToThingCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateEntityToThingRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: AssociateEntityToThingCommandInput;
48
+ output: AssociateEntityToThingCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateFlowTemplateCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateFlowTemplateCommand extends CreateFlowTemplateCommand_base {}
40
+ export declare class CreateFlowTemplateCommand extends CreateFlowTemplateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateFlowTemplateRequest;
44
+ output: CreateFlowTemplateResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateFlowTemplateCommandInput;
48
+ output: CreateFlowTemplateCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateSystemInstanceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateSystemInstanceCommand extends CreateSystemInstanceCommand_base {}
40
+ export declare class CreateSystemInstanceCommand extends CreateSystemInstanceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateSystemInstanceRequest;
44
+ output: CreateSystemInstanceResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateSystemInstanceCommandInput;
48
+ output: CreateSystemInstanceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateSystemTemplateCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateSystemTemplateCommand extends CreateSystemTemplateCommand_base {}
40
+ export declare class CreateSystemTemplateCommand extends CreateSystemTemplateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateSystemTemplateRequest;
44
+ output: CreateSystemTemplateResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateSystemTemplateCommandInput;
48
+ output: CreateSystemTemplateCommandOutput;
49
+ };
50
+ };
51
+ }