@aws-sdk/client-iotfleetwise 3.775.0 → 3.777.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.
- package/dist-types/commands/AssociateVehicleFleetCommand.d.ts +1 -0
- package/dist-types/commands/BatchCreateVehicleCommand.d.ts +1 -0
- package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +1 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +1 -0
- package/dist-types/commands/CreateDecoderManifestCommand.d.ts +1 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -0
- package/dist-types/commands/CreateModelManifestCommand.d.ts +1 -0
- package/dist-types/commands/CreateSignalCatalogCommand.d.ts +1 -0
- package/dist-types/commands/CreateStateTemplateCommand.d.ts +1 -0
- package/dist-types/commands/CreateVehicleCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCampaignCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDecoderManifestCommand.d.ts +1 -0
- package/dist-types/commands/DeleteFleetCommand.d.ts +1 -0
- package/dist-types/commands/DeleteModelManifestCommand.d.ts +1 -0
- package/dist-types/commands/DeleteSignalCatalogCommand.d.ts +1 -0
- package/dist-types/commands/DeleteStateTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteVehicleCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateVehicleFleetCommand.d.ts +1 -0
- package/dist-types/commands/GetCampaignCommand.d.ts +1 -0
- package/dist-types/commands/GetDecoderManifestCommand.d.ts +1 -0
- package/dist-types/commands/GetEncryptionConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetFleetCommand.d.ts +1 -0
- package/dist-types/commands/GetLoggingOptionsCommand.d.ts +1 -0
- package/dist-types/commands/GetModelManifestCommand.d.ts +1 -0
- package/dist-types/commands/GetRegisterAccountStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetSignalCatalogCommand.d.ts +1 -0
- package/dist-types/commands/GetStateTemplateCommand.d.ts +1 -0
- package/dist-types/commands/GetVehicleCommand.d.ts +1 -0
- package/dist-types/commands/GetVehicleStatusCommand.d.ts +1 -0
- package/dist-types/commands/ImportDecoderManifestCommand.d.ts +1 -0
- package/dist-types/commands/ImportSignalCatalogCommand.d.ts +1 -0
- package/dist-types/commands/ListCampaignsCommand.d.ts +1 -0
- package/dist-types/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +1 -0
- package/dist-types/commands/ListDecoderManifestSignalsCommand.d.ts +1 -0
- package/dist-types/commands/ListDecoderManifestsCommand.d.ts +1 -0
- package/dist-types/commands/ListFleetsCommand.d.ts +1 -0
- package/dist-types/commands/ListFleetsForVehicleCommand.d.ts +1 -0
- package/dist-types/commands/ListModelManifestNodesCommand.d.ts +1 -0
- package/dist-types/commands/ListModelManifestsCommand.d.ts +2 -1
- package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +1 -0
- package/dist-types/commands/ListSignalCatalogsCommand.d.ts +1 -0
- package/dist-types/commands/ListStateTemplatesCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListVehiclesCommand.d.ts +1 -0
- package/dist-types/commands/ListVehiclesInFleetCommand.d.ts +1 -0
- package/dist-types/commands/PutEncryptionConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +1 -0
- package/dist-types/commands/RegisterAccountCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCampaignCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +1 -0
- package/dist-types/commands/UpdateFleetCommand.d.ts +1 -0
- package/dist-types/commands/UpdateModelManifestCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +1 -0
- package/dist-types/commands/UpdateStateTemplateCommand.d.ts +1 -0
- package/dist-types/commands/UpdateVehicleCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -71,6 +71,7 @@ declare const AssociateVehicleFleetCommand_base: {
|
|
|
71
71
|
* @throws {@link IoTFleetWiseServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class AssociateVehicleFleetCommand extends AssociateVehicleFleetCommand_base {
|
|
@@ -118,6 +118,7 @@ declare const BatchCreateVehicleCommand_base: {
|
|
|
118
118
|
* @throws {@link IoTFleetWiseServiceException}
|
|
119
119
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
120
120
|
*
|
|
121
|
+
*
|
|
121
122
|
* @public
|
|
122
123
|
*/
|
|
123
124
|
export declare class BatchCreateVehicleCommand extends BatchCreateVehicleCommand_base {
|
|
@@ -114,6 +114,7 @@ declare const BatchUpdateVehicleCommand_base: {
|
|
|
114
114
|
* @throws {@link IoTFleetWiseServiceException}
|
|
115
115
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
116
116
|
*
|
|
117
|
+
*
|
|
117
118
|
* @public
|
|
118
119
|
*/
|
|
119
120
|
export declare class BatchUpdateVehicleCommand extends BatchUpdateVehicleCommand_base {
|
|
@@ -179,6 +179,7 @@ declare const CreateCampaignCommand_base: {
|
|
|
179
179
|
* @throws {@link IoTFleetWiseServiceException}
|
|
180
180
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
181
181
|
*
|
|
182
|
+
*
|
|
182
183
|
* @public
|
|
183
184
|
*/
|
|
184
185
|
export declare class CreateCampaignCommand extends CreateCampaignCommand_base {
|
|
@@ -212,6 +212,7 @@ declare const CreateDecoderManifestCommand_base: {
|
|
|
212
212
|
* @throws {@link IoTFleetWiseServiceException}
|
|
213
213
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
214
214
|
*
|
|
215
|
+
*
|
|
215
216
|
* @public
|
|
216
217
|
*/
|
|
217
218
|
export declare class CreateDecoderManifestCommand extends CreateDecoderManifestCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const CreateFleetCommand_base: {
|
|
|
92
92
|
* @throws {@link IoTFleetWiseServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class CreateFleetCommand extends CreateFleetCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const CreateModelManifestCommand_base: {
|
|
|
95
95
|
* @throws {@link IoTFleetWiseServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class CreateModelManifestCommand extends CreateModelManifestCommand_base {
|
|
@@ -159,6 +159,7 @@ declare const CreateSignalCatalogCommand_base: {
|
|
|
159
159
|
* @throws {@link IoTFleetWiseServiceException}
|
|
160
160
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
161
161
|
*
|
|
162
|
+
*
|
|
162
163
|
* @public
|
|
163
164
|
*/
|
|
164
165
|
export declare class CreateSignalCatalogCommand extends CreateSignalCatalogCommand_base {
|
|
@@ -102,6 +102,7 @@ declare const CreateStateTemplateCommand_base: {
|
|
|
102
102
|
* @throws {@link IoTFleetWiseServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
104
104
|
*
|
|
105
|
+
*
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class CreateStateTemplateCommand extends CreateStateTemplateCommand_base {
|
|
@@ -112,6 +112,7 @@ declare const CreateVehicleCommand_base: {
|
|
|
112
112
|
* @throws {@link IoTFleetWiseServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
114
114
|
*
|
|
115
|
+
*
|
|
115
116
|
* @public
|
|
116
117
|
*/
|
|
117
118
|
export declare class CreateVehicleCommand extends CreateVehicleCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const DeleteCampaignCommand_base: {
|
|
|
71
71
|
* @throws {@link IoTFleetWiseServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeleteCampaignCommand extends DeleteCampaignCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const DeleteDecoderManifestCommand_base: {
|
|
|
72
72
|
* @throws {@link IoTFleetWiseServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DeleteDecoderManifestCommand extends DeleteDecoderManifestCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const DeleteFleetCommand_base: {
|
|
|
69
69
|
* @throws {@link IoTFleetWiseServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DeleteFleetCommand extends DeleteFleetCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const DeleteModelManifestCommand_base: {
|
|
|
71
71
|
* @throws {@link IoTFleetWiseServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeleteModelManifestCommand extends DeleteModelManifestCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const DeleteSignalCatalogCommand_base: {
|
|
|
71
71
|
* @throws {@link IoTFleetWiseServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeleteSignalCatalogCommand extends DeleteSignalCatalogCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const DeleteStateTemplateCommand_base: {
|
|
|
68
68
|
* @throws {@link IoTFleetWiseServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteStateTemplateCommand extends DeleteStateTemplateCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const DeleteVehicleCommand_base: {
|
|
|
67
67
|
* @throws {@link IoTFleetWiseServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class DeleteVehicleCommand extends DeleteVehicleCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const DisassociateVehicleFleetCommand_base: {
|
|
|
69
69
|
* @throws {@link IoTFleetWiseServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DisassociateVehicleFleetCommand extends DisassociateVehicleFleetCommand_base {
|
|
@@ -164,6 +164,7 @@ declare const GetCampaignCommand_base: {
|
|
|
164
164
|
* @throws {@link IoTFleetWiseServiceException}
|
|
165
165
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
166
166
|
*
|
|
167
|
+
*
|
|
167
168
|
* @public
|
|
168
169
|
*/
|
|
169
170
|
export declare class GetCampaignCommand extends GetCampaignCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const GetDecoderManifestCommand_base: {
|
|
|
76
76
|
* @throws {@link IoTFleetWiseServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class GetDecoderManifestCommand extends GetDecoderManifestCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const GetEncryptionConfigurationCommand_base: {
|
|
|
72
72
|
* @throws {@link IoTFleetWiseServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class GetEncryptionConfigurationCommand extends GetEncryptionConfigurationCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const GetFleetCommand_base: {
|
|
|
74
74
|
* @throws {@link IoTFleetWiseServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetFleetCommand extends GetFleetCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const GetLoggingOptionsCommand_base: {
|
|
|
64
64
|
* @throws {@link IoTFleetWiseServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class GetLoggingOptionsCommand extends GetLoggingOptionsCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const GetModelManifestCommand_base: {
|
|
|
75
75
|
* @throws {@link IoTFleetWiseServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class GetModelManifestCommand extends GetModelManifestCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const GetRegisterAccountStatusCommand_base: {
|
|
|
89
89
|
* @throws {@link IoTFleetWiseServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class GetRegisterAccountStatusCommand extends GetRegisterAccountStatusCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const GetSignalCatalogCommand_base: {
|
|
|
82
82
|
* @throws {@link IoTFleetWiseServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class GetSignalCatalogCommand extends GetSignalCatalogCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const GetStateTemplateCommand_base: {
|
|
|
87
87
|
* @throws {@link IoTFleetWiseServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class GetStateTemplateCommand extends GetStateTemplateCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const GetVehicleCommand_base: {
|
|
|
91
91
|
* @throws {@link IoTFleetWiseServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class GetVehicleCommand extends GetVehicleCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const GetVehicleStatusCommand_base: {
|
|
|
79
79
|
* @throws {@link IoTFleetWiseServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class GetVehicleStatusCommand extends GetVehicleStatusCommand_base {
|
|
@@ -97,6 +97,7 @@ declare const ImportDecoderManifestCommand_base: {
|
|
|
97
97
|
* @throws {@link IoTFleetWiseServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
99
99
|
*
|
|
100
|
+
*
|
|
100
101
|
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class ImportDecoderManifestCommand extends ImportDecoderManifestCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const ImportSignalCatalogCommand_base: {
|
|
|
92
92
|
* @throws {@link IoTFleetWiseServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class ImportSignalCatalogCommand extends ImportSignalCatalogCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const ListCampaignsCommand_base: {
|
|
|
84
84
|
* @throws {@link IoTFleetWiseServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListCampaignsCommand extends ListCampaignsCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const ListDecoderManifestNetworkInterfacesCommand_base: {
|
|
|
101
101
|
* @throws {@link IoTFleetWiseServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class ListDecoderManifestNetworkInterfacesCommand extends ListDecoderManifestNetworkInterfacesCommand_base {
|
|
@@ -154,6 +154,7 @@ declare const ListDecoderManifestSignalsCommand_base: {
|
|
|
154
154
|
* @throws {@link IoTFleetWiseServiceException}
|
|
155
155
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
156
156
|
*
|
|
157
|
+
*
|
|
157
158
|
* @public
|
|
158
159
|
*/
|
|
159
160
|
export declare class ListDecoderManifestSignalsCommand extends ListDecoderManifestSignalsCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const ListDecoderManifestsCommand_base: {
|
|
|
84
84
|
* @throws {@link IoTFleetWiseServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListDecoderManifestsCommand extends ListDecoderManifestsCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const ListFleetsCommand_base: {
|
|
|
84
84
|
* @throws {@link IoTFleetWiseServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListFleetsCommand extends ListFleetsCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const ListFleetsForVehicleCommand_base: {
|
|
|
77
77
|
* @throws {@link IoTFleetWiseServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListFleetsForVehicleCommand extends ListFleetsForVehicleCommand_base {
|
|
@@ -146,6 +146,7 @@ declare const ListModelManifestNodesCommand_base: {
|
|
|
146
146
|
* @throws {@link IoTFleetWiseServiceException}
|
|
147
147
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
148
148
|
*
|
|
149
|
+
*
|
|
149
150
|
* @public
|
|
150
151
|
*/
|
|
151
152
|
export declare class ListModelManifestNodesCommand extends ListModelManifestNodesCommand_base {
|
|
@@ -24,7 +24,7 @@ export interface ListModelManifestsCommandOutput extends ListModelManifestsRespo
|
|
|
24
24
|
declare const ListModelManifestsCommand_base: {
|
|
25
25
|
new (input: ListModelManifestsCommandInput): import("@smithy/smithy-client").CommandImpl<ListModelManifestsCommandInput, ListModelManifestsCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (...[input]: [] | [ListModelManifestsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListModelManifestsCommandInput, ListModelManifestsCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p> Retrieves a list of vehicle models (model manifests). </p>
|
|
@@ -83,6 +83,7 @@ declare const ListModelManifestsCommand_base: {
|
|
|
83
83
|
* @throws {@link IoTFleetWiseServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListModelManifestsCommand extends ListModelManifestsCommand_base {
|
|
@@ -147,6 +147,7 @@ declare const ListSignalCatalogNodesCommand_base: {
|
|
|
147
147
|
* @throws {@link IoTFleetWiseServiceException}
|
|
148
148
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
149
149
|
*
|
|
150
|
+
*
|
|
150
151
|
* @public
|
|
151
152
|
*/
|
|
152
153
|
export declare class ListSignalCatalogNodesCommand extends ListSignalCatalogNodesCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const ListSignalCatalogsCommand_base: {
|
|
|
80
80
|
* @throws {@link IoTFleetWiseServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListSignalCatalogsCommand extends ListSignalCatalogsCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const ListStateTemplatesCommand_base: {
|
|
|
82
82
|
* @throws {@link IoTFleetWiseServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListStateTemplatesCommand extends ListStateTemplatesCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
74
74
|
* @throws {@link IoTFleetWiseServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const ListVehiclesCommand_base: {
|
|
|
91
91
|
* @throws {@link IoTFleetWiseServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class ListVehiclesCommand extends ListVehiclesCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const ListVehiclesInFleetCommand_base: {
|
|
|
77
77
|
* @throws {@link IoTFleetWiseServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListVehiclesInFleetCommand extends ListVehiclesInFleetCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const PutEncryptionConfigurationCommand_base: {
|
|
|
79
79
|
* @throws {@link IoTFleetWiseServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class PutEncryptionConfigurationCommand extends PutEncryptionConfigurationCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const PutLoggingOptionsCommand_base: {
|
|
|
74
74
|
* @throws {@link IoTFleetWiseServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class PutLoggingOptionsCommand extends PutLoggingOptionsCommand_base {
|
|
@@ -110,6 +110,7 @@ declare const RegisterAccountCommand_base: {
|
|
|
110
110
|
* @throws {@link IoTFleetWiseServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
112
112
|
*
|
|
113
|
+
*
|
|
113
114
|
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class RegisterAccountCommand extends RegisterAccountCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const TagResourceCommand_base: {
|
|
|
74
74
|
* @throws {@link IoTFleetWiseServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const UntagResourceCommand_base: {
|
|
|
70
70
|
* @throws {@link IoTFleetWiseServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const UpdateCampaignCommand_base: {
|
|
|
80
80
|
* @throws {@link IoTFleetWiseServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class UpdateCampaignCommand extends UpdateCampaignCommand_base {
|
|
@@ -264,6 +264,7 @@ declare const UpdateDecoderManifestCommand_base: {
|
|
|
264
264
|
* @throws {@link IoTFleetWiseServiceException}
|
|
265
265
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
266
266
|
*
|
|
267
|
+
*
|
|
267
268
|
* @public
|
|
268
269
|
*/
|
|
269
270
|
export declare class UpdateDecoderManifestCommand extends UpdateDecoderManifestCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const UpdateFleetCommand_base: {
|
|
|
75
75
|
* @throws {@link IoTFleetWiseServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class UpdateFleetCommand extends UpdateFleetCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const UpdateModelManifestCommand_base: {
|
|
|
87
87
|
* @throws {@link IoTFleetWiseServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class UpdateModelManifestCommand extends UpdateModelManifestCommand_base {
|
|
@@ -225,6 +225,7 @@ declare const UpdateSignalCatalogCommand_base: {
|
|
|
225
225
|
* @throws {@link IoTFleetWiseServiceException}
|
|
226
226
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
227
227
|
*
|
|
228
|
+
*
|
|
228
229
|
* @public
|
|
229
230
|
*/
|
|
230
231
|
export declare class UpdateSignalCatalogCommand extends UpdateSignalCatalogCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const UpdateStateTemplateCommand_base: {
|
|
|
94
94
|
* @throws {@link IoTFleetWiseServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class UpdateStateTemplateCommand extends UpdateStateTemplateCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const UpdateVehicleCommand_base: {
|
|
|
100
100
|
* @throws {@link IoTFleetWiseServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class UpdateVehicleCommand extends UpdateVehicleCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iotfleetwise",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iotfleetwise Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.777.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-iotfleetwise",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|