@aws-sdk/client-iot-jobs-data-plane 3.948.0 → 3.953.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-cjs/index.js +129 -98
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/DescribeJobExecutionCommand.js +2 -2
- package/dist-es/commands/GetPendingJobExecutionsCommand.js +2 -2
- package/dist-es/commands/StartCommandExecutionCommand.js +2 -2
- package/dist-es/commands/StartNextPendingJobExecutionCommand.js +2 -2
- package/dist-es/commands/UpdateJobExecutionCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +60 -60
- package/dist-types/IoTJobsDataPlaneClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +32 -35
- package/dist-types/ts3.4/IoTJobsDataPlaneClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +31 -36
- package/package.json +34 -34
|
@@ -74,11 +74,11 @@ const _tN = "thingName";
|
|
|
74
74
|
const _vN = "versionNumber";
|
|
75
75
|
const n0 = "com.amazonaws.iotjobsdataplane";
|
|
76
76
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
77
|
-
import { CertificateValidationException
|
|
78
|
-
import { IoTJobsDataPlaneServiceException
|
|
79
|
-
export var CertificateValidationException = [-3, n0, _CVE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
80
|
-
TypeRegistry.for(n0).registerError(CertificateValidationException
|
|
81
|
-
export var CommandParameterValue = [
|
|
77
|
+
import { CertificateValidationException, ConflictException, InternalServerException, InvalidRequestException, InvalidStateTransitionException, ResourceNotFoundException, ServiceQuotaExceededException, ServiceUnavailableException, TerminalStateException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
78
|
+
import { IoTJobsDataPlaneServiceException } from "../models/IoTJobsDataPlaneServiceException";
|
|
79
|
+
export var CertificateValidationException$ = [-3, n0, _CVE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
80
|
+
TypeRegistry.for(n0).registerError(CertificateValidationException$, CertificateValidationException);
|
|
81
|
+
export var CommandParameterValue$ = [
|
|
82
82
|
3,
|
|
83
83
|
n0,
|
|
84
84
|
_CPV,
|
|
@@ -86,9 +86,9 @@ export var CommandParameterValue = [
|
|
|
86
86
|
[_S, _B, _I, _L, _D, _BIN, _UL],
|
|
87
87
|
[0, 2, 1, 1, 1, 21, 0],
|
|
88
88
|
];
|
|
89
|
-
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI], [0, 0]];
|
|
90
|
-
TypeRegistry.for(n0).registerError(ConflictException
|
|
91
|
-
export var DescribeJobExecutionRequest = [
|
|
89
|
+
export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI], [0, 0]];
|
|
90
|
+
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
91
|
+
export var DescribeJobExecutionRequest$ = [
|
|
92
92
|
3,
|
|
93
93
|
n0,
|
|
94
94
|
_DJER,
|
|
@@ -101,9 +101,9 @@ export var DescribeJobExecutionRequest = [
|
|
|
101
101
|
[1, { [_hQ]: _eN }],
|
|
102
102
|
],
|
|
103
103
|
];
|
|
104
|
-
export var DescribeJobExecutionResponse = [3, n0, _DJERe, 0, [_ex], [() => JobExecution]];
|
|
105
|
-
export var GetPendingJobExecutionsRequest = [3, n0, _GPJER, 0, [_tN], [[0, 1]]];
|
|
106
|
-
export var GetPendingJobExecutionsResponse = [
|
|
104
|
+
export var DescribeJobExecutionResponse$ = [3, n0, _DJERe, 0, [_ex], [() => JobExecution$]];
|
|
105
|
+
export var GetPendingJobExecutionsRequest$ = [3, n0, _GPJER, 0, [_tN], [[0, 1]]];
|
|
106
|
+
export var GetPendingJobExecutionsResponse$ = [
|
|
107
107
|
3,
|
|
108
108
|
n0,
|
|
109
109
|
_GPJERe,
|
|
@@ -111,13 +111,13 @@ export var GetPendingJobExecutionsResponse = [
|
|
|
111
111
|
[_iPJ, _qJ],
|
|
112
112
|
[() => JobExecutionSummaryList, () => JobExecutionSummaryList],
|
|
113
113
|
];
|
|
114
|
-
export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
|
|
115
|
-
TypeRegistry.for(n0).registerError(InternalServerException
|
|
116
|
-
export var InvalidRequestException = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
117
|
-
TypeRegistry.for(n0).registerError(InvalidRequestException
|
|
118
|
-
export var InvalidStateTransitionException = [-3, n0, _ISTE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
119
|
-
TypeRegistry.for(n0).registerError(InvalidStateTransitionException
|
|
120
|
-
export var JobExecution = [
|
|
114
|
+
export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
|
|
115
|
+
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
116
|
+
export var InvalidRequestException$ = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
117
|
+
TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
118
|
+
export var InvalidStateTransitionException$ = [-3, n0, _ISTE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
119
|
+
TypeRegistry.for(n0).registerError(InvalidStateTransitionException$, InvalidStateTransitionException);
|
|
120
|
+
export var JobExecution$ = [
|
|
121
121
|
3,
|
|
122
122
|
n0,
|
|
123
123
|
_JE,
|
|
@@ -125,8 +125,8 @@ export var JobExecution = [
|
|
|
125
125
|
[_jI, _tN, _st, _sD, _qA, _sA, _lUA, _aSBTO, _vN, _eN, _jD],
|
|
126
126
|
[0, 0, 0, 128 | 0, 1, 1, 1, 1, 1, 1, 0],
|
|
127
127
|
];
|
|
128
|
-
export var JobExecutionState = [3, n0, _JES, 0, [_st, _sD, _vN], [0, 128 | 0, 1]];
|
|
129
|
-
export var JobExecutionSummary = [
|
|
128
|
+
export var JobExecutionState$ = [3, n0, _JES, 0, [_st, _sD, _vN], [0, 128 | 0, 1]];
|
|
129
|
+
export var JobExecutionSummary$ = [
|
|
130
130
|
3,
|
|
131
131
|
n0,
|
|
132
132
|
_JESo,
|
|
@@ -134,13 +134,13 @@ export var JobExecutionSummary = [
|
|
|
134
134
|
[_jI, _qA, _sA, _lUA, _vN, _eN],
|
|
135
135
|
[0, 1, 1, 1, 1, 1],
|
|
136
136
|
];
|
|
137
|
-
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
138
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
139
|
-
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
140
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
141
|
-
export var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _s, [_hE]: 503 }, [_m], [0]];
|
|
142
|
-
TypeRegistry.for(n0).registerError(ServiceUnavailableException
|
|
143
|
-
export var StartCommandExecutionRequest = [
|
|
137
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
138
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
139
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
140
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
141
|
+
export var ServiceUnavailableException$ = [-3, n0, _SUE, { [_e]: _s, [_hE]: 503 }, [_m], [0]];
|
|
142
|
+
TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
143
|
+
export var StartCommandExecutionRequest$ = [
|
|
144
144
|
3,
|
|
145
145
|
n0,
|
|
146
146
|
_SCER,
|
|
@@ -148,8 +148,8 @@ export var StartCommandExecutionRequest = [
|
|
|
148
148
|
[_tA, _cA, _p, _eTS, _cT],
|
|
149
149
|
[0, 0, () => CommandExecutionParameterMap, 1, [0, 4]],
|
|
150
150
|
];
|
|
151
|
-
export var StartCommandExecutionResponse = [3, n0, _SCERt, 0, [_eI], [0]];
|
|
152
|
-
export var StartNextPendingJobExecutionRequest = [
|
|
151
|
+
export var StartCommandExecutionResponse$ = [3, n0, _SCERt, 0, [_eI], [0]];
|
|
152
|
+
export var StartNextPendingJobExecutionRequest$ = [
|
|
153
153
|
3,
|
|
154
154
|
n0,
|
|
155
155
|
_SNPJER,
|
|
@@ -157,19 +157,19 @@ export var StartNextPendingJobExecutionRequest = [
|
|
|
157
157
|
[_tN, _sD, _sTIM],
|
|
158
158
|
[[0, 1], 128 | 0, 1],
|
|
159
159
|
];
|
|
160
|
-
export var StartNextPendingJobExecutionResponse = [
|
|
160
|
+
export var StartNextPendingJobExecutionResponse$ = [
|
|
161
161
|
3,
|
|
162
162
|
n0,
|
|
163
163
|
_SNPJERt,
|
|
164
164
|
0,
|
|
165
165
|
[_ex],
|
|
166
|
-
[() => JobExecution],
|
|
166
|
+
[() => JobExecution$],
|
|
167
167
|
];
|
|
168
|
-
export var TerminalStateException = [-3, n0, _TSE, { [_e]: _c, [_hE]: 410 }, [_m], [0]];
|
|
169
|
-
TypeRegistry.for(n0).registerError(TerminalStateException
|
|
170
|
-
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m, _pa], [0, 21]];
|
|
171
|
-
TypeRegistry.for(n0).registerError(ThrottlingException
|
|
172
|
-
export var UpdateJobExecutionRequest = [
|
|
168
|
+
export var TerminalStateException$ = [-3, n0, _TSE, { [_e]: _c, [_hE]: 410 }, [_m], [0]];
|
|
169
|
+
TypeRegistry.for(n0).registerError(TerminalStateException$, TerminalStateException);
|
|
170
|
+
export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m, _pa], [0, 21]];
|
|
171
|
+
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
172
|
+
export var UpdateJobExecutionRequest$ = [
|
|
173
173
|
3,
|
|
174
174
|
n0,
|
|
175
175
|
_UJER,
|
|
@@ -177,17 +177,17 @@ export var UpdateJobExecutionRequest = [
|
|
|
177
177
|
[_jI, _tN, _st, _sD, _sTIM, _eV, _iJES, _iJD, _eN],
|
|
178
178
|
[[0, 1], [0, 1], 0, 128 | 0, 1, 1, 2, 2, 1],
|
|
179
179
|
];
|
|
180
|
-
export var UpdateJobExecutionResponse = [
|
|
180
|
+
export var UpdateJobExecutionResponse$ = [
|
|
181
181
|
3,
|
|
182
182
|
n0,
|
|
183
183
|
_UJERp,
|
|
184
184
|
0,
|
|
185
185
|
[_eS, _jD],
|
|
186
|
-
[() => JobExecutionState
|
|
186
|
+
[() => JobExecutionState$, 0],
|
|
187
187
|
];
|
|
188
|
-
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
189
|
-
TypeRegistry.for(n0).registerError(ValidationException
|
|
190
|
-
export var IoTJobsDataPlaneServiceException = [
|
|
188
|
+
export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
189
|
+
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
190
|
+
export var IoTJobsDataPlaneServiceException$ = [
|
|
191
191
|
-3,
|
|
192
192
|
_sm,
|
|
193
193
|
"IoTJobsDataPlaneServiceException",
|
|
@@ -195,47 +195,47 @@ export var IoTJobsDataPlaneServiceException = [
|
|
|
195
195
|
[],
|
|
196
196
|
[],
|
|
197
197
|
];
|
|
198
|
-
TypeRegistry.for(_sm).registerError(IoTJobsDataPlaneServiceException
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
export var DescribeJobExecution = [
|
|
198
|
+
TypeRegistry.for(_sm).registerError(IoTJobsDataPlaneServiceException$, IoTJobsDataPlaneServiceException);
|
|
199
|
+
var JobExecutionSummaryList = [1, n0, _JESL, 0, () => JobExecutionSummary$];
|
|
200
|
+
var CommandExecutionParameterMap = [2, n0, _CEPM, 0, 0, () => CommandParameterValue$];
|
|
201
|
+
var DetailsMap = 128 | 0;
|
|
202
|
+
export var DescribeJobExecution$ = [
|
|
203
203
|
9,
|
|
204
204
|
n0,
|
|
205
205
|
_DJE,
|
|
206
206
|
{ [_h]: ["GET", "/things/{thingName}/jobs/{jobId}", 200] },
|
|
207
|
-
() => DescribeJobExecutionRequest
|
|
208
|
-
() => DescribeJobExecutionResponse
|
|
207
|
+
() => DescribeJobExecutionRequest$,
|
|
208
|
+
() => DescribeJobExecutionResponse$,
|
|
209
209
|
];
|
|
210
|
-
export var GetPendingJobExecutions = [
|
|
210
|
+
export var GetPendingJobExecutions$ = [
|
|
211
211
|
9,
|
|
212
212
|
n0,
|
|
213
213
|
_GPJE,
|
|
214
214
|
{ [_h]: ["GET", "/things/{thingName}/jobs", 200] },
|
|
215
|
-
() => GetPendingJobExecutionsRequest
|
|
216
|
-
() => GetPendingJobExecutionsResponse
|
|
215
|
+
() => GetPendingJobExecutionsRequest$,
|
|
216
|
+
() => GetPendingJobExecutionsResponse$,
|
|
217
217
|
];
|
|
218
|
-
export var StartCommandExecution = [
|
|
218
|
+
export var StartCommandExecution$ = [
|
|
219
219
|
9,
|
|
220
220
|
n0,
|
|
221
221
|
_SCE,
|
|
222
222
|
{ [_h]: ["POST", "/command-executions", 200] },
|
|
223
|
-
() => StartCommandExecutionRequest
|
|
224
|
-
() => StartCommandExecutionResponse
|
|
223
|
+
() => StartCommandExecutionRequest$,
|
|
224
|
+
() => StartCommandExecutionResponse$,
|
|
225
225
|
];
|
|
226
|
-
export var StartNextPendingJobExecution = [
|
|
226
|
+
export var StartNextPendingJobExecution$ = [
|
|
227
227
|
9,
|
|
228
228
|
n0,
|
|
229
229
|
_SNPJE,
|
|
230
230
|
{ [_h]: ["PUT", "/things/{thingName}/jobs/$next", 200] },
|
|
231
|
-
() => StartNextPendingJobExecutionRequest
|
|
232
|
-
() => StartNextPendingJobExecutionResponse
|
|
231
|
+
() => StartNextPendingJobExecutionRequest$,
|
|
232
|
+
() => StartNextPendingJobExecutionResponse$,
|
|
233
233
|
];
|
|
234
|
-
export var UpdateJobExecution = [
|
|
234
|
+
export var UpdateJobExecution$ = [
|
|
235
235
|
9,
|
|
236
236
|
n0,
|
|
237
237
|
_UJE,
|
|
238
238
|
{ [_h]: ["POST", "/things/{thingName}/jobs/{jobId}", 200] },
|
|
239
|
-
() => UpdateJobExecutionRequest
|
|
240
|
-
() => UpdateJobExecutionResponse
|
|
239
|
+
() => UpdateJobExecutionRequest$,
|
|
240
|
+
() => UpdateJobExecutionResponse$,
|
|
241
241
|
];
|
|
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { DescribeJobExecutionCommandInput, DescribeJobExecutionCommandOutput } from "./commands/DescribeJobExecutionCommand";
|
|
11
11
|
import { GetPendingJobExecutionsCommandInput, GetPendingJobExecutionsCommandOutput } from "./commands/GetPendingJobExecutionsCommand";
|
|
@@ -146,15 +146,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
146
146
|
* Optional extensions
|
|
147
147
|
*/
|
|
148
148
|
extensions?: RuntimeExtension[];
|
|
149
|
-
/**
|
|
150
|
-
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
151
|
-
* may be overridden. A default will always be set by the client.
|
|
152
|
-
* Available options depend on the service's supported protocols and will not be validated by
|
|
153
|
-
* the client.
|
|
154
|
-
* @alpha
|
|
155
|
-
*
|
|
156
|
-
*/
|
|
157
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
158
149
|
/**
|
|
159
150
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
160
151
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -29,6 +29,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
29
29
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
30
30
|
export type { IoTJobsDataPlaneExtensionConfiguration } from "./extensionConfiguration";
|
|
31
31
|
export * from "./commands";
|
|
32
|
+
export * from "./schemas/schemas_0";
|
|
32
33
|
export * from "./models/enums";
|
|
33
34
|
export * from "./models/errors";
|
|
34
35
|
export type * from "./models/models_0";
|
|
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: IoTJobsDataPlaneClientConfig) =>
|
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
19
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
|
-
apiVersion: string;
|
|
21
20
|
cacheMiddleware?: boolean | undefined;
|
|
21
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
22
|
+
protocolSettings: {
|
|
23
|
+
defaultNamespace?: string;
|
|
24
|
+
[setting: string]: unknown;
|
|
25
|
+
};
|
|
26
|
+
apiVersion: string;
|
|
22
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
23
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
24
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: IoTJobsDataPlaneClientConfig) =>
|
|
|
29
34
|
profile?: string;
|
|
30
35
|
logger: import("@smithy/types").Logger;
|
|
31
36
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
33
37
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
34
38
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
35
39
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: IoTJobsDataPlaneClientConfig) =>
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
22
|
-
apiVersion: string;
|
|
23
22
|
cacheMiddleware?: boolean | undefined;
|
|
23
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
defaultNamespace?: string;
|
|
26
|
+
[setting: string]: unknown;
|
|
27
|
+
};
|
|
28
|
+
apiVersion: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
26
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: IoTJobsDataPlaneClientConfig) =>
|
|
|
31
36
|
profile?: string;
|
|
32
37
|
logger: import("@smithy/types").Logger;
|
|
33
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
35
39
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
36
40
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
37
41
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: IoTJobsDataPlaneClientConfig) =>
|
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
9
|
cacheMiddleware?: boolean;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
11
|
+
protocolSettings: {
|
|
12
|
+
defaultNamespace?: string;
|
|
13
|
+
[setting: string]: unknown;
|
|
14
|
+
};
|
|
15
|
+
apiVersion: string;
|
|
11
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
12
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
13
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: IoTJobsDataPlaneClientConfig) =>
|
|
|
27
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
33
|
logger: import("@smithy/types").Logger;
|
|
29
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
31
35
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
32
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import type { IoTJobsDataPlaneClientConfig } from "./IoTJobsDataPlaneClient";
|
|
2
3
|
/**
|
|
3
4
|
* @internal
|
|
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: IoTJobsDataPlaneClientConfig) =>
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").IoTJobsDataPlaneHttpAuthSchemeProvider;
|
|
15
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
17
|
logger: import("@smithy/types").Logger;
|
|
17
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").
|
|
18
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
|
|
19
|
+
protocolSettings: {
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
defaultNamespace?: string;
|
|
22
|
+
};
|
|
18
23
|
serviceId: string;
|
|
19
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
20
25
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -1,35 +1,32 @@
|
|
|
1
|
-
import type { StaticErrorSchema,
|
|
2
|
-
export declare var CertificateValidationException
|
|
3
|
-
export declare var CommandParameterValue
|
|
4
|
-
export declare var ConflictException
|
|
5
|
-
export declare var DescribeJobExecutionRequest
|
|
6
|
-
export declare var DescribeJobExecutionResponse
|
|
7
|
-
export declare var GetPendingJobExecutionsRequest
|
|
8
|
-
export declare var GetPendingJobExecutionsResponse
|
|
9
|
-
export declare var InternalServerException
|
|
10
|
-
export declare var InvalidRequestException
|
|
11
|
-
export declare var InvalidStateTransitionException
|
|
12
|
-
export declare var JobExecution
|
|
13
|
-
export declare var JobExecutionState
|
|
14
|
-
export declare var JobExecutionSummary
|
|
15
|
-
export declare var ResourceNotFoundException
|
|
16
|
-
export declare var ServiceQuotaExceededException
|
|
17
|
-
export declare var ServiceUnavailableException
|
|
18
|
-
export declare var StartCommandExecutionRequest
|
|
19
|
-
export declare var StartCommandExecutionResponse
|
|
20
|
-
export declare var StartNextPendingJobExecutionRequest
|
|
21
|
-
export declare var StartNextPendingJobExecutionResponse
|
|
22
|
-
export declare var TerminalStateException
|
|
23
|
-
export declare var ThrottlingException
|
|
24
|
-
export declare var UpdateJobExecutionRequest
|
|
25
|
-
export declare var UpdateJobExecutionResponse
|
|
26
|
-
export declare var ValidationException
|
|
27
|
-
export declare var IoTJobsDataPlaneServiceException
|
|
28
|
-
export declare var
|
|
29
|
-
export declare var
|
|
30
|
-
export declare var
|
|
31
|
-
export declare var
|
|
32
|
-
export declare var
|
|
33
|
-
export declare var StartCommandExecution: StaticOperationSchema;
|
|
34
|
-
export declare var StartNextPendingJobExecution: StaticOperationSchema;
|
|
35
|
-
export declare var UpdateJobExecution: StaticOperationSchema;
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var CertificateValidationException$: StaticErrorSchema;
|
|
3
|
+
export declare var CommandParameterValue$: StaticStructureSchema;
|
|
4
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
5
|
+
export declare var DescribeJobExecutionRequest$: StaticStructureSchema;
|
|
6
|
+
export declare var DescribeJobExecutionResponse$: StaticStructureSchema;
|
|
7
|
+
export declare var GetPendingJobExecutionsRequest$: StaticStructureSchema;
|
|
8
|
+
export declare var GetPendingJobExecutionsResponse$: StaticStructureSchema;
|
|
9
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
10
|
+
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
11
|
+
export declare var InvalidStateTransitionException$: StaticErrorSchema;
|
|
12
|
+
export declare var JobExecution$: StaticStructureSchema;
|
|
13
|
+
export declare var JobExecutionState$: StaticStructureSchema;
|
|
14
|
+
export declare var JobExecutionSummary$: StaticStructureSchema;
|
|
15
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
16
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
17
|
+
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
18
|
+
export declare var StartCommandExecutionRequest$: StaticStructureSchema;
|
|
19
|
+
export declare var StartCommandExecutionResponse$: StaticStructureSchema;
|
|
20
|
+
export declare var StartNextPendingJobExecutionRequest$: StaticStructureSchema;
|
|
21
|
+
export declare var StartNextPendingJobExecutionResponse$: StaticStructureSchema;
|
|
22
|
+
export declare var TerminalStateException$: StaticErrorSchema;
|
|
23
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
24
|
+
export declare var UpdateJobExecutionRequest$: StaticStructureSchema;
|
|
25
|
+
export declare var UpdateJobExecutionResponse$: StaticStructureSchema;
|
|
26
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
27
|
+
export declare var IoTJobsDataPlaneServiceException$: StaticErrorSchema;
|
|
28
|
+
export declare var DescribeJobExecution$: StaticOperationSchema;
|
|
29
|
+
export declare var GetPendingJobExecutions$: StaticOperationSchema;
|
|
30
|
+
export declare var StartCommandExecution$: StaticOperationSchema;
|
|
31
|
+
export declare var StartNextPendingJobExecution$: StaticOperationSchema;
|
|
32
|
+
export declare var UpdateJobExecution$: StaticOperationSchema;
|
|
@@ -29,13 +29,10 @@ import {
|
|
|
29
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
31
|
ChecksumConstructor as __ChecksumConstructor,
|
|
32
|
-
ClientProtocol,
|
|
33
32
|
Decoder as __Decoder,
|
|
34
33
|
Encoder as __Encoder,
|
|
35
34
|
HashConstructor as __HashConstructor,
|
|
36
35
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
-
HttpRequest,
|
|
38
|
-
HttpResponse,
|
|
39
36
|
Logger as __Logger,
|
|
40
37
|
Provider as __Provider,
|
|
41
38
|
StreamCollector as __StreamCollector,
|
|
@@ -111,7 +108,6 @@ export interface ClientDefaults
|
|
|
111
108
|
retryMode?: string | __Provider<string>;
|
|
112
109
|
logger?: __Logger;
|
|
113
110
|
extensions?: RuntimeExtension[];
|
|
114
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
115
111
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
116
112
|
}
|
|
117
113
|
export type IoTJobsDataPlaneClientConfigType = Partial<
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { IoTJobsDataPlaneExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export * from "./schemas/schemas_0";
|
|
7
8
|
export * from "./models/enums";
|
|
8
9
|
export * from "./models/errors";
|
|
9
10
|
export * from "./models/models_0";
|
|
@@ -28,8 +28,16 @@ export declare const getRuntimeConfig: (
|
|
|
28
28
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
29
29
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
30
30
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
31
|
-
apiVersion: string;
|
|
32
31
|
cacheMiddleware?: boolean | undefined;
|
|
32
|
+
protocol:
|
|
33
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
34
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
35
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
36
|
+
protocolSettings: {
|
|
37
|
+
defaultNamespace?: string;
|
|
38
|
+
[setting: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
apiVersion: string;
|
|
33
41
|
urlParser: import("@smithy/types").UrlParser;
|
|
34
42
|
base64Decoder: import("@smithy/types").Decoder;
|
|
35
43
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,10 +48,6 @@ export declare const getRuntimeConfig: (
|
|
|
40
48
|
profile?: string;
|
|
41
49
|
logger: import("@smithy/types").Logger;
|
|
42
50
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
-
import("@smithy/types").HttpRequest,
|
|
45
|
-
import("@smithy/types").HttpResponse
|
|
46
|
-
>;
|
|
47
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
48
52
|
userAgentAppId?:
|
|
49
53
|
| string
|
|
@@ -28,8 +28,16 @@ export declare const getRuntimeConfig: (
|
|
|
28
28
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
29
29
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
30
30
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
31
|
-
apiVersion: string;
|
|
32
31
|
cacheMiddleware?: boolean | undefined;
|
|
32
|
+
protocol:
|
|
33
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
34
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
35
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
36
|
+
protocolSettings: {
|
|
37
|
+
defaultNamespace?: string;
|
|
38
|
+
[setting: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
apiVersion: string;
|
|
33
41
|
urlParser: import("@smithy/types").UrlParser;
|
|
34
42
|
base64Decoder: import("@smithy/types").Decoder;
|
|
35
43
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,10 +48,6 @@ export declare const getRuntimeConfig: (
|
|
|
40
48
|
profile?: string;
|
|
41
49
|
logger: import("@smithy/types").Logger;
|
|
42
50
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
-
import("@smithy/types").HttpRequest,
|
|
45
|
-
import("@smithy/types").HttpResponse
|
|
46
|
-
>;
|
|
47
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
48
52
|
retryStrategy?:
|
|
49
53
|
| import("@smithy/types").RetryStrategy
|
|
@@ -10,8 +10,16 @@ export declare const getRuntimeConfig: (
|
|
|
10
10
|
| Record<string, unknown>
|
|
11
11
|
| import("@smithy/protocol-http").HttpHandler<any>
|
|
12
12
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
13
|
-
apiVersion: string;
|
|
14
13
|
cacheMiddleware?: boolean;
|
|
14
|
+
protocol:
|
|
15
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
16
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
17
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
18
|
+
protocolSettings: {
|
|
19
|
+
defaultNamespace?: string;
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
};
|
|
22
|
+
apiVersion: string;
|
|
15
23
|
urlParser: import("@smithy/types").UrlParser;
|
|
16
24
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
17
25
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -39,10 +47,6 @@ export declare const getRuntimeConfig: (
|
|
|
39
47
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
40
48
|
logger: import("@smithy/types").Logger;
|
|
41
49
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
42
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
43
|
-
import("@smithy/types").HttpRequest,
|
|
44
|
-
import("@smithy/types").HttpResponse
|
|
45
|
-
>;
|
|
46
50
|
defaultsMode:
|
|
47
51
|
| import("@smithy/smithy-client").DefaultsMode
|
|
48
52
|
| import("@smithy/types").Provider<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import { IoTJobsDataPlaneClientConfig } from "./IoTJobsDataPlaneClient";
|
|
2
3
|
export declare const getRuntimeConfig: (
|
|
3
4
|
config: IoTJobsDataPlaneClientConfig
|
|
@@ -16,10 +17,14 @@ export declare const getRuntimeConfig: (
|
|
|
16
17
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").IoTJobsDataPlaneHttpAuthSchemeProvider;
|
|
17
18
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
18
19
|
logger: import("@smithy/types").Logger;
|
|
19
|
-
protocol:
|
|
20
|
-
import("@smithy/types").
|
|
21
|
-
import("@smithy/types").
|
|
22
|
-
|
|
20
|
+
protocol:
|
|
21
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
22
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
23
|
+
| typeof AwsRestJsonProtocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
[setting: string]: unknown;
|
|
26
|
+
defaultNamespace?: string;
|
|
27
|
+
};
|
|
23
28
|
serviceId: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
utf8Decoder: import("@smithy/types").Decoder;
|