@aws-sdk/client-iotfleetwise 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 (105) hide show
  1. package/dist-types/commands/AssociateVehicleFleetCommand.d.ts +11 -0
  2. package/dist-types/commands/BatchCreateVehicleCommand.d.ts +11 -0
  3. package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateCampaignCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateDecoderManifestCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateFleetCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateModelManifestCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateSignalCatalogCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateVehicleCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteCampaignCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteDecoderManifestCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteFleetCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteModelManifestCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteSignalCatalogCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteVehicleCommand.d.ts +11 -0
  16. package/dist-types/commands/DisassociateVehicleFleetCommand.d.ts +11 -0
  17. package/dist-types/commands/GetCampaignCommand.d.ts +11 -0
  18. package/dist-types/commands/GetDecoderManifestCommand.d.ts +11 -0
  19. package/dist-types/commands/GetEncryptionConfigurationCommand.d.ts +11 -0
  20. package/dist-types/commands/GetFleetCommand.d.ts +11 -0
  21. package/dist-types/commands/GetLoggingOptionsCommand.d.ts +11 -0
  22. package/dist-types/commands/GetModelManifestCommand.d.ts +11 -0
  23. package/dist-types/commands/GetRegisterAccountStatusCommand.d.ts +11 -0
  24. package/dist-types/commands/GetSignalCatalogCommand.d.ts +11 -0
  25. package/dist-types/commands/GetVehicleCommand.d.ts +11 -0
  26. package/dist-types/commands/GetVehicleStatusCommand.d.ts +11 -0
  27. package/dist-types/commands/ImportDecoderManifestCommand.d.ts +11 -0
  28. package/dist-types/commands/ImportSignalCatalogCommand.d.ts +11 -0
  29. package/dist-types/commands/ListCampaignsCommand.d.ts +11 -0
  30. package/dist-types/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +11 -0
  31. package/dist-types/commands/ListDecoderManifestSignalsCommand.d.ts +11 -0
  32. package/dist-types/commands/ListDecoderManifestsCommand.d.ts +11 -0
  33. package/dist-types/commands/ListFleetsCommand.d.ts +11 -0
  34. package/dist-types/commands/ListFleetsForVehicleCommand.d.ts +11 -0
  35. package/dist-types/commands/ListModelManifestNodesCommand.d.ts +11 -0
  36. package/dist-types/commands/ListModelManifestsCommand.d.ts +11 -0
  37. package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +11 -0
  38. package/dist-types/commands/ListSignalCatalogsCommand.d.ts +11 -0
  39. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  40. package/dist-types/commands/ListVehiclesCommand.d.ts +11 -0
  41. package/dist-types/commands/ListVehiclesInFleetCommand.d.ts +11 -0
  42. package/dist-types/commands/PutEncryptionConfigurationCommand.d.ts +11 -0
  43. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +11 -0
  44. package/dist-types/commands/RegisterAccountCommand.d.ts +11 -0
  45. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  46. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  47. package/dist-types/commands/UpdateCampaignCommand.d.ts +11 -0
  48. package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +11 -0
  49. package/dist-types/commands/UpdateFleetCommand.d.ts +11 -0
  50. package/dist-types/commands/UpdateModelManifestCommand.d.ts +11 -0
  51. package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +11 -0
  52. package/dist-types/commands/UpdateVehicleCommand.d.ts +11 -0
  53. package/dist-types/ts3.4/commands/AssociateVehicleFleetCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/BatchCreateVehicleCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/BatchUpdateVehicleCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/CreateDecoderManifestCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/CreateModelManifestCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/CreateSignalCatalogCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/CreateVehicleCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/DeleteDecoderManifestCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/DeleteModelManifestCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/DeleteSignalCatalogCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/DeleteVehicleCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/DisassociateVehicleFleetCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/GetCampaignCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/GetDecoderManifestCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/GetEncryptionConfigurationCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/GetFleetCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/GetLoggingOptionsCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/GetModelManifestCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/GetRegisterAccountStatusCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/GetSignalCatalogCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/GetVehicleCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/GetVehicleStatusCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/ImportDecoderManifestCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/ImportSignalCatalogCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/ListDecoderManifestSignalsCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/ListDecoderManifestsCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/ListFleetsForVehicleCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/ListModelManifestNodesCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/ListModelManifestsCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/ListSignalCatalogNodesCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/ListSignalCatalogsCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/ListVehiclesCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/ListVehiclesInFleetCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/PutEncryptionConfigurationCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/UpdateDecoderManifestCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/UpdateModelManifestCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/UpdateSignalCatalogCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/UpdateVehicleCommand.d.ts +12 -1
  105. package/package.json +35 -35
@@ -74,4 +74,15 @@ declare const AssociateVehicleFleetCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class AssociateVehicleFleetCommand extends AssociateVehicleFleetCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: AssociateVehicleFleetRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: AssociateVehicleFleetCommandInput;
85
+ output: AssociateVehicleFleetCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -107,4 +107,15 @@ declare const BatchCreateVehicleCommand_base: {
107
107
  * @public
108
108
  */
109
109
  export declare class BatchCreateVehicleCommand extends BatchCreateVehicleCommand_base {
110
+ /** @internal type navigation helper, not in runtime. */
111
+ protected static __types: {
112
+ api: {
113
+ input: BatchCreateVehicleRequest;
114
+ output: BatchCreateVehicleResponse;
115
+ };
116
+ sdk: {
117
+ input: BatchCreateVehicleCommandInput;
118
+ output: BatchCreateVehicleCommandOutput;
119
+ };
120
+ };
110
121
  }
@@ -97,4 +97,15 @@ declare const BatchUpdateVehicleCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class BatchUpdateVehicleCommand extends BatchUpdateVehicleCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: BatchUpdateVehicleRequest;
104
+ output: BatchUpdateVehicleResponse;
105
+ };
106
+ sdk: {
107
+ input: BatchUpdateVehicleCommandInput;
108
+ output: BatchUpdateVehicleCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -136,4 +136,15 @@ declare const CreateCampaignCommand_base: {
136
136
  * @public
137
137
  */
138
138
  export declare class CreateCampaignCommand extends CreateCampaignCommand_base {
139
+ /** @internal type navigation helper, not in runtime. */
140
+ protected static __types: {
141
+ api: {
142
+ input: CreateCampaignRequest;
143
+ output: CreateCampaignResponse;
144
+ };
145
+ sdk: {
146
+ input: CreateCampaignCommandInput;
147
+ output: CreateCampaignCommandOutput;
148
+ };
149
+ };
139
150
  }
@@ -204,4 +204,15 @@ declare const CreateDecoderManifestCommand_base: {
204
204
  * @public
205
205
  */
206
206
  export declare class CreateDecoderManifestCommand extends CreateDecoderManifestCommand_base {
207
+ /** @internal type navigation helper, not in runtime. */
208
+ protected static __types: {
209
+ api: {
210
+ input: CreateDecoderManifestRequest;
211
+ output: CreateDecoderManifestResponse;
212
+ };
213
+ sdk: {
214
+ input: CreateDecoderManifestCommandInput;
215
+ output: CreateDecoderManifestCommandOutput;
216
+ };
217
+ };
207
218
  }
@@ -95,4 +95,15 @@ declare const CreateFleetCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class CreateFleetCommand extends CreateFleetCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: CreateFleetRequest;
102
+ output: CreateFleetResponse;
103
+ };
104
+ sdk: {
105
+ input: CreateFleetCommandInput;
106
+ output: CreateFleetCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -97,4 +97,15 @@ declare const CreateModelManifestCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class CreateModelManifestCommand extends CreateModelManifestCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: CreateModelManifestRequest;
104
+ output: CreateModelManifestResponse;
105
+ };
106
+ sdk: {
107
+ input: CreateModelManifestCommandInput;
108
+ output: CreateModelManifestCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -161,4 +161,15 @@ declare const CreateSignalCatalogCommand_base: {
161
161
  * @public
162
162
  */
163
163
  export declare class CreateSignalCatalogCommand extends CreateSignalCatalogCommand_base {
164
+ /** @internal type navigation helper, not in runtime. */
165
+ protected static __types: {
166
+ api: {
167
+ input: CreateSignalCatalogRequest;
168
+ output: CreateSignalCatalogResponse;
169
+ };
170
+ sdk: {
171
+ input: CreateSignalCatalogCommandInput;
172
+ output: CreateSignalCatalogCommandOutput;
173
+ };
174
+ };
164
175
  }
@@ -101,4 +101,15 @@ declare const CreateVehicleCommand_base: {
101
101
  * @public
102
102
  */
103
103
  export declare class CreateVehicleCommand extends CreateVehicleCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: CreateVehicleRequest;
108
+ output: CreateVehicleResponse;
109
+ };
110
+ sdk: {
111
+ input: CreateVehicleCommandInput;
112
+ output: CreateVehicleCommandOutput;
113
+ };
114
+ };
104
115
  }
@@ -74,4 +74,15 @@ declare const DeleteCampaignCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class DeleteCampaignCommand extends DeleteCampaignCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: DeleteCampaignRequest;
81
+ output: DeleteCampaignResponse;
82
+ };
83
+ sdk: {
84
+ input: DeleteCampaignCommandInput;
85
+ output: DeleteCampaignCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -79,4 +79,15 @@ declare const DeleteDecoderManifestCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class DeleteDecoderManifestCommand extends DeleteDecoderManifestCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: DeleteDecoderManifestRequest;
86
+ output: DeleteDecoderManifestResponse;
87
+ };
88
+ sdk: {
89
+ input: DeleteDecoderManifestCommandInput;
90
+ output: DeleteDecoderManifestCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -76,4 +76,15 @@ declare const DeleteFleetCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class DeleteFleetCommand extends DeleteFleetCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: DeleteFleetRequest;
83
+ output: DeleteFleetResponse;
84
+ };
85
+ sdk: {
86
+ input: DeleteFleetCommandInput;
87
+ output: DeleteFleetCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -78,4 +78,15 @@ declare const DeleteModelManifestCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class DeleteModelManifestCommand extends DeleteModelManifestCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: DeleteModelManifestRequest;
85
+ output: DeleteModelManifestResponse;
86
+ };
87
+ sdk: {
88
+ input: DeleteModelManifestCommandInput;
89
+ output: DeleteModelManifestCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -78,4 +78,15 @@ declare const DeleteSignalCatalogCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class DeleteSignalCatalogCommand extends DeleteSignalCatalogCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: DeleteSignalCatalogRequest;
85
+ output: DeleteSignalCatalogResponse;
86
+ };
87
+ sdk: {
88
+ input: DeleteSignalCatalogCommandInput;
89
+ output: DeleteSignalCatalogCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -74,4 +74,15 @@ declare const DeleteVehicleCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class DeleteVehicleCommand extends DeleteVehicleCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: DeleteVehicleRequest;
81
+ output: DeleteVehicleResponse;
82
+ };
83
+ sdk: {
84
+ input: DeleteVehicleCommandInput;
85
+ output: DeleteVehicleCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -76,4 +76,15 @@ declare const DisassociateVehicleFleetCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class DisassociateVehicleFleetCommand extends DisassociateVehicleFleetCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: DisassociateVehicleFleetRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: DisassociateVehicleFleetCommandInput;
87
+ output: DisassociateVehicleFleetCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -121,4 +121,15 @@ declare const GetCampaignCommand_base: {
121
121
  * @public
122
122
  */
123
123
  export declare class GetCampaignCommand extends GetCampaignCommand_base {
124
+ /** @internal type navigation helper, not in runtime. */
125
+ protected static __types: {
126
+ api: {
127
+ input: GetCampaignRequest;
128
+ output: GetCampaignResponse;
129
+ };
130
+ sdk: {
131
+ input: GetCampaignCommandInput;
132
+ output: GetCampaignCommandOutput;
133
+ };
134
+ };
124
135
  }
@@ -79,4 +79,15 @@ declare const GetDecoderManifestCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class GetDecoderManifestCommand extends GetDecoderManifestCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: GetDecoderManifestRequest;
86
+ output: GetDecoderManifestResponse;
87
+ };
88
+ sdk: {
89
+ input: GetDecoderManifestCommandInput;
90
+ output: GetDecoderManifestCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -75,4 +75,15 @@ declare const GetEncryptionConfigurationCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class GetEncryptionConfigurationCommand extends GetEncryptionConfigurationCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: {};
82
+ output: GetEncryptionConfigurationResponse;
83
+ };
84
+ sdk: {
85
+ input: GetEncryptionConfigurationCommandInput;
86
+ output: GetEncryptionConfigurationCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -77,4 +77,15 @@ declare const GetFleetCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class GetFleetCommand extends GetFleetCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: GetFleetRequest;
84
+ output: GetFleetResponse;
85
+ };
86
+ sdk: {
87
+ input: GetFleetCommandInput;
88
+ output: GetFleetCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -67,4 +67,15 @@ declare const GetLoggingOptionsCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class GetLoggingOptionsCommand extends GetLoggingOptionsCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: {};
74
+ output: GetLoggingOptionsResponse;
75
+ };
76
+ sdk: {
77
+ input: GetLoggingOptionsCommandInput;
78
+ output: GetLoggingOptionsCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -78,4 +78,15 @@ declare const GetModelManifestCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class GetModelManifestCommand extends GetModelManifestCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: GetModelManifestRequest;
85
+ output: GetModelManifestResponse;
86
+ };
87
+ sdk: {
88
+ input: GetModelManifestCommandInput;
89
+ output: GetModelManifestCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -92,4 +92,15 @@ declare const GetRegisterAccountStatusCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class GetRegisterAccountStatusCommand extends GetRegisterAccountStatusCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: {};
99
+ output: GetRegisterAccountStatusResponse;
100
+ };
101
+ sdk: {
102
+ input: GetRegisterAccountStatusCommandInput;
103
+ output: GetRegisterAccountStatusCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -85,4 +85,15 @@ declare const GetSignalCatalogCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class GetSignalCatalogCommand extends GetSignalCatalogCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: GetSignalCatalogRequest;
92
+ output: GetSignalCatalogResponse;
93
+ };
94
+ sdk: {
95
+ input: GetSignalCatalogCommandInput;
96
+ output: GetSignalCatalogCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -80,4 +80,15 @@ declare const GetVehicleCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class GetVehicleCommand extends GetVehicleCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: GetVehicleRequest;
87
+ output: GetVehicleResponse;
88
+ };
89
+ sdk: {
90
+ input: GetVehicleCommandInput;
91
+ output: GetVehicleCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -82,4 +82,15 @@ declare const GetVehicleStatusCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class GetVehicleStatusCommand extends GetVehicleStatusCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: GetVehicleStatusRequest;
89
+ output: GetVehicleStatusResponse;
90
+ };
91
+ sdk: {
92
+ input: GetVehicleStatusCommandInput;
93
+ output: GetVehicleStatusCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -97,4 +97,15 @@ declare const ImportDecoderManifestCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class ImportDecoderManifestCommand extends ImportDecoderManifestCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: ImportDecoderManifestRequest;
104
+ output: ImportDecoderManifestResponse;
105
+ };
106
+ sdk: {
107
+ input: ImportDecoderManifestCommandInput;
108
+ output: ImportDecoderManifestCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -94,4 +94,15 @@ declare const ImportSignalCatalogCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class ImportSignalCatalogCommand extends ImportSignalCatalogCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: ImportSignalCatalogRequest;
101
+ output: ImportSignalCatalogResponse;
102
+ };
103
+ sdk: {
104
+ input: ImportSignalCatalogCommandInput;
105
+ output: ImportSignalCatalogCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -86,4 +86,15 @@ declare const ListCampaignsCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class ListCampaignsCommand extends ListCampaignsCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: ListCampaignsRequest;
93
+ output: ListCampaignsResponse;
94
+ };
95
+ sdk: {
96
+ input: ListCampaignsCommandInput;
97
+ output: ListCampaignsCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -101,4 +101,15 @@ declare const ListDecoderManifestNetworkInterfacesCommand_base: {
101
101
  * @public
102
102
  */
103
103
  export declare class ListDecoderManifestNetworkInterfacesCommand extends ListDecoderManifestNetworkInterfacesCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: ListDecoderManifestNetworkInterfacesRequest;
108
+ output: ListDecoderManifestNetworkInterfacesResponse;
109
+ };
110
+ sdk: {
111
+ input: ListDecoderManifestNetworkInterfacesCommandInput;
112
+ output: ListDecoderManifestNetworkInterfacesCommandOutput;
113
+ };
114
+ };
104
115
  }
@@ -151,4 +151,15 @@ declare const ListDecoderManifestSignalsCommand_base: {
151
151
  * @public
152
152
  */
153
153
  export declare class ListDecoderManifestSignalsCommand extends ListDecoderManifestSignalsCommand_base {
154
+ /** @internal type navigation helper, not in runtime. */
155
+ protected static __types: {
156
+ api: {
157
+ input: ListDecoderManifestSignalsRequest;
158
+ output: ListDecoderManifestSignalsResponse;
159
+ };
160
+ sdk: {
161
+ input: ListDecoderManifestSignalsCommandInput;
162
+ output: ListDecoderManifestSignalsCommandOutput;
163
+ };
164
+ };
154
165
  }
@@ -86,4 +86,15 @@ declare const ListDecoderManifestsCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class ListDecoderManifestsCommand extends ListDecoderManifestsCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: ListDecoderManifestsRequest;
93
+ output: ListDecoderManifestsResponse;
94
+ };
95
+ sdk: {
96
+ input: ListDecoderManifestsCommandInput;
97
+ output: ListDecoderManifestsCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -86,4 +86,15 @@ declare const ListFleetsCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class ListFleetsCommand extends ListFleetsCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: ListFleetsRequest;
93
+ output: ListFleetsResponse;
94
+ };
95
+ sdk: {
96
+ input: ListFleetsCommandInput;
97
+ output: ListFleetsCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -80,4 +80,15 @@ declare const ListFleetsForVehicleCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class ListFleetsForVehicleCommand extends ListFleetsForVehicleCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: ListFleetsForVehicleRequest;
87
+ output: ListFleetsForVehicleResponse;
88
+ };
89
+ sdk: {
90
+ input: ListFleetsForVehicleCommandInput;
91
+ output: ListFleetsForVehicleCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -149,4 +149,15 @@ declare const ListModelManifestNodesCommand_base: {
149
149
  * @public
150
150
  */
151
151
  export declare class ListModelManifestNodesCommand extends ListModelManifestNodesCommand_base {
152
+ /** @internal type navigation helper, not in runtime. */
153
+ protected static __types: {
154
+ api: {
155
+ input: ListModelManifestNodesRequest;
156
+ output: ListModelManifestNodesResponse;
157
+ };
158
+ sdk: {
159
+ input: ListModelManifestNodesCommandInput;
160
+ output: ListModelManifestNodesCommandOutput;
161
+ };
162
+ };
152
163
  }
@@ -85,4 +85,15 @@ declare const ListModelManifestsCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class ListModelManifestsCommand extends ListModelManifestsCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: ListModelManifestsRequest;
92
+ output: ListModelManifestsResponse;
93
+ };
94
+ sdk: {
95
+ input: ListModelManifestsCommandInput;
96
+ output: ListModelManifestsCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -150,4 +150,15 @@ declare const ListSignalCatalogNodesCommand_base: {
150
150
  * @public
151
151
  */
152
152
  export declare class ListSignalCatalogNodesCommand extends ListSignalCatalogNodesCommand_base {
153
+ /** @internal type navigation helper, not in runtime. */
154
+ protected static __types: {
155
+ api: {
156
+ input: ListSignalCatalogNodesRequest;
157
+ output: ListSignalCatalogNodesResponse;
158
+ };
159
+ sdk: {
160
+ input: ListSignalCatalogNodesCommandInput;
161
+ output: ListSignalCatalogNodesCommandOutput;
162
+ };
163
+ };
153
164
  }
@@ -83,4 +83,15 @@ declare const ListSignalCatalogsCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class ListSignalCatalogsCommand extends ListSignalCatalogsCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ListSignalCatalogsRequest;
90
+ output: ListSignalCatalogsResponse;
91
+ };
92
+ sdk: {
93
+ input: ListSignalCatalogsCommandInput;
94
+ output: ListSignalCatalogsCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -77,4 +77,15 @@ declare const ListTagsForResourceCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: ListTagsForResourceRequest;
84
+ output: ListTagsForResourceResponse;
85
+ };
86
+ sdk: {
87
+ input: ListTagsForResourceCommandInput;
88
+ output: ListTagsForResourceCommandOutput;
89
+ };
90
+ };
80
91
  }