@aws-sdk/client-iotfleetwise 3.1019.0 → 3.1020.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.
@@ -4,20 +4,20 @@ import { BatchCreateVehicleCommand, } from "./commands/BatchCreateVehicleCommand
4
4
  import { BatchUpdateVehicleCommand, } from "./commands/BatchUpdateVehicleCommand";
5
5
  import { CreateCampaignCommand, } from "./commands/CreateCampaignCommand";
6
6
  import { CreateDecoderManifestCommand, } from "./commands/CreateDecoderManifestCommand";
7
- import { CreateFleetCommand } from "./commands/CreateFleetCommand";
7
+ import { CreateFleetCommand, } from "./commands/CreateFleetCommand";
8
8
  import { CreateModelManifestCommand, } from "./commands/CreateModelManifestCommand";
9
9
  import { CreateSignalCatalogCommand, } from "./commands/CreateSignalCatalogCommand";
10
10
  import { CreateStateTemplateCommand, } from "./commands/CreateStateTemplateCommand";
11
11
  import { CreateVehicleCommand, } from "./commands/CreateVehicleCommand";
12
12
  import { DeleteCampaignCommand, } from "./commands/DeleteCampaignCommand";
13
13
  import { DeleteDecoderManifestCommand, } from "./commands/DeleteDecoderManifestCommand";
14
- import { DeleteFleetCommand } from "./commands/DeleteFleetCommand";
14
+ import { DeleteFleetCommand, } from "./commands/DeleteFleetCommand";
15
15
  import { DeleteModelManifestCommand, } from "./commands/DeleteModelManifestCommand";
16
16
  import { DeleteSignalCatalogCommand, } from "./commands/DeleteSignalCatalogCommand";
17
17
  import { DeleteStateTemplateCommand, } from "./commands/DeleteStateTemplateCommand";
18
18
  import { DeleteVehicleCommand, } from "./commands/DeleteVehicleCommand";
19
19
  import { DisassociateVehicleFleetCommand, } from "./commands/DisassociateVehicleFleetCommand";
20
- import { GetCampaignCommand } from "./commands/GetCampaignCommand";
20
+ import { GetCampaignCommand, } from "./commands/GetCampaignCommand";
21
21
  import { GetDecoderManifestCommand, } from "./commands/GetDecoderManifestCommand";
22
22
  import { GetEncryptionConfigurationCommand, } from "./commands/GetEncryptionConfigurationCommand";
23
23
  import { GetFleetCommand } from "./commands/GetFleetCommand";
@@ -26,7 +26,7 @@ import { GetModelManifestCommand, } from "./commands/GetModelManifestCommand";
26
26
  import { GetRegisterAccountStatusCommand, } from "./commands/GetRegisterAccountStatusCommand";
27
27
  import { GetSignalCatalogCommand, } from "./commands/GetSignalCatalogCommand";
28
28
  import { GetStateTemplateCommand, } from "./commands/GetStateTemplateCommand";
29
- import { GetVehicleCommand } from "./commands/GetVehicleCommand";
29
+ import { GetVehicleCommand, } from "./commands/GetVehicleCommand";
30
30
  import { GetVehicleStatusCommand, } from "./commands/GetVehicleStatusCommand";
31
31
  import { ImportDecoderManifestCommand, } from "./commands/ImportDecoderManifestCommand";
32
32
  import { ImportSignalCatalogCommand, } from "./commands/ImportSignalCatalogCommand";
@@ -34,7 +34,7 @@ import { ListCampaignsCommand, } from "./commands/ListCampaignsCommand";
34
34
  import { ListDecoderManifestNetworkInterfacesCommand, } from "./commands/ListDecoderManifestNetworkInterfacesCommand";
35
35
  import { ListDecoderManifestsCommand, } from "./commands/ListDecoderManifestsCommand";
36
36
  import { ListDecoderManifestSignalsCommand, } from "./commands/ListDecoderManifestSignalsCommand";
37
- import { ListFleetsCommand } from "./commands/ListFleetsCommand";
37
+ import { ListFleetsCommand, } from "./commands/ListFleetsCommand";
38
38
  import { ListFleetsForVehicleCommand, } from "./commands/ListFleetsForVehicleCommand";
39
39
  import { ListModelManifestNodesCommand, } from "./commands/ListModelManifestNodesCommand";
40
40
  import { ListModelManifestsCommand, } from "./commands/ListModelManifestsCommand";
@@ -47,11 +47,11 @@ import { ListVehiclesInFleetCommand, } from "./commands/ListVehiclesInFleetComma
47
47
  import { PutEncryptionConfigurationCommand, } from "./commands/PutEncryptionConfigurationCommand";
48
48
  import { PutLoggingOptionsCommand, } from "./commands/PutLoggingOptionsCommand";
49
49
  import { RegisterAccountCommand, } from "./commands/RegisterAccountCommand";
50
- import { TagResourceCommand } from "./commands/TagResourceCommand";
50
+ import { TagResourceCommand, } from "./commands/TagResourceCommand";
51
51
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
52
52
  import { UpdateCampaignCommand, } from "./commands/UpdateCampaignCommand";
53
53
  import { UpdateDecoderManifestCommand, } from "./commands/UpdateDecoderManifestCommand";
54
- import { UpdateFleetCommand } from "./commands/UpdateFleetCommand";
54
+ import { UpdateFleetCommand, } from "./commands/UpdateFleetCommand";
55
55
  import { UpdateModelManifestCommand, } from "./commands/UpdateModelManifestCommand";
56
56
  import { UpdateSignalCatalogCommand, } from "./commands/UpdateSignalCatalogCommand";
57
57
  import { UpdateStateTemplateCommand, } from "./commands/UpdateStateTemplateCommand";
@@ -1,61 +1,61 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
- import { AssociateVehicleFleetCommandInput, AssociateVehicleFleetCommandOutput } from "./commands/AssociateVehicleFleetCommand";
3
- import { BatchCreateVehicleCommandInput, BatchCreateVehicleCommandOutput } from "./commands/BatchCreateVehicleCommand";
4
- import { BatchUpdateVehicleCommandInput, BatchUpdateVehicleCommandOutput } from "./commands/BatchUpdateVehicleCommand";
5
- import { CreateCampaignCommandInput, CreateCampaignCommandOutput } from "./commands/CreateCampaignCommand";
6
- import { CreateDecoderManifestCommandInput, CreateDecoderManifestCommandOutput } from "./commands/CreateDecoderManifestCommand";
7
- import { CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
8
- import { CreateModelManifestCommandInput, CreateModelManifestCommandOutput } from "./commands/CreateModelManifestCommand";
9
- import { CreateSignalCatalogCommandInput, CreateSignalCatalogCommandOutput } from "./commands/CreateSignalCatalogCommand";
10
- import { CreateStateTemplateCommandInput, CreateStateTemplateCommandOutput } from "./commands/CreateStateTemplateCommand";
11
- import { CreateVehicleCommandInput, CreateVehicleCommandOutput } from "./commands/CreateVehicleCommand";
12
- import { DeleteCampaignCommandInput, DeleteCampaignCommandOutput } from "./commands/DeleteCampaignCommand";
13
- import { DeleteDecoderManifestCommandInput, DeleteDecoderManifestCommandOutput } from "./commands/DeleteDecoderManifestCommand";
14
- import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "./commands/DeleteFleetCommand";
15
- import { DeleteModelManifestCommandInput, DeleteModelManifestCommandOutput } from "./commands/DeleteModelManifestCommand";
16
- import { DeleteSignalCatalogCommandInput, DeleteSignalCatalogCommandOutput } from "./commands/DeleteSignalCatalogCommand";
17
- import { DeleteStateTemplateCommandInput, DeleteStateTemplateCommandOutput } from "./commands/DeleteStateTemplateCommand";
18
- import { DeleteVehicleCommandInput, DeleteVehicleCommandOutput } from "./commands/DeleteVehicleCommand";
19
- import { DisassociateVehicleFleetCommandInput, DisassociateVehicleFleetCommandOutput } from "./commands/DisassociateVehicleFleetCommand";
20
- import { GetCampaignCommandInput, GetCampaignCommandOutput } from "./commands/GetCampaignCommand";
21
- import { GetDecoderManifestCommandInput, GetDecoderManifestCommandOutput } from "./commands/GetDecoderManifestCommand";
22
- import { GetEncryptionConfigurationCommandInput, GetEncryptionConfigurationCommandOutput } from "./commands/GetEncryptionConfigurationCommand";
23
- import { GetFleetCommandInput, GetFleetCommandOutput } from "./commands/GetFleetCommand";
24
- import { GetLoggingOptionsCommandInput, GetLoggingOptionsCommandOutput } from "./commands/GetLoggingOptionsCommand";
25
- import { GetModelManifestCommandInput, GetModelManifestCommandOutput } from "./commands/GetModelManifestCommand";
26
- import { GetRegisterAccountStatusCommandInput, GetRegisterAccountStatusCommandOutput } from "./commands/GetRegisterAccountStatusCommand";
27
- import { GetSignalCatalogCommandInput, GetSignalCatalogCommandOutput } from "./commands/GetSignalCatalogCommand";
28
- import { GetStateTemplateCommandInput, GetStateTemplateCommandOutput } from "./commands/GetStateTemplateCommand";
29
- import { GetVehicleCommandInput, GetVehicleCommandOutput } from "./commands/GetVehicleCommand";
30
- import { GetVehicleStatusCommandInput, GetVehicleStatusCommandOutput } from "./commands/GetVehicleStatusCommand";
31
- import { ImportDecoderManifestCommandInput, ImportDecoderManifestCommandOutput } from "./commands/ImportDecoderManifestCommand";
32
- import { ImportSignalCatalogCommandInput, ImportSignalCatalogCommandOutput } from "./commands/ImportSignalCatalogCommand";
33
- import { ListCampaignsCommandInput, ListCampaignsCommandOutput } from "./commands/ListCampaignsCommand";
34
- import { ListDecoderManifestNetworkInterfacesCommandInput, ListDecoderManifestNetworkInterfacesCommandOutput } from "./commands/ListDecoderManifestNetworkInterfacesCommand";
35
- import { ListDecoderManifestsCommandInput, ListDecoderManifestsCommandOutput } from "./commands/ListDecoderManifestsCommand";
36
- import { ListDecoderManifestSignalsCommandInput, ListDecoderManifestSignalsCommandOutput } from "./commands/ListDecoderManifestSignalsCommand";
37
- import { ListFleetsCommandInput, ListFleetsCommandOutput } from "./commands/ListFleetsCommand";
38
- import { ListFleetsForVehicleCommandInput, ListFleetsForVehicleCommandOutput } from "./commands/ListFleetsForVehicleCommand";
39
- import { ListModelManifestNodesCommandInput, ListModelManifestNodesCommandOutput } from "./commands/ListModelManifestNodesCommand";
40
- import { ListModelManifestsCommandInput, ListModelManifestsCommandOutput } from "./commands/ListModelManifestsCommand";
41
- import { ListSignalCatalogNodesCommandInput, ListSignalCatalogNodesCommandOutput } from "./commands/ListSignalCatalogNodesCommand";
42
- import { ListSignalCatalogsCommandInput, ListSignalCatalogsCommandOutput } from "./commands/ListSignalCatalogsCommand";
43
- import { ListStateTemplatesCommandInput, ListStateTemplatesCommandOutput } from "./commands/ListStateTemplatesCommand";
44
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
45
- import { ListVehiclesCommandInput, ListVehiclesCommandOutput } from "./commands/ListVehiclesCommand";
46
- import { ListVehiclesInFleetCommandInput, ListVehiclesInFleetCommandOutput } from "./commands/ListVehiclesInFleetCommand";
47
- import { PutEncryptionConfigurationCommandInput, PutEncryptionConfigurationCommandOutput } from "./commands/PutEncryptionConfigurationCommand";
48
- import { PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput } from "./commands/PutLoggingOptionsCommand";
49
- import { RegisterAccountCommandInput, RegisterAccountCommandOutput } from "./commands/RegisterAccountCommand";
50
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
51
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
52
- import { UpdateCampaignCommandInput, UpdateCampaignCommandOutput } from "./commands/UpdateCampaignCommand";
53
- import { UpdateDecoderManifestCommandInput, UpdateDecoderManifestCommandOutput } from "./commands/UpdateDecoderManifestCommand";
54
- import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "./commands/UpdateFleetCommand";
55
- import { UpdateModelManifestCommandInput, UpdateModelManifestCommandOutput } from "./commands/UpdateModelManifestCommand";
56
- import { UpdateSignalCatalogCommandInput, UpdateSignalCatalogCommandOutput } from "./commands/UpdateSignalCatalogCommand";
57
- import { UpdateStateTemplateCommandInput, UpdateStateTemplateCommandOutput } from "./commands/UpdateStateTemplateCommand";
58
- import { UpdateVehicleCommandInput, UpdateVehicleCommandOutput } from "./commands/UpdateVehicleCommand";
2
+ import { type AssociateVehicleFleetCommandInput, type AssociateVehicleFleetCommandOutput } from "./commands/AssociateVehicleFleetCommand";
3
+ import { type BatchCreateVehicleCommandInput, type BatchCreateVehicleCommandOutput } from "./commands/BatchCreateVehicleCommand";
4
+ import { type BatchUpdateVehicleCommandInput, type BatchUpdateVehicleCommandOutput } from "./commands/BatchUpdateVehicleCommand";
5
+ import { type CreateCampaignCommandInput, type CreateCampaignCommandOutput } from "./commands/CreateCampaignCommand";
6
+ import { type CreateDecoderManifestCommandInput, type CreateDecoderManifestCommandOutput } from "./commands/CreateDecoderManifestCommand";
7
+ import { type CreateFleetCommandInput, type CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
8
+ import { type CreateModelManifestCommandInput, type CreateModelManifestCommandOutput } from "./commands/CreateModelManifestCommand";
9
+ import { type CreateSignalCatalogCommandInput, type CreateSignalCatalogCommandOutput } from "./commands/CreateSignalCatalogCommand";
10
+ import { type CreateStateTemplateCommandInput, type CreateStateTemplateCommandOutput } from "./commands/CreateStateTemplateCommand";
11
+ import { type CreateVehicleCommandInput, type CreateVehicleCommandOutput } from "./commands/CreateVehicleCommand";
12
+ import { type DeleteCampaignCommandInput, type DeleteCampaignCommandOutput } from "./commands/DeleteCampaignCommand";
13
+ import { type DeleteDecoderManifestCommandInput, type DeleteDecoderManifestCommandOutput } from "./commands/DeleteDecoderManifestCommand";
14
+ import { type DeleteFleetCommandInput, type DeleteFleetCommandOutput } from "./commands/DeleteFleetCommand";
15
+ import { type DeleteModelManifestCommandInput, type DeleteModelManifestCommandOutput } from "./commands/DeleteModelManifestCommand";
16
+ import { type DeleteSignalCatalogCommandInput, type DeleteSignalCatalogCommandOutput } from "./commands/DeleteSignalCatalogCommand";
17
+ import { type DeleteStateTemplateCommandInput, type DeleteStateTemplateCommandOutput } from "./commands/DeleteStateTemplateCommand";
18
+ import { type DeleteVehicleCommandInput, type DeleteVehicleCommandOutput } from "./commands/DeleteVehicleCommand";
19
+ import { type DisassociateVehicleFleetCommandInput, type DisassociateVehicleFleetCommandOutput } from "./commands/DisassociateVehicleFleetCommand";
20
+ import { type GetCampaignCommandInput, type GetCampaignCommandOutput } from "./commands/GetCampaignCommand";
21
+ import { type GetDecoderManifestCommandInput, type GetDecoderManifestCommandOutput } from "./commands/GetDecoderManifestCommand";
22
+ import { type GetEncryptionConfigurationCommandInput, type GetEncryptionConfigurationCommandOutput } from "./commands/GetEncryptionConfigurationCommand";
23
+ import { type GetFleetCommandInput, type GetFleetCommandOutput } from "./commands/GetFleetCommand";
24
+ import { type GetLoggingOptionsCommandInput, type GetLoggingOptionsCommandOutput } from "./commands/GetLoggingOptionsCommand";
25
+ import { type GetModelManifestCommandInput, type GetModelManifestCommandOutput } from "./commands/GetModelManifestCommand";
26
+ import { type GetRegisterAccountStatusCommandInput, type GetRegisterAccountStatusCommandOutput } from "./commands/GetRegisterAccountStatusCommand";
27
+ import { type GetSignalCatalogCommandInput, type GetSignalCatalogCommandOutput } from "./commands/GetSignalCatalogCommand";
28
+ import { type GetStateTemplateCommandInput, type GetStateTemplateCommandOutput } from "./commands/GetStateTemplateCommand";
29
+ import { type GetVehicleCommandInput, type GetVehicleCommandOutput } from "./commands/GetVehicleCommand";
30
+ import { type GetVehicleStatusCommandInput, type GetVehicleStatusCommandOutput } from "./commands/GetVehicleStatusCommand";
31
+ import { type ImportDecoderManifestCommandInput, type ImportDecoderManifestCommandOutput } from "./commands/ImportDecoderManifestCommand";
32
+ import { type ImportSignalCatalogCommandInput, type ImportSignalCatalogCommandOutput } from "./commands/ImportSignalCatalogCommand";
33
+ import { type ListCampaignsCommandInput, type ListCampaignsCommandOutput } from "./commands/ListCampaignsCommand";
34
+ import { type ListDecoderManifestNetworkInterfacesCommandInput, type ListDecoderManifestNetworkInterfacesCommandOutput } from "./commands/ListDecoderManifestNetworkInterfacesCommand";
35
+ import { type ListDecoderManifestsCommandInput, type ListDecoderManifestsCommandOutput } from "./commands/ListDecoderManifestsCommand";
36
+ import { type ListDecoderManifestSignalsCommandInput, type ListDecoderManifestSignalsCommandOutput } from "./commands/ListDecoderManifestSignalsCommand";
37
+ import { type ListFleetsCommandInput, type ListFleetsCommandOutput } from "./commands/ListFleetsCommand";
38
+ import { type ListFleetsForVehicleCommandInput, type ListFleetsForVehicleCommandOutput } from "./commands/ListFleetsForVehicleCommand";
39
+ import { type ListModelManifestNodesCommandInput, type ListModelManifestNodesCommandOutput } from "./commands/ListModelManifestNodesCommand";
40
+ import { type ListModelManifestsCommandInput, type ListModelManifestsCommandOutput } from "./commands/ListModelManifestsCommand";
41
+ import { type ListSignalCatalogNodesCommandInput, type ListSignalCatalogNodesCommandOutput } from "./commands/ListSignalCatalogNodesCommand";
42
+ import { type ListSignalCatalogsCommandInput, type ListSignalCatalogsCommandOutput } from "./commands/ListSignalCatalogsCommand";
43
+ import { type ListStateTemplatesCommandInput, type ListStateTemplatesCommandOutput } from "./commands/ListStateTemplatesCommand";
44
+ import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
45
+ import { type ListVehiclesCommandInput, type ListVehiclesCommandOutput } from "./commands/ListVehiclesCommand";
46
+ import { type ListVehiclesInFleetCommandInput, type ListVehiclesInFleetCommandOutput } from "./commands/ListVehiclesInFleetCommand";
47
+ import { type PutEncryptionConfigurationCommandInput, type PutEncryptionConfigurationCommandOutput } from "./commands/PutEncryptionConfigurationCommand";
48
+ import { type PutLoggingOptionsCommandInput, type PutLoggingOptionsCommandOutput } from "./commands/PutLoggingOptionsCommand";
49
+ import { type RegisterAccountCommandInput, type RegisterAccountCommandOutput } from "./commands/RegisterAccountCommand";
50
+ import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
51
+ import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
52
+ import { type UpdateCampaignCommandInput, type UpdateCampaignCommandOutput } from "./commands/UpdateCampaignCommand";
53
+ import { type UpdateDecoderManifestCommandInput, type UpdateDecoderManifestCommandOutput } from "./commands/UpdateDecoderManifestCommand";
54
+ import { type UpdateFleetCommandInput, type UpdateFleetCommandOutput } from "./commands/UpdateFleetCommand";
55
+ import { type UpdateModelManifestCommandInput, type UpdateModelManifestCommandOutput } from "./commands/UpdateModelManifestCommand";
56
+ import { type UpdateSignalCatalogCommandInput, type UpdateSignalCatalogCommandOutput } from "./commands/UpdateSignalCatalogCommand";
57
+ import { type UpdateStateTemplateCommandInput, type UpdateStateTemplateCommandOutput } from "./commands/UpdateStateTemplateCommand";
58
+ import { type UpdateVehicleCommandInput, type UpdateVehicleCommandOutput } from "./commands/UpdateVehicleCommand";
59
59
  import { IoTFleetWiseClient } from "./IoTFleetWiseClient";
60
60
  export interface IoTFleetWise {
61
61
  /**
@@ -5,66 +5,66 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { AssociateVehicleFleetCommandInput, AssociateVehicleFleetCommandOutput } from "./commands/AssociateVehicleFleetCommand";
11
- import { BatchCreateVehicleCommandInput, BatchCreateVehicleCommandOutput } from "./commands/BatchCreateVehicleCommand";
12
- import { BatchUpdateVehicleCommandInput, BatchUpdateVehicleCommandOutput } from "./commands/BatchUpdateVehicleCommand";
13
- import { CreateCampaignCommandInput, CreateCampaignCommandOutput } from "./commands/CreateCampaignCommand";
14
- import { CreateDecoderManifestCommandInput, CreateDecoderManifestCommandOutput } from "./commands/CreateDecoderManifestCommand";
15
- import { CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
16
- import { CreateModelManifestCommandInput, CreateModelManifestCommandOutput } from "./commands/CreateModelManifestCommand";
17
- import { CreateSignalCatalogCommandInput, CreateSignalCatalogCommandOutput } from "./commands/CreateSignalCatalogCommand";
18
- import { CreateStateTemplateCommandInput, CreateStateTemplateCommandOutput } from "./commands/CreateStateTemplateCommand";
19
- import { CreateVehicleCommandInput, CreateVehicleCommandOutput } from "./commands/CreateVehicleCommand";
20
- import { DeleteCampaignCommandInput, DeleteCampaignCommandOutput } from "./commands/DeleteCampaignCommand";
21
- import { DeleteDecoderManifestCommandInput, DeleteDecoderManifestCommandOutput } from "./commands/DeleteDecoderManifestCommand";
22
- import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "./commands/DeleteFleetCommand";
23
- import { DeleteModelManifestCommandInput, DeleteModelManifestCommandOutput } from "./commands/DeleteModelManifestCommand";
24
- import { DeleteSignalCatalogCommandInput, DeleteSignalCatalogCommandOutput } from "./commands/DeleteSignalCatalogCommand";
25
- import { DeleteStateTemplateCommandInput, DeleteStateTemplateCommandOutput } from "./commands/DeleteStateTemplateCommand";
26
- import { DeleteVehicleCommandInput, DeleteVehicleCommandOutput } from "./commands/DeleteVehicleCommand";
27
- import { DisassociateVehicleFleetCommandInput, DisassociateVehicleFleetCommandOutput } from "./commands/DisassociateVehicleFleetCommand";
28
- import { GetCampaignCommandInput, GetCampaignCommandOutput } from "./commands/GetCampaignCommand";
29
- import { GetDecoderManifestCommandInput, GetDecoderManifestCommandOutput } from "./commands/GetDecoderManifestCommand";
30
- import { GetEncryptionConfigurationCommandInput, GetEncryptionConfigurationCommandOutput } from "./commands/GetEncryptionConfigurationCommand";
31
- import { GetFleetCommandInput, GetFleetCommandOutput } from "./commands/GetFleetCommand";
32
- import { GetLoggingOptionsCommandInput, GetLoggingOptionsCommandOutput } from "./commands/GetLoggingOptionsCommand";
33
- import { GetModelManifestCommandInput, GetModelManifestCommandOutput } from "./commands/GetModelManifestCommand";
34
- import { GetRegisterAccountStatusCommandInput, GetRegisterAccountStatusCommandOutput } from "./commands/GetRegisterAccountStatusCommand";
35
- import { GetSignalCatalogCommandInput, GetSignalCatalogCommandOutput } from "./commands/GetSignalCatalogCommand";
36
- import { GetStateTemplateCommandInput, GetStateTemplateCommandOutput } from "./commands/GetStateTemplateCommand";
37
- import { GetVehicleCommandInput, GetVehicleCommandOutput } from "./commands/GetVehicleCommand";
38
- import { GetVehicleStatusCommandInput, GetVehicleStatusCommandOutput } from "./commands/GetVehicleStatusCommand";
39
- import { ImportDecoderManifestCommandInput, ImportDecoderManifestCommandOutput } from "./commands/ImportDecoderManifestCommand";
40
- import { ImportSignalCatalogCommandInput, ImportSignalCatalogCommandOutput } from "./commands/ImportSignalCatalogCommand";
41
- import { ListCampaignsCommandInput, ListCampaignsCommandOutput } from "./commands/ListCampaignsCommand";
42
- import { ListDecoderManifestNetworkInterfacesCommandInput, ListDecoderManifestNetworkInterfacesCommandOutput } from "./commands/ListDecoderManifestNetworkInterfacesCommand";
43
- import { ListDecoderManifestsCommandInput, ListDecoderManifestsCommandOutput } from "./commands/ListDecoderManifestsCommand";
44
- import { ListDecoderManifestSignalsCommandInput, ListDecoderManifestSignalsCommandOutput } from "./commands/ListDecoderManifestSignalsCommand";
45
- import { ListFleetsCommandInput, ListFleetsCommandOutput } from "./commands/ListFleetsCommand";
46
- import { ListFleetsForVehicleCommandInput, ListFleetsForVehicleCommandOutput } from "./commands/ListFleetsForVehicleCommand";
47
- import { ListModelManifestNodesCommandInput, ListModelManifestNodesCommandOutput } from "./commands/ListModelManifestNodesCommand";
48
- import { ListModelManifestsCommandInput, ListModelManifestsCommandOutput } from "./commands/ListModelManifestsCommand";
49
- import { ListSignalCatalogNodesCommandInput, ListSignalCatalogNodesCommandOutput } from "./commands/ListSignalCatalogNodesCommand";
50
- import { ListSignalCatalogsCommandInput, ListSignalCatalogsCommandOutput } from "./commands/ListSignalCatalogsCommand";
51
- import { ListStateTemplatesCommandInput, ListStateTemplatesCommandOutput } from "./commands/ListStateTemplatesCommand";
52
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
53
- import { ListVehiclesCommandInput, ListVehiclesCommandOutput } from "./commands/ListVehiclesCommand";
54
- import { ListVehiclesInFleetCommandInput, ListVehiclesInFleetCommandOutput } from "./commands/ListVehiclesInFleetCommand";
55
- import { PutEncryptionConfigurationCommandInput, PutEncryptionConfigurationCommandOutput } from "./commands/PutEncryptionConfigurationCommand";
56
- import { PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput } from "./commands/PutLoggingOptionsCommand";
57
- import { RegisterAccountCommandInput, RegisterAccountCommandOutput } from "./commands/RegisterAccountCommand";
58
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
59
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
60
- import { UpdateCampaignCommandInput, UpdateCampaignCommandOutput } from "./commands/UpdateCampaignCommand";
61
- import { UpdateDecoderManifestCommandInput, UpdateDecoderManifestCommandOutput } from "./commands/UpdateDecoderManifestCommand";
62
- import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "./commands/UpdateFleetCommand";
63
- import { UpdateModelManifestCommandInput, UpdateModelManifestCommandOutput } from "./commands/UpdateModelManifestCommand";
64
- import { UpdateSignalCatalogCommandInput, UpdateSignalCatalogCommandOutput } from "./commands/UpdateSignalCatalogCommand";
65
- import { UpdateStateTemplateCommandInput, UpdateStateTemplateCommandOutput } from "./commands/UpdateStateTemplateCommand";
66
- import { UpdateVehicleCommandInput, UpdateVehicleCommandOutput } from "./commands/UpdateVehicleCommand";
67
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
10
+ import type { AssociateVehicleFleetCommandInput, AssociateVehicleFleetCommandOutput } from "./commands/AssociateVehicleFleetCommand";
11
+ import type { BatchCreateVehicleCommandInput, BatchCreateVehicleCommandOutput } from "./commands/BatchCreateVehicleCommand";
12
+ import type { BatchUpdateVehicleCommandInput, BatchUpdateVehicleCommandOutput } from "./commands/BatchUpdateVehicleCommand";
13
+ import type { CreateCampaignCommandInput, CreateCampaignCommandOutput } from "./commands/CreateCampaignCommand";
14
+ import type { CreateDecoderManifestCommandInput, CreateDecoderManifestCommandOutput } from "./commands/CreateDecoderManifestCommand";
15
+ import type { CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
16
+ import type { CreateModelManifestCommandInput, CreateModelManifestCommandOutput } from "./commands/CreateModelManifestCommand";
17
+ import type { CreateSignalCatalogCommandInput, CreateSignalCatalogCommandOutput } from "./commands/CreateSignalCatalogCommand";
18
+ import type { CreateStateTemplateCommandInput, CreateStateTemplateCommandOutput } from "./commands/CreateStateTemplateCommand";
19
+ import type { CreateVehicleCommandInput, CreateVehicleCommandOutput } from "./commands/CreateVehicleCommand";
20
+ import type { DeleteCampaignCommandInput, DeleteCampaignCommandOutput } from "./commands/DeleteCampaignCommand";
21
+ import type { DeleteDecoderManifestCommandInput, DeleteDecoderManifestCommandOutput } from "./commands/DeleteDecoderManifestCommand";
22
+ import type { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "./commands/DeleteFleetCommand";
23
+ import type { DeleteModelManifestCommandInput, DeleteModelManifestCommandOutput } from "./commands/DeleteModelManifestCommand";
24
+ import type { DeleteSignalCatalogCommandInput, DeleteSignalCatalogCommandOutput } from "./commands/DeleteSignalCatalogCommand";
25
+ import type { DeleteStateTemplateCommandInput, DeleteStateTemplateCommandOutput } from "./commands/DeleteStateTemplateCommand";
26
+ import type { DeleteVehicleCommandInput, DeleteVehicleCommandOutput } from "./commands/DeleteVehicleCommand";
27
+ import type { DisassociateVehicleFleetCommandInput, DisassociateVehicleFleetCommandOutput } from "./commands/DisassociateVehicleFleetCommand";
28
+ import type { GetCampaignCommandInput, GetCampaignCommandOutput } from "./commands/GetCampaignCommand";
29
+ import type { GetDecoderManifestCommandInput, GetDecoderManifestCommandOutput } from "./commands/GetDecoderManifestCommand";
30
+ import type { GetEncryptionConfigurationCommandInput, GetEncryptionConfigurationCommandOutput } from "./commands/GetEncryptionConfigurationCommand";
31
+ import type { GetFleetCommandInput, GetFleetCommandOutput } from "./commands/GetFleetCommand";
32
+ import type { GetLoggingOptionsCommandInput, GetLoggingOptionsCommandOutput } from "./commands/GetLoggingOptionsCommand";
33
+ import type { GetModelManifestCommandInput, GetModelManifestCommandOutput } from "./commands/GetModelManifestCommand";
34
+ import type { GetRegisterAccountStatusCommandInput, GetRegisterAccountStatusCommandOutput } from "./commands/GetRegisterAccountStatusCommand";
35
+ import type { GetSignalCatalogCommandInput, GetSignalCatalogCommandOutput } from "./commands/GetSignalCatalogCommand";
36
+ import type { GetStateTemplateCommandInput, GetStateTemplateCommandOutput } from "./commands/GetStateTemplateCommand";
37
+ import type { GetVehicleCommandInput, GetVehicleCommandOutput } from "./commands/GetVehicleCommand";
38
+ import type { GetVehicleStatusCommandInput, GetVehicleStatusCommandOutput } from "./commands/GetVehicleStatusCommand";
39
+ import type { ImportDecoderManifestCommandInput, ImportDecoderManifestCommandOutput } from "./commands/ImportDecoderManifestCommand";
40
+ import type { ImportSignalCatalogCommandInput, ImportSignalCatalogCommandOutput } from "./commands/ImportSignalCatalogCommand";
41
+ import type { ListCampaignsCommandInput, ListCampaignsCommandOutput } from "./commands/ListCampaignsCommand";
42
+ import type { ListDecoderManifestNetworkInterfacesCommandInput, ListDecoderManifestNetworkInterfacesCommandOutput } from "./commands/ListDecoderManifestNetworkInterfacesCommand";
43
+ import type { ListDecoderManifestsCommandInput, ListDecoderManifestsCommandOutput } from "./commands/ListDecoderManifestsCommand";
44
+ import type { ListDecoderManifestSignalsCommandInput, ListDecoderManifestSignalsCommandOutput } from "./commands/ListDecoderManifestSignalsCommand";
45
+ import type { ListFleetsCommandInput, ListFleetsCommandOutput } from "./commands/ListFleetsCommand";
46
+ import type { ListFleetsForVehicleCommandInput, ListFleetsForVehicleCommandOutput } from "./commands/ListFleetsForVehicleCommand";
47
+ import type { ListModelManifestNodesCommandInput, ListModelManifestNodesCommandOutput } from "./commands/ListModelManifestNodesCommand";
48
+ import type { ListModelManifestsCommandInput, ListModelManifestsCommandOutput } from "./commands/ListModelManifestsCommand";
49
+ import type { ListSignalCatalogNodesCommandInput, ListSignalCatalogNodesCommandOutput } from "./commands/ListSignalCatalogNodesCommand";
50
+ import type { ListSignalCatalogsCommandInput, ListSignalCatalogsCommandOutput } from "./commands/ListSignalCatalogsCommand";
51
+ import type { ListStateTemplatesCommandInput, ListStateTemplatesCommandOutput } from "./commands/ListStateTemplatesCommand";
52
+ import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
53
+ import type { ListVehiclesCommandInput, ListVehiclesCommandOutput } from "./commands/ListVehiclesCommand";
54
+ import type { ListVehiclesInFleetCommandInput, ListVehiclesInFleetCommandOutput } from "./commands/ListVehiclesInFleetCommand";
55
+ import type { PutEncryptionConfigurationCommandInput, PutEncryptionConfigurationCommandOutput } from "./commands/PutEncryptionConfigurationCommand";
56
+ import type { PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput } from "./commands/PutLoggingOptionsCommand";
57
+ import type { RegisterAccountCommandInput, RegisterAccountCommandOutput } from "./commands/RegisterAccountCommand";
58
+ import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
59
+ import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
60
+ import type { UpdateCampaignCommandInput, UpdateCampaignCommandOutput } from "./commands/UpdateCampaignCommand";
61
+ import type { UpdateDecoderManifestCommandInput, UpdateDecoderManifestCommandOutput } from "./commands/UpdateDecoderManifestCommand";
62
+ import type { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "./commands/UpdateFleetCommand";
63
+ import type { UpdateModelManifestCommandInput, UpdateModelManifestCommandOutput } from "./commands/UpdateModelManifestCommand";
64
+ import type { UpdateSignalCatalogCommandInput, UpdateSignalCatalogCommandOutput } from "./commands/UpdateSignalCatalogCommand";
65
+ import type { UpdateStateTemplateCommandInput, UpdateStateTemplateCommandOutput } from "./commands/UpdateStateTemplateCommand";
66
+ import type { UpdateVehicleCommandInput, UpdateVehicleCommandOutput } from "./commands/UpdateVehicleCommand";
67
+ import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
68
68
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
69
69
  export { __Client };
70
70
  /**
@@ -173,7 +173,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
173
173
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
174
174
  * @internal
175
175
  */
176
- defaultUserAgentProvider?: Provider<__UserAgent>;
176
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
177
177
  /**
178
178
  * Default credentials provider; Not available in browser runtime.
179
179
  * @deprecated
@@ -1,4 +1,4 @@
1
- import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
1
+ import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
2
  import type { IoTFleetWiseHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
@@ -14,7 +14,7 @@
14
14
  */
15
15
  export * from "./IoTFleetWiseClient";
16
16
  export * from "./IoTFleetWise";
17
- export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
17
+ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
18
18
  export type { RuntimeExtension } from "./runtimeExtensions";
19
19
  export type { IoTFleetWiseExtensionConfiguration } from "./extensionConfiguration";
20
20
  export * from "./commands";
@@ -1,7 +1,7 @@
1
1
  import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { ValidationExceptionReason } from "./enums";
2
+ import type { ValidationExceptionReason } from "./enums";
3
3
  import { IoTFleetWiseServiceException as __BaseException } from "./IoTFleetWiseServiceException";
4
- import { InvalidNetworkInterface, InvalidSignal, InvalidSignalDecoder, Node, ValidationExceptionField } from "./models_0";
4
+ import type { InvalidNetworkInterface, InvalidSignal, InvalidSignalDecoder, Node, ValidationExceptionField } from "./models_0";
5
5
  /**
6
6
  * <p>You don't have sufficient permission to perform this action.</p>
7
7
  * @public
@@ -1,4 +1,4 @@
1
- import { CampaignStatus, Compression, DataFormat, DefaultForUnmappedSignalsType, DiagnosticsMode, EncryptionStatus, EncryptionType, ListResponseScope, LogType, ManifestStatus, NetworkInterfaceFailureReason, NetworkInterfaceType, NodeDataEncoding, NodeDataType, RegistrationStatus, ROS2PrimitiveType, SignalDecoderFailureReason, SignalDecoderType, SignalNodeType, SignalValueType, SpoolingMode, StorageCompressionFormat, StorageMaximumSizeUnit, StorageMinimumTimeToLiveUnit, StructuredMessageListType, TimeUnit, TriggerMode, UpdateCampaignAction, UpdateMode, VehicleAssociationBehavior, VehicleMiddlewareProtocol, VehicleState } from "./enums";
1
+ import type { CampaignStatus, Compression, DataFormat, DefaultForUnmappedSignalsType, DiagnosticsMode, EncryptionStatus, EncryptionType, ListResponseScope, LogType, ManifestStatus, NetworkInterfaceFailureReason, NetworkInterfaceType, NodeDataEncoding, NodeDataType, RegistrationStatus, ROS2PrimitiveType, SignalDecoderFailureReason, SignalDecoderType, SignalNodeType, SignalValueType, SpoolingMode, StorageCompressionFormat, StorageMaximumSizeUnit, StorageMinimumTimeToLiveUnit, StructuredMessageListType, TimeUnit, TriggerMode, UpdateCampaignAction, UpdateMode, VehicleAssociationBehavior, VehicleMiddlewareProtocol, VehicleState } from "./enums";
2
2
  /**
3
3
  * <p>A signal that represents a vehicle device such as the engine, heater, and door locks.
4
4
  * Data from an actuator reports the state of a certain vehicle device.</p>
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { GetVehicleStatusCommandInput, GetVehicleStatusCommandOutput } from "../commands/GetVehicleStatusCommand";
3
- import { IoTFleetWisePaginationConfiguration } from "./Interfaces";
3
+ import type { IoTFleetWisePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListCampaignsCommandInput, ListCampaignsCommandOutput } from "../commands/ListCampaignsCommand";
3
- import { IoTFleetWisePaginationConfiguration } from "./Interfaces";
3
+ import type { IoTFleetWisePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDecoderManifestNetworkInterfacesCommandInput, ListDecoderManifestNetworkInterfacesCommandOutput } from "../commands/ListDecoderManifestNetworkInterfacesCommand";
3
- import { IoTFleetWisePaginationConfiguration } from "./Interfaces";
3
+ import type { IoTFleetWisePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDecoderManifestSignalsCommandInput, ListDecoderManifestSignalsCommandOutput } from "../commands/ListDecoderManifestSignalsCommand";
3
- import { IoTFleetWisePaginationConfiguration } from "./Interfaces";
3
+ import type { IoTFleetWisePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDecoderManifestsCommandInput, ListDecoderManifestsCommandOutput } from "../commands/ListDecoderManifestsCommand";
3
- import { IoTFleetWisePaginationConfiguration } from "./Interfaces";
3
+ import type { IoTFleetWisePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListFleetsForVehicleCommandInput, ListFleetsForVehicleCommandOutput } from "../commands/ListFleetsForVehicleCommand";
3
- import { IoTFleetWisePaginationConfiguration } from "./Interfaces";
3
+ import type { IoTFleetWisePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListFleetsCommandInput, ListFleetsCommandOutput } from "../commands/ListFleetsCommand";
3
- import { IoTFleetWisePaginationConfiguration } from "./Interfaces";
3
+ import type { IoTFleetWisePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListModelManifestNodesCommandInput, ListModelManifestNodesCommandOutput } from "../commands/ListModelManifestNodesCommand";
3
- import { IoTFleetWisePaginationConfiguration } from "./Interfaces";
3
+ import type { IoTFleetWisePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListModelManifestsCommandInput, ListModelManifestsCommandOutput } from "../commands/ListModelManifestsCommand";
3
- import { IoTFleetWisePaginationConfiguration } from "./Interfaces";
3
+ import type { IoTFleetWisePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListSignalCatalogNodesCommandInput, ListSignalCatalogNodesCommandOutput } from "../commands/ListSignalCatalogNodesCommand";
3
- import { IoTFleetWisePaginationConfiguration } from "./Interfaces";
3
+ import type { IoTFleetWisePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListSignalCatalogsCommandInput, ListSignalCatalogsCommandOutput } from "../commands/ListSignalCatalogsCommand";
3
- import { IoTFleetWisePaginationConfiguration } from "./Interfaces";
3
+ import type { IoTFleetWisePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListStateTemplatesCommandInput, ListStateTemplatesCommandOutput } from "../commands/ListStateTemplatesCommand";
3
- import { IoTFleetWisePaginationConfiguration } from "./Interfaces";
3
+ import type { IoTFleetWisePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListVehiclesInFleetCommandInput, ListVehiclesInFleetCommandOutput } from "../commands/ListVehiclesInFleetCommand";
3
- import { IoTFleetWisePaginationConfiguration } from "./Interfaces";
3
+ import type { IoTFleetWisePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListVehiclesCommandInput, ListVehiclesCommandOutput } from "../commands/ListVehiclesCommand";
3
- import { IoTFleetWisePaginationConfiguration } from "./Interfaces";
3
+ import type { IoTFleetWisePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -26,6 +26,7 @@ import {
26
26
  Client as __Client,
27
27
  } from "@smithy/smithy-client";
28
28
  import {
29
+ AwsCredentialIdentityProvider,
29
30
  BodyLengthCalculator as __BodyLengthCalculator,
30
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
31
32
  ChecksumConstructor as __ChecksumConstructor,
@@ -37,8 +38,6 @@ import {
37
38
  Provider as __Provider,
38
39
  StreamCollector as __StreamCollector,
39
40
  UrlParser as __UrlParser,
40
- AwsCredentialIdentityProvider,
41
- Provider,
42
41
  UserAgent as __UserAgent,
43
42
  } from "@smithy/types";
44
43
  import {
@@ -414,7 +413,7 @@ export interface ClientDefaults
414
413
  useFipsEndpoint?: boolean | __Provider<boolean>;
415
414
  region?: string | __Provider<string>;
416
415
  profile?: string;
417
- defaultUserAgentProvider?: Provider<__UserAgent>;
416
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
418
417
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
419
418
  maxAttempts?: number | __Provider<number>;
420
419
  retryMode?: string | __Provider<string>;
@@ -1,7 +1,7 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
4
+ HttpAuthScheme,
5
5
  } from "@smithy/types";
6
6
  import { IoTFleetWiseHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iotfleetwise",
3
3
  "description": "AWS SDK for JavaScript Iotfleetwise Client for Node.js, Browser and React Native",
4
- "version": "3.1019.0",
4
+ "version": "3.1020.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-iotfleetwise",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.25",
25
- "@aws-sdk/credential-provider-node": "^3.972.27",
24
+ "@aws-sdk/core": "^3.973.26",
25
+ "@aws-sdk/credential-provider-node": "^3.972.28",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.8",
27
27
  "@aws-sdk/middleware-logger": "^3.972.8",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
29
- "@aws-sdk/middleware-user-agent": "^3.972.26",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.27",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.10",
31
31
  "@aws-sdk/types": "^3.973.6",
32
32
  "@aws-sdk/util-endpoints": "^3.996.5",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
34
- "@aws-sdk/util-user-agent-node": "^3.973.12",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.13",
35
35
  "@smithy/config-resolver": "^4.4.13",
36
- "@smithy/core": "^3.23.12",
36
+ "@smithy/core": "^3.23.13",
37
37
  "@smithy/fetch-http-handler": "^5.3.15",
38
38
  "@smithy/hash-node": "^4.2.12",
39
39
  "@smithy/invalid-dependency": "^4.2.12",
40
40
  "@smithy/middleware-content-length": "^4.2.12",
41
- "@smithy/middleware-endpoint": "^4.4.27",
42
- "@smithy/middleware-retry": "^4.4.44",
43
- "@smithy/middleware-serde": "^4.2.15",
41
+ "@smithy/middleware-endpoint": "^4.4.28",
42
+ "@smithy/middleware-retry": "^4.4.45",
43
+ "@smithy/middleware-serde": "^4.2.16",
44
44
  "@smithy/middleware-stack": "^4.2.12",
45
45
  "@smithy/node-config-provider": "^4.3.12",
46
- "@smithy/node-http-handler": "^4.5.0",
46
+ "@smithy/node-http-handler": "^4.5.1",
47
47
  "@smithy/protocol-http": "^5.3.12",
48
- "@smithy/smithy-client": "^4.12.7",
48
+ "@smithy/smithy-client": "^4.12.8",
49
49
  "@smithy/types": "^4.13.1",
50
50
  "@smithy/url-parser": "^4.2.12",
51
51
  "@smithy/util-base64": "^4.3.2",
52
52
  "@smithy/util-body-length-browser": "^4.2.2",
53
53
  "@smithy/util-body-length-node": "^4.2.3",
54
- "@smithy/util-defaults-mode-browser": "^4.3.43",
55
- "@smithy/util-defaults-mode-node": "^4.2.47",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
55
+ "@smithy/util-defaults-mode-node": "^4.2.48",
56
56
  "@smithy/util-endpoints": "^3.3.3",
57
57
  "@smithy/util-middleware": "^4.2.12",
58
58
  "@smithy/util-retry": "^4.2.12",