@aws-sdk/client-iotfleetwise 3.533.0 → 3.540.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-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/IoTFleetWise.d.ts +11 -1
- package/dist-types/IoTFleetWiseClient.d.ts +1 -1
- package/dist-types/commands/AssociateVehicleFleetCommand.d.ts +2 -1
- package/dist-types/commands/BatchCreateVehicleCommand.d.ts +2 -1
- package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +2 -1
- package/dist-types/commands/CreateCampaignCommand.d.ts +2 -1
- package/dist-types/commands/CreateDecoderManifestCommand.d.ts +2 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +2 -1
- package/dist-types/commands/CreateModelManifestCommand.d.ts +2 -1
- package/dist-types/commands/CreateSignalCatalogCommand.d.ts +2 -1
- package/dist-types/commands/CreateVehicleCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCampaignCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDecoderManifestCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFleetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteModelManifestCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSignalCatalogCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVehicleCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateVehicleFleetCommand.d.ts +2 -1
- package/dist-types/commands/GetCampaignCommand.d.ts +2 -1
- package/dist-types/commands/GetDecoderManifestCommand.d.ts +2 -1
- package/dist-types/commands/GetEncryptionConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetFleetCommand.d.ts +2 -1
- package/dist-types/commands/GetLoggingOptionsCommand.d.ts +2 -1
- package/dist-types/commands/GetModelManifestCommand.d.ts +2 -1
- package/dist-types/commands/GetRegisterAccountStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetSignalCatalogCommand.d.ts +2 -1
- package/dist-types/commands/GetVehicleCommand.d.ts +2 -1
- package/dist-types/commands/GetVehicleStatusCommand.d.ts +2 -1
- package/dist-types/commands/ImportDecoderManifestCommand.d.ts +2 -1
- package/dist-types/commands/ImportSignalCatalogCommand.d.ts +2 -1
- package/dist-types/commands/ListCampaignsCommand.d.ts +2 -1
- package/dist-types/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +2 -1
- package/dist-types/commands/ListDecoderManifestSignalsCommand.d.ts +2 -1
- package/dist-types/commands/ListDecoderManifestsCommand.d.ts +2 -1
- package/dist-types/commands/ListFleetsCommand.d.ts +2 -1
- package/dist-types/commands/ListFleetsForVehicleCommand.d.ts +2 -1
- package/dist-types/commands/ListModelManifestNodesCommand.d.ts +2 -1
- package/dist-types/commands/ListModelManifestsCommand.d.ts +2 -1
- package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +2 -1
- package/dist-types/commands/ListSignalCatalogsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListVehiclesCommand.d.ts +2 -1
- package/dist-types/commands/ListVehiclesInFleetCommand.d.ts +2 -1
- package/dist-types/commands/PutEncryptionConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +2 -1
- package/dist-types/commands/RegisterAccountCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCampaignCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFleetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateModelManifestCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +2 -1
- package/dist-types/commands/UpdateVehicleCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +600 -600
- package/dist-types/ts3.4/IoTFleetWise.d.ts +10 -0
- package/dist-types/ts3.4/commands/AssociateVehicleFleetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchCreateVehicleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchUpdateVehicleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDecoderManifestCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateModelManifestCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSignalCatalogCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVehicleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDecoderManifestCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteModelManifestCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSignalCatalogCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVehicleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateVehicleFleetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCampaignCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDecoderManifestCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEncryptionConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetFleetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetLoggingOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetModelManifestCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetRegisterAccountStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSignalCatalogCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetVehicleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetVehicleStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportDecoderManifestCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportSignalCatalogCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDecoderManifestSignalsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDecoderManifestsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFleetsForVehicleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListModelManifestNodesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListModelManifestsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSignalCatalogNodesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSignalCatalogsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVehiclesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVehiclesInFleetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutEncryptionConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDecoderManifestCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateModelManifestCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSignalCatalogCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateVehicleCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.defaultEndpointResolver = void 0;
|
|
4
|
-
const util_endpoints_1 = require("@
|
|
4
|
+
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
|
+
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
5
6
|
const ruleset_1 = require("./ruleset");
|
|
6
7
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
7
|
-
return (0,
|
|
8
|
+
return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
8
9
|
endpointParams: endpointParams,
|
|
9
10
|
logger: context.logger,
|
|
10
11
|
});
|
|
11
12
|
};
|
|
12
13
|
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
14
|
+
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
package/dist-cjs/index.js
CHANGED
|
@@ -3607,9 +3607,6 @@ var paginateListVehiclesInFleet = (0, import_core.createPaginator)(IoTFleetWiseC
|
|
|
3607
3607
|
// src/pagination/ListVehiclesPaginator.ts
|
|
3608
3608
|
|
|
3609
3609
|
var paginateListVehicles = (0, import_core.createPaginator)(IoTFleetWiseClient, ListVehiclesCommand, "nextToken", "nextToken", "maxResults");
|
|
3610
|
-
|
|
3611
|
-
// src/index.ts
|
|
3612
|
-
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
3613
3610
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3614
3611
|
|
|
3615
3612
|
0 && (module.exports = {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
3
|
import { ruleSet } from "./ruleset";
|
|
3
4
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
4
5
|
return resolveEndpoint(ruleSet, {
|
|
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
|
6
7
|
logger: context.logger,
|
|
7
8
|
});
|
|
8
9
|
};
|
|
10
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/dist-es/index.js
CHANGED
|
@@ -164,6 +164,7 @@ export interface IoTFleetWise {
|
|
|
164
164
|
/**
|
|
165
165
|
* @see {@link GetEncryptionConfigurationCommand}
|
|
166
166
|
*/
|
|
167
|
+
getEncryptionConfiguration(): Promise<GetEncryptionConfigurationCommandOutput>;
|
|
167
168
|
getEncryptionConfiguration(args: GetEncryptionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetEncryptionConfigurationCommandOutput>;
|
|
168
169
|
getEncryptionConfiguration(args: GetEncryptionConfigurationCommandInput, cb: (err: any, data?: GetEncryptionConfigurationCommandOutput) => void): void;
|
|
169
170
|
getEncryptionConfiguration(args: GetEncryptionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEncryptionConfigurationCommandOutput) => void): void;
|
|
@@ -176,6 +177,7 @@ export interface IoTFleetWise {
|
|
|
176
177
|
/**
|
|
177
178
|
* @see {@link GetLoggingOptionsCommand}
|
|
178
179
|
*/
|
|
180
|
+
getLoggingOptions(): Promise<GetLoggingOptionsCommandOutput>;
|
|
179
181
|
getLoggingOptions(args: GetLoggingOptionsCommandInput, options?: __HttpHandlerOptions): Promise<GetLoggingOptionsCommandOutput>;
|
|
180
182
|
getLoggingOptions(args: GetLoggingOptionsCommandInput, cb: (err: any, data?: GetLoggingOptionsCommandOutput) => void): void;
|
|
181
183
|
getLoggingOptions(args: GetLoggingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLoggingOptionsCommandOutput) => void): void;
|
|
@@ -188,6 +190,7 @@ export interface IoTFleetWise {
|
|
|
188
190
|
/**
|
|
189
191
|
* @see {@link GetRegisterAccountStatusCommand}
|
|
190
192
|
*/
|
|
193
|
+
getRegisterAccountStatus(): Promise<GetRegisterAccountStatusCommandOutput>;
|
|
191
194
|
getRegisterAccountStatus(args: GetRegisterAccountStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetRegisterAccountStatusCommandOutput>;
|
|
192
195
|
getRegisterAccountStatus(args: GetRegisterAccountStatusCommandInput, cb: (err: any, data?: GetRegisterAccountStatusCommandOutput) => void): void;
|
|
193
196
|
getRegisterAccountStatus(args: GetRegisterAccountStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRegisterAccountStatusCommandOutput) => void): void;
|
|
@@ -224,6 +227,7 @@ export interface IoTFleetWise {
|
|
|
224
227
|
/**
|
|
225
228
|
* @see {@link ListCampaignsCommand}
|
|
226
229
|
*/
|
|
230
|
+
listCampaigns(): Promise<ListCampaignsCommandOutput>;
|
|
227
231
|
listCampaigns(args: ListCampaignsCommandInput, options?: __HttpHandlerOptions): Promise<ListCampaignsCommandOutput>;
|
|
228
232
|
listCampaigns(args: ListCampaignsCommandInput, cb: (err: any, data?: ListCampaignsCommandOutput) => void): void;
|
|
229
233
|
listCampaigns(args: ListCampaignsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCampaignsCommandOutput) => void): void;
|
|
@@ -236,6 +240,7 @@ export interface IoTFleetWise {
|
|
|
236
240
|
/**
|
|
237
241
|
* @see {@link ListDecoderManifestsCommand}
|
|
238
242
|
*/
|
|
243
|
+
listDecoderManifests(): Promise<ListDecoderManifestsCommandOutput>;
|
|
239
244
|
listDecoderManifests(args: ListDecoderManifestsCommandInput, options?: __HttpHandlerOptions): Promise<ListDecoderManifestsCommandOutput>;
|
|
240
245
|
listDecoderManifests(args: ListDecoderManifestsCommandInput, cb: (err: any, data?: ListDecoderManifestsCommandOutput) => void): void;
|
|
241
246
|
listDecoderManifests(args: ListDecoderManifestsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDecoderManifestsCommandOutput) => void): void;
|
|
@@ -248,6 +253,7 @@ export interface IoTFleetWise {
|
|
|
248
253
|
/**
|
|
249
254
|
* @see {@link ListFleetsCommand}
|
|
250
255
|
*/
|
|
256
|
+
listFleets(): Promise<ListFleetsCommandOutput>;
|
|
251
257
|
listFleets(args: ListFleetsCommandInput, options?: __HttpHandlerOptions): Promise<ListFleetsCommandOutput>;
|
|
252
258
|
listFleets(args: ListFleetsCommandInput, cb: (err: any, data?: ListFleetsCommandOutput) => void): void;
|
|
253
259
|
listFleets(args: ListFleetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFleetsCommandOutput) => void): void;
|
|
@@ -266,6 +272,7 @@ export interface IoTFleetWise {
|
|
|
266
272
|
/**
|
|
267
273
|
* @see {@link ListModelManifestsCommand}
|
|
268
274
|
*/
|
|
275
|
+
listModelManifests(): Promise<ListModelManifestsCommandOutput>;
|
|
269
276
|
listModelManifests(args: ListModelManifestsCommandInput, options?: __HttpHandlerOptions): Promise<ListModelManifestsCommandOutput>;
|
|
270
277
|
listModelManifests(args: ListModelManifestsCommandInput, cb: (err: any, data?: ListModelManifestsCommandOutput) => void): void;
|
|
271
278
|
listModelManifests(args: ListModelManifestsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListModelManifestsCommandOutput) => void): void;
|
|
@@ -278,6 +285,7 @@ export interface IoTFleetWise {
|
|
|
278
285
|
/**
|
|
279
286
|
* @see {@link ListSignalCatalogsCommand}
|
|
280
287
|
*/
|
|
288
|
+
listSignalCatalogs(): Promise<ListSignalCatalogsCommandOutput>;
|
|
281
289
|
listSignalCatalogs(args: ListSignalCatalogsCommandInput, options?: __HttpHandlerOptions): Promise<ListSignalCatalogsCommandOutput>;
|
|
282
290
|
listSignalCatalogs(args: ListSignalCatalogsCommandInput, cb: (err: any, data?: ListSignalCatalogsCommandOutput) => void): void;
|
|
283
291
|
listSignalCatalogs(args: ListSignalCatalogsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSignalCatalogsCommandOutput) => void): void;
|
|
@@ -290,6 +298,7 @@ export interface IoTFleetWise {
|
|
|
290
298
|
/**
|
|
291
299
|
* @see {@link ListVehiclesCommand}
|
|
292
300
|
*/
|
|
301
|
+
listVehicles(): Promise<ListVehiclesCommandOutput>;
|
|
293
302
|
listVehicles(args: ListVehiclesCommandInput, options?: __HttpHandlerOptions): Promise<ListVehiclesCommandOutput>;
|
|
294
303
|
listVehicles(args: ListVehiclesCommandInput, cb: (err: any, data?: ListVehiclesCommandOutput) => void): void;
|
|
295
304
|
listVehicles(args: ListVehiclesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVehiclesCommandOutput) => void): void;
|
|
@@ -314,6 +323,7 @@ export interface IoTFleetWise {
|
|
|
314
323
|
/**
|
|
315
324
|
* @see {@link RegisterAccountCommand}
|
|
316
325
|
*/
|
|
326
|
+
registerAccount(): Promise<RegisterAccountCommandOutput>;
|
|
317
327
|
registerAccount(args: RegisterAccountCommandInput, options?: __HttpHandlerOptions): Promise<RegisterAccountCommandOutput>;
|
|
318
328
|
registerAccount(args: RegisterAccountCommandInput, cb: (err: any, data?: RegisterAccountCommandOutput) => void): void;
|
|
319
329
|
registerAccount(args: RegisterAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterAccountCommandOutput) => void): void;
|
|
@@ -367,7 +377,6 @@ export interface IoTFleetWise {
|
|
|
367
377
|
updateVehicle(args: UpdateVehicleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVehicleCommandOutput) => void): void;
|
|
368
378
|
}
|
|
369
379
|
/**
|
|
370
|
-
* @public
|
|
371
380
|
* <p>Amazon Web Services IoT FleetWise is a fully managed service that you can use to collect, model, and transfer
|
|
372
381
|
* vehicle data to the Amazon Web Services cloud at scale. With Amazon Web Services IoT FleetWise, you can standardize all of
|
|
373
382
|
* your vehicle data models, independent of the in-vehicle communication architecture, and
|
|
@@ -375,6 +384,7 @@ export interface IoTFleetWise {
|
|
|
375
384
|
* </p>
|
|
376
385
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/">What is Amazon Web Services IoT FleetWise?</a> in the
|
|
377
386
|
* <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p>
|
|
387
|
+
* @public
|
|
378
388
|
*/
|
|
379
389
|
export declare class IoTFleetWise extends IoTFleetWiseClient implements IoTFleetWise {
|
|
380
390
|
}
|
|
@@ -203,7 +203,6 @@ export type IoTFleetWiseClientResolvedConfigType = __SmithyResolvedConfiguration
|
|
|
203
203
|
export interface IoTFleetWiseClientResolvedConfig extends IoTFleetWiseClientResolvedConfigType {
|
|
204
204
|
}
|
|
205
205
|
/**
|
|
206
|
-
* @public
|
|
207
206
|
* <p>Amazon Web Services IoT FleetWise is a fully managed service that you can use to collect, model, and transfer
|
|
208
207
|
* vehicle data to the Amazon Web Services cloud at scale. With Amazon Web Services IoT FleetWise, you can standardize all of
|
|
209
208
|
* your vehicle data models, independent of the in-vehicle communication architecture, and
|
|
@@ -211,6 +210,7 @@ export interface IoTFleetWiseClientResolvedConfig extends IoTFleetWiseClientReso
|
|
|
211
210
|
* </p>
|
|
212
211
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/">What is Amazon Web Services IoT FleetWise?</a> in the
|
|
213
212
|
* <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p>
|
|
213
|
+
* @public
|
|
214
214
|
*/
|
|
215
215
|
export declare class IoTFleetWiseClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, IoTFleetWiseClientResolvedConfig> {
|
|
216
216
|
/**
|
|
@@ -22,10 +22,10 @@ export interface AssociateVehicleFleetCommandOutput extends AssociateVehicleFlee
|
|
|
22
22
|
}
|
|
23
23
|
declare const AssociateVehicleFleetCommand_base: {
|
|
24
24
|
new (input: AssociateVehicleFleetCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateVehicleFleetCommandInput, AssociateVehicleFleetCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AssociateVehicleFleetCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateVehicleFleetCommandInput, AssociateVehicleFleetCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Adds, or associates, a vehicle with a fleet. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const AssociateVehicleFleetCommand_base: {
|
|
|
70
70
|
* @throws {@link IoTFleetWiseServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class AssociateVehicleFleetCommand extends AssociateVehicleFleetCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface BatchCreateVehicleCommandOutput extends BatchCreateVehicleRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const BatchCreateVehicleCommand_base: {
|
|
24
24
|
new (input: BatchCreateVehicleCommandInput): import("@smithy/smithy-client").CommandImpl<BatchCreateVehicleCommandInput, BatchCreateVehicleCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: BatchCreateVehicleCommandInput): import("@smithy/smithy-client").CommandImpl<BatchCreateVehicleCommandInput, BatchCreateVehicleCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Creates a group, or batch, of vehicles. </p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p> You must specify a decoder manifest and a vehicle model (model manifest) for each
|
|
@@ -103,6 +103,7 @@ declare const BatchCreateVehicleCommand_base: {
|
|
|
103
103
|
* @throws {@link IoTFleetWiseServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
105
105
|
*
|
|
106
|
+
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class BatchCreateVehicleCommand extends BatchCreateVehicleCommand_base {
|
|
108
109
|
}
|
|
@@ -22,10 +22,10 @@ export interface BatchUpdateVehicleCommandOutput extends BatchUpdateVehicleRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const BatchUpdateVehicleCommand_base: {
|
|
24
24
|
new (input: BatchUpdateVehicleCommandInput): import("@smithy/smithy-client").CommandImpl<BatchUpdateVehicleCommandInput, BatchUpdateVehicleCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: BatchUpdateVehicleCommandInput): import("@smithy/smithy-client").CommandImpl<BatchUpdateVehicleCommandInput, BatchUpdateVehicleCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Updates a group, or batch, of vehicles.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p> You must specify a decoder manifest and a vehicle model (model manifest) for each
|
|
@@ -93,6 +93,7 @@ declare const BatchUpdateVehicleCommand_base: {
|
|
|
93
93
|
* @throws {@link IoTFleetWiseServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class BatchUpdateVehicleCommand extends BatchUpdateVehicleCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateCampaignCommand_base: {
|
|
24
24
|
new (input: CreateCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCampaignCommandInput, CreateCampaignCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCampaignCommandInput, CreateCampaignCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an orchestration of data collection rules. The Amazon Web Services IoT FleetWise Edge Agent software
|
|
30
30
|
* running in vehicles uses campaigns to decide how to collect and transfer data to the
|
|
31
31
|
* cloud. You create campaigns in the cloud. After you or your team approve campaigns,
|
|
@@ -132,6 +132,7 @@ declare const CreateCampaignCommand_base: {
|
|
|
132
132
|
* @throws {@link IoTFleetWiseServiceException}
|
|
133
133
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
134
134
|
*
|
|
135
|
+
* @public
|
|
135
136
|
*/
|
|
136
137
|
export declare class CreateCampaignCommand extends CreateCampaignCommand_base {
|
|
137
138
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateDecoderManifestCommandOutput extends CreateDecoderManifes
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateDecoderManifestCommand_base: {
|
|
24
24
|
new (input: CreateDecoderManifestCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDecoderManifestCommandInput, CreateDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateDecoderManifestCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDecoderManifestCommandInput, CreateDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates the decoder manifest associated with a model manifest. To create a decoder
|
|
30
30
|
* manifest, the following must be true:</p>
|
|
31
31
|
* <ul>
|
|
@@ -200,6 +200,7 @@ declare const CreateDecoderManifestCommand_base: {
|
|
|
200
200
|
* @throws {@link IoTFleetWiseServiceException}
|
|
201
201
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
202
202
|
*
|
|
203
|
+
* @public
|
|
203
204
|
*/
|
|
204
205
|
export declare class CreateDecoderManifestCommand extends CreateDecoderManifestCommand_base {
|
|
205
206
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateFleetCommandOutput extends CreateFleetResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateFleetCommand_base: {
|
|
24
24
|
new (input: CreateFleetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFleetCommandInput, CreateFleetCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateFleetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFleetCommandInput, CreateFleetCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Creates a fleet that represents a group of vehicles.
|
|
30
30
|
* </p>
|
|
31
31
|
* <note>
|
|
@@ -91,6 +91,7 @@ declare const CreateFleetCommand_base: {
|
|
|
91
91
|
* @throws {@link IoTFleetWiseServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class CreateFleetCommand extends CreateFleetCommand_base {
|
|
96
97
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateModelManifestCommandOutput extends CreateModelManifestRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateModelManifestCommand_base: {
|
|
24
24
|
new (input: CreateModelManifestCommandInput): import("@smithy/smithy-client").CommandImpl<CreateModelManifestCommandInput, CreateModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateModelManifestCommandInput): import("@smithy/smithy-client").CommandImpl<CreateModelManifestCommandInput, CreateModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Creates a vehicle model (model manifest) that specifies signals (attributes,
|
|
30
30
|
* branches, sensors, and actuators). </p>
|
|
31
31
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/vehicle-models.html">Vehicle models</a>
|
|
@@ -93,6 +93,7 @@ declare const CreateModelManifestCommand_base: {
|
|
|
93
93
|
* @throws {@link IoTFleetWiseServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class CreateModelManifestCommand extends CreateModelManifestCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateSignalCatalogCommandOutput extends CreateSignalCatalogRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateSignalCatalogCommand_base: {
|
|
24
24
|
new (input: CreateSignalCatalogCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSignalCatalogCommandInput, CreateSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateSignalCatalogCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSignalCatalogCommandInput, CreateSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Creates a collection of standardized signals that can be reused to create vehicle
|
|
30
30
|
* models.</p>
|
|
31
31
|
* @example
|
|
@@ -157,6 +157,7 @@ declare const CreateSignalCatalogCommand_base: {
|
|
|
157
157
|
* @throws {@link IoTFleetWiseServiceException}
|
|
158
158
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
159
159
|
*
|
|
160
|
+
* @public
|
|
160
161
|
*/
|
|
161
162
|
export declare class CreateSignalCatalogCommand extends CreateSignalCatalogCommand_base {
|
|
162
163
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateVehicleCommandOutput extends CreateVehicleResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateVehicleCommand_base: {
|
|
24
24
|
new (input: CreateVehicleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVehicleCommandInput, CreateVehicleCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateVehicleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVehicleCommandInput, CreateVehicleCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Creates a vehicle, which is an instance of a vehicle model (model manifest). Vehicles
|
|
30
30
|
* created from the same vehicle model consist of the same signals inherited from the
|
|
31
31
|
* vehicle model.</p>
|
|
@@ -97,6 +97,7 @@ declare const CreateVehicleCommand_base: {
|
|
|
97
97
|
* @throws {@link IoTFleetWiseServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
99
99
|
*
|
|
100
|
+
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class CreateVehicleCommand extends CreateVehicleCommand_base {
|
|
102
103
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteCampaignCommandOutput extends DeleteCampaignResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteCampaignCommand_base: {
|
|
24
24
|
new (input: DeleteCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Deletes a data collection campaign. Deleting a campaign suspends all data collection
|
|
30
30
|
* and removes it from any vehicles. </p>
|
|
31
31
|
* @example
|
|
@@ -70,6 +70,7 @@ declare const DeleteCampaignCommand_base: {
|
|
|
70
70
|
* @throws {@link IoTFleetWiseServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DeleteCampaignCommand extends DeleteCampaignCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteDecoderManifestCommandOutput extends DeleteDecoderManifes
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDecoderManifestCommand_base: {
|
|
24
24
|
new (input: DeleteDecoderManifestCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDecoderManifestCommandInput, DeleteDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteDecoderManifestCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDecoderManifestCommandInput, DeleteDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Deletes a decoder manifest. You can't delete a decoder manifest if it has vehicles
|
|
30
30
|
* associated with it. </p>
|
|
31
31
|
* <note>
|
|
@@ -75,6 +75,7 @@ declare const DeleteDecoderManifestCommand_base: {
|
|
|
75
75
|
* @throws {@link IoTFleetWiseServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DeleteDecoderManifestCommand extends DeleteDecoderManifestCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteFleetCommandOutput extends DeleteFleetResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteFleetCommand_base: {
|
|
24
24
|
new (input: DeleteFleetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFleetCommandInput, DeleteFleetCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteFleetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFleetCommandInput, DeleteFleetCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Deletes a fleet. Before you delete a fleet, all vehicles must be
|
|
30
30
|
* dissociated from the fleet. For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/delete-fleet-cli.html">Delete a fleet (AWS
|
|
31
31
|
* CLI)</a> in the <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p>
|
|
@@ -72,6 +72,7 @@ declare const DeleteFleetCommand_base: {
|
|
|
72
72
|
* @throws {@link IoTFleetWiseServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeleteFleetCommand extends DeleteFleetCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteModelManifestCommandOutput extends DeleteModelManifestRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteModelManifestCommand_base: {
|
|
24
24
|
new (input: DeleteModelManifestCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteModelManifestCommandInput, DeleteModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteModelManifestCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteModelManifestCommandInput, DeleteModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Deletes a vehicle model (model manifest).</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>If the vehicle model is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200
|
|
@@ -74,6 +74,7 @@ declare const DeleteModelManifestCommand_base: {
|
|
|
74
74
|
* @throws {@link IoTFleetWiseServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DeleteModelManifestCommand extends DeleteModelManifestCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteSignalCatalogCommandOutput extends DeleteSignalCatalogRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteSignalCatalogCommand_base: {
|
|
24
24
|
new (input: DeleteSignalCatalogCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSignalCatalogCommandInput, DeleteSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteSignalCatalogCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSignalCatalogCommandInput, DeleteSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Deletes a signal catalog. </p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>If the signal catalog is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200
|
|
@@ -74,6 +74,7 @@ declare const DeleteSignalCatalogCommand_base: {
|
|
|
74
74
|
* @throws {@link IoTFleetWiseServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DeleteSignalCatalogCommand extends DeleteSignalCatalogCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteVehicleCommandOutput extends DeleteVehicleResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteVehicleCommand_base: {
|
|
24
24
|
new (input: DeleteVehicleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVehicleCommandInput, DeleteVehicleCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteVehicleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVehicleCommandInput, DeleteVehicleCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Deletes a vehicle and removes it from any campaigns.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>If the vehicle is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response
|
|
@@ -70,6 +70,7 @@ declare const DeleteVehicleCommand_base: {
|
|
|
70
70
|
* @throws {@link IoTFleetWiseServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DeleteVehicleCommand extends DeleteVehicleCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface DisassociateVehicleFleetCommandOutput extends DisassociateVehic
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisassociateVehicleFleetCommand_base: {
|
|
24
24
|
new (input: DisassociateVehicleFleetCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateVehicleFleetCommandInput, DisassociateVehicleFleetCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DisassociateVehicleFleetCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateVehicleFleetCommandInput, DisassociateVehicleFleetCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes, or disassociates, a vehicle from a fleet. Disassociating a vehicle from a
|
|
30
30
|
* fleet doesn't delete the vehicle.</p>
|
|
31
31
|
* <note>
|
|
@@ -72,6 +72,7 @@ declare const DisassociateVehicleFleetCommand_base: {
|
|
|
72
72
|
* @throws {@link IoTFleetWiseServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DisassociateVehicleFleetCommand extends DisassociateVehicleFleetCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetCampaignCommandOutput extends GetCampaignResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetCampaignCommand_base: {
|
|
24
24
|
new (input: GetCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<GetCampaignCommandInput, GetCampaignCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<GetCampaignCommandInput, GetCampaignCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Retrieves information about a campaign. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -117,6 +117,7 @@ declare const GetCampaignCommand_base: {
|
|
|
117
117
|
* @throws {@link IoTFleetWiseServiceException}
|
|
118
118
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
119
119
|
*
|
|
120
|
+
* @public
|
|
120
121
|
*/
|
|
121
122
|
export declare class GetCampaignCommand extends GetCampaignCommand_base {
|
|
122
123
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetDecoderManifestCommandOutput extends GetDecoderManifestRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetDecoderManifestCommand_base: {
|
|
24
24
|
new (input: GetDecoderManifestCommandInput): import("@smithy/smithy-client").CommandImpl<GetDecoderManifestCommandInput, GetDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetDecoderManifestCommandInput): import("@smithy/smithy-client").CommandImpl<GetDecoderManifestCommandInput, GetDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Retrieves information about a created decoder manifest. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +75,7 @@ declare const GetDecoderManifestCommand_base: {
|
|
|
75
75
|
* @throws {@link IoTFleetWiseServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetDecoderManifestCommand extends GetDecoderManifestCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetEncryptionConfigurationCommandOutput extends GetEncryptionCo
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetEncryptionConfigurationCommand_base: {
|
|
24
24
|
new (input: GetEncryptionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetEncryptionConfigurationCommandInput, GetEncryptionConfigurationCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetEncryptionConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<GetEncryptionConfigurationCommandInput, GetEncryptionConfigurationCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the encryption configuration for resources and data in Amazon Web Services IoT FleetWise.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -71,6 +71,7 @@ declare const GetEncryptionConfigurationCommand_base: {
|
|
|
71
71
|
* @throws {@link IoTFleetWiseServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class GetEncryptionConfigurationCommand extends GetEncryptionConfigurationCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetFleetCommandOutput extends GetFleetResponse, __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetFleetCommand_base: {
|
|
24
24
|
new (input: GetFleetCommandInput): import("@smithy/smithy-client").CommandImpl<GetFleetCommandInput, GetFleetCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetFleetCommandInput): import("@smithy/smithy-client").CommandImpl<GetFleetCommandInput, GetFleetCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Retrieves information about a fleet. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const GetFleetCommand_base: {
|
|
|
73
73
|
* @throws {@link IoTFleetWiseServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class GetFleetCommand extends GetFleetCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetLoggingOptionsCommandOutput extends GetLoggingOptionsRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetLoggingOptionsCommand_base: {
|
|
24
24
|
new (input: GetLoggingOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetLoggingOptionsCommandInput, GetLoggingOptionsCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetLoggingOptionsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetLoggingOptionsCommandInput, GetLoggingOptionsCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the logging options.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -63,6 +63,7 @@ declare const GetLoggingOptionsCommand_base: {
|
|
|
63
63
|
* @throws {@link IoTFleetWiseServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class GetLoggingOptionsCommand extends GetLoggingOptionsCommand_base {
|
|
68
69
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetModelManifestCommandOutput extends GetModelManifestResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetModelManifestCommand_base: {
|
|
24
24
|
new (input: GetModelManifestCommandInput): import("@smithy/smithy-client").CommandImpl<GetModelManifestCommandInput, GetModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetModelManifestCommandInput): import("@smithy/smithy-client").CommandImpl<GetModelManifestCommandInput, GetModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Retrieves information about a vehicle model (model manifest). </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -74,6 +74,7 @@ declare const GetModelManifestCommand_base: {
|
|
|
74
74
|
* @throws {@link IoTFleetWiseServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class GetModelManifestCommand extends GetModelManifestCommand_base {
|
|
79
80
|
}
|