@aws-sdk/client-scheduler 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.
Files changed (32) hide show
  1. package/dist-cjs/index.js +214 -145
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CreateScheduleCommand.js +2 -2
  4. package/dist-es/commands/CreateScheduleGroupCommand.js +2 -2
  5. package/dist-es/commands/DeleteScheduleCommand.js +2 -2
  6. package/dist-es/commands/DeleteScheduleGroupCommand.js +2 -2
  7. package/dist-es/commands/GetScheduleCommand.js +2 -2
  8. package/dist-es/commands/GetScheduleGroupCommand.js +2 -2
  9. package/dist-es/commands/ListScheduleGroupsCommand.js +2 -2
  10. package/dist-es/commands/ListSchedulesCommand.js +2 -2
  11. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  12. package/dist-es/commands/TagResourceCommand.js +2 -2
  13. package/dist-es/commands/UntagResourceCommand.js +2 -2
  14. package/dist-es/commands/UpdateScheduleCommand.js +2 -2
  15. package/dist-es/index.js +1 -0
  16. package/dist-es/runtimeConfig.shared.js +6 -1
  17. package/dist-es/schemas/schemas_0.js +126 -119
  18. package/dist-types/SchedulerClient.d.ts +1 -10
  19. package/dist-types/index.d.ts +1 -0
  20. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  21. package/dist-types/runtimeConfig.d.ts +6 -2
  22. package/dist-types/runtimeConfig.native.d.ts +6 -2
  23. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  24. package/dist-types/schemas/schemas_0.d.ts +63 -75
  25. package/dist-types/ts3.4/SchedulerClient.d.ts +0 -4
  26. package/dist-types/ts3.4/index.d.ts +1 -0
  27. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  28. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  29. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  30. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  31. package/dist-types/ts3.4/schemas/schemas_0.d.ts +62 -75
  32. package/package.json +34 -34
@@ -136,13 +136,13 @@ const _t = "type";
136
136
  const _w = "weight";
137
137
  const n0 = "com.amazonaws.scheduler";
138
138
  import { TypeRegistry } from "@smithy/core/schema";
139
- import { ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
140
- import { SchedulerServiceException as __SchedulerServiceException } from "../models/SchedulerServiceException";
141
- export var AwsVpcConfiguration = [3, n0, _AVC, 0, [_S, _SG, _API], [64 | 0, 64 | 0, 0]];
142
- export var CapacityProviderStrategyItem = [3, n0, _CPSI, 0, [_cP, _w, _b], [0, 1, 1]];
143
- export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
144
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
145
- export var CreateScheduleGroupInput = [
139
+ import { ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
140
+ import { SchedulerServiceException } from "../models/SchedulerServiceException";
141
+ export var AwsVpcConfiguration$ = [3, n0, _AVC, 0, [_S, _SG, _API], [64 | 0, 64 | 0, 0]];
142
+ export var CapacityProviderStrategyItem$ = [3, n0, _CPSI, 0, [_cP, _w, _b], [0, 1, 1]];
143
+ export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
144
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
145
+ export var CreateScheduleGroupInput$ = [
146
146
  3,
147
147
  n0,
148
148
  _CSGI,
@@ -150,18 +150,18 @@ export var CreateScheduleGroupInput = [
150
150
  [_N, _T, _CT],
151
151
  [[0, 1], () => TagList, [0, 4]],
152
152
  ];
153
- export var CreateScheduleGroupOutput = [3, n0, _CSGO, 0, [_SGA], [0]];
154
- export var CreateScheduleInput = [
153
+ export var CreateScheduleGroupOutput$ = [3, n0, _CSGO, 0, [_SGA], [0]];
154
+ export var CreateScheduleInput$ = [
155
155
  3,
156
156
  n0,
157
157
  _CSI,
158
158
  0,
159
159
  [_N, _GN, _SE, _SD, _ED, _D, _SET, _St, _KKA, _Ta, _FTW, _CT, _AAC],
160
- [[0, 1], 0, 0, 4, 4, 0, 0, 0, 0, () => Target, () => FlexibleTimeWindow, [0, 4], 0],
160
+ [[0, 1], 0, 0, 4, 4, 0, 0, 0, 0, () => Target$, () => FlexibleTimeWindow$, [0, 4], 0],
161
161
  ];
162
- export var CreateScheduleOutput = [3, n0, _CSO, 0, [_SA], [0]];
163
- export var DeadLetterConfig = [3, n0, _DLC, 0, [_A], [0]];
164
- export var DeleteScheduleGroupInput = [
162
+ export var CreateScheduleOutput$ = [3, n0, _CSO, 0, [_SA], [0]];
163
+ export var DeadLetterConfig$ = [3, n0, _DLC, 0, [_A], [0]];
164
+ export var DeleteScheduleGroupInput$ = [
165
165
  3,
166
166
  n0,
167
167
  _DSGI,
@@ -172,8 +172,8 @@ export var DeleteScheduleGroupInput = [
172
172
  [0, { [_iT]: 1, [_hQ]: _cT }],
173
173
  ],
174
174
  ];
175
- export var DeleteScheduleGroupOutput = [3, n0, _DSGO, 0, [], []];
176
- export var DeleteScheduleInput = [
175
+ export var DeleteScheduleGroupOutput$ = [3, n0, _DSGO, 0, [], []];
176
+ export var DeleteScheduleInput$ = [
177
177
  3,
178
178
  n0,
179
179
  _DSI,
@@ -185,8 +185,8 @@ export var DeleteScheduleInput = [
185
185
  [0, { [_iT]: 1, [_hQ]: _cT }],
186
186
  ],
187
187
  ];
188
- export var DeleteScheduleOutput = [3, n0, _DSO, 0, [], []];
189
- export var EcsParameters = [
188
+ export var DeleteScheduleOutput$ = [3, n0, _DSO, 0, [], []];
189
+ export var EcsParameters$ = [
190
190
  3,
191
191
  n0,
192
192
  _EP,
@@ -196,7 +196,7 @@ export var EcsParameters = [
196
196
  0,
197
197
  1,
198
198
  0,
199
- () => NetworkConfiguration,
199
+ () => NetworkConfiguration$,
200
200
  0,
201
201
  0,
202
202
  () => CapacityProviderStrategy,
@@ -209,11 +209,18 @@ export var EcsParameters = [
209
209
  [1, n0, _T, 0, 128 | 0],
210
210
  ],
211
211
  ];
212
- export var EventBridgeParameters = [3, n0, _EBP, 0, [_DT, _So], [0, 0]];
213
- export var FlexibleTimeWindow = [3, n0, _FTW, 0, [_Mo, _MWIM], [0, 1]];
214
- export var GetScheduleGroupInput = [3, n0, _GSGI, 0, [_N], [[0, 1]]];
215
- export var GetScheduleGroupOutput = [3, n0, _GSGO, 0, [_A, _N, _St, _CD, _LMD], [0, 0, 0, 4, 4]];
216
- export var GetScheduleInput = [
212
+ export var EventBridgeParameters$ = [3, n0, _EBP, 0, [_DT, _So], [0, 0]];
213
+ export var FlexibleTimeWindow$ = [3, n0, _FTW, 0, [_Mo, _MWIM], [0, 1]];
214
+ export var GetScheduleGroupInput$ = [3, n0, _GSGI, 0, [_N], [[0, 1]]];
215
+ export var GetScheduleGroupOutput$ = [
216
+ 3,
217
+ n0,
218
+ _GSGO,
219
+ 0,
220
+ [_A, _N, _St, _CD, _LMD],
221
+ [0, 0, 0, 4, 4],
222
+ ];
223
+ export var GetScheduleInput$ = [
217
224
  3,
218
225
  n0,
219
226
  _GSI,
@@ -224,18 +231,18 @@ export var GetScheduleInput = [
224
231
  [0, { [_hQ]: _gN }],
225
232
  ],
226
233
  ];
227
- export var GetScheduleOutput = [
234
+ export var GetScheduleOutput$ = [
228
235
  3,
229
236
  n0,
230
237
  _GSO,
231
238
  0,
232
239
  [_A, _GN, _N, _SE, _SD, _ED, _D, _SET, _St, _CD, _LMD, _KKA, _Ta, _FTW, _AAC],
233
- [0, 0, 0, 0, 4, 4, 0, 0, 0, 4, 4, 0, () => Target, () => FlexibleTimeWindow, 0],
240
+ [0, 0, 0, 0, 4, 4, 0, 0, 0, 4, 4, 0, () => Target$, () => FlexibleTimeWindow$, 0],
234
241
  ];
235
- export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
236
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
237
- export var KinesisParameters = [3, n0, _KP, 0, [_PK], [0]];
238
- export var ListScheduleGroupsInput = [
242
+ export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
243
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
244
+ export var KinesisParameters$ = [3, n0, _KP, 0, [_PK], [0]];
245
+ export var ListScheduleGroupsInput$ = [
239
246
  3,
240
247
  n0,
241
248
  _LSGI,
@@ -247,7 +254,7 @@ export var ListScheduleGroupsInput = [
247
254
  [1, { [_hQ]: _MR }],
248
255
  ],
249
256
  ];
250
- export var ListScheduleGroupsOutput = [
257
+ export var ListScheduleGroupsOutput$ = [
251
258
  3,
252
259
  n0,
253
260
  _LSGO,
@@ -255,7 +262,7 @@ export var ListScheduleGroupsOutput = [
255
262
  [_NT, _SGc],
256
263
  [0, () => ScheduleGroupList],
257
264
  ];
258
- export var ListSchedulesInput = [
265
+ export var ListSchedulesInput$ = [
259
266
  3,
260
267
  n0,
261
268
  _LSI,
@@ -269,17 +276,17 @@ export var ListSchedulesInput = [
269
276
  [1, { [_hQ]: _MR }],
270
277
  ],
271
278
  ];
272
- export var ListSchedulesOutput = [3, n0, _LSO, 0, [_NT, _Sc], [0, () => ScheduleList]];
273
- export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_RA], [[0, 1]]];
274
- export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_T], [() => TagList]];
275
- export var NetworkConfiguration = [3, n0, _NC, 0, [_aC], [() => AwsVpcConfiguration]];
276
- export var PlacementConstraint = [3, n0, _PCl, 0, [_t, _ex], [0, 0]];
277
- export var PlacementStrategy = [3, n0, _PS, 0, [_t, _f], [0, 0]];
278
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
279
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
280
- export var RetryPolicy = [3, n0, _RP, 0, [_MEAIS, _MRA], [1, 1]];
281
- export var SageMakerPipelineParameter = [3, n0, _SMPP, 0, [_N, _V], [0, 0]];
282
- export var SageMakerPipelineParameters = [
279
+ export var ListSchedulesOutput$ = [3, n0, _LSO, 0, [_NT, _Sc], [0, () => ScheduleList]];
280
+ export var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_RA], [[0, 1]]];
281
+ export var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_T], [() => TagList]];
282
+ export var NetworkConfiguration$ = [3, n0, _NC, 0, [_aC], [() => AwsVpcConfiguration$]];
283
+ export var PlacementConstraint$ = [3, n0, _PCl, 0, [_t, _ex], [0, 0]];
284
+ export var PlacementStrategy$ = [3, n0, _PS, 0, [_t, _f], [0, 0]];
285
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
286
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
287
+ export var RetryPolicy$ = [3, n0, _RP, 0, [_MEAIS, _MRA], [1, 1]];
288
+ export var SageMakerPipelineParameter$ = [3, n0, _SMPP, 0, [_N, _V], [0, 0]];
289
+ export var SageMakerPipelineParameters$ = [
283
290
  3,
284
291
  n0,
285
292
  _SMPPa,
@@ -287,22 +294,22 @@ export var SageMakerPipelineParameters = [
287
294
  [_PPL],
288
295
  [() => SageMakerPipelineParameterList],
289
296
  ];
290
- export var ScheduleGroupSummary = [3, n0, _SGS, 0, [_A, _N, _St, _CD, _LMD], [0, 0, 0, 4, 4]];
291
- export var ScheduleSummary = [
297
+ export var ScheduleGroupSummary$ = [3, n0, _SGS, 0, [_A, _N, _St, _CD, _LMD], [0, 0, 0, 4, 4]];
298
+ export var ScheduleSummary$ = [
292
299
  3,
293
300
  n0,
294
301
  _SS,
295
302
  0,
296
303
  [_A, _N, _GN, _St, _CD, _LMD, _Ta],
297
- [0, 0, 0, 0, 4, 4, () => TargetSummary],
304
+ [0, 0, 0, 0, 4, 4, () => TargetSummary$],
298
305
  ];
299
- export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
300
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
301
- export var SqsParameters = [3, n0, _SP, 0, [_MGI], [0]];
302
- export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
303
- export var TagResourceInput = [3, n0, _TRI, 0, [_RA, _T], [[0, 1], () => TagList]];
304
- export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
305
- export var Target = [
306
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
307
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
308
+ export var SqsParameters$ = [3, n0, _SP, 0, [_MGI], [0]];
309
+ export var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
310
+ export var TagResourceInput$ = [3, n0, _TRI, 0, [_RA, _T], [[0, 1], () => TagList]];
311
+ export var TagResourceOutput$ = [3, n0, _TRO, 0, [], []];
312
+ export var Target$ = [
306
313
  3,
307
314
  n0,
308
315
  _Ta,
@@ -311,20 +318,20 @@ export var Target = [
311
318
  [
312
319
  0,
313
320
  0,
314
- () => DeadLetterConfig,
315
- () => RetryPolicy,
321
+ () => DeadLetterConfig$,
322
+ () => RetryPolicy$,
316
323
  0,
317
- () => EcsParameters,
318
- () => EventBridgeParameters,
319
- () => KinesisParameters,
320
- () => SageMakerPipelineParameters,
321
- () => SqsParameters,
324
+ () => EcsParameters$,
325
+ () => EventBridgeParameters$,
326
+ () => KinesisParameters$,
327
+ () => SageMakerPipelineParameters$,
328
+ () => SqsParameters$,
322
329
  ],
323
330
  ];
324
- export var TargetSummary = [3, n0, _TS, 0, [_A], [0]];
325
- export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
326
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
327
- export var UntagResourceInput = [
331
+ export var TargetSummary$ = [3, n0, _TS, 0, [_A], [0]];
332
+ export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
333
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
334
+ export var UntagResourceInput$ = [
328
335
  3,
329
336
  n0,
330
337
  _URI,
@@ -335,125 +342,125 @@ export var UntagResourceInput = [
335
342
  [64 | 0, { [_hQ]: _TK }],
336
343
  ],
337
344
  ];
338
- export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
339
- export var UpdateScheduleInput = [
345
+ export var UntagResourceOutput$ = [3, n0, _URO, 0, [], []];
346
+ export var UpdateScheduleInput$ = [
340
347
  3,
341
348
  n0,
342
349
  _USI,
343
350
  0,
344
351
  [_N, _GN, _SE, _SD, _ED, _D, _SET, _St, _KKA, _Ta, _FTW, _CT, _AAC],
345
- [[0, 1], 0, 0, 4, 4, 0, 0, 0, 0, () => Target, () => FlexibleTimeWindow, [0, 4], 0],
352
+ [[0, 1], 0, 0, 4, 4, 0, 0, 0, 0, () => Target$, () => FlexibleTimeWindow$, [0, 4], 0],
346
353
  ];
347
- export var UpdateScheduleOutput = [3, n0, _USO, 0, [_SA], [0]];
348
- export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
349
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
350
- export var SchedulerServiceException = [-3, _sm, "SchedulerServiceException", 0, [], []];
351
- TypeRegistry.for(_sm).registerError(SchedulerServiceException, __SchedulerServiceException);
352
- export var CapacityProviderStrategy = [1, n0, _CPS, 0, () => CapacityProviderStrategyItem];
353
- export var PlacementConstraints = [1, n0, _PC, 0, () => PlacementConstraint];
354
- export var PlacementStrategies = [1, n0, _PSl, 0, () => PlacementStrategy];
355
- export var SageMakerPipelineParameterList = [1, n0, _SMPPL, 0, () => SageMakerPipelineParameter];
356
- export var ScheduleGroupList = [1, n0, _SGL, 0, () => ScheduleGroupSummary];
357
- export var ScheduleList = [1, n0, _SL, 0, () => ScheduleSummary];
358
- export var SecurityGroups = 64 | 0;
359
- export var Subnets = 64 | 0;
360
- export var TagKeyList = 64 | 0;
361
- export var TagList = [1, n0, _TL, 0, () => Tag];
362
- export var Tags = [1, n0, _T, 0, 128 | 0];
363
- export var TagMap = 128 | 0;
364
- export var CreateSchedule = [
354
+ export var UpdateScheduleOutput$ = [3, n0, _USO, 0, [_SA], [0]];
355
+ export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
356
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
357
+ export var SchedulerServiceException$ = [-3, _sm, "SchedulerServiceException", 0, [], []];
358
+ TypeRegistry.for(_sm).registerError(SchedulerServiceException$, SchedulerServiceException);
359
+ var CapacityProviderStrategy = [1, n0, _CPS, 0, () => CapacityProviderStrategyItem$];
360
+ var PlacementConstraints = [1, n0, _PC, 0, () => PlacementConstraint$];
361
+ var PlacementStrategies = [1, n0, _PSl, 0, () => PlacementStrategy$];
362
+ var SageMakerPipelineParameterList = [1, n0, _SMPPL, 0, () => SageMakerPipelineParameter$];
363
+ var ScheduleGroupList = [1, n0, _SGL, 0, () => ScheduleGroupSummary$];
364
+ var ScheduleList = [1, n0, _SL, 0, () => ScheduleSummary$];
365
+ var SecurityGroups = 64 | 0;
366
+ var Subnets = 64 | 0;
367
+ var TagKeyList = 64 | 0;
368
+ var TagList = [1, n0, _TL, 0, () => Tag$];
369
+ var Tags = [1, n0, _T, 0, 128 | 0];
370
+ var TagMap = 128 | 0;
371
+ export var CreateSchedule$ = [
365
372
  9,
366
373
  n0,
367
374
  _CS,
368
375
  { [_h]: ["POST", "/schedules/{Name}", 200] },
369
- () => CreateScheduleInput,
370
- () => CreateScheduleOutput,
376
+ () => CreateScheduleInput$,
377
+ () => CreateScheduleOutput$,
371
378
  ];
372
- export var CreateScheduleGroup = [
379
+ export var CreateScheduleGroup$ = [
373
380
  9,
374
381
  n0,
375
382
  _CSG,
376
383
  { [_h]: ["POST", "/schedule-groups/{Name}", 200] },
377
- () => CreateScheduleGroupInput,
378
- () => CreateScheduleGroupOutput,
384
+ () => CreateScheduleGroupInput$,
385
+ () => CreateScheduleGroupOutput$,
379
386
  ];
380
- export var DeleteSchedule = [
387
+ export var DeleteSchedule$ = [
381
388
  9,
382
389
  n0,
383
390
  _DS,
384
391
  { [_h]: ["DELETE", "/schedules/{Name}", 200] },
385
- () => DeleteScheduleInput,
386
- () => DeleteScheduleOutput,
392
+ () => DeleteScheduleInput$,
393
+ () => DeleteScheduleOutput$,
387
394
  ];
388
- export var DeleteScheduleGroup = [
395
+ export var DeleteScheduleGroup$ = [
389
396
  9,
390
397
  n0,
391
398
  _DSG,
392
399
  { [_h]: ["DELETE", "/schedule-groups/{Name}", 200] },
393
- () => DeleteScheduleGroupInput,
394
- () => DeleteScheduleGroupOutput,
400
+ () => DeleteScheduleGroupInput$,
401
+ () => DeleteScheduleGroupOutput$,
395
402
  ];
396
- export var GetSchedule = [
403
+ export var GetSchedule$ = [
397
404
  9,
398
405
  n0,
399
406
  _GS,
400
407
  { [_h]: ["GET", "/schedules/{Name}", 200] },
401
- () => GetScheduleInput,
402
- () => GetScheduleOutput,
408
+ () => GetScheduleInput$,
409
+ () => GetScheduleOutput$,
403
410
  ];
404
- export var GetScheduleGroup = [
411
+ export var GetScheduleGroup$ = [
405
412
  9,
406
413
  n0,
407
414
  _GSG,
408
415
  { [_h]: ["GET", "/schedule-groups/{Name}", 200] },
409
- () => GetScheduleGroupInput,
410
- () => GetScheduleGroupOutput,
416
+ () => GetScheduleGroupInput$,
417
+ () => GetScheduleGroupOutput$,
411
418
  ];
412
- export var ListScheduleGroups = [
419
+ export var ListScheduleGroups$ = [
413
420
  9,
414
421
  n0,
415
422
  _LSG,
416
423
  { [_h]: ["GET", "/schedule-groups", 200] },
417
- () => ListScheduleGroupsInput,
418
- () => ListScheduleGroupsOutput,
424
+ () => ListScheduleGroupsInput$,
425
+ () => ListScheduleGroupsOutput$,
419
426
  ];
420
- export var ListSchedules = [
427
+ export var ListSchedules$ = [
421
428
  9,
422
429
  n0,
423
430
  _LS,
424
431
  { [_h]: ["GET", "/schedules", 200] },
425
- () => ListSchedulesInput,
426
- () => ListSchedulesOutput,
432
+ () => ListSchedulesInput$,
433
+ () => ListSchedulesOutput$,
427
434
  ];
428
- export var ListTagsForResource = [
435
+ export var ListTagsForResource$ = [
429
436
  9,
430
437
  n0,
431
438
  _LTFR,
432
439
  { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
433
- () => ListTagsForResourceInput,
434
- () => ListTagsForResourceOutput,
440
+ () => ListTagsForResourceInput$,
441
+ () => ListTagsForResourceOutput$,
435
442
  ];
436
- export var TagResource = [
443
+ export var TagResource$ = [
437
444
  9,
438
445
  n0,
439
446
  _TR,
440
447
  { [_h]: ["POST", "/tags/{ResourceArn}", 200] },
441
- () => TagResourceInput,
442
- () => TagResourceOutput,
448
+ () => TagResourceInput$,
449
+ () => TagResourceOutput$,
443
450
  ];
444
- export var UntagResource = [
451
+ export var UntagResource$ = [
445
452
  9,
446
453
  n0,
447
454
  _UR,
448
455
  { [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
449
- () => UntagResourceInput,
450
- () => UntagResourceOutput,
456
+ () => UntagResourceInput$,
457
+ () => UntagResourceOutput$,
451
458
  ];
452
- export var UpdateSchedule = [
459
+ export var UpdateSchedule$ = [
453
460
  9,
454
461
  n0,
455
462
  _US,
456
463
  { [_h]: ["PUT", "/schedules/{Name}", 200] },
457
- () => UpdateScheduleInput,
458
- () => UpdateScheduleOutput,
464
+ () => UpdateScheduleInput$,
465
+ () => UpdateScheduleOutput$,
459
466
  ];
@@ -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 ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
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 { CreateScheduleCommandInput, CreateScheduleCommandOutput } from "./commands/CreateScheduleCommand";
11
11
  import { CreateScheduleGroupCommandInput, CreateScheduleGroupCommandOutput } from "./commands/CreateScheduleGroupCommand";
@@ -153,15 +153,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
153
153
  * Optional extensions
154
154
  */
155
155
  extensions?: RuntimeExtension[];
156
- /**
157
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
158
- * may be overridden. A default will always be set by the client.
159
- * Available options depend on the service's supported protocols and will not be validated by
160
- * the client.
161
- * @alpha
162
- *
163
- */
164
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
165
156
  /**
166
157
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
167
158
  */
@@ -13,6 +13,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
13
13
  export type { RuntimeExtension } from "./runtimeExtensions";
14
14
  export type { SchedulerExtensionConfiguration } from "./extensionConfiguration";
15
15
  export * from "./commands";
16
+ export * from "./schemas/schemas_0";
16
17
  export * from "./pagination";
17
18
  export * from "./models/enums";
18
19
  export * from "./models/errors";
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: SchedulerClientConfig) => {
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: SchedulerClientConfig) => {
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: SchedulerClientConfig) => {
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: SchedulerClientConfig) => {
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: SchedulerClientConfig) => {
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: SchedulerClientConfig) => {
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 { SchedulerClientConfig } from "./SchedulerClient";
2
3
  /**
3
4
  * @internal
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: SchedulerClientConfig) => {
14
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SchedulerHttpAuthSchemeProvider;
15
16
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
17
  logger: import("@smithy/types").Logger;
17
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
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;