@aws-sdk/client-arc-zonal-shift 3.940.0 → 3.946.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 (45) hide show
  1. package/dist-cjs/index.js +30 -165
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/ARCZonalShiftClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +30 -165
  8. package/dist-types/ARCZonalShift.d.ts +1 -1
  9. package/dist-types/ARCZonalShiftClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/CancelPracticeRunCommand.d.ts +3 -3
  13. package/dist-types/commands/CancelZonalShiftCommand.d.ts +3 -3
  14. package/dist-types/commands/CreatePracticeRunConfigurationCommand.d.ts +3 -3
  15. package/dist-types/commands/DeletePracticeRunConfigurationCommand.d.ts +3 -3
  16. package/dist-types/commands/GetAutoshiftObserverNotificationStatusCommand.d.ts +3 -3
  17. package/dist-types/commands/GetManagedResourceCommand.d.ts +3 -3
  18. package/dist-types/commands/ListAutoshiftsCommand.d.ts +3 -3
  19. package/dist-types/commands/ListManagedResourcesCommand.d.ts +3 -3
  20. package/dist-types/commands/ListZonalShiftsCommand.d.ts +3 -3
  21. package/dist-types/commands/StartPracticeRunCommand.d.ts +3 -3
  22. package/dist-types/commands/StartZonalShiftCommand.d.ts +3 -3
  23. package/dist-types/commands/UpdateAutoshiftObserverNotificationStatusCommand.d.ts +3 -3
  24. package/dist-types/commands/UpdatePracticeRunConfigurationCommand.d.ts +3 -3
  25. package/dist-types/commands/UpdateZonalAutoshiftConfigurationCommand.d.ts +3 -3
  26. package/dist-types/commands/UpdateZonalShiftCommand.d.ts +3 -3
  27. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  28. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  29. package/dist-types/extensionConfiguration.d.ts +4 -4
  30. package/dist-types/models/ARCZonalShiftServiceException.d.ts +1 -1
  31. package/dist-types/models/errors.d.ts +1 -1
  32. package/dist-types/pagination/Interfaces.d.ts +1 -1
  33. package/dist-types/pagination/ListAutoshiftsPaginator.d.ts +1 -1
  34. package/dist-types/pagination/ListManagedResourcesPaginator.d.ts +1 -1
  35. package/dist-types/pagination/ListZonalShiftsPaginator.d.ts +1 -1
  36. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  37. package/dist-types/runtimeConfig.d.ts +1 -1
  38. package/dist-types/runtimeConfig.native.d.ts +1 -1
  39. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  40. package/dist-types/runtimeExtensions.d.ts +1 -1
  41. package/dist-types/schemas/schemas_0.d.ts +1 -1
  42. package/dist-types/ts3.4/ARCZonalShiftClient.d.ts +3 -3
  43. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  44. package/dist-types/ts3.4/models/ARCZonalShiftServiceException.d.ts +1 -1
  45. package/package.json +13 -12
@@ -105,17 +105,7 @@ const n0 = "com.amazonaws.arczonalshift";
105
105
  import { TypeRegistry } from "@smithy/core/schema";
106
106
  import { ARCZonalShiftServiceException as __ARCZonalShiftServiceException } from "../models/ARCZonalShiftServiceException";
107
107
  import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
108
- export var AccessDeniedException = [
109
- -3,
110
- n0,
111
- _ADE,
112
- {
113
- [_e]: _c,
114
- [_hE]: 403,
115
- },
116
- [_m],
117
- [0],
118
- ];
108
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
119
109
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
120
110
  export var AutoshiftInResource = [3, n0, _AIR, 0, [_aS, _aF, _sT], [0, 0, 4]];
121
111
  export var AutoshiftSummary = [3, n0, _AS, 0, [_aF, _eT, _sT, _s], [0, 4, 4, 0]];
@@ -129,17 +119,7 @@ export var CancelPracticeRunResponse = [
129
119
  [0, 0, 0, 4, 4, 0, 0],
130
120
  ];
131
121
  export var CancelZonalShiftRequest = [3, n0, _CZSR, 0, [_zSI], [[0, 1]]];
132
- export var ConflictException = [
133
- -3,
134
- n0,
135
- _CE,
136
- {
137
- [_e]: _c,
138
- [_hE]: 409,
139
- },
140
- [_m, _r, _zSI],
141
- [0, 0, 0],
142
- ];
122
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _r, _zSI], [0, 0, 0]];
143
123
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
144
124
  export var ControlCondition = [3, n0, _CC, 0, [_t, _aI], [0, 0]];
145
125
  export var CreatePracticeRunConfigurationRequest = [
@@ -178,17 +158,7 @@ export var GetManagedResourceResponse = [
178
158
  [_a, _n, _aWp, _zS, _au, _pRC, _zAS],
179
159
  [0, 0, 128 | 1, () => ZonalShiftsInResource, () => AutoshiftsInResource, () => PracticeRunConfiguration, 0],
180
160
  ];
181
- export var InternalServerException = [
182
- -3,
183
- n0,
184
- _ISE,
185
- {
186
- [_e]: _se,
187
- [_hE]: 500,
188
- },
189
- [_m],
190
- [0],
191
- ];
161
+ export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
192
162
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
193
163
  export var ListAutoshiftsRequest = [
194
164
  3,
@@ -197,24 +167,9 @@ export var ListAutoshiftsRequest = [
197
167
  0,
198
168
  [_nT, _s, _mR],
199
169
  [
200
- [
201
- 0,
202
- {
203
- [_hQ]: _nT,
204
- },
205
- ],
206
- [
207
- 0,
208
- {
209
- [_hQ]: _s,
210
- },
211
- ],
212
- [
213
- 1,
214
- {
215
- [_hQ]: _mR,
216
- },
217
- ],
170
+ [0, { [_hQ]: _nT }],
171
+ [0, { [_hQ]: _s }],
172
+ [1, { [_hQ]: _mR }],
218
173
  ],
219
174
  ];
220
175
  export var ListAutoshiftsResponse = [3, n0, _LARi, 0, [_i, _nT], [() => AutoshiftSummaries, 0]];
@@ -225,18 +180,8 @@ export var ListManagedResourcesRequest = [
225
180
  0,
226
181
  [_nT, _mR],
227
182
  [
228
- [
229
- 0,
230
- {
231
- [_hQ]: _nT,
232
- },
233
- ],
234
- [
235
- 1,
236
- {
237
- [_hQ]: _mR,
238
- },
239
- ],
183
+ [0, { [_hQ]: _nT }],
184
+ [1, { [_hQ]: _mR }],
240
185
  ],
241
186
  ];
242
187
  export var ListManagedResourcesResponse = [
@@ -254,30 +199,10 @@ export var ListZonalShiftsRequest = [
254
199
  0,
255
200
  [_nT, _s, _mR, _rI],
256
201
  [
257
- [
258
- 0,
259
- {
260
- [_hQ]: _nT,
261
- },
262
- ],
263
- [
264
- 0,
265
- {
266
- [_hQ]: _s,
267
- },
268
- ],
269
- [
270
- 1,
271
- {
272
- [_hQ]: _mR,
273
- },
274
- ],
275
- [
276
- 0,
277
- {
278
- [_hQ]: _rI,
279
- },
280
- ],
202
+ [0, { [_hQ]: _nT }],
203
+ [0, { [_hQ]: _s }],
204
+ [1, { [_hQ]: _mR }],
205
+ [0, { [_hQ]: _rI }],
281
206
  ],
282
207
  ];
283
208
  export var ListZonalShiftsResponse = [
@@ -304,17 +229,7 @@ export var PracticeRunConfiguration = [
304
229
  [_bA, _oA, _bW, _aW, _bD],
305
230
  [() => BlockingAlarms, () => OutcomeAlarms, 64 | 0, 64 | 0, 64 | 0],
306
231
  ];
307
- export var ResourceNotFoundException = [
308
- -3,
309
- n0,
310
- _RNFE,
311
- {
312
- [_e]: _c,
313
- [_hE]: 404,
314
- },
315
- [_m],
316
- [0],
317
- ];
232
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
318
233
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
319
234
  export var StartPracticeRunRequest = [3, n0, _SPRR, 0, [_rI, _aF, _co], [0, 0, 0]];
320
235
  export var StartPracticeRunResponse = [
@@ -326,17 +241,7 @@ export var StartPracticeRunResponse = [
326
241
  [0, 0, 0, 4, 4, 0, 0],
327
242
  ];
328
243
  export var StartZonalShiftRequest = [3, n0, _SZSR, 0, [_rI, _aF, _eI, _co], [0, 0, 0, 0]];
329
- export var ThrottlingException = [
330
- -3,
331
- n0,
332
- _TE,
333
- {
334
- [_e]: _c,
335
- [_hE]: 429,
336
- },
337
- [_m],
338
- [0],
339
- ];
244
+ export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
340
245
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
341
246
  export var UpdateAutoshiftObserverNotificationStatusRequest = [3, n0, _UAONSR, 0, [_s], [0]];
342
247
  export var UpdateAutoshiftObserverNotificationStatusResponse = [3, n0, _UAONSRp, 0, [_s], [0]];
@@ -366,17 +271,7 @@ export var UpdateZonalAutoshiftConfigurationRequest = [
366
271
  ];
367
272
  export var UpdateZonalAutoshiftConfigurationResponse = [3, n0, _UZACRp, 0, [_rI, _zAS], [0, 0]];
368
273
  export var UpdateZonalShiftRequest = [3, n0, _UZSR, 0, [_zSI, _co, _eI], [[0, 1], 0, 0]];
369
- export var ValidationException = [
370
- -3,
371
- n0,
372
- _VE,
373
- {
374
- [_e]: _c,
375
- [_hE]: 400,
376
- },
377
- [_m, _r],
378
- [0, 0],
379
- ];
274
+ export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m, _r], [0, 0]];
380
275
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
381
276
  export var ZonalShift = [
382
277
  3,
@@ -421,9 +316,7 @@ export var CancelPracticeRun = [
421
316
  9,
422
317
  n0,
423
318
  _CPR,
424
- {
425
- [_h]: ["DELETE", "/practiceruns/{zonalShiftId}", 200],
426
- },
319
+ { [_h]: ["DELETE", "/practiceruns/{zonalShiftId}", 200] },
427
320
  () => CancelPracticeRunRequest,
428
321
  () => CancelPracticeRunResponse,
429
322
  ];
@@ -431,9 +324,7 @@ export var CancelZonalShift = [
431
324
  9,
432
325
  n0,
433
326
  _CZS,
434
- {
435
- [_h]: ["DELETE", "/zonalshifts/{zonalShiftId}", 200],
436
- },
327
+ { [_h]: ["DELETE", "/zonalshifts/{zonalShiftId}", 200] },
437
328
  () => CancelZonalShiftRequest,
438
329
  () => ZonalShift,
439
330
  ];
@@ -441,9 +332,7 @@ export var CreatePracticeRunConfiguration = [
441
332
  9,
442
333
  n0,
443
334
  _CPRC,
444
- {
445
- [_h]: ["POST", "/configuration", 201],
446
- },
335
+ { [_h]: ["POST", "/configuration", 201] },
447
336
  () => CreatePracticeRunConfigurationRequest,
448
337
  () => CreatePracticeRunConfigurationResponse,
449
338
  ];
@@ -451,9 +340,7 @@ export var DeletePracticeRunConfiguration = [
451
340
  9,
452
341
  n0,
453
342
  _DPRC,
454
- {
455
- [_h]: ["DELETE", "/configuration/{resourceIdentifier}", 200],
456
- },
343
+ { [_h]: ["DELETE", "/configuration/{resourceIdentifier}", 200] },
457
344
  () => DeletePracticeRunConfigurationRequest,
458
345
  () => DeletePracticeRunConfigurationResponse,
459
346
  ];
@@ -461,9 +348,7 @@ export var GetAutoshiftObserverNotificationStatus = [
461
348
  9,
462
349
  n0,
463
350
  _GAONS,
464
- {
465
- [_h]: ["GET", "/autoshift-observer-notification", 200],
466
- },
351
+ { [_h]: ["GET", "/autoshift-observer-notification", 200] },
467
352
  () => GetAutoshiftObserverNotificationStatusRequest,
468
353
  () => GetAutoshiftObserverNotificationStatusResponse,
469
354
  ];
@@ -471,9 +356,7 @@ export var GetManagedResource = [
471
356
  9,
472
357
  n0,
473
358
  _GMR,
474
- {
475
- [_h]: ["GET", "/managedresources/{resourceIdentifier}", 200],
476
- },
359
+ { [_h]: ["GET", "/managedresources/{resourceIdentifier}", 200] },
477
360
  () => GetManagedResourceRequest,
478
361
  () => GetManagedResourceResponse,
479
362
  ];
@@ -481,9 +364,7 @@ export var ListAutoshifts = [
481
364
  9,
482
365
  n0,
483
366
  _LA,
484
- {
485
- [_h]: ["GET", "/autoshifts", 200],
486
- },
367
+ { [_h]: ["GET", "/autoshifts", 200] },
487
368
  () => ListAutoshiftsRequest,
488
369
  () => ListAutoshiftsResponse,
489
370
  ];
@@ -491,9 +372,7 @@ export var ListManagedResources = [
491
372
  9,
492
373
  n0,
493
374
  _LMR,
494
- {
495
- [_h]: ["GET", "/managedresources", 200],
496
- },
375
+ { [_h]: ["GET", "/managedresources", 200] },
497
376
  () => ListManagedResourcesRequest,
498
377
  () => ListManagedResourcesResponse,
499
378
  ];
@@ -501,9 +380,7 @@ export var ListZonalShifts = [
501
380
  9,
502
381
  n0,
503
382
  _LZS,
504
- {
505
- [_h]: ["GET", "/zonalshifts", 200],
506
- },
383
+ { [_h]: ["GET", "/zonalshifts", 200] },
507
384
  () => ListZonalShiftsRequest,
508
385
  () => ListZonalShiftsResponse,
509
386
  ];
@@ -511,9 +388,7 @@ export var StartPracticeRun = [
511
388
  9,
512
389
  n0,
513
390
  _SPR,
514
- {
515
- [_h]: ["POST", "/practiceruns", 200],
516
- },
391
+ { [_h]: ["POST", "/practiceruns", 200] },
517
392
  () => StartPracticeRunRequest,
518
393
  () => StartPracticeRunResponse,
519
394
  ];
@@ -521,9 +396,7 @@ export var StartZonalShift = [
521
396
  9,
522
397
  n0,
523
398
  _SZS,
524
- {
525
- [_h]: ["POST", "/zonalshifts", 201],
526
- },
399
+ { [_h]: ["POST", "/zonalshifts", 201] },
527
400
  () => StartZonalShiftRequest,
528
401
  () => ZonalShift,
529
402
  ];
@@ -531,9 +404,7 @@ export var UpdateAutoshiftObserverNotificationStatus = [
531
404
  9,
532
405
  n0,
533
406
  _UAONS,
534
- {
535
- [_h]: ["PUT", "/autoshift-observer-notification", 200],
536
- },
407
+ { [_h]: ["PUT", "/autoshift-observer-notification", 200] },
537
408
  () => UpdateAutoshiftObserverNotificationStatusRequest,
538
409
  () => UpdateAutoshiftObserverNotificationStatusResponse,
539
410
  ];
@@ -541,9 +412,7 @@ export var UpdatePracticeRunConfiguration = [
541
412
  9,
542
413
  n0,
543
414
  _UPRC,
544
- {
545
- [_h]: ["PATCH", "/configuration/{resourceIdentifier}", 200],
546
- },
415
+ { [_h]: ["PATCH", "/configuration/{resourceIdentifier}", 200] },
547
416
  () => UpdatePracticeRunConfigurationRequest,
548
417
  () => UpdatePracticeRunConfigurationResponse,
549
418
  ];
@@ -551,9 +420,7 @@ export var UpdateZonalAutoshiftConfiguration = [
551
420
  9,
552
421
  n0,
553
422
  _UZAC,
554
- {
555
- [_h]: ["PUT", "/managedresources/{resourceIdentifier}", 200],
556
- },
423
+ { [_h]: ["PUT", "/managedresources/{resourceIdentifier}", 200] },
557
424
  () => UpdateZonalAutoshiftConfigurationRequest,
558
425
  () => UpdateZonalAutoshiftConfigurationResponse,
559
426
  ];
@@ -561,9 +428,7 @@ export var UpdateZonalShift = [
561
428
  9,
562
429
  n0,
563
430
  _UZS,
564
- {
565
- [_h]: ["PATCH", "/zonalshifts/{zonalShiftId}", 200],
566
- },
431
+ { [_h]: ["PATCH", "/zonalshifts/{zonalShiftId}", 200] },
567
432
  () => UpdateZonalShiftRequest,
568
433
  () => ZonalShift,
569
434
  ];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { ARCZonalShiftClient } from "./ARCZonalShiftClient";
3
3
  import { CancelPracticeRunCommandInput, CancelPracticeRunCommandOutput } from "./commands/CancelPracticeRunCommand";
4
4
  import { CancelZonalShiftCommandInput, CancelZonalShiftCommandOutput } from "./commands/CancelZonalShiftCommand";
@@ -1,12 +1,12 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
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";
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";
12
12
  import { CreatePracticeRunConfigurationCommandInput, CreatePracticeRunConfigurationCommandOutput } from "./commands/CreatePracticeRunConfigurationCommand";
@@ -23,7 +23,7 @@ import { UpdatePracticeRunConfigurationCommandInput, UpdatePracticeRunConfigurat
23
23
  import { UpdateZonalAutoshiftConfigurationCommandInput, UpdateZonalAutoshiftConfigurationCommandOutput } from "./commands/UpdateZonalAutoshiftConfigurationCommand";
24
24
  import { UpdateZonalShiftCommandInput, UpdateZonalShiftCommandOutput } from "./commands/UpdateZonalShiftCommand";
25
25
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
26
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
26
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
27
27
  export { __Client };
28
28
  /**
29
29
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { ARCZonalShiftHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { ARCZonalShiftHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { ARCZonalShiftClientResolvedConfig } from "../ARCZonalShiftClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type ARCZonalShiftClientResolvedConfig } from "../ARCZonalShiftClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
- import { CancelPracticeRunRequest, CancelPracticeRunResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
+ import type { CancelPracticeRunRequest, CancelPracticeRunResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
- import { CancelZonalShiftRequest, ZonalShift } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
+ import type { CancelZonalShiftRequest, ZonalShift } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
- import { CreatePracticeRunConfigurationRequest, CreatePracticeRunConfigurationResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
+ import type { CreatePracticeRunConfigurationRequest, CreatePracticeRunConfigurationResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
- import { DeletePracticeRunConfigurationRequest, DeletePracticeRunConfigurationResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
+ import type { DeletePracticeRunConfigurationRequest, DeletePracticeRunConfigurationResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
- import { GetAutoshiftObserverNotificationStatusRequest, GetAutoshiftObserverNotificationStatusResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
+ import type { GetAutoshiftObserverNotificationStatusRequest, GetAutoshiftObserverNotificationStatusResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
- import { GetManagedResourceRequest, GetManagedResourceResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
+ import type { GetManagedResourceRequest, GetManagedResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
- import { ListAutoshiftsRequest, ListAutoshiftsResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
+ import type { ListAutoshiftsRequest, ListAutoshiftsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
- import { ListManagedResourcesRequest, ListManagedResourcesResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
+ import type { ListManagedResourcesRequest, ListManagedResourcesResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
- import { ListZonalShiftsRequest, ListZonalShiftsResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
+ import type { ListZonalShiftsRequest, ListZonalShiftsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
- import { StartPracticeRunRequest, StartPracticeRunResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
+ import type { StartPracticeRunRequest, StartPracticeRunResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
- import { StartZonalShiftRequest, ZonalShift } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
+ import type { StartZonalShiftRequest, ZonalShift } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
- import { UpdateAutoshiftObserverNotificationStatusRequest, UpdateAutoshiftObserverNotificationStatusResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
+ import type { UpdateAutoshiftObserverNotificationStatusRequest, UpdateAutoshiftObserverNotificationStatusResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
- import { UpdatePracticeRunConfigurationRequest, UpdatePracticeRunConfigurationResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
+ import type { UpdatePracticeRunConfigurationRequest, UpdatePracticeRunConfigurationResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
- import { UpdateZonalAutoshiftConfigurationRequest, UpdateZonalAutoshiftConfigurationResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
+ import type { UpdateZonalAutoshiftConfigurationRequest, UpdateZonalAutoshiftConfigurationResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
- import { UpdateZonalShiftRequest, ZonalShift } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
4
+ import type { UpdateZonalShiftRequest, ZonalShift } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,4 +1,4 @@
1
- import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
1
+ import type { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
2
2
  /**
3
3
  * @public
4
4
  */
@@ -8,10 +8,19 @@ export interface ClientInputEndpointParameters {
8
8
  useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
9
9
  endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
10
10
  }
11
+ /**
12
+ * @public
13
+ */
11
14
  export type ClientResolvedEndpointParameters = Omit<ClientInputEndpointParameters, "endpoint"> & {
12
15
  defaultSigningName: string;
13
16
  };
17
+ /**
18
+ * @internal
19
+ */
14
20
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
21
+ /**
22
+ * @internal
23
+ */
15
24
  export declare const commonParams: {
16
25
  readonly UseFIPS: {
17
26
  readonly type: "builtInParams";
@@ -30,6 +39,9 @@ export declare const commonParams: {
30
39
  readonly name: "useDualstackEndpoint";
31
40
  };
32
41
  };
42
+ /**
43
+ * @internal
44
+ */
33
45
  export interface EndpointParameters extends __EndpointParameters {
34
46
  Region?: string | undefined;
35
47
  UseDualStack?: boolean | undefined;
@@ -1,5 +1,8 @@
1
- import { EndpointV2, Logger } from "@smithy/types";
2
- import { EndpointParameters } from "./EndpointParameters";
1
+ import type { EndpointV2, Logger } from "@smithy/types";
2
+ import type { EndpointParameters } from "./EndpointParameters";
3
+ /**
4
+ * @internal
5
+ */
3
6
  export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
4
7
  logger?: Logger;
5
8
  }) => EndpointV2;