@aws-sdk/client-arc-zonal-shift 3.952.0 → 3.954.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 +197 -140
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/CancelPracticeRunCommand.js +2 -2
- package/dist-es/commands/CancelZonalShiftCommand.js +2 -2
- package/dist-es/commands/CreatePracticeRunConfigurationCommand.js +2 -2
- package/dist-es/commands/DeletePracticeRunConfigurationCommand.js +2 -2
- package/dist-es/commands/GetAutoshiftObserverNotificationStatusCommand.js +2 -2
- package/dist-es/commands/GetManagedResourceCommand.js +2 -2
- package/dist-es/commands/ListAutoshiftsCommand.js +2 -2
- package/dist-es/commands/ListManagedResourcesCommand.js +2 -2
- package/dist-es/commands/ListZonalShiftsCommand.js +2 -2
- package/dist-es/commands/StartPracticeRunCommand.js +2 -2
- package/dist-es/commands/StartZonalShiftCommand.js +2 -2
- package/dist-es/commands/UpdateAutoshiftObserverNotificationStatusCommand.js +2 -2
- package/dist-es/commands/UpdatePracticeRunConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateZonalAutoshiftConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateZonalShiftCommand.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 +111 -111
- package/dist-types/ARCZonalShiftClient.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 +58 -70
- package/dist-types/ts3.4/ARCZonalShiftClient.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 +57 -70
- package/package.json +34 -34
|
@@ -103,14 +103,14 @@ const _zS = "zonalShifts";
|
|
|
103
103
|
const _zSI = "zonalShiftId";
|
|
104
104
|
const n0 = "com.amazonaws.arczonalshift";
|
|
105
105
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
106
|
-
import { ARCZonalShiftServiceException
|
|
107
|
-
import { AccessDeniedException
|
|
108
|
-
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
109
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
110
|
-
export var AutoshiftInResource = [3, n0, _AIR, 0, [_aS, _aF, _sT], [0, 0, 4]];
|
|
111
|
-
export var AutoshiftSummary = [3, n0, _AS, 0, [_aF, _eT, _sT, _s], [0, 4, 4, 0]];
|
|
112
|
-
export var CancelPracticeRunRequest = [3, n0, _CPRR, 0, [_zSI], [[0, 1]]];
|
|
113
|
-
export var CancelPracticeRunResponse = [
|
|
106
|
+
import { ARCZonalShiftServiceException } from "../models/ARCZonalShiftServiceException";
|
|
107
|
+
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
108
|
+
export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
109
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
110
|
+
export var AutoshiftInResource$ = [3, n0, _AIR, 0, [_aS, _aF, _sT], [0, 0, 4]];
|
|
111
|
+
export var AutoshiftSummary$ = [3, n0, _AS, 0, [_aF, _eT, _sT, _s], [0, 4, 4, 0]];
|
|
112
|
+
export var CancelPracticeRunRequest$ = [3, n0, _CPRR, 0, [_zSI], [[0, 1]]];
|
|
113
|
+
export var CancelPracticeRunResponse$ = [
|
|
114
114
|
3,
|
|
115
115
|
n0,
|
|
116
116
|
_CPRRa,
|
|
@@ -118,11 +118,11 @@ export var CancelPracticeRunResponse = [
|
|
|
118
118
|
[_zSI, _rI, _aF, _eTx, _sT, _s, _co],
|
|
119
119
|
[0, 0, 0, 4, 4, 0, 0],
|
|
120
120
|
];
|
|
121
|
-
export var CancelZonalShiftRequest = [3, n0, _CZSR, 0, [_zSI], [[0, 1]]];
|
|
122
|
-
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _r, _zSI], [0, 0, 0]];
|
|
123
|
-
TypeRegistry.for(n0).registerError(ConflictException
|
|
124
|
-
export var ControlCondition = [3, n0, _CC, 0, [_t, _aI], [0, 0]];
|
|
125
|
-
export var CreatePracticeRunConfigurationRequest = [
|
|
121
|
+
export var CancelZonalShiftRequest$ = [3, n0, _CZSR, 0, [_zSI], [[0, 1]]];
|
|
122
|
+
export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _r, _zSI], [0, 0, 0]];
|
|
123
|
+
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
124
|
+
export var ControlCondition$ = [3, n0, _CC, 0, [_t, _aI], [0, 0]];
|
|
125
|
+
export var CreatePracticeRunConfigurationRequest$ = [
|
|
126
126
|
3,
|
|
127
127
|
n0,
|
|
128
128
|
_CPRCR,
|
|
@@ -130,16 +130,16 @@ export var CreatePracticeRunConfigurationRequest = [
|
|
|
130
130
|
[_rI, _bW, _bD, _bA, _aW, _oA],
|
|
131
131
|
[0, 64 | 0, 64 | 0, () => BlockingAlarms, 64 | 0, () => OutcomeAlarms],
|
|
132
132
|
];
|
|
133
|
-
export var CreatePracticeRunConfigurationResponse = [
|
|
133
|
+
export var CreatePracticeRunConfigurationResponse$ = [
|
|
134
134
|
3,
|
|
135
135
|
n0,
|
|
136
136
|
_CPRCRr,
|
|
137
137
|
0,
|
|
138
138
|
[_a, _n, _zAS, _pRC],
|
|
139
|
-
[0, 0, 0, () => PracticeRunConfiguration],
|
|
139
|
+
[0, 0, 0, () => PracticeRunConfiguration$],
|
|
140
140
|
];
|
|
141
|
-
export var DeletePracticeRunConfigurationRequest = [3, n0, _DPRCR, 0, [_rI], [[0, 1]]];
|
|
142
|
-
export var DeletePracticeRunConfigurationResponse = [
|
|
141
|
+
export var DeletePracticeRunConfigurationRequest$ = [3, n0, _DPRCR, 0, [_rI], [[0, 1]]];
|
|
142
|
+
export var DeletePracticeRunConfigurationResponse$ = [
|
|
143
143
|
3,
|
|
144
144
|
n0,
|
|
145
145
|
_DPRCRe,
|
|
@@ -147,20 +147,20 @@ export var DeletePracticeRunConfigurationResponse = [
|
|
|
147
147
|
[_a, _n, _zAS],
|
|
148
148
|
[0, 0, 0],
|
|
149
149
|
];
|
|
150
|
-
export var GetAutoshiftObserverNotificationStatusRequest = [3, n0, _GAONSR, 0, [], []];
|
|
151
|
-
export var GetAutoshiftObserverNotificationStatusResponse = [3, n0, _GAONSRe, 0, [_s], [0]];
|
|
152
|
-
export var GetManagedResourceRequest = [3, n0, _GMRR, 0, [_rI], [[0, 1]]];
|
|
153
|
-
export var GetManagedResourceResponse = [
|
|
150
|
+
export var GetAutoshiftObserverNotificationStatusRequest$ = [3, n0, _GAONSR, 0, [], []];
|
|
151
|
+
export var GetAutoshiftObserverNotificationStatusResponse$ = [3, n0, _GAONSRe, 0, [_s], [0]];
|
|
152
|
+
export var GetManagedResourceRequest$ = [3, n0, _GMRR, 0, [_rI], [[0, 1]]];
|
|
153
|
+
export var GetManagedResourceResponse$ = [
|
|
154
154
|
3,
|
|
155
155
|
n0,
|
|
156
156
|
_GMRRe,
|
|
157
157
|
0,
|
|
158
158
|
[_a, _n, _aWp, _zS, _au, _pRC, _zAS],
|
|
159
|
-
[0, 0, 128 | 1, () => ZonalShiftsInResource, () => AutoshiftsInResource, () => PracticeRunConfiguration
|
|
159
|
+
[0, 0, 128 | 1, () => ZonalShiftsInResource, () => AutoshiftsInResource, () => PracticeRunConfiguration$, 0],
|
|
160
160
|
];
|
|
161
|
-
export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
162
|
-
TypeRegistry.for(n0).registerError(InternalServerException
|
|
163
|
-
export var ListAutoshiftsRequest = [
|
|
161
|
+
export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
162
|
+
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
163
|
+
export var ListAutoshiftsRequest$ = [
|
|
164
164
|
3,
|
|
165
165
|
n0,
|
|
166
166
|
_LAR,
|
|
@@ -172,8 +172,8 @@ export var ListAutoshiftsRequest = [
|
|
|
172
172
|
[1, { [_hQ]: _mR }],
|
|
173
173
|
],
|
|
174
174
|
];
|
|
175
|
-
export var ListAutoshiftsResponse = [3, n0, _LARi, 0, [_i, _nT], [() => AutoshiftSummaries, 0]];
|
|
176
|
-
export var ListManagedResourcesRequest = [
|
|
175
|
+
export var ListAutoshiftsResponse$ = [3, n0, _LARi, 0, [_i, _nT], [() => AutoshiftSummaries, 0]];
|
|
176
|
+
export var ListManagedResourcesRequest$ = [
|
|
177
177
|
3,
|
|
178
178
|
n0,
|
|
179
179
|
_LMRR,
|
|
@@ -184,7 +184,7 @@ export var ListManagedResourcesRequest = [
|
|
|
184
184
|
[1, { [_hQ]: _mR }],
|
|
185
185
|
],
|
|
186
186
|
];
|
|
187
|
-
export var ListManagedResourcesResponse = [
|
|
187
|
+
export var ListManagedResourcesResponse$ = [
|
|
188
188
|
3,
|
|
189
189
|
n0,
|
|
190
190
|
_LMRRi,
|
|
@@ -192,7 +192,7 @@ export var ListManagedResourcesResponse = [
|
|
|
192
192
|
[_i, _nT],
|
|
193
193
|
[() => ManagedResourceSummaries, 0],
|
|
194
194
|
];
|
|
195
|
-
export var ListZonalShiftsRequest = [
|
|
195
|
+
export var ListZonalShiftsRequest$ = [
|
|
196
196
|
3,
|
|
197
197
|
n0,
|
|
198
198
|
_LZSR,
|
|
@@ -205,7 +205,7 @@ export var ListZonalShiftsRequest = [
|
|
|
205
205
|
[0, { [_hQ]: _rI }],
|
|
206
206
|
],
|
|
207
207
|
];
|
|
208
|
-
export var ListZonalShiftsResponse = [
|
|
208
|
+
export var ListZonalShiftsResponse$ = [
|
|
209
209
|
3,
|
|
210
210
|
n0,
|
|
211
211
|
_LZSRi,
|
|
@@ -213,7 +213,7 @@ export var ListZonalShiftsResponse = [
|
|
|
213
213
|
[_i, _nT],
|
|
214
214
|
[() => ZonalShiftSummaries, 0],
|
|
215
215
|
];
|
|
216
|
-
export var ManagedResourceSummary = [
|
|
216
|
+
export var ManagedResourceSummary$ = [
|
|
217
217
|
3,
|
|
218
218
|
n0,
|
|
219
219
|
_MRS,
|
|
@@ -221,7 +221,7 @@ export var ManagedResourceSummary = [
|
|
|
221
221
|
[_a, _n, _aZ, _aWp, _zS, _au, _zAS, _pRS],
|
|
222
222
|
[0, 0, 64 | 0, 128 | 1, () => ZonalShiftsInResource, () => AutoshiftsInResource, 0, 0],
|
|
223
223
|
];
|
|
224
|
-
export var PracticeRunConfiguration = [
|
|
224
|
+
export var PracticeRunConfiguration$ = [
|
|
225
225
|
3,
|
|
226
226
|
n0,
|
|
227
227
|
_PRC,
|
|
@@ -229,10 +229,10 @@ export var PracticeRunConfiguration = [
|
|
|
229
229
|
[_bA, _oA, _bW, _aW, _bD],
|
|
230
230
|
[() => BlockingAlarms, () => OutcomeAlarms, 64 | 0, 64 | 0, 64 | 0],
|
|
231
231
|
];
|
|
232
|
-
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
233
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
234
|
-
export var StartPracticeRunRequest = [3, n0, _SPRR, 0, [_rI, _aF, _co], [0, 0, 0]];
|
|
235
|
-
export var StartPracticeRunResponse = [
|
|
232
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
233
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
234
|
+
export var StartPracticeRunRequest$ = [3, n0, _SPRR, 0, [_rI, _aF, _co], [0, 0, 0]];
|
|
235
|
+
export var StartPracticeRunResponse$ = [
|
|
236
236
|
3,
|
|
237
237
|
n0,
|
|
238
238
|
_SPRRt,
|
|
@@ -240,12 +240,12 @@ export var StartPracticeRunResponse = [
|
|
|
240
240
|
[_zSI, _rI, _aF, _eTx, _sT, _s, _co],
|
|
241
241
|
[0, 0, 0, 4, 4, 0, 0],
|
|
242
242
|
];
|
|
243
|
-
export var StartZonalShiftRequest = [3, n0, _SZSR, 0, [_rI, _aF, _eI, _co], [0, 0, 0, 0]];
|
|
244
|
-
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
245
|
-
TypeRegistry.for(n0).registerError(ThrottlingException
|
|
246
|
-
export var UpdateAutoshiftObserverNotificationStatusRequest = [3, n0, _UAONSR, 0, [_s], [0]];
|
|
247
|
-
export var UpdateAutoshiftObserverNotificationStatusResponse = [3, n0, _UAONSRp, 0, [_s], [0]];
|
|
248
|
-
export var UpdatePracticeRunConfigurationRequest = [
|
|
243
|
+
export var StartZonalShiftRequest$ = [3, n0, _SZSR, 0, [_rI, _aF, _eI, _co], [0, 0, 0, 0]];
|
|
244
|
+
export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
245
|
+
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
246
|
+
export var UpdateAutoshiftObserverNotificationStatusRequest$ = [3, n0, _UAONSR, 0, [_s], [0]];
|
|
247
|
+
export var UpdateAutoshiftObserverNotificationStatusResponse$ = [3, n0, _UAONSRp, 0, [_s], [0]];
|
|
248
|
+
export var UpdatePracticeRunConfigurationRequest$ = [
|
|
249
249
|
3,
|
|
250
250
|
n0,
|
|
251
251
|
_UPRCR,
|
|
@@ -253,15 +253,15 @@ export var UpdatePracticeRunConfigurationRequest = [
|
|
|
253
253
|
[_rI, _bW, _bD, _bA, _aW, _oA],
|
|
254
254
|
[[0, 1], 64 | 0, 64 | 0, () => BlockingAlarms, 64 | 0, () => OutcomeAlarms],
|
|
255
255
|
];
|
|
256
|
-
export var UpdatePracticeRunConfigurationResponse = [
|
|
256
|
+
export var UpdatePracticeRunConfigurationResponse$ = [
|
|
257
257
|
3,
|
|
258
258
|
n0,
|
|
259
259
|
_UPRCRp,
|
|
260
260
|
0,
|
|
261
261
|
[_a, _n, _zAS, _pRC],
|
|
262
|
-
[0, 0, 0, () => PracticeRunConfiguration],
|
|
262
|
+
[0, 0, 0, () => PracticeRunConfiguration$],
|
|
263
263
|
];
|
|
264
|
-
export var UpdateZonalAutoshiftConfigurationRequest = [
|
|
264
|
+
export var UpdateZonalAutoshiftConfigurationRequest$ = [
|
|
265
265
|
3,
|
|
266
266
|
n0,
|
|
267
267
|
_UZACR,
|
|
@@ -269,11 +269,11 @@ export var UpdateZonalAutoshiftConfigurationRequest = [
|
|
|
269
269
|
[_rI, _zAS],
|
|
270
270
|
[[0, 1], 0],
|
|
271
271
|
];
|
|
272
|
-
export var UpdateZonalAutoshiftConfigurationResponse = [3, n0, _UZACRp, 0, [_rI, _zAS], [0, 0]];
|
|
273
|
-
export var UpdateZonalShiftRequest = [3, n0, _UZSR, 0, [_zSI, _co, _eI], [[0, 1], 0, 0]];
|
|
274
|
-
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m, _r], [0, 0]];
|
|
275
|
-
TypeRegistry.for(n0).registerError(ValidationException
|
|
276
|
-
export var ZonalShift = [
|
|
272
|
+
export var UpdateZonalAutoshiftConfigurationResponse$ = [3, n0, _UZACRp, 0, [_rI, _zAS], [0, 0]];
|
|
273
|
+
export var UpdateZonalShiftRequest$ = [3, n0, _UZSR, 0, [_zSI, _co, _eI], [[0, 1], 0, 0]];
|
|
274
|
+
export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m, _r], [0, 0]];
|
|
275
|
+
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
276
|
+
export var ZonalShift$ = [
|
|
277
277
|
3,
|
|
278
278
|
n0,
|
|
279
279
|
_ZS,
|
|
@@ -281,7 +281,7 @@ export var ZonalShift = [
|
|
|
281
281
|
[_zSI, _rI, _aF, _eTx, _sT, _s, _co],
|
|
282
282
|
[0, 0, 0, 4, 4, 0, 0],
|
|
283
283
|
];
|
|
284
|
-
export var ZonalShiftInResource = [
|
|
284
|
+
export var ZonalShiftInResource$ = [
|
|
285
285
|
3,
|
|
286
286
|
n0,
|
|
287
287
|
_ZSIR,
|
|
@@ -289,7 +289,7 @@ export var ZonalShiftInResource = [
|
|
|
289
289
|
[_aS, _zSI, _rI, _aF, _eTx, _sT, _co, _sTh, _pRO],
|
|
290
290
|
[0, 0, 0, 0, 4, 4, 0, 0, 0],
|
|
291
291
|
];
|
|
292
|
-
export var ZonalShiftSummary = [
|
|
292
|
+
export var ZonalShiftSummary$ = [
|
|
293
293
|
3,
|
|
294
294
|
n0,
|
|
295
295
|
_ZSS,
|
|
@@ -297,137 +297,137 @@ export var ZonalShiftSummary = [
|
|
|
297
297
|
[_zSI, _rI, _aF, _eTx, _sT, _s, _co, _sTh, _pRO],
|
|
298
298
|
[0, 0, 0, 4, 4, 0, 0, 0, 0],
|
|
299
299
|
];
|
|
300
|
-
export var ARCZonalShiftServiceException = [-3, _sm, "ARCZonalShiftServiceException", 0, [], []];
|
|
301
|
-
TypeRegistry.for(_sm).registerError(ARCZonalShiftServiceException
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
export var CancelPracticeRun = [
|
|
300
|
+
export var ARCZonalShiftServiceException$ = [-3, _sm, "ARCZonalShiftServiceException", 0, [], []];
|
|
301
|
+
TypeRegistry.for(_sm).registerError(ARCZonalShiftServiceException$, ARCZonalShiftServiceException);
|
|
302
|
+
var AllowedWindows = 64 | 0;
|
|
303
|
+
var AutoshiftsInResource = [1, n0, _AIRu, 0, () => AutoshiftInResource$];
|
|
304
|
+
var AutoshiftSummaries = [1, n0, _ASu, 0, () => AutoshiftSummary$];
|
|
305
|
+
var AvailabilityZones = 64 | 0;
|
|
306
|
+
var BlockedDates = 64 | 0;
|
|
307
|
+
var BlockedWindows = 64 | 0;
|
|
308
|
+
var BlockingAlarms = [1, n0, _BA, 0, () => ControlCondition$];
|
|
309
|
+
var ManagedResourceSummaries = [1, n0, _MRSa, 0, () => ManagedResourceSummary$];
|
|
310
|
+
var OutcomeAlarms = [1, n0, _OA, 0, () => ControlCondition$];
|
|
311
|
+
var ZonalShiftsInResource = [1, n0, _ZSIRo, 0, () => ZonalShiftInResource$];
|
|
312
|
+
var ZonalShiftSummaries = [1, n0, _ZSSo, 0, () => ZonalShiftSummary$];
|
|
313
|
+
var AppliedWeights = 128 | 1;
|
|
314
|
+
export var CancelPracticeRun$ = [
|
|
315
315
|
9,
|
|
316
316
|
n0,
|
|
317
317
|
_CPR,
|
|
318
318
|
{ [_h]: ["DELETE", "/practiceruns/{zonalShiftId}", 200] },
|
|
319
|
-
() => CancelPracticeRunRequest
|
|
320
|
-
() => CancelPracticeRunResponse
|
|
319
|
+
() => CancelPracticeRunRequest$,
|
|
320
|
+
() => CancelPracticeRunResponse$,
|
|
321
321
|
];
|
|
322
|
-
export var CancelZonalShift = [
|
|
322
|
+
export var CancelZonalShift$ = [
|
|
323
323
|
9,
|
|
324
324
|
n0,
|
|
325
325
|
_CZS,
|
|
326
326
|
{ [_h]: ["DELETE", "/zonalshifts/{zonalShiftId}", 200] },
|
|
327
|
-
() => CancelZonalShiftRequest
|
|
328
|
-
() => ZonalShift
|
|
327
|
+
() => CancelZonalShiftRequest$,
|
|
328
|
+
() => ZonalShift$,
|
|
329
329
|
];
|
|
330
|
-
export var CreatePracticeRunConfiguration = [
|
|
330
|
+
export var CreatePracticeRunConfiguration$ = [
|
|
331
331
|
9,
|
|
332
332
|
n0,
|
|
333
333
|
_CPRC,
|
|
334
334
|
{ [_h]: ["POST", "/configuration", 201] },
|
|
335
|
-
() => CreatePracticeRunConfigurationRequest
|
|
336
|
-
() => CreatePracticeRunConfigurationResponse
|
|
335
|
+
() => CreatePracticeRunConfigurationRequest$,
|
|
336
|
+
() => CreatePracticeRunConfigurationResponse$,
|
|
337
337
|
];
|
|
338
|
-
export var DeletePracticeRunConfiguration = [
|
|
338
|
+
export var DeletePracticeRunConfiguration$ = [
|
|
339
339
|
9,
|
|
340
340
|
n0,
|
|
341
341
|
_DPRC,
|
|
342
342
|
{ [_h]: ["DELETE", "/configuration/{resourceIdentifier}", 200] },
|
|
343
|
-
() => DeletePracticeRunConfigurationRequest
|
|
344
|
-
() => DeletePracticeRunConfigurationResponse
|
|
343
|
+
() => DeletePracticeRunConfigurationRequest$,
|
|
344
|
+
() => DeletePracticeRunConfigurationResponse$,
|
|
345
345
|
];
|
|
346
|
-
export var GetAutoshiftObserverNotificationStatus = [
|
|
346
|
+
export var GetAutoshiftObserverNotificationStatus$ = [
|
|
347
347
|
9,
|
|
348
348
|
n0,
|
|
349
349
|
_GAONS,
|
|
350
350
|
{ [_h]: ["GET", "/autoshift-observer-notification", 200] },
|
|
351
|
-
() => GetAutoshiftObserverNotificationStatusRequest
|
|
352
|
-
() => GetAutoshiftObserverNotificationStatusResponse
|
|
351
|
+
() => GetAutoshiftObserverNotificationStatusRequest$,
|
|
352
|
+
() => GetAutoshiftObserverNotificationStatusResponse$,
|
|
353
353
|
];
|
|
354
|
-
export var GetManagedResource = [
|
|
354
|
+
export var GetManagedResource$ = [
|
|
355
355
|
9,
|
|
356
356
|
n0,
|
|
357
357
|
_GMR,
|
|
358
358
|
{ [_h]: ["GET", "/managedresources/{resourceIdentifier}", 200] },
|
|
359
|
-
() => GetManagedResourceRequest
|
|
360
|
-
() => GetManagedResourceResponse
|
|
359
|
+
() => GetManagedResourceRequest$,
|
|
360
|
+
() => GetManagedResourceResponse$,
|
|
361
361
|
];
|
|
362
|
-
export var ListAutoshifts = [
|
|
362
|
+
export var ListAutoshifts$ = [
|
|
363
363
|
9,
|
|
364
364
|
n0,
|
|
365
365
|
_LA,
|
|
366
366
|
{ [_h]: ["GET", "/autoshifts", 200] },
|
|
367
|
-
() => ListAutoshiftsRequest
|
|
368
|
-
() => ListAutoshiftsResponse
|
|
367
|
+
() => ListAutoshiftsRequest$,
|
|
368
|
+
() => ListAutoshiftsResponse$,
|
|
369
369
|
];
|
|
370
|
-
export var ListManagedResources = [
|
|
370
|
+
export var ListManagedResources$ = [
|
|
371
371
|
9,
|
|
372
372
|
n0,
|
|
373
373
|
_LMR,
|
|
374
374
|
{ [_h]: ["GET", "/managedresources", 200] },
|
|
375
|
-
() => ListManagedResourcesRequest
|
|
376
|
-
() => ListManagedResourcesResponse
|
|
375
|
+
() => ListManagedResourcesRequest$,
|
|
376
|
+
() => ListManagedResourcesResponse$,
|
|
377
377
|
];
|
|
378
|
-
export var ListZonalShifts = [
|
|
378
|
+
export var ListZonalShifts$ = [
|
|
379
379
|
9,
|
|
380
380
|
n0,
|
|
381
381
|
_LZS,
|
|
382
382
|
{ [_h]: ["GET", "/zonalshifts", 200] },
|
|
383
|
-
() => ListZonalShiftsRequest
|
|
384
|
-
() => ListZonalShiftsResponse
|
|
383
|
+
() => ListZonalShiftsRequest$,
|
|
384
|
+
() => ListZonalShiftsResponse$,
|
|
385
385
|
];
|
|
386
|
-
export var StartPracticeRun = [
|
|
386
|
+
export var StartPracticeRun$ = [
|
|
387
387
|
9,
|
|
388
388
|
n0,
|
|
389
389
|
_SPR,
|
|
390
390
|
{ [_h]: ["POST", "/practiceruns", 200] },
|
|
391
|
-
() => StartPracticeRunRequest
|
|
392
|
-
() => StartPracticeRunResponse
|
|
391
|
+
() => StartPracticeRunRequest$,
|
|
392
|
+
() => StartPracticeRunResponse$,
|
|
393
393
|
];
|
|
394
|
-
export var StartZonalShift = [
|
|
394
|
+
export var StartZonalShift$ = [
|
|
395
395
|
9,
|
|
396
396
|
n0,
|
|
397
397
|
_SZS,
|
|
398
398
|
{ [_h]: ["POST", "/zonalshifts", 201] },
|
|
399
|
-
() => StartZonalShiftRequest
|
|
400
|
-
() => ZonalShift
|
|
399
|
+
() => StartZonalShiftRequest$,
|
|
400
|
+
() => ZonalShift$,
|
|
401
401
|
];
|
|
402
|
-
export var UpdateAutoshiftObserverNotificationStatus = [
|
|
402
|
+
export var UpdateAutoshiftObserverNotificationStatus$ = [
|
|
403
403
|
9,
|
|
404
404
|
n0,
|
|
405
405
|
_UAONS,
|
|
406
406
|
{ [_h]: ["PUT", "/autoshift-observer-notification", 200] },
|
|
407
|
-
() => UpdateAutoshiftObserverNotificationStatusRequest
|
|
408
|
-
() => UpdateAutoshiftObserverNotificationStatusResponse
|
|
407
|
+
() => UpdateAutoshiftObserverNotificationStatusRequest$,
|
|
408
|
+
() => UpdateAutoshiftObserverNotificationStatusResponse$,
|
|
409
409
|
];
|
|
410
|
-
export var UpdatePracticeRunConfiguration = [
|
|
410
|
+
export var UpdatePracticeRunConfiguration$ = [
|
|
411
411
|
9,
|
|
412
412
|
n0,
|
|
413
413
|
_UPRC,
|
|
414
414
|
{ [_h]: ["PATCH", "/configuration/{resourceIdentifier}", 200] },
|
|
415
|
-
() => UpdatePracticeRunConfigurationRequest
|
|
416
|
-
() => UpdatePracticeRunConfigurationResponse
|
|
415
|
+
() => UpdatePracticeRunConfigurationRequest$,
|
|
416
|
+
() => UpdatePracticeRunConfigurationResponse$,
|
|
417
417
|
];
|
|
418
|
-
export var UpdateZonalAutoshiftConfiguration = [
|
|
418
|
+
export var UpdateZonalAutoshiftConfiguration$ = [
|
|
419
419
|
9,
|
|
420
420
|
n0,
|
|
421
421
|
_UZAC,
|
|
422
422
|
{ [_h]: ["PUT", "/managedresources/{resourceIdentifier}", 200] },
|
|
423
|
-
() => UpdateZonalAutoshiftConfigurationRequest
|
|
424
|
-
() => UpdateZonalAutoshiftConfigurationResponse
|
|
423
|
+
() => UpdateZonalAutoshiftConfigurationRequest$,
|
|
424
|
+
() => UpdateZonalAutoshiftConfigurationResponse$,
|
|
425
425
|
];
|
|
426
|
-
export var UpdateZonalShift = [
|
|
426
|
+
export var UpdateZonalShift$ = [
|
|
427
427
|
9,
|
|
428
428
|
n0,
|
|
429
429
|
_UZS,
|
|
430
430
|
{ [_h]: ["PATCH", "/zonalshifts/{zonalShiftId}", 200] },
|
|
431
|
-
() => UpdateZonalShiftRequest
|
|
432
|
-
() => ZonalShift
|
|
431
|
+
() => UpdateZonalShiftRequest$,
|
|
432
|
+
() => ZonalShift$,
|
|
433
433
|
];
|
|
@@ -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 { CancelPracticeRunCommandInput, CancelPracticeRunCommandOutput } from "./commands/CancelPracticeRunCommand";
|
|
11
11
|
import { CancelZonalShiftCommandInput, CancelZonalShiftCommandOutput } from "./commands/CancelZonalShiftCommand";
|
|
@@ -156,15 +156,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
156
156
|
* Optional extensions
|
|
157
157
|
*/
|
|
158
158
|
extensions?: RuntimeExtension[];
|
|
159
|
-
/**
|
|
160
|
-
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
161
|
-
* may be overridden. A default will always be set by the client.
|
|
162
|
-
* Available options depend on the service's supported protocols and will not be validated by
|
|
163
|
-
* the client.
|
|
164
|
-
* @alpha
|
|
165
|
-
*
|
|
166
|
-
*/
|
|
167
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
168
159
|
/**
|
|
169
160
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
170
161
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { ARCZonalShiftExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
|
+
export * from "./schemas/schemas_0";
|
|
12
13
|
export * from "./pagination";
|
|
13
14
|
export * from "./models/enums";
|
|
14
15
|
export * from "./models/errors";
|
|
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: ARCZonalShiftClientConfig) => {
|
|
|
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: ARCZonalShiftClientConfig) => {
|
|
|
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: ARCZonalShiftClientConfig) => {
|
|
|
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: ARCZonalShiftClientConfig) => {
|
|
|
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: ARCZonalShiftClientConfig) => {
|
|
|
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: ARCZonalShiftClientConfig) => {
|
|
|
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 { ARCZonalShiftClientConfig } from "./ARCZonalShiftClient";
|
|
2
3
|
/**
|
|
3
4
|
* @internal
|
|
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: ARCZonalShiftClientConfig) => {
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ARCZonalShiftHttpAuthSchemeProvider;
|
|
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;
|