@aws-sdk/client-iotfleetwise 3.193.0 → 3.195.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/CHANGELOG.md +19 -0
- package/dist-cjs/IoTFleetWiseClient.js +11 -8
- package/dist-cjs/commands/AssociateVehicleFleetCommand.js +10 -0
- package/dist-cjs/commands/BatchCreateVehicleCommand.js +10 -0
- package/dist-cjs/commands/BatchUpdateVehicleCommand.js +10 -0
- package/dist-cjs/commands/CreateCampaignCommand.js +10 -0
- package/dist-cjs/commands/CreateDecoderManifestCommand.js +10 -0
- package/dist-cjs/commands/CreateFleetCommand.js +10 -0
- package/dist-cjs/commands/CreateModelManifestCommand.js +10 -0
- package/dist-cjs/commands/CreateSignalCatalogCommand.js +10 -0
- package/dist-cjs/commands/CreateVehicleCommand.js +10 -0
- package/dist-cjs/commands/DeleteCampaignCommand.js +10 -0
- package/dist-cjs/commands/DeleteDecoderManifestCommand.js +10 -0
- package/dist-cjs/commands/DeleteFleetCommand.js +10 -0
- package/dist-cjs/commands/DeleteModelManifestCommand.js +10 -0
- package/dist-cjs/commands/DeleteSignalCatalogCommand.js +10 -0
- package/dist-cjs/commands/DeleteVehicleCommand.js +10 -0
- package/dist-cjs/commands/DisassociateVehicleFleetCommand.js +10 -0
- package/dist-cjs/commands/GetCampaignCommand.js +10 -0
- package/dist-cjs/commands/GetDecoderManifestCommand.js +10 -0
- package/dist-cjs/commands/GetFleetCommand.js +10 -0
- package/dist-cjs/commands/GetLoggingOptionsCommand.js +10 -0
- package/dist-cjs/commands/GetModelManifestCommand.js +10 -0
- package/dist-cjs/commands/GetRegisterAccountStatusCommand.js +10 -0
- package/dist-cjs/commands/GetSignalCatalogCommand.js +10 -0
- package/dist-cjs/commands/GetVehicleCommand.js +10 -0
- package/dist-cjs/commands/GetVehicleStatusCommand.js +10 -0
- package/dist-cjs/commands/ImportDecoderManifestCommand.js +10 -0
- package/dist-cjs/commands/ImportSignalCatalogCommand.js +10 -0
- package/dist-cjs/commands/ListCampaignsCommand.js +10 -0
- package/dist-cjs/commands/ListDecoderManifestNetworkInterfacesCommand.js +10 -0
- package/dist-cjs/commands/ListDecoderManifestSignalsCommand.js +10 -0
- package/dist-cjs/commands/ListDecoderManifestsCommand.js +10 -0
- package/dist-cjs/commands/ListFleetsCommand.js +10 -0
- package/dist-cjs/commands/ListFleetsForVehicleCommand.js +10 -0
- package/dist-cjs/commands/ListModelManifestNodesCommand.js +10 -0
- package/dist-cjs/commands/ListModelManifestsCommand.js +10 -0
- package/dist-cjs/commands/ListSignalCatalogNodesCommand.js +10 -0
- package/dist-cjs/commands/ListSignalCatalogsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ListVehiclesCommand.js +10 -0
- package/dist-cjs/commands/ListVehiclesInFleetCommand.js +10 -0
- package/dist-cjs/commands/PutLoggingOptionsCommand.js +10 -0
- package/dist-cjs/commands/RegisterAccountCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateCampaignCommand.js +10 -0
- package/dist-cjs/commands/UpdateDecoderManifestCommand.js +10 -0
- package/dist-cjs/commands/UpdateFleetCommand.js +10 -0
- package/dist-cjs/commands/UpdateModelManifestCommand.js +10 -0
- package/dist-cjs/commands/UpdateSignalCatalogCommand.js +10 -0
- package/dist-cjs/commands/UpdateVehicleCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/IoTFleetWiseClient.js +12 -9
- package/dist-es/commands/AssociateVehicleFleetCommand.js +10 -0
- package/dist-es/commands/BatchCreateVehicleCommand.js +10 -0
- package/dist-es/commands/BatchUpdateVehicleCommand.js +10 -0
- package/dist-es/commands/CreateCampaignCommand.js +10 -0
- package/dist-es/commands/CreateDecoderManifestCommand.js +10 -0
- package/dist-es/commands/CreateFleetCommand.js +10 -0
- package/dist-es/commands/CreateModelManifestCommand.js +10 -0
- package/dist-es/commands/CreateSignalCatalogCommand.js +10 -0
- package/dist-es/commands/CreateVehicleCommand.js +10 -0
- package/dist-es/commands/DeleteCampaignCommand.js +10 -0
- package/dist-es/commands/DeleteDecoderManifestCommand.js +10 -0
- package/dist-es/commands/DeleteFleetCommand.js +10 -0
- package/dist-es/commands/DeleteModelManifestCommand.js +10 -0
- package/dist-es/commands/DeleteSignalCatalogCommand.js +10 -0
- package/dist-es/commands/DeleteVehicleCommand.js +10 -0
- package/dist-es/commands/DisassociateVehicleFleetCommand.js +10 -0
- package/dist-es/commands/GetCampaignCommand.js +10 -0
- package/dist-es/commands/GetDecoderManifestCommand.js +10 -0
- package/dist-es/commands/GetFleetCommand.js +10 -0
- package/dist-es/commands/GetLoggingOptionsCommand.js +10 -0
- package/dist-es/commands/GetModelManifestCommand.js +10 -0
- package/dist-es/commands/GetRegisterAccountStatusCommand.js +10 -0
- package/dist-es/commands/GetSignalCatalogCommand.js +10 -0
- package/dist-es/commands/GetVehicleCommand.js +10 -0
- package/dist-es/commands/GetVehicleStatusCommand.js +10 -0
- package/dist-es/commands/ImportDecoderManifestCommand.js +10 -0
- package/dist-es/commands/ImportSignalCatalogCommand.js +10 -0
- package/dist-es/commands/ListCampaignsCommand.js +10 -0
- package/dist-es/commands/ListDecoderManifestNetworkInterfacesCommand.js +10 -0
- package/dist-es/commands/ListDecoderManifestSignalsCommand.js +10 -0
- package/dist-es/commands/ListDecoderManifestsCommand.js +10 -0
- package/dist-es/commands/ListFleetsCommand.js +10 -0
- package/dist-es/commands/ListFleetsForVehicleCommand.js +10 -0
- package/dist-es/commands/ListModelManifestNodesCommand.js +10 -0
- package/dist-es/commands/ListModelManifestsCommand.js +10 -0
- package/dist-es/commands/ListSignalCatalogNodesCommand.js +10 -0
- package/dist-es/commands/ListSignalCatalogsCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/ListVehiclesCommand.js +10 -0
- package/dist-es/commands/ListVehiclesInFleetCommand.js +10 -0
- package/dist-es/commands/PutLoggingOptionsCommand.js +10 -0
- package/dist-es/commands/RegisterAccountCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateCampaignCommand.js +10 -0
- package/dist-es/commands/UpdateDecoderManifestCommand.js +10 -0
- package/dist-es/commands/UpdateFleetCommand.js +10 -0
- package/dist-es/commands/UpdateModelManifestCommand.js +10 -0
- package/dist-es/commands/UpdateSignalCatalogCommand.js +10 -0
- package/dist-es/commands/UpdateVehicleCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/IoTFleetWiseClient.d.ts +6 -9
- package/dist-types/commands/AssociateVehicleFleetCommand.d.ts +2 -0
- package/dist-types/commands/BatchCreateVehicleCommand.d.ts +2 -0
- package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +2 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +2 -0
- package/dist-types/commands/CreateDecoderManifestCommand.d.ts +2 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +2 -0
- package/dist-types/commands/CreateModelManifestCommand.d.ts +2 -0
- package/dist-types/commands/CreateSignalCatalogCommand.d.ts +2 -0
- package/dist-types/commands/CreateVehicleCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCampaignCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDecoderManifestCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFleetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteModelManifestCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSignalCatalogCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVehicleCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateVehicleFleetCommand.d.ts +2 -0
- package/dist-types/commands/GetCampaignCommand.d.ts +2 -0
- package/dist-types/commands/GetDecoderManifestCommand.d.ts +2 -0
- package/dist-types/commands/GetFleetCommand.d.ts +2 -0
- package/dist-types/commands/GetLoggingOptionsCommand.d.ts +2 -0
- package/dist-types/commands/GetModelManifestCommand.d.ts +2 -0
- package/dist-types/commands/GetRegisterAccountStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetSignalCatalogCommand.d.ts +2 -0
- package/dist-types/commands/GetVehicleCommand.d.ts +2 -0
- package/dist-types/commands/GetVehicleStatusCommand.d.ts +2 -0
- package/dist-types/commands/ImportDecoderManifestCommand.d.ts +2 -0
- package/dist-types/commands/ImportSignalCatalogCommand.d.ts +2 -0
- package/dist-types/commands/ListCampaignsCommand.d.ts +2 -0
- package/dist-types/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +2 -0
- package/dist-types/commands/ListDecoderManifestSignalsCommand.d.ts +2 -0
- package/dist-types/commands/ListDecoderManifestsCommand.d.ts +2 -0
- package/dist-types/commands/ListFleetsCommand.d.ts +2 -0
- package/dist-types/commands/ListFleetsForVehicleCommand.d.ts +2 -0
- package/dist-types/commands/ListModelManifestNodesCommand.d.ts +2 -0
- package/dist-types/commands/ListModelManifestsCommand.d.ts +2 -0
- package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +2 -0
- package/dist-types/commands/ListSignalCatalogsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListVehiclesCommand.d.ts +2 -0
- package/dist-types/commands/ListVehiclesInFleetCommand.d.ts +2 -0
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +2 -0
- package/dist-types/commands/RegisterAccountCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCampaignCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +2 -0
- package/dist-types/commands/UpdateFleetCommand.d.ts +2 -0
- package/dist-types/commands/UpdateModelManifestCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +2 -0
- package/dist-types/commands/UpdateVehicleCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/IoTFleetWiseClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AssociateVehicleFleetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchCreateVehicleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchUpdateVehicleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDecoderManifestCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateModelManifestCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSignalCatalogCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVehicleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteDecoderManifestCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteModelManifestCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSignalCatalogCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVehicleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateVehicleFleetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCampaignCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDecoderManifestCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetFleetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetLoggingOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetModelManifestCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetRegisterAccountStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSignalCatalogCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetVehicleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetVehicleStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ImportDecoderManifestCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ImportSignalCatalogCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDecoderManifestSignalsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDecoderManifestsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListFleetsForVehicleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListModelManifestNodesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListModelManifestsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListSignalCatalogNodesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListSignalCatalogsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListVehiclesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListVehiclesInFleetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateDecoderManifestCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateModelManifestCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateSignalCatalogCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateVehicleCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +4 -2
- package/dist-cjs/endpoints.js +0 -132
- package/dist-es/endpoints.js +0 -128
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -0,0 +1,315 @@
|
|
|
1
|
+
export const ruleSet = {
|
|
2
|
+
version: "1.0",
|
|
3
|
+
parameters: {
|
|
4
|
+
Region: {
|
|
5
|
+
builtIn: "AWS::Region",
|
|
6
|
+
required: false,
|
|
7
|
+
documentation: "The AWS region used to dispatch the request.",
|
|
8
|
+
type: "String",
|
|
9
|
+
},
|
|
10
|
+
UseDualStack: {
|
|
11
|
+
builtIn: "AWS::UseDualStack",
|
|
12
|
+
required: true,
|
|
13
|
+
default: false,
|
|
14
|
+
documentation: "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
|
|
15
|
+
type: "Boolean",
|
|
16
|
+
},
|
|
17
|
+
UseFIPS: {
|
|
18
|
+
builtIn: "AWS::UseFIPS",
|
|
19
|
+
required: true,
|
|
20
|
+
default: false,
|
|
21
|
+
documentation: "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
|
|
22
|
+
type: "Boolean",
|
|
23
|
+
},
|
|
24
|
+
Endpoint: {
|
|
25
|
+
builtIn: "SDK::Endpoint",
|
|
26
|
+
required: false,
|
|
27
|
+
documentation: "Override the endpoint used to send this request",
|
|
28
|
+
type: "String",
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
rules: [
|
|
32
|
+
{
|
|
33
|
+
conditions: [
|
|
34
|
+
{
|
|
35
|
+
fn: "aws.partition",
|
|
36
|
+
argv: [
|
|
37
|
+
{
|
|
38
|
+
ref: "Region",
|
|
39
|
+
},
|
|
40
|
+
],
|
|
41
|
+
assign: "PartitionResult",
|
|
42
|
+
},
|
|
43
|
+
],
|
|
44
|
+
type: "tree",
|
|
45
|
+
rules: [
|
|
46
|
+
{
|
|
47
|
+
conditions: [
|
|
48
|
+
{
|
|
49
|
+
fn: "isSet",
|
|
50
|
+
argv: [
|
|
51
|
+
{
|
|
52
|
+
ref: "Endpoint",
|
|
53
|
+
},
|
|
54
|
+
],
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
fn: "parseURL",
|
|
58
|
+
argv: [
|
|
59
|
+
{
|
|
60
|
+
ref: "Endpoint",
|
|
61
|
+
},
|
|
62
|
+
],
|
|
63
|
+
assign: "url",
|
|
64
|
+
},
|
|
65
|
+
],
|
|
66
|
+
type: "tree",
|
|
67
|
+
rules: [
|
|
68
|
+
{
|
|
69
|
+
conditions: [
|
|
70
|
+
{
|
|
71
|
+
fn: "booleanEquals",
|
|
72
|
+
argv: [
|
|
73
|
+
{
|
|
74
|
+
ref: "UseFIPS",
|
|
75
|
+
},
|
|
76
|
+
true,
|
|
77
|
+
],
|
|
78
|
+
},
|
|
79
|
+
],
|
|
80
|
+
error: "Invalid Configuration: FIPS and custom endpoint are not supported",
|
|
81
|
+
type: "error",
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
conditions: [],
|
|
85
|
+
type: "tree",
|
|
86
|
+
rules: [
|
|
87
|
+
{
|
|
88
|
+
conditions: [
|
|
89
|
+
{
|
|
90
|
+
fn: "booleanEquals",
|
|
91
|
+
argv: [
|
|
92
|
+
{
|
|
93
|
+
ref: "UseDualStack",
|
|
94
|
+
},
|
|
95
|
+
true,
|
|
96
|
+
],
|
|
97
|
+
},
|
|
98
|
+
],
|
|
99
|
+
error: "Invalid Configuration: Dualstack and custom endpoint are not supported",
|
|
100
|
+
type: "error",
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
conditions: [],
|
|
104
|
+
endpoint: {
|
|
105
|
+
url: {
|
|
106
|
+
ref: "Endpoint",
|
|
107
|
+
},
|
|
108
|
+
properties: {},
|
|
109
|
+
headers: {},
|
|
110
|
+
},
|
|
111
|
+
type: "endpoint",
|
|
112
|
+
},
|
|
113
|
+
],
|
|
114
|
+
},
|
|
115
|
+
],
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
conditions: [
|
|
119
|
+
{
|
|
120
|
+
fn: "booleanEquals",
|
|
121
|
+
argv: [
|
|
122
|
+
{
|
|
123
|
+
ref: "UseFIPS",
|
|
124
|
+
},
|
|
125
|
+
true,
|
|
126
|
+
],
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
fn: "booleanEquals",
|
|
130
|
+
argv: [
|
|
131
|
+
{
|
|
132
|
+
ref: "UseDualStack",
|
|
133
|
+
},
|
|
134
|
+
true,
|
|
135
|
+
],
|
|
136
|
+
},
|
|
137
|
+
],
|
|
138
|
+
type: "tree",
|
|
139
|
+
rules: [
|
|
140
|
+
{
|
|
141
|
+
conditions: [
|
|
142
|
+
{
|
|
143
|
+
fn: "booleanEquals",
|
|
144
|
+
argv: [
|
|
145
|
+
true,
|
|
146
|
+
{
|
|
147
|
+
fn: "getAttr",
|
|
148
|
+
argv: [
|
|
149
|
+
{
|
|
150
|
+
ref: "PartitionResult",
|
|
151
|
+
},
|
|
152
|
+
"supportsFIPS",
|
|
153
|
+
],
|
|
154
|
+
},
|
|
155
|
+
],
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
fn: "booleanEquals",
|
|
159
|
+
argv: [
|
|
160
|
+
true,
|
|
161
|
+
{
|
|
162
|
+
fn: "getAttr",
|
|
163
|
+
argv: [
|
|
164
|
+
{
|
|
165
|
+
ref: "PartitionResult",
|
|
166
|
+
},
|
|
167
|
+
"supportsDualStack",
|
|
168
|
+
],
|
|
169
|
+
},
|
|
170
|
+
],
|
|
171
|
+
},
|
|
172
|
+
],
|
|
173
|
+
type: "tree",
|
|
174
|
+
rules: [
|
|
175
|
+
{
|
|
176
|
+
conditions: [],
|
|
177
|
+
endpoint: {
|
|
178
|
+
url: "https://iotfleetwise-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
179
|
+
properties: {},
|
|
180
|
+
headers: {},
|
|
181
|
+
},
|
|
182
|
+
type: "endpoint",
|
|
183
|
+
},
|
|
184
|
+
],
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
conditions: [],
|
|
188
|
+
error: "FIPS and DualStack are enabled, but this partition does not support one or both",
|
|
189
|
+
type: "error",
|
|
190
|
+
},
|
|
191
|
+
],
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
conditions: [
|
|
195
|
+
{
|
|
196
|
+
fn: "booleanEquals",
|
|
197
|
+
argv: [
|
|
198
|
+
{
|
|
199
|
+
ref: "UseFIPS",
|
|
200
|
+
},
|
|
201
|
+
true,
|
|
202
|
+
],
|
|
203
|
+
},
|
|
204
|
+
],
|
|
205
|
+
type: "tree",
|
|
206
|
+
rules: [
|
|
207
|
+
{
|
|
208
|
+
conditions: [
|
|
209
|
+
{
|
|
210
|
+
fn: "booleanEquals",
|
|
211
|
+
argv: [
|
|
212
|
+
true,
|
|
213
|
+
{
|
|
214
|
+
fn: "getAttr",
|
|
215
|
+
argv: [
|
|
216
|
+
{
|
|
217
|
+
ref: "PartitionResult",
|
|
218
|
+
},
|
|
219
|
+
"supportsFIPS",
|
|
220
|
+
],
|
|
221
|
+
},
|
|
222
|
+
],
|
|
223
|
+
},
|
|
224
|
+
],
|
|
225
|
+
type: "tree",
|
|
226
|
+
rules: [
|
|
227
|
+
{
|
|
228
|
+
conditions: [],
|
|
229
|
+
type: "tree",
|
|
230
|
+
rules: [
|
|
231
|
+
{
|
|
232
|
+
conditions: [],
|
|
233
|
+
endpoint: {
|
|
234
|
+
url: "https://iotfleetwise-fips.{Region}.{PartitionResult#dnsSuffix}",
|
|
235
|
+
properties: {},
|
|
236
|
+
headers: {},
|
|
237
|
+
},
|
|
238
|
+
type: "endpoint",
|
|
239
|
+
},
|
|
240
|
+
],
|
|
241
|
+
},
|
|
242
|
+
],
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
conditions: [],
|
|
246
|
+
error: "FIPS is enabled but this partition does not support FIPS",
|
|
247
|
+
type: "error",
|
|
248
|
+
},
|
|
249
|
+
],
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
conditions: [
|
|
253
|
+
{
|
|
254
|
+
fn: "booleanEquals",
|
|
255
|
+
argv: [
|
|
256
|
+
{
|
|
257
|
+
ref: "UseDualStack",
|
|
258
|
+
},
|
|
259
|
+
true,
|
|
260
|
+
],
|
|
261
|
+
},
|
|
262
|
+
],
|
|
263
|
+
type: "tree",
|
|
264
|
+
rules: [
|
|
265
|
+
{
|
|
266
|
+
conditions: [
|
|
267
|
+
{
|
|
268
|
+
fn: "booleanEquals",
|
|
269
|
+
argv: [
|
|
270
|
+
true,
|
|
271
|
+
{
|
|
272
|
+
fn: "getAttr",
|
|
273
|
+
argv: [
|
|
274
|
+
{
|
|
275
|
+
ref: "PartitionResult",
|
|
276
|
+
},
|
|
277
|
+
"supportsDualStack",
|
|
278
|
+
],
|
|
279
|
+
},
|
|
280
|
+
],
|
|
281
|
+
},
|
|
282
|
+
],
|
|
283
|
+
type: "tree",
|
|
284
|
+
rules: [
|
|
285
|
+
{
|
|
286
|
+
conditions: [],
|
|
287
|
+
endpoint: {
|
|
288
|
+
url: "https://iotfleetwise.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
289
|
+
properties: {},
|
|
290
|
+
headers: {},
|
|
291
|
+
},
|
|
292
|
+
type: "endpoint",
|
|
293
|
+
},
|
|
294
|
+
],
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
conditions: [],
|
|
298
|
+
error: "DualStack is enabled but this partition does not support DualStack",
|
|
299
|
+
type: "error",
|
|
300
|
+
},
|
|
301
|
+
],
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
conditions: [],
|
|
305
|
+
endpoint: {
|
|
306
|
+
url: "https://iotfleetwise.{Region}.{PartitionResult#dnsSuffix}",
|
|
307
|
+
properties: {},
|
|
308
|
+
headers: {},
|
|
309
|
+
},
|
|
310
|
+
type: "endpoint",
|
|
311
|
+
},
|
|
312
|
+
],
|
|
313
|
+
},
|
|
314
|
+
],
|
|
315
|
+
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { parseUrl } from "@aws-sdk/url-parser";
|
|
2
|
-
import {
|
|
2
|
+
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
3
3
|
export const getRuntimeConfig = (config) => ({
|
|
4
4
|
apiVersion: "2021-06-17",
|
|
5
5
|
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
6
|
+
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
|
|
6
7
|
logger: config?.logger ?? {},
|
|
7
|
-
regionInfoProvider: config?.regionInfoProvider ?? defaultRegionInfoProvider,
|
|
8
8
|
serviceId: config?.serviceId ?? "IoTFleetWise",
|
|
9
9
|
urlParser: config?.urlParser ?? parseUrl,
|
|
10
10
|
});
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
|
|
2
3
|
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
4
|
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
5
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
6
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
7
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
8
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider,
|
|
9
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
10
|
import { AssociateVehicleFleetCommandInput, AssociateVehicleFleetCommandOutput } from "./commands/AssociateVehicleFleetCommand";
|
|
10
11
|
import { BatchCreateVehicleCommandInput, BatchCreateVehicleCommandOutput } from "./commands/BatchCreateVehicleCommand";
|
|
11
12
|
import { BatchUpdateVehicleCommandInput, BatchUpdateVehicleCommandOutput } from "./commands/BatchUpdateVehicleCommand";
|
|
@@ -56,6 +57,7 @@ import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "./commands/Up
|
|
|
56
57
|
import { UpdateModelManifestCommandInput, UpdateModelManifestCommandOutput } from "./commands/UpdateModelManifestCommand";
|
|
57
58
|
import { UpdateSignalCatalogCommandInput, UpdateSignalCatalogCommandOutput } from "./commands/UpdateSignalCatalogCommand";
|
|
58
59
|
import { UpdateVehicleCommandInput, UpdateVehicleCommandOutput } from "./commands/UpdateVehicleCommand";
|
|
60
|
+
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
59
61
|
export declare type ServiceInputTypes = AssociateVehicleFleetCommandInput | BatchCreateVehicleCommandInput | BatchUpdateVehicleCommandInput | CreateCampaignCommandInput | CreateDecoderManifestCommandInput | CreateFleetCommandInput | CreateModelManifestCommandInput | CreateSignalCatalogCommandInput | CreateVehicleCommandInput | DeleteCampaignCommandInput | DeleteDecoderManifestCommandInput | DeleteFleetCommandInput | DeleteModelManifestCommandInput | DeleteSignalCatalogCommandInput | DeleteVehicleCommandInput | DisassociateVehicleFleetCommandInput | GetCampaignCommandInput | GetDecoderManifestCommandInput | GetFleetCommandInput | GetLoggingOptionsCommandInput | GetModelManifestCommandInput | GetRegisterAccountStatusCommandInput | GetSignalCatalogCommandInput | GetVehicleCommandInput | GetVehicleStatusCommandInput | ImportDecoderManifestCommandInput | ImportSignalCatalogCommandInput | ListCampaignsCommandInput | ListDecoderManifestNetworkInterfacesCommandInput | ListDecoderManifestSignalsCommandInput | ListDecoderManifestsCommandInput | ListFleetsCommandInput | ListFleetsForVehicleCommandInput | ListModelManifestNodesCommandInput | ListModelManifestsCommandInput | ListSignalCatalogNodesCommandInput | ListSignalCatalogsCommandInput | ListTagsForResourceCommandInput | ListVehiclesCommandInput | ListVehiclesInFleetCommandInput | PutLoggingOptionsCommandInput | RegisterAccountCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateCampaignCommandInput | UpdateDecoderManifestCommandInput | UpdateFleetCommandInput | UpdateModelManifestCommandInput | UpdateSignalCatalogCommandInput | UpdateVehicleCommandInput;
|
|
60
62
|
export declare type ServiceOutputTypes = AssociateVehicleFleetCommandOutput | BatchCreateVehicleCommandOutput | BatchUpdateVehicleCommandOutput | CreateCampaignCommandOutput | CreateDecoderManifestCommandOutput | CreateFleetCommandOutput | CreateModelManifestCommandOutput | CreateSignalCatalogCommandOutput | CreateVehicleCommandOutput | DeleteCampaignCommandOutput | DeleteDecoderManifestCommandOutput | DeleteFleetCommandOutput | DeleteModelManifestCommandOutput | DeleteSignalCatalogCommandOutput | DeleteVehicleCommandOutput | DisassociateVehicleFleetCommandOutput | GetCampaignCommandOutput | GetDecoderManifestCommandOutput | GetFleetCommandOutput | GetLoggingOptionsCommandOutput | GetModelManifestCommandOutput | GetRegisterAccountStatusCommandOutput | GetSignalCatalogCommandOutput | GetVehicleCommandOutput | GetVehicleStatusCommandOutput | ImportDecoderManifestCommandOutput | ImportSignalCatalogCommandOutput | ListCampaignsCommandOutput | ListDecoderManifestNetworkInterfacesCommandOutput | ListDecoderManifestSignalsCommandOutput | ListDecoderManifestsCommandOutput | ListFleetsCommandOutput | ListFleetsForVehicleCommandOutput | ListModelManifestNodesCommandOutput | ListModelManifestsCommandOutput | ListSignalCatalogNodesCommandOutput | ListSignalCatalogsCommandOutput | ListTagsForResourceCommandOutput | ListVehiclesCommandOutput | ListVehiclesInFleetCommandOutput | PutLoggingOptionsCommandOutput | RegisterAccountCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateCampaignCommandOutput | UpdateDecoderManifestCommandOutput | UpdateFleetCommandOutput | UpdateModelManifestCommandOutput | UpdateSignalCatalogCommandOutput | UpdateVehicleCommandOutput;
|
|
61
63
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
@@ -148,11 +150,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
148
150
|
* @internal
|
|
149
151
|
*/
|
|
150
152
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
151
|
-
/**
|
|
152
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
156
153
|
/**
|
|
157
154
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
158
155
|
* @internal
|
|
@@ -163,13 +160,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
163
160
|
*/
|
|
164
161
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
165
162
|
}
|
|
166
|
-
declare type IoTFleetWiseClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig &
|
|
163
|
+
declare type IoTFleetWiseClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
167
164
|
/**
|
|
168
165
|
* The configuration interface of IoTFleetWiseClient class constructor that set the region, credentials and other options.
|
|
169
166
|
*/
|
|
170
167
|
export interface IoTFleetWiseClientConfig extends IoTFleetWiseClientConfigType {
|
|
171
168
|
}
|
|
172
|
-
declare type IoTFleetWiseClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig &
|
|
169
|
+
declare type IoTFleetWiseClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
173
170
|
/**
|
|
174
171
|
* The resolved configuration interface of IoTFleetWiseClient class. This is resolved and normalized from the {@link IoTFleetWiseClientConfig | constructor configuration interface}.
|
|
175
172
|
*/
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
@@ -25,6 +26,7 @@ export interface AssociateVehicleFleetCommandOutput extends AssociateVehicleFlee
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class AssociateVehicleFleetCommand extends $Command<AssociateVehicleFleetCommandInput, AssociateVehicleFleetCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
27
28
|
readonly input: AssociateVehicleFleetCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AssociateVehicleFleetCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
@@ -31,6 +32,7 @@ export interface BatchCreateVehicleCommandOutput extends BatchCreateVehicleRespo
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class BatchCreateVehicleCommand extends $Command<BatchCreateVehicleCommandInput, BatchCreateVehicleCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
33
34
|
readonly input: BatchCreateVehicleCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: BatchCreateVehicleCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
@@ -31,6 +32,7 @@ export interface BatchUpdateVehicleCommandOutput extends BatchUpdateVehicleRespo
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class BatchUpdateVehicleCommand extends $Command<BatchUpdateVehicleCommandInput, BatchUpdateVehicleCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
33
34
|
readonly input: BatchUpdateVehicleCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: BatchUpdateVehicleCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
@@ -30,6 +31,7 @@ export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __M
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class CreateCampaignCommand extends $Command<CreateCampaignCommandInput, CreateCampaignCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
32
33
|
readonly input: CreateCampaignCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: CreateCampaignCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
@@ -40,6 +41,7 @@ export interface CreateDecoderManifestCommandOutput extends CreateDecoderManifes
|
|
|
40
41
|
*/
|
|
41
42
|
export declare class CreateDecoderManifestCommand extends $Command<CreateDecoderManifestCommandInput, CreateDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
42
43
|
readonly input: CreateDecoderManifestCommandInput;
|
|
44
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
43
45
|
constructor(input: CreateDecoderManifestCommandInput);
|
|
44
46
|
/**
|
|
45
47
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
@@ -32,6 +33,7 @@ export interface CreateFleetCommandOutput extends CreateFleetResponse, __Metadat
|
|
|
32
33
|
*/
|
|
33
34
|
export declare class CreateFleetCommand extends $Command<CreateFleetCommandInput, CreateFleetCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
34
35
|
readonly input: CreateFleetCommandInput;
|
|
36
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
35
37
|
constructor(input: CreateFleetCommandInput);
|
|
36
38
|
/**
|
|
37
39
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
@@ -28,6 +29,7 @@ export interface CreateModelManifestCommandOutput extends CreateModelManifestRes
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class CreateModelManifestCommand extends $Command<CreateModelManifestCommandInput, CreateModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
30
31
|
readonly input: CreateModelManifestCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: CreateModelManifestCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
@@ -26,6 +27,7 @@ export interface CreateSignalCatalogCommandOutput extends CreateSignalCatalogRes
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class CreateSignalCatalogCommand extends $Command<CreateSignalCatalogCommandInput, CreateSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
28
29
|
readonly input: CreateSignalCatalogCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: CreateSignalCatalogCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
@@ -33,6 +34,7 @@ export interface CreateVehicleCommandOutput extends CreateVehicleResponse, __Met
|
|
|
33
34
|
*/
|
|
34
35
|
export declare class CreateVehicleCommand extends $Command<CreateVehicleCommandInput, CreateVehicleCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
35
36
|
readonly input: CreateVehicleCommandInput;
|
|
37
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
36
38
|
constructor(input: CreateVehicleCommandInput);
|
|
37
39
|
/**
|
|
38
40
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
@@ -26,6 +27,7 @@ export interface DeleteCampaignCommandOutput extends DeleteCampaignResponse, __M
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DeleteCampaignCommand extends $Command<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
28
29
|
readonly input: DeleteCampaignCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DeleteCampaignCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
@@ -30,6 +31,7 @@ export interface DeleteDecoderManifestCommandOutput extends DeleteDecoderManifes
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class DeleteDecoderManifestCommand extends $Command<DeleteDecoderManifestCommandInput, DeleteDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
32
33
|
readonly input: DeleteDecoderManifestCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: DeleteDecoderManifestCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
@@ -31,6 +32,7 @@ export interface DeleteFleetCommandOutput extends DeleteFleetResponse, __Metadat
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class DeleteFleetCommand extends $Command<DeleteFleetCommandInput, DeleteFleetCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
33
34
|
readonly input: DeleteFleetCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: DeleteFleetCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
@@ -29,6 +30,7 @@ export interface DeleteModelManifestCommandOutput extends DeleteModelManifestRes
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class DeleteModelManifestCommand extends $Command<DeleteModelManifestCommandInput, DeleteModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
31
32
|
readonly input: DeleteModelManifestCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: DeleteModelManifestCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
@@ -29,6 +30,7 @@ export interface DeleteSignalCatalogCommandOutput extends DeleteSignalCatalogRes
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class DeleteSignalCatalogCommand extends $Command<DeleteSignalCatalogCommandInput, DeleteSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
31
32
|
readonly input: DeleteSignalCatalogCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: DeleteSignalCatalogCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
@@ -29,6 +30,7 @@ export interface DeleteVehicleCommandOutput extends DeleteVehicleResponse, __Met
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class DeleteVehicleCommand extends $Command<DeleteVehicleCommandInput, DeleteVehicleCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
31
32
|
readonly input: DeleteVehicleCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: DeleteVehicleCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
@@ -30,6 +31,7 @@ export interface DisassociateVehicleFleetCommandOutput extends DisassociateVehic
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class DisassociateVehicleFleetCommand extends $Command<DisassociateVehicleFleetCommandInput, DisassociateVehicleFleetCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
32
33
|
readonly input: DisassociateVehicleFleetCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: DisassociateVehicleFleetCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
@@ -25,6 +26,7 @@ export interface GetCampaignCommandOutput extends GetCampaignResponse, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetCampaignCommand extends $Command<GetCampaignCommandInput, GetCampaignCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
27
28
|
readonly input: GetCampaignCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetCampaignCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
@@ -25,6 +26,7 @@ export interface GetDecoderManifestCommandOutput extends GetDecoderManifestRespo
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetDecoderManifestCommand extends $Command<GetDecoderManifestCommandInput, GetDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
27
28
|
readonly input: GetDecoderManifestCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetDecoderManifestCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|