@aws-sdk/client-iotfleetwise 3.651.1 → 3.654.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AssociateVehicleFleetCommand.d.ts +11 -0
- package/dist-types/commands/BatchCreateVehicleCommand.d.ts +11 -0
- package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +11 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +11 -0
- package/dist-types/commands/CreateDecoderManifestCommand.d.ts +11 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +11 -0
- package/dist-types/commands/CreateModelManifestCommand.d.ts +11 -0
- package/dist-types/commands/CreateSignalCatalogCommand.d.ts +11 -0
- package/dist-types/commands/CreateVehicleCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCampaignCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDecoderManifestCommand.d.ts +11 -0
- package/dist-types/commands/DeleteFleetCommand.d.ts +11 -0
- package/dist-types/commands/DeleteModelManifestCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSignalCatalogCommand.d.ts +11 -0
- package/dist-types/commands/DeleteVehicleCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateVehicleFleetCommand.d.ts +11 -0
- package/dist-types/commands/GetCampaignCommand.d.ts +11 -0
- package/dist-types/commands/GetDecoderManifestCommand.d.ts +11 -0
- package/dist-types/commands/GetEncryptionConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetFleetCommand.d.ts +11 -0
- package/dist-types/commands/GetLoggingOptionsCommand.d.ts +11 -0
- package/dist-types/commands/GetModelManifestCommand.d.ts +11 -0
- package/dist-types/commands/GetRegisterAccountStatusCommand.d.ts +11 -0
- package/dist-types/commands/GetSignalCatalogCommand.d.ts +11 -0
- package/dist-types/commands/GetVehicleCommand.d.ts +11 -0
- package/dist-types/commands/GetVehicleStatusCommand.d.ts +11 -0
- package/dist-types/commands/ImportDecoderManifestCommand.d.ts +11 -0
- package/dist-types/commands/ImportSignalCatalogCommand.d.ts +11 -0
- package/dist-types/commands/ListCampaignsCommand.d.ts +11 -0
- package/dist-types/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +11 -0
- package/dist-types/commands/ListDecoderManifestSignalsCommand.d.ts +11 -0
- package/dist-types/commands/ListDecoderManifestsCommand.d.ts +11 -0
- package/dist-types/commands/ListFleetsCommand.d.ts +11 -0
- package/dist-types/commands/ListFleetsForVehicleCommand.d.ts +11 -0
- package/dist-types/commands/ListModelManifestNodesCommand.d.ts +11 -0
- package/dist-types/commands/ListModelManifestsCommand.d.ts +11 -0
- package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +11 -0
- package/dist-types/commands/ListSignalCatalogsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListVehiclesCommand.d.ts +11 -0
- package/dist-types/commands/ListVehiclesInFleetCommand.d.ts +11 -0
- package/dist-types/commands/PutEncryptionConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +11 -0
- package/dist-types/commands/RegisterAccountCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCampaignCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +11 -0
- package/dist-types/commands/UpdateFleetCommand.d.ts +11 -0
- package/dist-types/commands/UpdateModelManifestCommand.d.ts +11 -0
- package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +11 -0
- package/dist-types/commands/UpdateVehicleCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AssociateVehicleFleetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchCreateVehicleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchUpdateVehicleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDecoderManifestCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateModelManifestCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSignalCatalogCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateVehicleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDecoderManifestCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteModelManifestCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSignalCatalogCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteVehicleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateVehicleFleetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCampaignCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDecoderManifestCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetEncryptionConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetFleetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetLoggingOptionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetModelManifestCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRegisterAccountStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSignalCatalogCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetVehicleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetVehicleStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ImportDecoderManifestCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ImportSignalCatalogCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDecoderManifestSignalsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDecoderManifestsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFleetsForVehicleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListModelManifestNodesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListModelManifestsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSignalCatalogNodesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSignalCatalogsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListVehiclesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListVehiclesInFleetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutEncryptionConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDecoderManifestCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateModelManifestCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateSignalCatalogCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateVehicleCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -93,4 +93,15 @@ declare const ListVehiclesCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class ListVehiclesCommand extends ListVehiclesCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: ListVehiclesRequest;
|
|
100
|
+
output: ListVehiclesResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: ListVehiclesCommandInput;
|
|
104
|
+
output: ListVehiclesCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -80,4 +80,15 @@ declare const ListVehiclesInFleetCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class ListVehiclesInFleetCommand extends ListVehiclesInFleetCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ListVehiclesInFleetRequest;
|
|
87
|
+
output: ListVehiclesInFleetResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ListVehiclesInFleetCommandInput;
|
|
91
|
+
output: ListVehiclesInFleetCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -79,4 +79,15 @@ declare const PutEncryptionConfigurationCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class PutEncryptionConfigurationCommand extends PutEncryptionConfigurationCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: PutEncryptionConfigurationRequest;
|
|
86
|
+
output: PutEncryptionConfigurationResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: PutEncryptionConfigurationCommandInput;
|
|
90
|
+
output: PutEncryptionConfigurationCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -77,4 +77,15 @@ declare const PutLoggingOptionsCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class PutLoggingOptionsCommand extends PutLoggingOptionsCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: PutLoggingOptionsRequest;
|
|
84
|
+
output: {};
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: PutLoggingOptionsCommandInput;
|
|
88
|
+
output: PutLoggingOptionsCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -105,4 +105,15 @@ declare const RegisterAccountCommand_base: {
|
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class RegisterAccountCommand extends RegisterAccountCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: RegisterAccountRequest;
|
|
112
|
+
output: RegisterAccountResponse;
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: RegisterAccountCommandInput;
|
|
116
|
+
output: RegisterAccountCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
108
119
|
}
|
|
@@ -77,4 +77,15 @@ declare const TagResourceCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: TagResourceRequest;
|
|
84
|
+
output: {};
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: TagResourceCommandInput;
|
|
88
|
+
output: TagResourceCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -73,4 +73,15 @@ declare const UntagResourceCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: UntagResourceRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: UntagResourceCommandInput;
|
|
84
|
+
output: UntagResourceCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -83,4 +83,15 @@ declare const UpdateCampaignCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class UpdateCampaignCommand extends UpdateCampaignCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: UpdateCampaignRequest;
|
|
90
|
+
output: UpdateCampaignResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: UpdateCampaignCommandInput;
|
|
94
|
+
output: UpdateCampaignCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -247,4 +247,15 @@ declare const UpdateDecoderManifestCommand_base: {
|
|
|
247
247
|
* @public
|
|
248
248
|
*/
|
|
249
249
|
export declare class UpdateDecoderManifestCommand extends UpdateDecoderManifestCommand_base {
|
|
250
|
+
/** @internal type navigation helper, not in runtime. */
|
|
251
|
+
protected static __types: {
|
|
252
|
+
api: {
|
|
253
|
+
input: UpdateDecoderManifestRequest;
|
|
254
|
+
output: UpdateDecoderManifestResponse;
|
|
255
|
+
};
|
|
256
|
+
sdk: {
|
|
257
|
+
input: UpdateDecoderManifestCommandInput;
|
|
258
|
+
output: UpdateDecoderManifestCommandOutput;
|
|
259
|
+
};
|
|
260
|
+
};
|
|
250
261
|
}
|
|
@@ -82,4 +82,15 @@ declare const UpdateFleetCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class UpdateFleetCommand extends UpdateFleetCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: UpdateFleetRequest;
|
|
89
|
+
output: UpdateFleetResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: UpdateFleetCommandInput;
|
|
93
|
+
output: UpdateFleetCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -89,4 +89,15 @@ declare const UpdateModelManifestCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class UpdateModelManifestCommand extends UpdateModelManifestCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: UpdateModelManifestRequest;
|
|
96
|
+
output: UpdateModelManifestResponse;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: UpdateModelManifestCommandInput;
|
|
100
|
+
output: UpdateModelManifestCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -227,4 +227,15 @@ declare const UpdateSignalCatalogCommand_base: {
|
|
|
227
227
|
* @public
|
|
228
228
|
*/
|
|
229
229
|
export declare class UpdateSignalCatalogCommand extends UpdateSignalCatalogCommand_base {
|
|
230
|
+
/** @internal type navigation helper, not in runtime. */
|
|
231
|
+
protected static __types: {
|
|
232
|
+
api: {
|
|
233
|
+
input: UpdateSignalCatalogRequest;
|
|
234
|
+
output: UpdateSignalCatalogResponse;
|
|
235
|
+
};
|
|
236
|
+
sdk: {
|
|
237
|
+
input: UpdateSignalCatalogCommandInput;
|
|
238
|
+
output: UpdateSignalCatalogCommandOutput;
|
|
239
|
+
};
|
|
240
|
+
};
|
|
230
241
|
}
|
|
@@ -83,4 +83,15 @@ declare const UpdateVehicleCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class UpdateVehicleCommand extends UpdateVehicleCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: UpdateVehicleRequest;
|
|
90
|
+
output: UpdateVehicleResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: UpdateVehicleCommandInput;
|
|
94
|
+
output: UpdateVehicleCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -37,4 +37,15 @@ declare const AssociateVehicleFleetCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AssociateVehicleFleetCommand extends AssociateVehicleFleetCommand_base {
|
|
40
|
+
export declare class AssociateVehicleFleetCommand extends AssociateVehicleFleetCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AssociateVehicleFleetRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AssociateVehicleFleetCommandInput;
|
|
48
|
+
output: AssociateVehicleFleetCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const BatchCreateVehicleCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class BatchCreateVehicleCommand extends BatchCreateVehicleCommand_base {
|
|
40
|
+
export declare class BatchCreateVehicleCommand extends BatchCreateVehicleCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchCreateVehicleRequest;
|
|
44
|
+
output: BatchCreateVehicleResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchCreateVehicleCommandInput;
|
|
48
|
+
output: BatchCreateVehicleCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const BatchUpdateVehicleCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class BatchUpdateVehicleCommand extends BatchUpdateVehicleCommand_base {
|
|
40
|
+
export declare class BatchUpdateVehicleCommand extends BatchUpdateVehicleCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchUpdateVehicleRequest;
|
|
44
|
+
output: BatchUpdateVehicleResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchUpdateVehicleCommandInput;
|
|
48
|
+
output: BatchUpdateVehicleCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateCampaignCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateCampaignCommand extends CreateCampaignCommand_base {
|
|
39
|
+
export declare class CreateCampaignCommand extends CreateCampaignCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateCampaignRequest;
|
|
43
|
+
output: CreateCampaignResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateCampaignCommandInput;
|
|
47
|
+
output: CreateCampaignCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateDecoderManifestCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateDecoderManifestCommand extends CreateDecoderManifestCommand_base {
|
|
40
|
+
export declare class CreateDecoderManifestCommand extends CreateDecoderManifestCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateDecoderManifestRequest;
|
|
44
|
+
output: CreateDecoderManifestResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateDecoderManifestCommandInput;
|
|
48
|
+
output: CreateDecoderManifestCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateFleetCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateFleetCommand extends CreateFleetCommand_base {
|
|
36
|
+
export declare class CreateFleetCommand extends CreateFleetCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateFleetRequest;
|
|
40
|
+
output: CreateFleetResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateFleetCommandInput;
|
|
44
|
+
output: CreateFleetCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateModelManifestCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateModelManifestCommand extends CreateModelManifestCommand_base {
|
|
40
|
+
export declare class CreateModelManifestCommand extends CreateModelManifestCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateModelManifestRequest;
|
|
44
|
+
output: CreateModelManifestResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateModelManifestCommandInput;
|
|
48
|
+
output: CreateModelManifestCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateSignalCatalogCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateSignalCatalogCommand extends CreateSignalCatalogCommand_base {
|
|
40
|
+
export declare class CreateSignalCatalogCommand extends CreateSignalCatalogCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateSignalCatalogRequest;
|
|
44
|
+
output: CreateSignalCatalogResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateSignalCatalogCommandInput;
|
|
48
|
+
output: CreateSignalCatalogCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateVehicleCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateVehicleCommand extends CreateVehicleCommand_base {
|
|
39
|
+
export declare class CreateVehicleCommand extends CreateVehicleCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateVehicleRequest;
|
|
43
|
+
output: CreateVehicleResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateVehicleCommandInput;
|
|
47
|
+
output: CreateVehicleCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteCampaignCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteCampaignCommand extends DeleteCampaignCommand_base {
|
|
39
|
+
export declare class DeleteCampaignCommand extends DeleteCampaignCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteCampaignRequest;
|
|
43
|
+
output: DeleteCampaignResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteCampaignCommandInput;
|
|
47
|
+
output: DeleteCampaignCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteDecoderManifestCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteDecoderManifestCommand extends DeleteDecoderManifestCommand_base {
|
|
40
|
+
export declare class DeleteDecoderManifestCommand extends DeleteDecoderManifestCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteDecoderManifestRequest;
|
|
44
|
+
output: DeleteDecoderManifestResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteDecoderManifestCommandInput;
|
|
48
|
+
output: DeleteDecoderManifestCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteFleetCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteFleetCommand extends DeleteFleetCommand_base {
|
|
36
|
+
export declare class DeleteFleetCommand extends DeleteFleetCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteFleetRequest;
|
|
40
|
+
output: DeleteFleetResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteFleetCommandInput;
|
|
44
|
+
output: DeleteFleetCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteModelManifestCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteModelManifestCommand extends DeleteModelManifestCommand_base {
|
|
40
|
+
export declare class DeleteModelManifestCommand extends DeleteModelManifestCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteModelManifestRequest;
|
|
44
|
+
output: DeleteModelManifestResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteModelManifestCommandInput;
|
|
48
|
+
output: DeleteModelManifestCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteSignalCatalogCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteSignalCatalogCommand extends DeleteSignalCatalogCommand_base {
|
|
40
|
+
export declare class DeleteSignalCatalogCommand extends DeleteSignalCatalogCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteSignalCatalogRequest;
|
|
44
|
+
output: DeleteSignalCatalogResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteSignalCatalogCommandInput;
|
|
48
|
+
output: DeleteSignalCatalogCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteVehicleCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteVehicleCommand extends DeleteVehicleCommand_base {
|
|
39
|
+
export declare class DeleteVehicleCommand extends DeleteVehicleCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteVehicleRequest;
|
|
43
|
+
output: DeleteVehicleResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteVehicleCommandInput;
|
|
47
|
+
output: DeleteVehicleCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DisassociateVehicleFleetCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DisassociateVehicleFleetCommand extends DisassociateVehicleFleetCommand_base {
|
|
40
|
+
export declare class DisassociateVehicleFleetCommand extends DisassociateVehicleFleetCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DisassociateVehicleFleetRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DisassociateVehicleFleetCommandInput;
|
|
48
|
+
output: DisassociateVehicleFleetCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetCampaignCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetCampaignCommand extends GetCampaignCommand_base {
|
|
36
|
+
export declare class GetCampaignCommand extends GetCampaignCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetCampaignRequest;
|
|
40
|
+
output: GetCampaignResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetCampaignCommandInput;
|
|
44
|
+
output: GetCampaignCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetDecoderManifestCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetDecoderManifestCommand extends GetDecoderManifestCommand_base {
|
|
40
|
+
export declare class GetDecoderManifestCommand extends GetDecoderManifestCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetDecoderManifestRequest;
|
|
44
|
+
output: GetDecoderManifestResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetDecoderManifestCommandInput;
|
|
48
|
+
output: GetDecoderManifestCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetEncryptionConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetEncryptionConfigurationCommand extends GetEncryptionConfigurationCommand_base {
|
|
40
|
+
export declare class GetEncryptionConfigurationCommand extends GetEncryptionConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: {};
|
|
44
|
+
output: GetEncryptionConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetEncryptionConfigurationCommandInput;
|
|
48
|
+
output: GetEncryptionConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetFleetCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetFleetCommand extends GetFleetCommand_base {
|
|
36
|
+
export declare class GetFleetCommand extends GetFleetCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetFleetRequest;
|
|
40
|
+
output: GetFleetResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetFleetCommandInput;
|
|
44
|
+
output: GetFleetCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetLoggingOptionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetLoggingOptionsCommand extends GetLoggingOptionsCommand_base {
|
|
40
|
+
export declare class GetLoggingOptionsCommand extends GetLoggingOptionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: {};
|
|
44
|
+
output: GetLoggingOptionsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetLoggingOptionsCommandInput;
|
|
48
|
+
output: GetLoggingOptionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetModelManifestCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetModelManifestCommand extends GetModelManifestCommand_base {
|
|
39
|
+
export declare class GetModelManifestCommand extends GetModelManifestCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetModelManifestRequest;
|
|
43
|
+
output: GetModelManifestResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetModelManifestCommandInput;
|
|
47
|
+
output: GetModelManifestCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetRegisterAccountStatusCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetRegisterAccountStatusCommand extends GetRegisterAccountStatusCommand_base {
|
|
40
|
+
export declare class GetRegisterAccountStatusCommand extends GetRegisterAccountStatusCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: {};
|
|
44
|
+
output: GetRegisterAccountStatusResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetRegisterAccountStatusCommandInput;
|
|
48
|
+
output: GetRegisterAccountStatusCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetSignalCatalogCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetSignalCatalogCommand extends GetSignalCatalogCommand_base {
|
|
39
|
+
export declare class GetSignalCatalogCommand extends GetSignalCatalogCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetSignalCatalogRequest;
|
|
43
|
+
output: GetSignalCatalogResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetSignalCatalogCommandInput;
|
|
47
|
+
output: GetSignalCatalogCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|