@aws-sdk/client-iotfleetwise 3.1086.0 → 3.1088.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 (77) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/IoTFleetWise.d.ts +194 -229
  3. package/dist-types/ts3.4/IoTFleetWiseClient.d.ts +14 -48
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AssociateVehicleFleetCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/BatchCreateVehicleCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/BatchUpdateVehicleCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateDecoderManifestCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +3 -5
  13. package/dist-types/ts3.4/commands/CreateModelManifestCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateSignalCatalogCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/CreateStateTemplateCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/CreateVehicleCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/DeleteDecoderManifestCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/DeleteModelManifestCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/DeleteSignalCatalogCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/DeleteStateTemplateCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DeleteVehicleCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/DisassociateVehicleFleetCommand.d.ts +4 -6
  25. package/dist-types/ts3.4/commands/GetCampaignCommand.d.ts +3 -5
  26. package/dist-types/ts3.4/commands/GetDecoderManifestCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/GetEncryptionConfigurationCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/GetFleetCommand.d.ts +7 -5
  29. package/dist-types/ts3.4/commands/GetLoggingOptionsCommand.d.ts +4 -9
  30. package/dist-types/ts3.4/commands/GetModelManifestCommand.d.ts +4 -9
  31. package/dist-types/ts3.4/commands/GetRegisterAccountStatusCommand.d.ts +3 -5
  32. package/dist-types/ts3.4/commands/GetSignalCatalogCommand.d.ts +4 -9
  33. package/dist-types/ts3.4/commands/GetStateTemplateCommand.d.ts +4 -9
  34. package/dist-types/ts3.4/commands/GetVehicleCommand.d.ts +3 -5
  35. package/dist-types/ts3.4/commands/GetVehicleStatusCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/ImportDecoderManifestCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/ImportSignalCatalogCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +3 -8
  39. package/dist-types/ts3.4/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +4 -6
  40. package/dist-types/ts3.4/commands/ListDecoderManifestSignalsCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/ListDecoderManifestsCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +2 -4
  43. package/dist-types/ts3.4/commands/ListFleetsForVehicleCommand.d.ts +5 -10
  44. package/dist-types/ts3.4/commands/ListModelManifestNodesCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/ListModelManifestsCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/ListSignalCatalogNodesCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/ListSignalCatalogsCommand.d.ts +4 -9
  48. package/dist-types/ts3.4/commands/ListStateTemplatesCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  50. package/dist-types/ts3.4/commands/ListVehiclesCommand.d.ts +2 -4
  51. package/dist-types/ts3.4/commands/ListVehiclesInFleetCommand.d.ts +5 -10
  52. package/dist-types/ts3.4/commands/PutEncryptionConfigurationCommand.d.ts +4 -6
  53. package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +3 -8
  55. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  56. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  57. package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +4 -9
  58. package/dist-types/ts3.4/commands/UpdateDecoderManifestCommand.d.ts +5 -10
  59. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +3 -5
  60. package/dist-types/ts3.4/commands/UpdateModelManifestCommand.d.ts +5 -10
  61. package/dist-types/ts3.4/commands/UpdateSignalCatalogCommand.d.ts +5 -10
  62. package/dist-types/ts3.4/commands/UpdateStateTemplateCommand.d.ts +5 -10
  63. package/dist-types/ts3.4/commands/UpdateVehicleCommand.d.ts +4 -9
  64. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  65. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  66. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  67. package/dist-types/ts3.4/models/enums.d.ts +14 -28
  68. package/dist-types/ts3.4/models/errors.d.ts +9 -30
  69. package/dist-types/ts3.4/models/models_0.d.ts +5 -15
  70. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  71. package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +1 -4
  72. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  73. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  74. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  75. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  76. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  77. package/package.json +39 -39
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteModelManifestRequest,
4
- DeleteModelManifestResponse,
5
- } from "../models/models_0";
2
+ import { DeleteModelManifestRequest, DeleteModelManifestResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteModelManifestCommandInput
8
- extends DeleteModelManifestRequest {}
4
+ export interface DeleteModelManifestCommandInput extends DeleteModelManifestRequest {}
9
5
  export interface DeleteModelManifestCommandOutput
10
- extends DeleteModelManifestResponse,
11
- __MetadataBearer {}
6
+ extends DeleteModelManifestResponse, __MetadataBearer {}
12
7
  declare const DeleteModelManifestCommand_base: {
13
8
  new (
14
- input: DeleteModelManifestCommandInput
9
+ input: DeleteModelManifestCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteModelManifestCommandInput,
17
12
  DeleteModelManifestCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteModelManifestCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteModelManifestCommandInput
18
+ input: DeleteModelManifestCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteModelManifestCommandInput,
26
21
  DeleteModelManifestCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteSignalCatalogRequest,
4
- DeleteSignalCatalogResponse,
5
- } from "../models/models_0";
2
+ import { DeleteSignalCatalogRequest, DeleteSignalCatalogResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteSignalCatalogCommandInput
8
- extends DeleteSignalCatalogRequest {}
4
+ export interface DeleteSignalCatalogCommandInput extends DeleteSignalCatalogRequest {}
9
5
  export interface DeleteSignalCatalogCommandOutput
10
- extends DeleteSignalCatalogResponse,
11
- __MetadataBearer {}
6
+ extends DeleteSignalCatalogResponse, __MetadataBearer {}
12
7
  declare const DeleteSignalCatalogCommand_base: {
13
8
  new (
14
- input: DeleteSignalCatalogCommandInput
9
+ input: DeleteSignalCatalogCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteSignalCatalogCommandInput,
17
12
  DeleteSignalCatalogCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteSignalCatalogCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteSignalCatalogCommandInput
18
+ input: DeleteSignalCatalogCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteSignalCatalogCommandInput,
26
21
  DeleteSignalCatalogCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteStateTemplateRequest,
4
- DeleteStateTemplateResponse,
5
- } from "../models/models_0";
2
+ import { DeleteStateTemplateRequest, DeleteStateTemplateResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteStateTemplateCommandInput
8
- extends DeleteStateTemplateRequest {}
4
+ export interface DeleteStateTemplateCommandInput extends DeleteStateTemplateRequest {}
9
5
  export interface DeleteStateTemplateCommandOutput
10
- extends DeleteStateTemplateResponse,
11
- __MetadataBearer {}
6
+ extends DeleteStateTemplateResponse, __MetadataBearer {}
12
7
  declare const DeleteStateTemplateCommand_base: {
13
8
  new (
14
- input: DeleteStateTemplateCommandInput
9
+ input: DeleteStateTemplateCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteStateTemplateCommandInput,
17
12
  DeleteStateTemplateCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteStateTemplateCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteStateTemplateCommandInput
18
+ input: DeleteStateTemplateCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteStateTemplateCommandInput,
26
21
  DeleteStateTemplateCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteVehicleRequest,
4
- DeleteVehicleResponse,
5
- } from "../models/models_0";
2
+ import { DeleteVehicleRequest, DeleteVehicleResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeleteVehicleCommandInput extends DeleteVehicleRequest {}
8
- export interface DeleteVehicleCommandOutput
9
- extends DeleteVehicleResponse,
10
- __MetadataBearer {}
5
+ export interface DeleteVehicleCommandOutput extends DeleteVehicleResponse, __MetadataBearer {}
11
6
  declare const DeleteVehicleCommand_base: {
12
7
  new (
13
- input: DeleteVehicleCommandInput
8
+ input: DeleteVehicleCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeleteVehicleCommandInput,
16
11
  DeleteVehicleCommandOutput,
@@ -19,7 +14,7 @@ declare const DeleteVehicleCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeleteVehicleCommandInput
17
+ input: DeleteVehicleCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeleteVehicleCommandInput,
25
20
  DeleteVehicleCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DisassociateVehicleFleetResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DisassociateVehicleFleetCommandInput
8
- extends DisassociateVehicleFleetRequest {}
7
+ export interface DisassociateVehicleFleetCommandInput extends DisassociateVehicleFleetRequest {}
9
8
  export interface DisassociateVehicleFleetCommandOutput
10
- extends DisassociateVehicleFleetResponse,
11
- __MetadataBearer {}
9
+ extends DisassociateVehicleFleetResponse, __MetadataBearer {}
12
10
  declare const DisassociateVehicleFleetCommand_base: {
13
11
  new (
14
- input: DisassociateVehicleFleetCommandInput
12
+ input: DisassociateVehicleFleetCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DisassociateVehicleFleetCommandInput,
17
15
  DisassociateVehicleFleetCommandOutput,
@@ -20,7 +18,7 @@ declare const DisassociateVehicleFleetCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DisassociateVehicleFleetCommandInput
21
+ input: DisassociateVehicleFleetCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DisassociateVehicleFleetCommandInput,
26
24
  DisassociateVehicleFleetCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetCampaignRequest, GetCampaignResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetCampaignCommandInput extends GetCampaignRequest {}
5
- export interface GetCampaignCommandOutput
6
- extends GetCampaignResponse,
7
- __MetadataBearer {}
5
+ export interface GetCampaignCommandOutput extends GetCampaignResponse, __MetadataBearer {}
8
6
  declare const GetCampaignCommand_base: {
9
7
  new (
10
- input: GetCampaignCommandInput
8
+ input: GetCampaignCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetCampaignCommandInput,
13
11
  GetCampaignCommandOutput,
@@ -16,7 +14,7 @@ declare const GetCampaignCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetCampaignCommandInput
17
+ input: GetCampaignCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetCampaignCommandInput,
22
20
  GetCampaignCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetDecoderManifestRequest,
4
- GetDecoderManifestResponse,
5
- } from "../models/models_0";
2
+ import { GetDecoderManifestRequest, GetDecoderManifestResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetDecoderManifestCommandInput
8
- extends GetDecoderManifestRequest {}
4
+ export interface GetDecoderManifestCommandInput extends GetDecoderManifestRequest {}
9
5
  export interface GetDecoderManifestCommandOutput
10
- extends GetDecoderManifestResponse,
11
- __MetadataBearer {}
6
+ extends GetDecoderManifestResponse, __MetadataBearer {}
12
7
  declare const GetDecoderManifestCommand_base: {
13
8
  new (
14
- input: GetDecoderManifestCommandInput
9
+ input: GetDecoderManifestCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetDecoderManifestCommandInput,
17
12
  GetDecoderManifestCommandOutput,
@@ -20,7 +15,7 @@ declare const GetDecoderManifestCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetDecoderManifestCommandInput
18
+ input: GetDecoderManifestCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetDecoderManifestCommandInput,
26
21
  GetDecoderManifestCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetEncryptionConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetEncryptionConfigurationCommandInput
8
- extends GetEncryptionConfigurationRequest {}
7
+ export interface GetEncryptionConfigurationCommandInput extends GetEncryptionConfigurationRequest {}
9
8
  export interface GetEncryptionConfigurationCommandOutput
10
- extends GetEncryptionConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends GetEncryptionConfigurationResponse, __MetadataBearer {}
12
10
  declare const GetEncryptionConfigurationCommand_base: {
13
11
  new (
14
- input: GetEncryptionConfigurationCommandInput
12
+ input: GetEncryptionConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetEncryptionConfigurationCommandInput,
17
15
  GetEncryptionConfigurationCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetFleetRequest, GetFleetResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetFleetCommandInput extends GetFleetRequest {}
5
- export interface GetFleetCommandOutput
6
- extends GetFleetResponse,
7
- __MetadataBearer {}
5
+ export interface GetFleetCommandOutput extends GetFleetResponse, __MetadataBearer {}
8
6
  declare const GetFleetCommand_base: {
9
- new (input: GetFleetCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetFleetCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  GetFleetCommandInput,
11
11
  GetFleetCommandOutput,
12
12
  import("..").IoTFleetWiseClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: GetFleetCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: GetFleetCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  GetFleetCommandInput,
18
20
  GetFleetCommandOutput,
19
21
  import("..").IoTFleetWiseClientResolvedConfig,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetLoggingOptionsRequest,
4
- GetLoggingOptionsResponse,
5
- } from "../models/models_0";
2
+ import { GetLoggingOptionsRequest, GetLoggingOptionsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetLoggingOptionsCommandInput
8
- extends GetLoggingOptionsRequest {}
4
+ export interface GetLoggingOptionsCommandInput extends GetLoggingOptionsRequest {}
9
5
  export interface GetLoggingOptionsCommandOutput
10
- extends GetLoggingOptionsResponse,
11
- __MetadataBearer {}
6
+ extends GetLoggingOptionsResponse, __MetadataBearer {}
12
7
  declare const GetLoggingOptionsCommand_base: {
13
8
  new (
14
- input: GetLoggingOptionsCommandInput
9
+ input: GetLoggingOptionsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetLoggingOptionsCommandInput,
17
12
  GetLoggingOptionsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetModelManifestRequest,
4
- GetModelManifestResponse,
5
- } from "../models/models_0";
2
+ import { GetModelManifestRequest, GetModelManifestResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetModelManifestCommandInput extends GetModelManifestRequest {}
8
- export interface GetModelManifestCommandOutput
9
- extends GetModelManifestResponse,
10
- __MetadataBearer {}
5
+ export interface GetModelManifestCommandOutput extends GetModelManifestResponse, __MetadataBearer {}
11
6
  declare const GetModelManifestCommand_base: {
12
7
  new (
13
- input: GetModelManifestCommandInput
8
+ input: GetModelManifestCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetModelManifestCommandInput,
16
11
  GetModelManifestCommandOutput,
@@ -19,7 +14,7 @@ declare const GetModelManifestCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetModelManifestCommandInput
17
+ input: GetModelManifestCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetModelManifestCommandInput,
25
20
  GetModelManifestCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetRegisterAccountStatusResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetRegisterAccountStatusCommandInput
8
- extends GetRegisterAccountStatusRequest {}
7
+ export interface GetRegisterAccountStatusCommandInput extends GetRegisterAccountStatusRequest {}
9
8
  export interface GetRegisterAccountStatusCommandOutput
10
- extends GetRegisterAccountStatusResponse,
11
- __MetadataBearer {}
9
+ extends GetRegisterAccountStatusResponse, __MetadataBearer {}
12
10
  declare const GetRegisterAccountStatusCommand_base: {
13
11
  new (
14
- input: GetRegisterAccountStatusCommandInput
12
+ input: GetRegisterAccountStatusCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetRegisterAccountStatusCommandInput,
17
15
  GetRegisterAccountStatusCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetSignalCatalogRequest,
4
- GetSignalCatalogResponse,
5
- } from "../models/models_0";
2
+ import { GetSignalCatalogRequest, GetSignalCatalogResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetSignalCatalogCommandInput extends GetSignalCatalogRequest {}
8
- export interface GetSignalCatalogCommandOutput
9
- extends GetSignalCatalogResponse,
10
- __MetadataBearer {}
5
+ export interface GetSignalCatalogCommandOutput extends GetSignalCatalogResponse, __MetadataBearer {}
11
6
  declare const GetSignalCatalogCommand_base: {
12
7
  new (
13
- input: GetSignalCatalogCommandInput
8
+ input: GetSignalCatalogCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetSignalCatalogCommandInput,
16
11
  GetSignalCatalogCommandOutput,
@@ -19,7 +14,7 @@ declare const GetSignalCatalogCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetSignalCatalogCommandInput
17
+ input: GetSignalCatalogCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetSignalCatalogCommandInput,
25
20
  GetSignalCatalogCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetStateTemplateRequest,
4
- GetStateTemplateResponse,
5
- } from "../models/models_0";
2
+ import { GetStateTemplateRequest, GetStateTemplateResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetStateTemplateCommandInput extends GetStateTemplateRequest {}
8
- export interface GetStateTemplateCommandOutput
9
- extends GetStateTemplateResponse,
10
- __MetadataBearer {}
5
+ export interface GetStateTemplateCommandOutput extends GetStateTemplateResponse, __MetadataBearer {}
11
6
  declare const GetStateTemplateCommand_base: {
12
7
  new (
13
- input: GetStateTemplateCommandInput
8
+ input: GetStateTemplateCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetStateTemplateCommandInput,
16
11
  GetStateTemplateCommandOutput,
@@ -19,7 +14,7 @@ declare const GetStateTemplateCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetStateTemplateCommandInput
17
+ input: GetStateTemplateCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetStateTemplateCommandInput,
25
20
  GetStateTemplateCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetVehicleRequest, GetVehicleResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetVehicleCommandInput extends GetVehicleRequest {}
5
- export interface GetVehicleCommandOutput
6
- extends GetVehicleResponse,
7
- __MetadataBearer {}
5
+ export interface GetVehicleCommandOutput extends GetVehicleResponse, __MetadataBearer {}
8
6
  declare const GetVehicleCommand_base: {
9
7
  new (
10
- input: GetVehicleCommandInput
8
+ input: GetVehicleCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetVehicleCommandInput,
13
11
  GetVehicleCommandOutput,
@@ -16,7 +14,7 @@ declare const GetVehicleCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetVehicleCommandInput
17
+ input: GetVehicleCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetVehicleCommandInput,
22
20
  GetVehicleCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetVehicleStatusRequest,
4
- GetVehicleStatusResponse,
5
- } from "../models/models_0";
2
+ import { GetVehicleStatusRequest, GetVehicleStatusResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetVehicleStatusCommandInput extends GetVehicleStatusRequest {}
8
- export interface GetVehicleStatusCommandOutput
9
- extends GetVehicleStatusResponse,
10
- __MetadataBearer {}
5
+ export interface GetVehicleStatusCommandOutput extends GetVehicleStatusResponse, __MetadataBearer {}
11
6
  declare const GetVehicleStatusCommand_base: {
12
7
  new (
13
- input: GetVehicleStatusCommandInput
8
+ input: GetVehicleStatusCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetVehicleStatusCommandInput,
16
11
  GetVehicleStatusCommandOutput,
@@ -19,7 +14,7 @@ declare const GetVehicleStatusCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetVehicleStatusCommandInput
17
+ input: GetVehicleStatusCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetVehicleStatusCommandInput,
25
20
  GetVehicleStatusCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ImportDecoderManifestRequest,
4
- ImportDecoderManifestResponse,
5
- } from "../models/models_0";
2
+ import { ImportDecoderManifestRequest, ImportDecoderManifestResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ImportDecoderManifestCommandInput
8
- extends ImportDecoderManifestRequest {}
4
+ export interface ImportDecoderManifestCommandInput extends ImportDecoderManifestRequest {}
9
5
  export interface ImportDecoderManifestCommandOutput
10
- extends ImportDecoderManifestResponse,
11
- __MetadataBearer {}
6
+ extends ImportDecoderManifestResponse, __MetadataBearer {}
12
7
  declare const ImportDecoderManifestCommand_base: {
13
8
  new (
14
- input: ImportDecoderManifestCommandInput
9
+ input: ImportDecoderManifestCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ImportDecoderManifestCommandInput,
17
12
  ImportDecoderManifestCommandOutput,
@@ -20,7 +15,7 @@ declare const ImportDecoderManifestCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ImportDecoderManifestCommandInput
18
+ input: ImportDecoderManifestCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ImportDecoderManifestCommandInput,
26
21
  ImportDecoderManifestCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ImportSignalCatalogRequest,
4
- ImportSignalCatalogResponse,
5
- } from "../models/models_0";
2
+ import { ImportSignalCatalogRequest, ImportSignalCatalogResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ImportSignalCatalogCommandInput
8
- extends ImportSignalCatalogRequest {}
4
+ export interface ImportSignalCatalogCommandInput extends ImportSignalCatalogRequest {}
9
5
  export interface ImportSignalCatalogCommandOutput
10
- extends ImportSignalCatalogResponse,
11
- __MetadataBearer {}
6
+ extends ImportSignalCatalogResponse, __MetadataBearer {}
12
7
  declare const ImportSignalCatalogCommand_base: {
13
8
  new (
14
- input: ImportSignalCatalogCommandInput
9
+ input: ImportSignalCatalogCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ImportSignalCatalogCommandInput,
17
12
  ImportSignalCatalogCommandOutput,
@@ -20,7 +15,7 @@ declare const ImportSignalCatalogCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ImportSignalCatalogCommandInput
18
+ input: ImportSignalCatalogCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ImportSignalCatalogCommandInput,
26
21
  ImportSignalCatalogCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListCampaignsRequest,
4
- ListCampaignsResponse,
5
- } from "../models/models_0";
2
+ import { ListCampaignsRequest, ListCampaignsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListCampaignsCommandInput extends ListCampaignsRequest {}
8
- export interface ListCampaignsCommandOutput
9
- extends ListCampaignsResponse,
10
- __MetadataBearer {}
5
+ export interface ListCampaignsCommandOutput extends ListCampaignsResponse, __MetadataBearer {}
11
6
  declare const ListCampaignsCommand_base: {
12
7
  new (
13
- input: ListCampaignsCommandInput
8
+ input: ListCampaignsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListCampaignsCommandInput,
16
11
  ListCampaignsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListDecoderManifestNetworkInterfacesResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListDecoderManifestNetworkInterfacesCommandInput
8
- extends ListDecoderManifestNetworkInterfacesRequest {}
7
+ export interface ListDecoderManifestNetworkInterfacesCommandInput extends ListDecoderManifestNetworkInterfacesRequest {}
9
8
  export interface ListDecoderManifestNetworkInterfacesCommandOutput
10
- extends ListDecoderManifestNetworkInterfacesResponse,
11
- __MetadataBearer {}
9
+ extends ListDecoderManifestNetworkInterfacesResponse, __MetadataBearer {}
12
10
  declare const ListDecoderManifestNetworkInterfacesCommand_base: {
13
11
  new (
14
- input: ListDecoderManifestNetworkInterfacesCommandInput
12
+ input: ListDecoderManifestNetworkInterfacesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListDecoderManifestNetworkInterfacesCommandInput,
17
15
  ListDecoderManifestNetworkInterfacesCommandOutput,
@@ -20,7 +18,7 @@ declare const ListDecoderManifestNetworkInterfacesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListDecoderManifestNetworkInterfacesCommandInput
21
+ input: ListDecoderManifestNetworkInterfacesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListDecoderManifestNetworkInterfacesCommandInput,
26
24
  ListDecoderManifestNetworkInterfacesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListDecoderManifestSignalsResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListDecoderManifestSignalsCommandInput
8
- extends ListDecoderManifestSignalsRequest {}
7
+ export interface ListDecoderManifestSignalsCommandInput extends ListDecoderManifestSignalsRequest {}
9
8
  export interface ListDecoderManifestSignalsCommandOutput
10
- extends ListDecoderManifestSignalsResponse,
11
- __MetadataBearer {}
9
+ extends ListDecoderManifestSignalsResponse, __MetadataBearer {}
12
10
  declare const ListDecoderManifestSignalsCommand_base: {
13
11
  new (
14
- input: ListDecoderManifestSignalsCommandInput
12
+ input: ListDecoderManifestSignalsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListDecoderManifestSignalsCommandInput,
17
15
  ListDecoderManifestSignalsCommandOutput,
@@ -20,7 +18,7 @@ declare const ListDecoderManifestSignalsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListDecoderManifestSignalsCommandInput
21
+ input: ListDecoderManifestSignalsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListDecoderManifestSignalsCommandInput,
26
24
  ListDecoderManifestSignalsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListDecoderManifestsRequest,
4
- ListDecoderManifestsResponse,
5
- } from "../models/models_0";
2
+ import { ListDecoderManifestsRequest, ListDecoderManifestsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListDecoderManifestsCommandInput
8
- extends ListDecoderManifestsRequest {}
4
+ export interface ListDecoderManifestsCommandInput extends ListDecoderManifestsRequest {}
9
5
  export interface ListDecoderManifestsCommandOutput
10
- extends ListDecoderManifestsResponse,
11
- __MetadataBearer {}
6
+ extends ListDecoderManifestsResponse, __MetadataBearer {}
12
7
  declare const ListDecoderManifestsCommand_base: {
13
8
  new (
14
- input: ListDecoderManifestsCommandInput
9
+ input: ListDecoderManifestsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListDecoderManifestsCommandInput,
17
12
  ListDecoderManifestsCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListFleetsRequest, ListFleetsResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListFleetsCommandInput extends ListFleetsRequest {}
5
- export interface ListFleetsCommandOutput
6
- extends ListFleetsResponse,
7
- __MetadataBearer {}
5
+ export interface ListFleetsCommandOutput extends ListFleetsResponse, __MetadataBearer {}
8
6
  declare const ListFleetsCommand_base: {
9
7
  new (
10
- input: ListFleetsCommandInput
8
+ input: ListFleetsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListFleetsCommandInput,
13
11
  ListFleetsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListFleetsForVehicleRequest,
4
- ListFleetsForVehicleResponse,
5
- } from "../models/models_0";
2
+ import { ListFleetsForVehicleRequest, ListFleetsForVehicleResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListFleetsForVehicleCommandInput
8
- extends ListFleetsForVehicleRequest {}
4
+ export interface ListFleetsForVehicleCommandInput extends ListFleetsForVehicleRequest {}
9
5
  export interface ListFleetsForVehicleCommandOutput
10
- extends ListFleetsForVehicleResponse,
11
- __MetadataBearer {}
6
+ extends ListFleetsForVehicleResponse, __MetadataBearer {}
12
7
  declare const ListFleetsForVehicleCommand_base: {
13
8
  new (
14
- input: ListFleetsForVehicleCommandInput
9
+ input: ListFleetsForVehicleCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListFleetsForVehicleCommandInput,
17
12
  ListFleetsForVehicleCommandOutput,
@@ -20,7 +15,7 @@ declare const ListFleetsForVehicleCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListFleetsForVehicleCommandInput
18
+ input: ListFleetsForVehicleCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListFleetsForVehicleCommandInput,
26
21
  ListFleetsForVehicleCommandOutput,