@aws-sdk/client-iotfleetwise 3.478.0 → 3.481.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/commands/AssociateVehicleFleetCommand.js +18 -41
- package/dist-cjs/commands/BatchCreateVehicleCommand.js +18 -41
- package/dist-cjs/commands/BatchUpdateVehicleCommand.js +18 -41
- package/dist-cjs/commands/CreateCampaignCommand.js +18 -41
- package/dist-cjs/commands/CreateDecoderManifestCommand.js +18 -41
- package/dist-cjs/commands/CreateFleetCommand.js +18 -41
- package/dist-cjs/commands/CreateModelManifestCommand.js +18 -41
- package/dist-cjs/commands/CreateSignalCatalogCommand.js +18 -41
- package/dist-cjs/commands/CreateVehicleCommand.js +18 -41
- package/dist-cjs/commands/DeleteCampaignCommand.js +18 -41
- package/dist-cjs/commands/DeleteDecoderManifestCommand.js +18 -41
- package/dist-cjs/commands/DeleteFleetCommand.js +18 -41
- package/dist-cjs/commands/DeleteModelManifestCommand.js +18 -41
- package/dist-cjs/commands/DeleteSignalCatalogCommand.js +18 -41
- package/dist-cjs/commands/DeleteVehicleCommand.js +18 -41
- package/dist-cjs/commands/DisassociateVehicleFleetCommand.js +18 -41
- package/dist-cjs/commands/GetCampaignCommand.js +18 -41
- package/dist-cjs/commands/GetDecoderManifestCommand.js +18 -41
- package/dist-cjs/commands/GetEncryptionConfigurationCommand.js +18 -41
- package/dist-cjs/commands/GetFleetCommand.js +18 -41
- package/dist-cjs/commands/GetLoggingOptionsCommand.js +18 -41
- package/dist-cjs/commands/GetModelManifestCommand.js +18 -41
- package/dist-cjs/commands/GetRegisterAccountStatusCommand.js +18 -41
- package/dist-cjs/commands/GetSignalCatalogCommand.js +18 -41
- package/dist-cjs/commands/GetVehicleCommand.js +18 -41
- package/dist-cjs/commands/GetVehicleStatusCommand.js +18 -41
- package/dist-cjs/commands/ImportDecoderManifestCommand.js +18 -41
- package/dist-cjs/commands/ImportSignalCatalogCommand.js +18 -41
- package/dist-cjs/commands/ListCampaignsCommand.js +18 -41
- package/dist-cjs/commands/ListDecoderManifestNetworkInterfacesCommand.js +18 -41
- package/dist-cjs/commands/ListDecoderManifestSignalsCommand.js +18 -41
- package/dist-cjs/commands/ListDecoderManifestsCommand.js +18 -41
- package/dist-cjs/commands/ListFleetsCommand.js +18 -41
- package/dist-cjs/commands/ListFleetsForVehicleCommand.js +18 -41
- package/dist-cjs/commands/ListModelManifestNodesCommand.js +18 -41
- package/dist-cjs/commands/ListModelManifestsCommand.js +18 -41
- package/dist-cjs/commands/ListSignalCatalogNodesCommand.js +18 -41
- package/dist-cjs/commands/ListSignalCatalogsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListVehiclesCommand.js +18 -41
- package/dist-cjs/commands/ListVehiclesInFleetCommand.js +18 -41
- package/dist-cjs/commands/PutEncryptionConfigurationCommand.js +18 -41
- package/dist-cjs/commands/PutLoggingOptionsCommand.js +18 -41
- package/dist-cjs/commands/RegisterAccountCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateCampaignCommand.js +18 -41
- package/dist-cjs/commands/UpdateDecoderManifestCommand.js +18 -41
- package/dist-cjs/commands/UpdateFleetCommand.js +18 -41
- package/dist-cjs/commands/UpdateModelManifestCommand.js +18 -41
- package/dist-cjs/commands/UpdateSignalCatalogCommand.js +18 -41
- package/dist-cjs/commands/UpdateVehicleCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AssociateVehicleFleetCommand.js +18 -41
- package/dist-es/commands/BatchCreateVehicleCommand.js +18 -41
- package/dist-es/commands/BatchUpdateVehicleCommand.js +18 -41
- package/dist-es/commands/CreateCampaignCommand.js +18 -41
- package/dist-es/commands/CreateDecoderManifestCommand.js +18 -41
- package/dist-es/commands/CreateFleetCommand.js +18 -41
- package/dist-es/commands/CreateModelManifestCommand.js +18 -41
- package/dist-es/commands/CreateSignalCatalogCommand.js +18 -41
- package/dist-es/commands/CreateVehicleCommand.js +18 -41
- package/dist-es/commands/DeleteCampaignCommand.js +18 -41
- package/dist-es/commands/DeleteDecoderManifestCommand.js +18 -41
- package/dist-es/commands/DeleteFleetCommand.js +18 -41
- package/dist-es/commands/DeleteModelManifestCommand.js +18 -41
- package/dist-es/commands/DeleteSignalCatalogCommand.js +18 -41
- package/dist-es/commands/DeleteVehicleCommand.js +18 -41
- package/dist-es/commands/DisassociateVehicleFleetCommand.js +18 -41
- package/dist-es/commands/GetCampaignCommand.js +18 -41
- package/dist-es/commands/GetDecoderManifestCommand.js +18 -41
- package/dist-es/commands/GetEncryptionConfigurationCommand.js +18 -41
- package/dist-es/commands/GetFleetCommand.js +18 -41
- package/dist-es/commands/GetLoggingOptionsCommand.js +18 -41
- package/dist-es/commands/GetModelManifestCommand.js +18 -41
- package/dist-es/commands/GetRegisterAccountStatusCommand.js +18 -41
- package/dist-es/commands/GetSignalCatalogCommand.js +18 -41
- package/dist-es/commands/GetVehicleCommand.js +18 -41
- package/dist-es/commands/GetVehicleStatusCommand.js +18 -41
- package/dist-es/commands/ImportDecoderManifestCommand.js +18 -41
- package/dist-es/commands/ImportSignalCatalogCommand.js +18 -41
- package/dist-es/commands/ListCampaignsCommand.js +18 -41
- package/dist-es/commands/ListDecoderManifestNetworkInterfacesCommand.js +18 -41
- package/dist-es/commands/ListDecoderManifestSignalsCommand.js +18 -41
- package/dist-es/commands/ListDecoderManifestsCommand.js +18 -41
- package/dist-es/commands/ListFleetsCommand.js +18 -41
- package/dist-es/commands/ListFleetsForVehicleCommand.js +18 -41
- package/dist-es/commands/ListModelManifestNodesCommand.js +18 -41
- package/dist-es/commands/ListModelManifestsCommand.js +18 -41
- package/dist-es/commands/ListSignalCatalogNodesCommand.js +18 -41
- package/dist-es/commands/ListSignalCatalogsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListVehiclesCommand.js +18 -41
- package/dist-es/commands/ListVehiclesInFleetCommand.js +18 -41
- package/dist-es/commands/PutEncryptionConfigurationCommand.js +18 -41
- package/dist-es/commands/PutLoggingOptionsCommand.js +18 -41
- package/dist-es/commands/RegisterAccountCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateCampaignCommand.js +18 -41
- package/dist-es/commands/UpdateDecoderManifestCommand.js +18 -41
- package/dist-es/commands/UpdateFleetCommand.js +18 -41
- package/dist-es/commands/UpdateModelManifestCommand.js +18 -41
- package/dist-es/commands/UpdateSignalCatalogCommand.js +18 -41
- package/dist-es/commands/UpdateVehicleCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AssociateVehicleFleetCommand.d.ts +6 -21
- package/dist-types/commands/BatchCreateVehicleCommand.d.ts +6 -21
- package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +6 -21
- package/dist-types/commands/CreateCampaignCommand.d.ts +6 -21
- package/dist-types/commands/CreateDecoderManifestCommand.d.ts +6 -21
- package/dist-types/commands/CreateFleetCommand.d.ts +6 -21
- package/dist-types/commands/CreateModelManifestCommand.d.ts +6 -21
- package/dist-types/commands/CreateSignalCatalogCommand.d.ts +6 -21
- package/dist-types/commands/CreateVehicleCommand.d.ts +6 -21
- package/dist-types/commands/DeleteCampaignCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDecoderManifestCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFleetCommand.d.ts +6 -21
- package/dist-types/commands/DeleteModelManifestCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSignalCatalogCommand.d.ts +6 -21
- package/dist-types/commands/DeleteVehicleCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateVehicleFleetCommand.d.ts +6 -21
- package/dist-types/commands/GetCampaignCommand.d.ts +6 -21
- package/dist-types/commands/GetDecoderManifestCommand.d.ts +6 -21
- package/dist-types/commands/GetEncryptionConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/GetFleetCommand.d.ts +6 -21
- package/dist-types/commands/GetLoggingOptionsCommand.d.ts +6 -21
- package/dist-types/commands/GetModelManifestCommand.d.ts +6 -21
- package/dist-types/commands/GetRegisterAccountStatusCommand.d.ts +6 -21
- package/dist-types/commands/GetSignalCatalogCommand.d.ts +6 -21
- package/dist-types/commands/GetVehicleCommand.d.ts +6 -21
- package/dist-types/commands/GetVehicleStatusCommand.d.ts +6 -21
- package/dist-types/commands/ImportDecoderManifestCommand.d.ts +6 -21
- package/dist-types/commands/ImportSignalCatalogCommand.d.ts +6 -21
- package/dist-types/commands/ListCampaignsCommand.d.ts +6 -21
- package/dist-types/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +6 -21
- package/dist-types/commands/ListDecoderManifestSignalsCommand.d.ts +6 -21
- package/dist-types/commands/ListDecoderManifestsCommand.d.ts +6 -21
- package/dist-types/commands/ListFleetsCommand.d.ts +6 -21
- package/dist-types/commands/ListFleetsForVehicleCommand.d.ts +6 -21
- package/dist-types/commands/ListModelManifestNodesCommand.d.ts +6 -21
- package/dist-types/commands/ListModelManifestsCommand.d.ts +6 -21
- package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +6 -21
- package/dist-types/commands/ListSignalCatalogsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListVehiclesCommand.d.ts +6 -21
- package/dist-types/commands/ListVehiclesInFleetCommand.d.ts +6 -21
- package/dist-types/commands/PutEncryptionConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +6 -21
- package/dist-types/commands/RegisterAccountCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateCampaignCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFleetCommand.d.ts +6 -21
- package/dist-types/commands/UpdateModelManifestCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +6 -21
- package/dist-types/commands/UpdateVehicleCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AssociateVehicleFleetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchCreateVehicleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/BatchUpdateVehicleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDecoderManifestCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateModelManifestCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateSignalCatalogCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateVehicleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDecoderManifestCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteModelManifestCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteSignalCatalogCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteVehicleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateVehicleFleetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetCampaignCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDecoderManifestCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetEncryptionConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetFleetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetLoggingOptionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetModelManifestCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetRegisterAccountStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSignalCatalogCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetVehicleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetVehicleStatusCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ImportDecoderManifestCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ImportSignalCatalogCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDecoderManifestSignalsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDecoderManifestsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFleetsForVehicleCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListModelManifestNodesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListModelManifestsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSignalCatalogNodesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSignalCatalogsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListVehiclesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListVehiclesInFleetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutEncryptionConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDecoderManifestCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateModelManifestCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSignalCatalogCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateVehicleCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
5
4
|
import { GetLoggingOptionsRequest, GetLoggingOptionsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetLoggingOptionsCommandInput extends GetLoggingOptionsRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetLoggingOptionsCommandOutput extends GetLoggingOptionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetLoggingOptionsCommand_base: {
|
|
24
|
+
new (input: GetLoggingOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetLoggingOptionsCommandInput, GetLoggingOptionsCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the logging options.</p>
|
|
@@ -61,23 +64,5 @@ export interface GetLoggingOptionsCommandOutput extends GetLoggingOptionsRespons
|
|
|
61
64
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
62
65
|
*
|
|
63
66
|
*/
|
|
64
|
-
export declare class GetLoggingOptionsCommand extends
|
|
65
|
-
readonly input: GetLoggingOptionsCommandInput;
|
|
66
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
-
/**
|
|
68
|
-
* @public
|
|
69
|
-
*/
|
|
70
|
-
constructor(input: GetLoggingOptionsCommandInput);
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLoggingOptionsCommandInput, GetLoggingOptionsCommandOutput>;
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
private serialize;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private deserialize;
|
|
67
|
+
export declare class GetLoggingOptionsCommand extends GetLoggingOptionsCommand_base {
|
|
83
68
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
5
4
|
import { GetModelManifestRequest, GetModelManifestResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetModelManifestCommandInput extends GetModelManifestRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetModelManifestCommandOutput extends GetModelManifestResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetModelManifestCommand_base: {
|
|
24
|
+
new (input: GetModelManifestCommandInput): import("@smithy/smithy-client").CommandImpl<GetModelManifestCommandInput, GetModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Retrieves information about a vehicle model (model manifest). </p>
|
|
@@ -72,23 +75,5 @@ export interface GetModelManifestCommandOutput extends GetModelManifestResponse,
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class GetModelManifestCommand extends
|
|
76
|
-
readonly input: GetModelManifestCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: GetModelManifestCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetModelManifestCommandInput, GetModelManifestCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class GetModelManifestCommand extends GetModelManifestCommand_base {
|
|
94
79
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
5
4
|
import { GetRegisterAccountStatusRequest, GetRegisterAccountStatusResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetRegisterAccountStatusCommandInput extends GetRegisterAccount
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetRegisterAccountStatusCommandOutput extends GetRegisterAccountStatusResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetRegisterAccountStatusCommand_base: {
|
|
24
|
+
new (input: GetRegisterAccountStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetRegisterAccountStatusCommandInput, GetRegisterAccountStatusCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Retrieves information about the status of registering your Amazon Web Services account, IAM, and
|
|
@@ -86,23 +89,5 @@ export interface GetRegisterAccountStatusCommandOutput extends GetRegisterAccoun
|
|
|
86
89
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class GetRegisterAccountStatusCommand extends
|
|
90
|
-
readonly input: GetRegisterAccountStatusCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: GetRegisterAccountStatusCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRegisterAccountStatusCommandInput, GetRegisterAccountStatusCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class GetRegisterAccountStatusCommand extends GetRegisterAccountStatusCommand_base {
|
|
108
93
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
5
4
|
import { GetSignalCatalogRequest, GetSignalCatalogResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetSignalCatalogCommandInput extends GetSignalCatalogRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetSignalCatalogCommandOutput extends GetSignalCatalogResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetSignalCatalogCommand_base: {
|
|
24
|
+
new (input: GetSignalCatalogCommandInput): import("@smithy/smithy-client").CommandImpl<GetSignalCatalogCommandInput, GetSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Retrieves information about a signal catalog. </p>
|
|
@@ -79,23 +82,5 @@ export interface GetSignalCatalogCommandOutput extends GetSignalCatalogResponse,
|
|
|
79
82
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
80
83
|
*
|
|
81
84
|
*/
|
|
82
|
-
export declare class GetSignalCatalogCommand extends
|
|
83
|
-
readonly input: GetSignalCatalogCommandInput;
|
|
84
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
-
/**
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
constructor(input: GetSignalCatalogCommandInput);
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSignalCatalogCommandInput, GetSignalCatalogCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private serialize;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private deserialize;
|
|
85
|
+
export declare class GetSignalCatalogCommand extends GetSignalCatalogCommand_base {
|
|
101
86
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
5
4
|
import { GetVehicleRequest, GetVehicleResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetVehicleCommandInput extends GetVehicleRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetVehicleCommandOutput extends GetVehicleResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetVehicleCommand_base: {
|
|
24
|
+
new (input: GetVehicleCommandInput): import("@smithy/smithy-client").CommandImpl<GetVehicleCommandInput, GetVehicleCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Retrieves information about a vehicle. </p>
|
|
@@ -74,23 +77,5 @@ export interface GetVehicleCommandOutput extends GetVehicleResponse, __MetadataB
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class GetVehicleCommand extends
|
|
78
|
-
readonly input: GetVehicleCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: GetVehicleCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVehicleCommandInput, GetVehicleCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class GetVehicleCommand extends GetVehicleCommand_base {
|
|
96
81
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
5
4
|
import { GetVehicleStatusRequest, GetVehicleStatusResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetVehicleStatusCommandInput extends GetVehicleStatusRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetVehicleStatusCommandOutput extends GetVehicleStatusResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetVehicleStatusCommand_base: {
|
|
24
|
+
new (input: GetVehicleStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetVehicleStatusCommandInput, GetVehicleStatusCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Retrieves information about the status of a vehicle with any associated campaigns.
|
|
@@ -76,23 +79,5 @@ export interface GetVehicleStatusCommandOutput extends GetVehicleStatusResponse,
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class GetVehicleStatusCommand extends
|
|
80
|
-
readonly input: GetVehicleStatusCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: GetVehicleStatusCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVehicleStatusCommandInput, GetVehicleStatusCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class GetVehicleStatusCommand extends GetVehicleStatusCommand_base {
|
|
98
83
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
5
4
|
import { ImportDecoderManifestRequest, ImportDecoderManifestResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ImportDecoderManifestCommandInput extends ImportDecoderManifest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ImportDecoderManifestCommandOutput extends ImportDecoderManifestResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ImportDecoderManifestCommand_base: {
|
|
24
|
+
new (input: ImportDecoderManifestCommandInput): import("@smithy/smithy-client").CommandImpl<ImportDecoderManifestCommandInput, ImportDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Creates a decoder manifest using your existing CAN DBC file from your local device.
|
|
@@ -91,23 +94,5 @@ export interface ImportDecoderManifestCommandOutput extends ImportDecoderManifes
|
|
|
91
94
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
92
95
|
*
|
|
93
96
|
*/
|
|
94
|
-
export declare class ImportDecoderManifestCommand extends
|
|
95
|
-
readonly input: ImportDecoderManifestCommandInput;
|
|
96
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
-
/**
|
|
98
|
-
* @public
|
|
99
|
-
*/
|
|
100
|
-
constructor(input: ImportDecoderManifestCommandInput);
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportDecoderManifestCommandInput, ImportDecoderManifestCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private serialize;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private deserialize;
|
|
97
|
+
export declare class ImportDecoderManifestCommand extends ImportDecoderManifestCommand_base {
|
|
113
98
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
5
4
|
import { ImportSignalCatalogRequest, ImportSignalCatalogResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ImportSignalCatalogCommandInput extends ImportSignalCatalogRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ImportSignalCatalogCommandOutput extends ImportSignalCatalogResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ImportSignalCatalogCommand_base: {
|
|
24
|
+
new (input: ImportSignalCatalogCommandInput): import("@smithy/smithy-client").CommandImpl<ImportSignalCatalogCommandInput, ImportSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Creates a signal catalog using your existing VSS formatted content from your local
|
|
@@ -88,23 +91,5 @@ export interface ImportSignalCatalogCommandOutput extends ImportSignalCatalogRes
|
|
|
88
91
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class ImportSignalCatalogCommand extends
|
|
92
|
-
readonly input: ImportSignalCatalogCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: ImportSignalCatalogCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportSignalCatalogCommandInput, ImportSignalCatalogCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class ImportSignalCatalogCommand extends ImportSignalCatalogCommand_base {
|
|
110
95
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
5
4
|
import { ListCampaignsRequest, ListCampaignsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListCampaignsCommandInput extends ListCampaignsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListCampaignsCommandOutput extends ListCampaignsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListCampaignsCommand_base: {
|
|
24
|
+
new (input: ListCampaignsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCampaignsCommandInput, ListCampaignsCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Lists information about created campaigns. </p>
|
|
@@ -80,23 +83,5 @@ export interface ListCampaignsCommandOutput extends ListCampaignsResponse, __Met
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class ListCampaignsCommand extends
|
|
84
|
-
readonly input: ListCampaignsCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: ListCampaignsCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCampaignsCommandInput, ListCampaignsCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class ListCampaignsCommand extends ListCampaignsCommand_base {
|
|
102
87
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
5
4
|
import { ListDecoderManifestNetworkInterfacesRequest, ListDecoderManifestNetworkInterfacesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListDecoderManifestNetworkInterfacesCommandInput extends ListDe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListDecoderManifestNetworkInterfacesCommandOutput extends ListDecoderManifestNetworkInterfacesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListDecoderManifestNetworkInterfacesCommand_base: {
|
|
24
|
+
new (input: ListDecoderManifestNetworkInterfacesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDecoderManifestNetworkInterfacesCommandInput, ListDecoderManifestNetworkInterfacesCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Lists the network interfaces specified in a decoder manifest. </p>
|
|
@@ -95,23 +98,5 @@ export interface ListDecoderManifestNetworkInterfacesCommandOutput extends ListD
|
|
|
95
98
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
96
99
|
*
|
|
97
100
|
*/
|
|
98
|
-
export declare class ListDecoderManifestNetworkInterfacesCommand extends
|
|
99
|
-
readonly input: ListDecoderManifestNetworkInterfacesCommandInput;
|
|
100
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
101
|
-
/**
|
|
102
|
-
* @public
|
|
103
|
-
*/
|
|
104
|
-
constructor(input: ListDecoderManifestNetworkInterfacesCommandInput);
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDecoderManifestNetworkInterfacesCommandInput, ListDecoderManifestNetworkInterfacesCommandOutput>;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private serialize;
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
private deserialize;
|
|
101
|
+
export declare class ListDecoderManifestNetworkInterfacesCommand extends ListDecoderManifestNetworkInterfacesCommand_base {
|
|
117
102
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
5
4
|
import { ListDecoderManifestSignalsRequest, ListDecoderManifestSignalsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListDecoderManifestSignalsCommandInput extends ListDecoderManif
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListDecoderManifestSignalsCommandOutput extends ListDecoderManifestSignalsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListDecoderManifestSignalsCommand_base: {
|
|
24
|
+
new (input: ListDecoderManifestSignalsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDecoderManifestSignalsCommandInput, ListDecoderManifestSignalsCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> A list of information about signal decoders specified in a decoder manifest. </p>
|
|
@@ -145,23 +148,5 @@ export interface ListDecoderManifestSignalsCommandOutput extends ListDecoderMani
|
|
|
145
148
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
146
149
|
*
|
|
147
150
|
*/
|
|
148
|
-
export declare class ListDecoderManifestSignalsCommand extends
|
|
149
|
-
readonly input: ListDecoderManifestSignalsCommandInput;
|
|
150
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
151
|
-
/**
|
|
152
|
-
* @public
|
|
153
|
-
*/
|
|
154
|
-
constructor(input: ListDecoderManifestSignalsCommandInput);
|
|
155
|
-
/**
|
|
156
|
-
* @internal
|
|
157
|
-
*/
|
|
158
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDecoderManifestSignalsCommandInput, ListDecoderManifestSignalsCommandOutput>;
|
|
159
|
-
/**
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
162
|
-
private serialize;
|
|
163
|
-
/**
|
|
164
|
-
* @internal
|
|
165
|
-
*/
|
|
166
|
-
private deserialize;
|
|
151
|
+
export declare class ListDecoderManifestSignalsCommand extends ListDecoderManifestSignalsCommand_base {
|
|
167
152
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
5
4
|
import { ListDecoderManifestsRequest, ListDecoderManifestsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListDecoderManifestsCommandInput extends ListDecoderManifestsRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListDecoderManifestsCommandOutput extends ListDecoderManifestsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListDecoderManifestsCommand_base: {
|
|
24
|
+
new (input: ListDecoderManifestsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDecoderManifestsCommandInput, ListDecoderManifestsCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Lists decoder manifests. </p>
|
|
@@ -80,23 +83,5 @@ export interface ListDecoderManifestsCommandOutput extends ListDecoderManifestsR
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class ListDecoderManifestsCommand extends
|
|
84
|
-
readonly input: ListDecoderManifestsCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: ListDecoderManifestsCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDecoderManifestsCommandInput, ListDecoderManifestsCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class ListDecoderManifestsCommand extends ListDecoderManifestsCommand_base {
|
|
102
87
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
5
4
|
import { ListFleetsRequest, ListFleetsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListFleetsCommandInput extends ListFleetsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListFleetsCommandOutput extends ListFleetsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListFleetsCommand_base: {
|
|
24
|
+
new (input: ListFleetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFleetsCommandInput, ListFleetsCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Retrieves information for each created fleet in an Amazon Web Services account. </p>
|
|
@@ -80,23 +83,5 @@ export interface ListFleetsCommandOutput extends ListFleetsResponse, __MetadataB
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class ListFleetsCommand extends
|
|
84
|
-
readonly input: ListFleetsCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: ListFleetsCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFleetsCommandInput, ListFleetsCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class ListFleetsCommand extends ListFleetsCommand_base {
|
|
102
87
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
5
4
|
import { ListFleetsForVehicleRequest, ListFleetsForVehicleResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListFleetsForVehicleCommandInput extends ListFleetsForVehicleRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListFleetsForVehicleCommandOutput extends ListFleetsForVehicleResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListFleetsForVehicleCommand_base: {
|
|
24
|
+
new (input: ListFleetsForVehicleCommandInput): import("@smithy/smithy-client").CommandImpl<ListFleetsForVehicleCommandInput, ListFleetsForVehicleCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a list of IDs for all fleets that the vehicle is associated with.</p>
|
|
@@ -74,23 +77,5 @@ export interface ListFleetsForVehicleCommandOutput extends ListFleetsForVehicleR
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class ListFleetsForVehicleCommand extends
|
|
78
|
-
readonly input: ListFleetsForVehicleCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: ListFleetsForVehicleCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFleetsForVehicleCommandInput, ListFleetsForVehicleCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class ListFleetsForVehicleCommand extends ListFleetsForVehicleCommand_base {
|
|
96
81
|
}
|