@aws-sdk/client-iotfleetwise 3.529.1 → 3.535.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/dist-types/IoTFleetWise.d.ts +11 -1
  2. package/dist-types/IoTFleetWiseClient.d.ts +1 -1
  3. package/dist-types/commands/AssociateVehicleFleetCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchCreateVehicleCommand.d.ts +2 -1
  5. package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateCampaignCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateDecoderManifestCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateFleetCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateModelManifestCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateSignalCatalogCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateVehicleCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteCampaignCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteDecoderManifestCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteFleetCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteModelManifestCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteSignalCatalogCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteVehicleCommand.d.ts +2 -1
  18. package/dist-types/commands/DisassociateVehicleFleetCommand.d.ts +2 -1
  19. package/dist-types/commands/GetCampaignCommand.d.ts +2 -1
  20. package/dist-types/commands/GetDecoderManifestCommand.d.ts +2 -1
  21. package/dist-types/commands/GetEncryptionConfigurationCommand.d.ts +2 -1
  22. package/dist-types/commands/GetFleetCommand.d.ts +2 -1
  23. package/dist-types/commands/GetLoggingOptionsCommand.d.ts +2 -1
  24. package/dist-types/commands/GetModelManifestCommand.d.ts +2 -1
  25. package/dist-types/commands/GetRegisterAccountStatusCommand.d.ts +2 -1
  26. package/dist-types/commands/GetSignalCatalogCommand.d.ts +2 -1
  27. package/dist-types/commands/GetVehicleCommand.d.ts +2 -1
  28. package/dist-types/commands/GetVehicleStatusCommand.d.ts +2 -1
  29. package/dist-types/commands/ImportDecoderManifestCommand.d.ts +3 -2
  30. package/dist-types/commands/ImportSignalCatalogCommand.d.ts +2 -1
  31. package/dist-types/commands/ListCampaignsCommand.d.ts +2 -1
  32. package/dist-types/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +2 -1
  33. package/dist-types/commands/ListDecoderManifestSignalsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListDecoderManifestsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListFleetsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListFleetsForVehicleCommand.d.ts +2 -1
  37. package/dist-types/commands/ListModelManifestNodesCommand.d.ts +2 -1
  38. package/dist-types/commands/ListModelManifestsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +2 -1
  40. package/dist-types/commands/ListSignalCatalogsCommand.d.ts +2 -1
  41. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  42. package/dist-types/commands/ListVehiclesCommand.d.ts +2 -1
  43. package/dist-types/commands/ListVehiclesInFleetCommand.d.ts +2 -1
  44. package/dist-types/commands/PutEncryptionConfigurationCommand.d.ts +2 -1
  45. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +2 -1
  46. package/dist-types/commands/RegisterAccountCommand.d.ts +2 -1
  47. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  48. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  49. package/dist-types/commands/UpdateCampaignCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateFleetCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateModelManifestCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateVehicleCommand.d.ts +2 -1
  55. package/dist-types/models/models_0.d.ts +600 -600
  56. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  57. package/dist-types/runtimeConfig.d.ts +2 -2
  58. package/dist-types/runtimeConfig.native.d.ts +2 -2
  59. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  60. package/dist-types/ts3.4/IoTFleetWise.d.ts +10 -0
  61. package/dist-types/ts3.4/commands/AssociateVehicleFleetCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/BatchCreateVehicleCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/BatchUpdateVehicleCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/CreateDecoderManifestCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/CreateModelManifestCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/CreateSignalCatalogCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/CreateVehicleCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DeleteDecoderManifestCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DeleteModelManifestCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DeleteSignalCatalogCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DeleteVehicleCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DisassociateVehicleFleetCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/GetCampaignCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/GetDecoderManifestCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/GetEncryptionConfigurationCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/GetFleetCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/GetLoggingOptionsCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/GetModelManifestCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/GetRegisterAccountStatusCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/GetSignalCatalogCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/GetVehicleCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/GetVehicleStatusCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/ImportDecoderManifestCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/ImportSignalCatalogCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/ListDecoderManifestSignalsCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/ListDecoderManifestsCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ListFleetsForVehicleCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListModelManifestNodesCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListModelManifestsCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListSignalCatalogNodesCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListSignalCatalogsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/ListVehiclesCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/ListVehiclesInFleetCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/PutEncryptionConfigurationCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/UpdateDecoderManifestCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/UpdateModelManifestCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/UpdateSignalCatalogCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/UpdateVehicleCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  114. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  115. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  116. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  117. package/package.json +40 -40
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: IoTFleetWiseClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: IoTFleetWiseClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: IoTFleetWiseClientConfig) => {
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
- base64Encoder: import("@smithy/types").Encoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
15
  utf8Decoder: import("@smithy/types").Decoder;
16
- utf8Encoder: import("@smithy/types").Encoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -5,7 +5,7 @@ import { IoTFleetWiseClientConfig } from "./IoTFleetWiseClient";
5
5
  export declare const getRuntimeConfig: (config: IoTFleetWiseClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: import("@smithy/types").Encoder;
8
+ base64Encoder: (_input: string | Uint8Array) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
11
  logger?: import("@smithy/types").Logger | undefined;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: IoTFleetWiseClientConfig) => {
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
@@ -443,6 +443,7 @@ export interface IoTFleetWise {
443
443
  options: __HttpHandlerOptions,
444
444
  cb: (err: any, data?: GetDecoderManifestCommandOutput) => void
445
445
  ): void;
446
+ getEncryptionConfiguration(): Promise<GetEncryptionConfigurationCommandOutput>;
446
447
  getEncryptionConfiguration(
447
448
  args: GetEncryptionConfigurationCommandInput,
448
449
  options?: __HttpHandlerOptions
@@ -469,6 +470,7 @@ export interface IoTFleetWise {
469
470
  options: __HttpHandlerOptions,
470
471
  cb: (err: any, data?: GetFleetCommandOutput) => void
471
472
  ): void;
473
+ getLoggingOptions(): Promise<GetLoggingOptionsCommandOutput>;
472
474
  getLoggingOptions(
473
475
  args: GetLoggingOptionsCommandInput,
474
476
  options?: __HttpHandlerOptions
@@ -495,6 +497,7 @@ export interface IoTFleetWise {
495
497
  options: __HttpHandlerOptions,
496
498
  cb: (err: any, data?: GetModelManifestCommandOutput) => void
497
499
  ): void;
500
+ getRegisterAccountStatus(): Promise<GetRegisterAccountStatusCommandOutput>;
498
501
  getRegisterAccountStatus(
499
502
  args: GetRegisterAccountStatusCommandInput,
500
503
  options?: __HttpHandlerOptions
@@ -573,6 +576,7 @@ export interface IoTFleetWise {
573
576
  options: __HttpHandlerOptions,
574
577
  cb: (err: any, data?: ImportSignalCatalogCommandOutput) => void
575
578
  ): void;
579
+ listCampaigns(): Promise<ListCampaignsCommandOutput>;
576
580
  listCampaigns(
577
581
  args: ListCampaignsCommandInput,
578
582
  options?: __HttpHandlerOptions
@@ -605,6 +609,7 @@ export interface IoTFleetWise {
605
609
  data?: ListDecoderManifestNetworkInterfacesCommandOutput
606
610
  ) => void
607
611
  ): void;
612
+ listDecoderManifests(): Promise<ListDecoderManifestsCommandOutput>;
608
613
  listDecoderManifests(
609
614
  args: ListDecoderManifestsCommandInput,
610
615
  options?: __HttpHandlerOptions
@@ -631,6 +636,7 @@ export interface IoTFleetWise {
631
636
  options: __HttpHandlerOptions,
632
637
  cb: (err: any, data?: ListDecoderManifestSignalsCommandOutput) => void
633
638
  ): void;
639
+ listFleets(): Promise<ListFleetsCommandOutput>;
634
640
  listFleets(
635
641
  args: ListFleetsCommandInput,
636
642
  options?: __HttpHandlerOptions
@@ -670,6 +676,7 @@ export interface IoTFleetWise {
670
676
  options: __HttpHandlerOptions,
671
677
  cb: (err: any, data?: ListModelManifestNodesCommandOutput) => void
672
678
  ): void;
679
+ listModelManifests(): Promise<ListModelManifestsCommandOutput>;
673
680
  listModelManifests(
674
681
  args: ListModelManifestsCommandInput,
675
682
  options?: __HttpHandlerOptions
@@ -696,6 +703,7 @@ export interface IoTFleetWise {
696
703
  options: __HttpHandlerOptions,
697
704
  cb: (err: any, data?: ListSignalCatalogNodesCommandOutput) => void
698
705
  ): void;
706
+ listSignalCatalogs(): Promise<ListSignalCatalogsCommandOutput>;
699
707
  listSignalCatalogs(
700
708
  args: ListSignalCatalogsCommandInput,
701
709
  options?: __HttpHandlerOptions
@@ -722,6 +730,7 @@ export interface IoTFleetWise {
722
730
  options: __HttpHandlerOptions,
723
731
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
724
732
  ): void;
733
+ listVehicles(): Promise<ListVehiclesCommandOutput>;
725
734
  listVehicles(
726
735
  args: ListVehiclesCommandInput,
727
736
  options?: __HttpHandlerOptions
@@ -774,6 +783,7 @@ export interface IoTFleetWise {
774
783
  options: __HttpHandlerOptions,
775
784
  cb: (err: any, data?: PutLoggingOptionsCommandOutput) => void
776
785
  ): void;
786
+ registerAccount(): Promise<RegisterAccountCommandOutput>;
777
787
  registerAccount(
778
788
  args: RegisterAccountCommandInput,
779
789
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const AssociateVehicleFleetCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AssociateVehicleFleetCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AssociateVehicleFleetCommandInput,
32
+ AssociateVehicleFleetCommandOutput,
33
+ IoTFleetWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AssociateVehicleFleetCommand extends AssociateVehicleFleetCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchCreateVehicleCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchCreateVehicleCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchCreateVehicleCommandInput,
32
+ BatchCreateVehicleCommandOutput,
33
+ IoTFleetWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchCreateVehicleCommand extends BatchCreateVehicleCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchUpdateVehicleCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchUpdateVehicleCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchUpdateVehicleCommandInput,
32
+ BatchUpdateVehicleCommandOutput,
33
+ IoTFleetWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchUpdateVehicleCommand extends BatchUpdateVehicleCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateCampaignCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateCampaignCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateCampaignCommandInput,
31
+ CreateCampaignCommandOutput,
32
+ IoTFleetWiseClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateCampaignCommand extends CreateCampaignCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateDecoderManifestCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateDecoderManifestCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateDecoderManifestCommandInput,
32
+ CreateDecoderManifestCommandOutput,
33
+ IoTFleetWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateDecoderManifestCommand extends CreateDecoderManifestCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateFleetCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateFleetCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateFleetCommandInput,
28
+ CreateFleetCommandOutput,
29
+ IoTFleetWiseClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateFleetCommand extends CreateFleetCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateModelManifestCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateModelManifestCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateModelManifestCommandInput,
32
+ CreateModelManifestCommandOutput,
33
+ IoTFleetWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateModelManifestCommand extends CreateModelManifestCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateSignalCatalogCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateSignalCatalogCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateSignalCatalogCommandInput,
32
+ CreateSignalCatalogCommandOutput,
33
+ IoTFleetWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateSignalCatalogCommand extends CreateSignalCatalogCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateVehicleCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateVehicleCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateVehicleCommandInput,
31
+ CreateVehicleCommandOutput,
32
+ IoTFleetWiseClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateVehicleCommand extends CreateVehicleCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteCampaignCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteCampaignCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteCampaignCommandInput,
31
+ DeleteCampaignCommandOutput,
32
+ IoTFleetWiseClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteCampaignCommand extends DeleteCampaignCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteDecoderManifestCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteDecoderManifestCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteDecoderManifestCommandInput,
32
+ DeleteDecoderManifestCommandOutput,
33
+ IoTFleetWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteDecoderManifestCommand extends DeleteDecoderManifestCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteFleetCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteFleetCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteFleetCommandInput,
28
+ DeleteFleetCommandOutput,
29
+ IoTFleetWiseClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteFleetCommand extends DeleteFleetCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteModelManifestCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteModelManifestCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteModelManifestCommandInput,
32
+ DeleteModelManifestCommandOutput,
33
+ IoTFleetWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteModelManifestCommand extends DeleteModelManifestCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteSignalCatalogCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteSignalCatalogCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteSignalCatalogCommandInput,
32
+ DeleteSignalCatalogCommandOutput,
33
+ IoTFleetWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteSignalCatalogCommand extends DeleteSignalCatalogCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteVehicleCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteVehicleCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteVehicleCommandInput,
31
+ DeleteVehicleCommandOutput,
32
+ IoTFleetWiseClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteVehicleCommand extends DeleteVehicleCommand_base {}
@@ -25,6 +25,15 @@ declare const DisassociateVehicleFleetCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DisassociateVehicleFleetCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisassociateVehicleFleetCommandInput,
32
+ DisassociateVehicleFleetCommandOutput,
33
+ IoTFleetWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisassociateVehicleFleetCommand extends DisassociateVehicleFleetCommand_base {}
@@ -21,6 +21,15 @@ declare const GetCampaignCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetCampaignCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetCampaignCommandInput,
28
+ GetCampaignCommandOutput,
29
+ IoTFleetWiseClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetCampaignCommand extends GetCampaignCommand_base {}
@@ -25,6 +25,15 @@ declare const GetDecoderManifestCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetDecoderManifestCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetDecoderManifestCommandInput,
32
+ GetDecoderManifestCommandOutput,
33
+ IoTFleetWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetDecoderManifestCommand extends GetDecoderManifestCommand_base {}
@@ -25,6 +25,15 @@ declare const GetEncryptionConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetEncryptionConfigurationCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetEncryptionConfigurationCommandInput,
32
+ GetEncryptionConfigurationCommandOutput,
33
+ IoTFleetWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetEncryptionConfigurationCommand extends GetEncryptionConfigurationCommand_base {}
@@ -21,6 +21,15 @@ declare const GetFleetCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetFleetCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetFleetCommandInput,
28
+ GetFleetCommandOutput,
29
+ IoTFleetWiseClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetFleetCommand extends GetFleetCommand_base {}
@@ -25,6 +25,15 @@ declare const GetLoggingOptionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetLoggingOptionsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetLoggingOptionsCommandInput,
32
+ GetLoggingOptionsCommandOutput,
33
+ IoTFleetWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetLoggingOptionsCommand extends GetLoggingOptionsCommand_base {}
@@ -24,6 +24,15 @@ declare const GetModelManifestCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetModelManifestCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetModelManifestCommandInput,
31
+ GetModelManifestCommandOutput,
32
+ IoTFleetWiseClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetModelManifestCommand extends GetModelManifestCommand_base {}
@@ -25,6 +25,15 @@ declare const GetRegisterAccountStatusCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetRegisterAccountStatusCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetRegisterAccountStatusCommandInput,
32
+ GetRegisterAccountStatusCommandOutput,
33
+ IoTFleetWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetRegisterAccountStatusCommand extends GetRegisterAccountStatusCommand_base {}
@@ -24,6 +24,15 @@ declare const GetSignalCatalogCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetSignalCatalogCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetSignalCatalogCommandInput,
31
+ GetSignalCatalogCommandOutput,
32
+ IoTFleetWiseClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetSignalCatalogCommand extends GetSignalCatalogCommand_base {}
@@ -21,6 +21,15 @@ declare const GetVehicleCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetVehicleCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetVehicleCommandInput,
28
+ GetVehicleCommandOutput,
29
+ IoTFleetWiseClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetVehicleCommand extends GetVehicleCommand_base {}
@@ -24,6 +24,15 @@ declare const GetVehicleStatusCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetVehicleStatusCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetVehicleStatusCommandInput,
31
+ GetVehicleStatusCommandOutput,
32
+ IoTFleetWiseClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetVehicleStatusCommand extends GetVehicleStatusCommand_base {}
@@ -25,6 +25,15 @@ declare const ImportDecoderManifestCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ImportDecoderManifestCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ImportDecoderManifestCommandInput,
32
+ ImportDecoderManifestCommandOutput,
33
+ IoTFleetWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ImportDecoderManifestCommand extends ImportDecoderManifestCommand_base {}
@@ -25,6 +25,15 @@ declare const ImportSignalCatalogCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ImportSignalCatalogCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ImportSignalCatalogCommandInput,
32
+ ImportSignalCatalogCommandOutput,
33
+ IoTFleetWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ImportSignalCatalogCommand extends ImportSignalCatalogCommand_base {}
@@ -24,6 +24,15 @@ declare const ListCampaignsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListCampaignsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListCampaignsCommandInput,
31
+ ListCampaignsCommandOutput,
32
+ IoTFleetWiseClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListCampaignsCommand extends ListCampaignsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListDecoderManifestNetworkInterfacesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListDecoderManifestNetworkInterfacesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListDecoderManifestNetworkInterfacesCommandInput,
32
+ ListDecoderManifestNetworkInterfacesCommandOutput,
33
+ IoTFleetWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListDecoderManifestNetworkInterfacesCommand extends ListDecoderManifestNetworkInterfacesCommand_base {}