@aws-sdk/client-iotfleetwise 3.477.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-cjs/pagination/GetVehicleStatusPaginator.js +2 -24
- package/dist-cjs/pagination/ListCampaignsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDecoderManifestNetworkInterfacesPaginator.js +2 -24
- package/dist-cjs/pagination/ListDecoderManifestSignalsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDecoderManifestsPaginator.js +2 -24
- package/dist-cjs/pagination/ListFleetsForVehiclePaginator.js +2 -24
- package/dist-cjs/pagination/ListFleetsPaginator.js +2 -24
- package/dist-cjs/pagination/ListModelManifestNodesPaginator.js +2 -24
- package/dist-cjs/pagination/ListModelManifestsPaginator.js +2 -24
- package/dist-cjs/pagination/ListSignalCatalogNodesPaginator.js +2 -24
- package/dist-cjs/pagination/ListSignalCatalogsPaginator.js +2 -24
- package/dist-cjs/pagination/ListVehiclesInFleetPaginator.js +2 -24
- package/dist-cjs/pagination/ListVehiclesPaginator.js +2 -24
- 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-es/pagination/GetVehicleStatusPaginator.js +2 -23
- package/dist-es/pagination/ListCampaignsPaginator.js +2 -23
- package/dist-es/pagination/ListDecoderManifestNetworkInterfacesPaginator.js +2 -23
- package/dist-es/pagination/ListDecoderManifestSignalsPaginator.js +2 -23
- package/dist-es/pagination/ListDecoderManifestsPaginator.js +2 -23
- package/dist-es/pagination/ListFleetsForVehiclePaginator.js +2 -23
- package/dist-es/pagination/ListFleetsPaginator.js +2 -23
- package/dist-es/pagination/ListModelManifestNodesPaginator.js +2 -23
- package/dist-es/pagination/ListModelManifestsPaginator.js +2 -23
- package/dist-es/pagination/ListSignalCatalogNodesPaginator.js +2 -23
- package/dist-es/pagination/ListSignalCatalogsPaginator.js +2 -23
- package/dist-es/pagination/ListVehiclesInFleetPaginator.js +2 -23
- package/dist-es/pagination/ListVehiclesPaginator.js +2 -23
- 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/pagination/GetVehicleStatusPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCampaignsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDecoderManifestNetworkInterfacesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDecoderManifestSignalsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDecoderManifestsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFleetsForVehiclePaginator.d.ts +1 -1
- package/dist-types/pagination/ListFleetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelManifestNodesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelManifestsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSignalCatalogNodesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSignalCatalogsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVehiclesInFleetPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVehiclesPaginator.d.ts +1 -1
- 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/dist-types/ts3.4/pagination/GetVehicleStatusPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListCampaignsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDecoderManifestNetworkInterfacesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDecoderManifestSignalsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDecoderManifestsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFleetsForVehiclePaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListModelManifestNodesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListModelManifestsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSignalCatalogNodesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSignalCatalogsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListVehiclesInFleetPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListVehiclesPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTFleetWiseClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface ListFleetsCommandInput extends ListFleetsRequest {}
|
|
|
17
11
|
export interface ListFleetsCommandOutput
|
|
18
12
|
extends ListFleetsResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const ListFleetsCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: ListFleetsCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
ListFleetsCommandInput,
|
|
19
|
+
ListFleetsCommandOutput,
|
|
20
|
+
IoTFleetWiseClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class ListFleetsCommand extends ListFleetsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTFleetWiseClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface ListFleetsForVehicleCommandInput
|
|
|
21
15
|
export interface ListFleetsForVehicleCommandOutput
|
|
22
16
|
extends ListFleetsForVehicleResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ListFleetsForVehicleCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ListFleetsForVehicleCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: IoTFleetWiseClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ListFleetsForVehicleCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListFleetsForVehicleCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ListFleetsForVehicleCommandInput,
|
|
38
|
-
ListFleetsForVehicleCommandOutput
|
|
23
|
+
ListFleetsForVehicleCommandOutput,
|
|
24
|
+
IoTFleetWiseClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListFleetsForVehicleCommand extends ListFleetsForVehicleCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTFleetWiseClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface ListModelManifestNodesCommandInput
|
|
|
21
15
|
export interface ListModelManifestNodesCommandOutput
|
|
22
16
|
extends ListModelManifestNodesResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ListModelManifestNodesCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ListModelManifestNodesCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: IoTFleetWiseClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ListModelManifestNodesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListModelManifestNodesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ListModelManifestNodesCommandInput,
|
|
38
|
-
ListModelManifestNodesCommandOutput
|
|
23
|
+
ListModelManifestNodesCommandOutput,
|
|
24
|
+
IoTFleetWiseClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListModelManifestNodesCommand extends ListModelManifestNodesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTFleetWiseClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface ListModelManifestsCommandInput
|
|
|
21
15
|
export interface ListModelManifestsCommandOutput
|
|
22
16
|
extends ListModelManifestsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const ListModelManifestsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListModelManifestsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListModelManifestsCommandInput,
|
|
23
|
+
ListModelManifestsCommandOutput,
|
|
24
|
+
IoTFleetWiseClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListModelManifestsCommand extends ListModelManifestsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTFleetWiseClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface ListSignalCatalogNodesCommandInput
|
|
|
21
15
|
export interface ListSignalCatalogNodesCommandOutput
|
|
22
16
|
extends ListSignalCatalogNodesResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ListSignalCatalogNodesCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ListSignalCatalogNodesCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: IoTFleetWiseClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ListSignalCatalogNodesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListSignalCatalogNodesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ListSignalCatalogNodesCommandInput,
|
|
38
|
-
ListSignalCatalogNodesCommandOutput
|
|
23
|
+
ListSignalCatalogNodesCommandOutput,
|
|
24
|
+
IoTFleetWiseClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListSignalCatalogNodesCommand extends ListSignalCatalogNodesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTFleetWiseClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface ListSignalCatalogsCommandInput
|
|
|
21
15
|
export interface ListSignalCatalogsCommandOutput
|
|
22
16
|
extends ListSignalCatalogsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const ListSignalCatalogsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListSignalCatalogsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListSignalCatalogsCommandInput,
|
|
23
|
+
ListSignalCatalogsCommandOutput,
|
|
24
|
+
IoTFleetWiseClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListSignalCatalogsCommand extends ListSignalCatalogsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTFleetWiseClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
|
|
|
21
15
|
export interface ListTagsForResourceCommandOutput
|
|
22
16
|
extends ListTagsForResourceResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const ListTagsForResourceCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListTagsForResourceCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListTagsForResourceCommandInput,
|
|
23
|
+
ListTagsForResourceCommandOutput,
|
|
24
|
+
IoTFleetWiseClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTFleetWiseClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface ListVehiclesCommandInput extends ListVehiclesRequest {}
|
|
|
17
11
|
export interface ListVehiclesCommandOutput
|
|
18
12
|
extends ListVehiclesResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const ListVehiclesCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: ListVehiclesCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
ListVehiclesCommandInput,
|
|
19
|
+
ListVehiclesCommandOutput,
|
|
20
|
+
IoTFleetWiseClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class ListVehiclesCommand extends ListVehiclesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTFleetWiseClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface ListVehiclesInFleetCommandInput
|
|
|
21
15
|
export interface ListVehiclesInFleetCommandOutput
|
|
22
16
|
extends ListVehiclesInFleetResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const ListVehiclesInFleetCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListVehiclesInFleetCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListVehiclesInFleetCommandInput,
|
|
23
|
+
ListVehiclesInFleetCommandOutput,
|
|
24
|
+
IoTFleetWiseClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListVehiclesInFleetCommand extends ListVehiclesInFleetCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTFleetWiseClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface PutEncryptionConfigurationCommandInput
|
|
|
21
15
|
export interface PutEncryptionConfigurationCommandOutput
|
|
22
16
|
extends PutEncryptionConfigurationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: PutEncryptionConfigurationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: PutEncryptionConfigurationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: IoTFleetWiseClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const PutEncryptionConfigurationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: PutEncryptionConfigurationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
PutEncryptionConfigurationCommandInput,
|
|
38
|
-
PutEncryptionConfigurationCommandOutput
|
|
23
|
+
PutEncryptionConfigurationCommandOutput,
|
|
24
|
+
IoTFleetWiseClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class PutEncryptionConfigurationCommand extends PutEncryptionConfigurationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTFleetWiseClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface PutLoggingOptionsCommandInput
|
|
|
21
15
|
export interface PutLoggingOptionsCommandOutput
|
|
22
16
|
extends PutLoggingOptionsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const PutLoggingOptionsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: PutLoggingOptionsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
PutLoggingOptionsCommandInput,
|
|
23
|
+
PutLoggingOptionsCommandOutput,
|
|
24
|
+
IoTFleetWiseClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class PutLoggingOptionsCommand extends PutLoggingOptionsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTFleetWiseClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface RegisterAccountCommandInput extends RegisterAccountRequest {}
|
|
|
20
14
|
export interface RegisterAccountCommandOutput
|
|
21
15
|
extends RegisterAccountResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const RegisterAccountCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: RegisterAccountCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
RegisterAccountCommandInput,
|
|
22
|
+
RegisterAccountCommandOutput,
|
|
23
|
+
IoTFleetWiseClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class RegisterAccountCommand extends RegisterAccountCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTFleetWiseClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
17
11
|
export interface TagResourceCommandOutput
|
|
18
12
|
extends TagResourceResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const TagResourceCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: TagResourceCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
TagResourceCommandInput,
|
|
19
|
+
TagResourceCommandOutput,
|
|
20
|
+
IoTFleetWiseClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTFleetWiseClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
20
14
|
export interface UntagResourceCommandOutput
|
|
21
15
|
extends UntagResourceResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const UntagResourceCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: UntagResourceCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
UntagResourceCommandInput,
|
|
22
|
+
UntagResourceCommandOutput,
|
|
23
|
+
IoTFleetWiseClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {}
|