@aws-sdk/client-ssm-contacts 3.1068.0 → 3.1069.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/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +168 -188
- package/dist-cjs/models/SSMContactsServiceException.js +4 -8
- package/dist-cjs/models/errors.js +17 -28
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +316 -209
- package/package.json +8 -8
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetContactResult$ = exports.GetContactRequest$ = exports.GetContactPolicyResult$ = exports.GetContactPolicyRequest$ = exports.GetContactChannelResult$ = exports.GetContactChannelRequest$ = exports.Engagement$ = exports.DescribePageResult$ = exports.DescribePageRequest$ = exports.DescribeEngagementResult$ = exports.DescribeEngagementRequest$ = exports.DependentEntity$ = exports.DeleteRotationResult$ = exports.DeleteRotationRequest$ = exports.DeleteRotationOverrideResult$ = exports.DeleteRotationOverrideRequest$ = exports.DeleteContactResult$ = exports.DeleteContactRequest$ = exports.DeleteContactChannelResult$ = exports.DeleteContactChannelRequest$ = exports.DeactivateContactChannelResult$ = exports.DeactivateContactChannelRequest$ = exports.CreateRotationResult$ = exports.CreateRotationRequest$ = exports.CreateRotationOverrideResult$ = exports.CreateRotationOverrideRequest$ = exports.CreateContactResult$ = exports.CreateContactRequest$ = exports.CreateContactChannelResult$ = exports.CreateContactChannelRequest$ = exports.CoverageTime$ = exports.ContactTargetInfo$ = exports.ContactChannelAddress$ = exports.ContactChannel$ = exports.Contact$ = exports.ChannelTargetInfo$ = exports.ActivateContactChannelResult$ = exports.ActivateContactChannelRequest$ = exports.AcceptPageResult$ = exports.AcceptPageRequest$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.DataEncryptionException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.SSMContactsServiceException$ = void 0;
|
|
4
|
-
exports.Tag$ = exports.StopEngagementResult$ = exports.StopEngagementRequest$ = exports.StartEngagementResult$ = exports.StartEngagementRequest$ = exports.Stage$ = exports.ShiftDetails$ = exports.SendActivationCodeResult$ = exports.SendActivationCodeRequest$ = exports.RotationShift$ = exports.RotationOverride$ = exports.Rotation$ = exports.ResolutionContact$ = exports.RecurrenceSettings$ = exports.Receipt$ = exports.PutContactPolicyResult$ = exports.PutContactPolicyRequest$ = exports.PreviewOverride$ = exports.Plan$ = exports.Page$ = exports.MonthlySetting$ = exports.ListTagsForResourceResult$ = exports.ListTagsForResourceRequest$ = exports.ListRotationsResult$ = exports.ListRotationsRequest$ = exports.ListRotationShiftsResult$ = exports.ListRotationShiftsRequest$ = exports.ListRotationOverridesResult$ = exports.ListRotationOverridesRequest$ = exports.ListPreviewRotationShiftsResult$ = exports.ListPreviewRotationShiftsRequest$ = exports.ListPagesByEngagementResult$ = exports.ListPagesByEngagementRequest$ = exports.ListPagesByContactResult$ = exports.ListPagesByContactRequest$ = exports.ListPageResolutionsResult$ = exports.ListPageResolutionsRequest$ = exports.ListPageReceiptsResult$ = exports.ListPageReceiptsRequest$ = exports.ListEngagementsResult$ = exports.ListEngagementsRequest$ = exports.ListContactsResult$ = exports.ListContactsRequest$ = exports.ListContactChannelsResult$ = exports.ListContactChannelsRequest$ = exports.HandOffTime$ = exports.GetRotationResult$ = exports.GetRotationRequest$ = exports.GetRotationOverrideResult$ = exports.GetRotationOverrideRequest$ = void 0;
|
|
5
|
-
exports.UntagResource$ = exports.TagResource$ = exports.StopEngagement$ = exports.StartEngagement$ = exports.SendActivationCode$ = exports.PutContactPolicy$ = exports.ListTagsForResource$ = exports.ListRotationShifts$ = exports.ListRotations$ = exports.ListRotationOverrides$ = exports.ListPreviewRotationShifts$ = exports.ListPagesByEngagement$ = exports.ListPagesByContact$ = exports.ListPageResolutions$ = exports.ListPageReceipts$ = exports.ListEngagements$ = exports.ListContacts$ = exports.ListContactChannels$ = exports.GetRotationOverride$ = exports.GetRotation$ = exports.GetContactPolicy$ = exports.GetContactChannel$ = exports.GetContact$ = exports.DescribePage$ = exports.DescribeEngagement$ = exports.DeleteRotationOverride$ = exports.DeleteRotation$ = exports.DeleteContactChannel$ = exports.DeleteContact$ = exports.DeactivateContactChannel$ = exports.CreateRotationOverride$ = exports.CreateRotation$ = exports.CreateContactChannel$ = exports.CreateContact$ = exports.ActivateContactChannel$ = exports.AcceptPage$ = exports.WeeklySetting$ = exports.ValidationExceptionField$ = exports.UpdateRotationResult$ = exports.UpdateRotationRequest$ = exports.UpdateContactResult$ = exports.UpdateContactRequest$ = exports.UpdateContactChannelResult$ = exports.UpdateContactChannelRequest$ = exports.UntagResourceResult$ = exports.UntagResourceRequest$ = exports.TimeRange$ = exports.Target$ = exports.TagResourceResult$ = exports.TagResourceRequest$ = void 0;
|
|
6
|
-
exports.UpdateRotation$ = exports.UpdateContactChannel$ = exports.UpdateContact$ = void 0;
|
|
7
1
|
const _A = "Alias";
|
|
8
2
|
const _AC = "AcceptCode";
|
|
9
3
|
const _ACC = "ActivateContactChannel";
|
|
@@ -277,765 +271,878 @@ const _hH = "httpHeader";
|
|
|
277
271
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.ssmcontacts";
|
|
278
272
|
const _se = "server";
|
|
279
273
|
const n0 = "com.amazonaws.ssmcontacts";
|
|
280
|
-
const
|
|
281
|
-
const
|
|
282
|
-
const
|
|
283
|
-
const _s_registry =
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
274
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
275
|
+
const { AccessDeniedException, ConflictException, DataEncryptionException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException } = require("../models/errors");
|
|
276
|
+
const { SSMContactsServiceException } = require("../models/SSMContactsServiceException");
|
|
277
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
278
|
+
const SSMContactsServiceException$ = [-3, _s, "SSMContactsServiceException", 0, [], []];
|
|
279
|
+
exports.SSMContactsServiceException$ = SSMContactsServiceException$;
|
|
280
|
+
_s_registry.registerError(SSMContactsServiceException$, SSMContactsServiceException);
|
|
281
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
282
|
+
const AccessDeniedException$ = [-3, n0, _ADE,
|
|
288
283
|
{ [_e]: _c, [_hE]: 403 },
|
|
289
284
|
[_M],
|
|
290
285
|
[0], 1
|
|
291
286
|
];
|
|
292
|
-
|
|
293
|
-
|
|
287
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
288
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
289
|
+
const ConflictException$ = [-3, n0, _CE,
|
|
294
290
|
{ [_e]: _c, [_hE]: 409 },
|
|
295
291
|
[_M, _RI, _RT, _DE],
|
|
296
292
|
[0, 0, 0, () => DependentEntityList], 3
|
|
297
293
|
];
|
|
298
|
-
|
|
299
|
-
|
|
294
|
+
exports.ConflictException$ = ConflictException$;
|
|
295
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
296
|
+
const DataEncryptionException$ = [-3, n0, _DEE,
|
|
300
297
|
{ [_e]: _c, [_hE]: 400 },
|
|
301
298
|
[_M],
|
|
302
299
|
[0], 1
|
|
303
300
|
];
|
|
304
|
-
|
|
305
|
-
|
|
301
|
+
exports.DataEncryptionException$ = DataEncryptionException$;
|
|
302
|
+
n0_registry.registerError(DataEncryptionException$, DataEncryptionException);
|
|
303
|
+
const InternalServerException$ = [-3, n0, _ISE,
|
|
306
304
|
{ [_e]: _se, [_hE]: 500 },
|
|
307
305
|
[_M, _RAS],
|
|
308
306
|
[0, [1, { [_hH]: _RA }]], 1
|
|
309
307
|
];
|
|
310
|
-
|
|
311
|
-
|
|
308
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
309
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
310
|
+
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
312
311
|
{ [_e]: _c, [_hE]: 404 },
|
|
313
312
|
[_M, _RI, _RT],
|
|
314
313
|
[0, 0, 0], 3
|
|
315
314
|
];
|
|
316
|
-
|
|
317
|
-
|
|
315
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
316
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
317
|
+
const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
318
318
|
{ [_e]: _c, [_hE]: 402 },
|
|
319
319
|
[_M, _QC, _SC, _RI, _RT],
|
|
320
320
|
[0, 0, 0, 0, 0], 3
|
|
321
321
|
];
|
|
322
|
-
|
|
323
|
-
|
|
322
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
323
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
324
|
+
const ThrottlingException$ = [-3, n0, _TE,
|
|
324
325
|
{ [_e]: _c, [_hE]: 429 },
|
|
325
326
|
[_M, _QC, _SC, _RAS],
|
|
326
327
|
[0, 0, 0, [1, { [_hH]: _RA }]], 1
|
|
327
328
|
];
|
|
328
|
-
|
|
329
|
-
|
|
329
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
330
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
331
|
+
const ValidationException$ = [-3, n0, _VE,
|
|
330
332
|
{ [_e]: _c, [_hE]: 400 },
|
|
331
333
|
[_M, _R, _F],
|
|
332
334
|
[0, 0, () => ValidationExceptionFieldList], 1
|
|
333
335
|
];
|
|
334
|
-
|
|
336
|
+
exports.ValidationException$ = ValidationException$;
|
|
337
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
335
338
|
exports.errorTypeRegistries = [
|
|
336
339
|
_s_registry,
|
|
337
340
|
n0_registry,
|
|
338
341
|
];
|
|
339
|
-
|
|
342
|
+
const AcceptPageRequest$ = [3, n0, _APR,
|
|
340
343
|
0,
|
|
341
344
|
[_PI, _AT, _AC, _CCI, _N, _ACV],
|
|
342
345
|
[0, 0, 0, 0, 0, 0], 3
|
|
343
346
|
];
|
|
344
|
-
exports.
|
|
347
|
+
exports.AcceptPageRequest$ = AcceptPageRequest$;
|
|
348
|
+
const AcceptPageResult$ = [3, n0, _APRc,
|
|
345
349
|
0,
|
|
346
350
|
[],
|
|
347
351
|
[]
|
|
348
352
|
];
|
|
349
|
-
exports.
|
|
353
|
+
exports.AcceptPageResult$ = AcceptPageResult$;
|
|
354
|
+
const ActivateContactChannelRequest$ = [3, n0, _ACCR,
|
|
350
355
|
0,
|
|
351
356
|
[_CCI, _ACc],
|
|
352
357
|
[0, 0], 2
|
|
353
358
|
];
|
|
354
|
-
exports.
|
|
359
|
+
exports.ActivateContactChannelRequest$ = ActivateContactChannelRequest$;
|
|
360
|
+
const ActivateContactChannelResult$ = [3, n0, _ACCRc,
|
|
355
361
|
0,
|
|
356
362
|
[],
|
|
357
363
|
[]
|
|
358
364
|
];
|
|
359
|
-
exports.
|
|
365
|
+
exports.ActivateContactChannelResult$ = ActivateContactChannelResult$;
|
|
366
|
+
const ChannelTargetInfo$ = [3, n0, _CTI,
|
|
360
367
|
0,
|
|
361
368
|
[_CCI, _RIIM],
|
|
362
369
|
[0, 1], 1
|
|
363
370
|
];
|
|
364
|
-
exports.
|
|
371
|
+
exports.ChannelTargetInfo$ = ChannelTargetInfo$;
|
|
372
|
+
const Contact$ = [3, n0, _C,
|
|
365
373
|
0,
|
|
366
374
|
[_CA, _A, _T, _DN],
|
|
367
375
|
[0, 0, 0, 0], 3
|
|
368
376
|
];
|
|
369
|
-
exports.
|
|
377
|
+
exports.Contact$ = Contact$;
|
|
378
|
+
const ContactChannel$ = [3, n0, _CC,
|
|
370
379
|
0,
|
|
371
380
|
[_CCA, _CA, _Na, _DA, _AS, _T],
|
|
372
|
-
[0, 0, 0, () =>
|
|
381
|
+
[0, 0, 0, () => ContactChannelAddress$, 0, 0], 5
|
|
373
382
|
];
|
|
374
|
-
exports.
|
|
383
|
+
exports.ContactChannel$ = ContactChannel$;
|
|
384
|
+
const ContactChannelAddress$ = [3, n0, _CCAo,
|
|
375
385
|
0,
|
|
376
386
|
[_SA],
|
|
377
387
|
[0]
|
|
378
388
|
];
|
|
379
|
-
exports.
|
|
389
|
+
exports.ContactChannelAddress$ = ContactChannelAddress$;
|
|
390
|
+
const ContactTargetInfo$ = [3, n0, _CTIo,
|
|
380
391
|
0,
|
|
381
392
|
[_IE, _CI],
|
|
382
393
|
[2, 0], 1
|
|
383
394
|
];
|
|
384
|
-
exports.
|
|
395
|
+
exports.ContactTargetInfo$ = ContactTargetInfo$;
|
|
396
|
+
const CoverageTime$ = [3, n0, _CT,
|
|
385
397
|
0,
|
|
386
398
|
[_S, _E],
|
|
387
|
-
[() =>
|
|
399
|
+
[() => HandOffTime$, () => HandOffTime$]
|
|
388
400
|
];
|
|
389
|
-
exports.
|
|
401
|
+
exports.CoverageTime$ = CoverageTime$;
|
|
402
|
+
const CreateContactChannelRequest$ = [3, n0, _CCCR,
|
|
390
403
|
0,
|
|
391
404
|
[_CI, _Na, _T, _DA, _DAe, _IT],
|
|
392
|
-
[0, 0, 0, () =>
|
|
405
|
+
[0, 0, 0, () => ContactChannelAddress$, 2, [0, 4]], 4
|
|
393
406
|
];
|
|
394
|
-
exports.
|
|
407
|
+
exports.CreateContactChannelRequest$ = CreateContactChannelRequest$;
|
|
408
|
+
const CreateContactChannelResult$ = [3, n0, _CCCRr,
|
|
395
409
|
0,
|
|
396
410
|
[_CCA],
|
|
397
411
|
[0], 1
|
|
398
412
|
];
|
|
399
|
-
exports.
|
|
413
|
+
exports.CreateContactChannelResult$ = CreateContactChannelResult$;
|
|
414
|
+
const CreateContactRequest$ = [3, n0, _CCR,
|
|
400
415
|
0,
|
|
401
416
|
[_A, _T, _P, _DN, _Ta, _IT],
|
|
402
|
-
[0, 0, () =>
|
|
417
|
+
[0, 0, () => Plan$, 0, () => TagsList, [0, 4]], 3
|
|
403
418
|
];
|
|
404
|
-
exports.
|
|
419
|
+
exports.CreateContactRequest$ = CreateContactRequest$;
|
|
420
|
+
const CreateContactResult$ = [3, n0, _CCRr,
|
|
405
421
|
0,
|
|
406
422
|
[_CA],
|
|
407
423
|
[0], 1
|
|
408
424
|
];
|
|
409
|
-
exports.
|
|
425
|
+
exports.CreateContactResult$ = CreateContactResult$;
|
|
426
|
+
const CreateRotationOverrideRequest$ = [3, n0, _CROR,
|
|
410
427
|
0,
|
|
411
428
|
[_RIo, _NCI, _ST, _ET, _IT],
|
|
412
429
|
[0, 64 | 0, 4, 4, 0], 4
|
|
413
430
|
];
|
|
414
|
-
exports.
|
|
431
|
+
exports.CreateRotationOverrideRequest$ = CreateRotationOverrideRequest$;
|
|
432
|
+
const CreateRotationOverrideResult$ = [3, n0, _CRORr,
|
|
415
433
|
0,
|
|
416
434
|
[_ROI],
|
|
417
435
|
[0], 1
|
|
418
436
|
];
|
|
419
|
-
exports.
|
|
437
|
+
exports.CreateRotationOverrideResult$ = CreateRotationOverrideResult$;
|
|
438
|
+
const CreateRotationRequest$ = [3, n0, _CRR,
|
|
420
439
|
0,
|
|
421
440
|
[_Na, _CIo, _TZI, _Re, _ST, _Ta, _IT],
|
|
422
|
-
[0, 64 | 0, 0, () =>
|
|
441
|
+
[0, 64 | 0, 0, () => RecurrenceSettings$, 4, () => TagsList, 0], 4
|
|
423
442
|
];
|
|
424
|
-
exports.
|
|
443
|
+
exports.CreateRotationRequest$ = CreateRotationRequest$;
|
|
444
|
+
const CreateRotationResult$ = [3, n0, _CRRr,
|
|
425
445
|
0,
|
|
426
446
|
[_RAo],
|
|
427
447
|
[0], 1
|
|
428
448
|
];
|
|
429
|
-
exports.
|
|
449
|
+
exports.CreateRotationResult$ = CreateRotationResult$;
|
|
450
|
+
const DeactivateContactChannelRequest$ = [3, n0, _DCCR,
|
|
430
451
|
0,
|
|
431
452
|
[_CCI],
|
|
432
453
|
[0], 1
|
|
433
454
|
];
|
|
434
|
-
exports.
|
|
455
|
+
exports.DeactivateContactChannelRequest$ = DeactivateContactChannelRequest$;
|
|
456
|
+
const DeactivateContactChannelResult$ = [3, n0, _DCCRe,
|
|
435
457
|
0,
|
|
436
458
|
[],
|
|
437
459
|
[]
|
|
438
460
|
];
|
|
439
|
-
exports.
|
|
461
|
+
exports.DeactivateContactChannelResult$ = DeactivateContactChannelResult$;
|
|
462
|
+
const DeleteContactChannelRequest$ = [3, n0, _DCCRel,
|
|
440
463
|
0,
|
|
441
464
|
[_CCI],
|
|
442
465
|
[0], 1
|
|
443
466
|
];
|
|
444
|
-
exports.
|
|
467
|
+
exports.DeleteContactChannelRequest$ = DeleteContactChannelRequest$;
|
|
468
|
+
const DeleteContactChannelResult$ = [3, n0, _DCCRele,
|
|
445
469
|
0,
|
|
446
470
|
[],
|
|
447
471
|
[]
|
|
448
472
|
];
|
|
449
|
-
exports.
|
|
473
|
+
exports.DeleteContactChannelResult$ = DeleteContactChannelResult$;
|
|
474
|
+
const DeleteContactRequest$ = [3, n0, _DCR,
|
|
450
475
|
0,
|
|
451
476
|
[_CI],
|
|
452
477
|
[0], 1
|
|
453
478
|
];
|
|
454
|
-
exports.
|
|
479
|
+
exports.DeleteContactRequest$ = DeleteContactRequest$;
|
|
480
|
+
const DeleteContactResult$ = [3, n0, _DCRe,
|
|
455
481
|
0,
|
|
456
482
|
[],
|
|
457
483
|
[]
|
|
458
484
|
];
|
|
459
|
-
exports.
|
|
485
|
+
exports.DeleteContactResult$ = DeleteContactResult$;
|
|
486
|
+
const DeleteRotationOverrideRequest$ = [3, n0, _DROR,
|
|
460
487
|
0,
|
|
461
488
|
[_RIo, _ROI],
|
|
462
489
|
[0, 0], 2
|
|
463
490
|
];
|
|
464
|
-
exports.
|
|
491
|
+
exports.DeleteRotationOverrideRequest$ = DeleteRotationOverrideRequest$;
|
|
492
|
+
const DeleteRotationOverrideResult$ = [3, n0, _DRORe,
|
|
465
493
|
0,
|
|
466
494
|
[],
|
|
467
495
|
[]
|
|
468
496
|
];
|
|
469
|
-
exports.
|
|
497
|
+
exports.DeleteRotationOverrideResult$ = DeleteRotationOverrideResult$;
|
|
498
|
+
const DeleteRotationRequest$ = [3, n0, _DRR,
|
|
470
499
|
0,
|
|
471
500
|
[_RIo],
|
|
472
501
|
[0], 1
|
|
473
502
|
];
|
|
474
|
-
exports.
|
|
503
|
+
exports.DeleteRotationRequest$ = DeleteRotationRequest$;
|
|
504
|
+
const DeleteRotationResult$ = [3, n0, _DRRe,
|
|
475
505
|
0,
|
|
476
506
|
[],
|
|
477
507
|
[]
|
|
478
508
|
];
|
|
479
|
-
exports.
|
|
509
|
+
exports.DeleteRotationResult$ = DeleteRotationResult$;
|
|
510
|
+
const DependentEntity$ = [3, n0, _DEe,
|
|
480
511
|
0,
|
|
481
512
|
[_RTe, _DRI],
|
|
482
513
|
[0, 64 | 0], 2
|
|
483
514
|
];
|
|
484
|
-
exports.
|
|
515
|
+
exports.DependentEntity$ = DependentEntity$;
|
|
516
|
+
const DescribeEngagementRequest$ = [3, n0, _DER,
|
|
485
517
|
0,
|
|
486
518
|
[_EI],
|
|
487
519
|
[0], 1
|
|
488
520
|
];
|
|
489
|
-
exports.
|
|
521
|
+
exports.DescribeEngagementRequest$ = DescribeEngagementRequest$;
|
|
522
|
+
const DescribeEngagementResult$ = [3, n0, _DERe,
|
|
490
523
|
0,
|
|
491
524
|
[_CA, _EA, _Se, _Su, _Co, _PS, _PC, _II, _ST, _STt],
|
|
492
525
|
[0, 0, 0, 0, 0, 0, 0, 0, 4, 4], 5
|
|
493
526
|
];
|
|
494
|
-
exports.
|
|
527
|
+
exports.DescribeEngagementResult$ = DescribeEngagementResult$;
|
|
528
|
+
const DescribePageRequest$ = [3, n0, _DPR,
|
|
495
529
|
0,
|
|
496
530
|
[_PI],
|
|
497
531
|
[0], 1
|
|
498
532
|
];
|
|
499
|
-
exports.
|
|
533
|
+
exports.DescribePageRequest$ = DescribePageRequest$;
|
|
534
|
+
const DescribePageResult$ = [3, n0, _DPRe,
|
|
500
535
|
0,
|
|
501
536
|
[_PA, _EA, _CA, _Se, _Su, _Co, _PS, _PC, _II, _STe, _RTea, _DT],
|
|
502
537
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 4], 6
|
|
503
538
|
];
|
|
504
|
-
exports.
|
|
539
|
+
exports.DescribePageResult$ = DescribePageResult$;
|
|
540
|
+
const Engagement$ = [3, n0, _En,
|
|
505
541
|
0,
|
|
506
542
|
[_EA, _CA, _Se, _II, _ST, _STt],
|
|
507
543
|
[0, 0, 0, 0, 4, 4], 3
|
|
508
544
|
];
|
|
509
|
-
exports.
|
|
545
|
+
exports.Engagement$ = Engagement$;
|
|
546
|
+
const GetContactChannelRequest$ = [3, n0, _GCCR,
|
|
510
547
|
0,
|
|
511
548
|
[_CCI],
|
|
512
549
|
[0], 1
|
|
513
550
|
];
|
|
514
|
-
exports.
|
|
551
|
+
exports.GetContactChannelRequest$ = GetContactChannelRequest$;
|
|
552
|
+
const GetContactChannelResult$ = [3, n0, _GCCRe,
|
|
515
553
|
0,
|
|
516
554
|
[_CA, _CCA, _Na, _T, _DA, _AS],
|
|
517
|
-
[0, 0, 0, 0, () =>
|
|
555
|
+
[0, 0, 0, 0, () => ContactChannelAddress$, 0], 5
|
|
518
556
|
];
|
|
519
|
-
exports.
|
|
557
|
+
exports.GetContactChannelResult$ = GetContactChannelResult$;
|
|
558
|
+
const GetContactPolicyRequest$ = [3, n0, _GCPR,
|
|
520
559
|
0,
|
|
521
560
|
[_CA],
|
|
522
561
|
[0], 1
|
|
523
562
|
];
|
|
524
|
-
exports.
|
|
563
|
+
exports.GetContactPolicyRequest$ = GetContactPolicyRequest$;
|
|
564
|
+
const GetContactPolicyResult$ = [3, n0, _GCPRe,
|
|
525
565
|
0,
|
|
526
566
|
[_CA, _Po],
|
|
527
567
|
[0, 0]
|
|
528
568
|
];
|
|
529
|
-
exports.
|
|
569
|
+
exports.GetContactPolicyResult$ = GetContactPolicyResult$;
|
|
570
|
+
const GetContactRequest$ = [3, n0, _GCR,
|
|
530
571
|
0,
|
|
531
572
|
[_CI],
|
|
532
573
|
[0], 1
|
|
533
574
|
];
|
|
534
|
-
exports.
|
|
575
|
+
exports.GetContactRequest$ = GetContactRequest$;
|
|
576
|
+
const GetContactResult$ = [3, n0, _GCRe,
|
|
535
577
|
0,
|
|
536
578
|
[_CA, _A, _T, _P, _DN],
|
|
537
|
-
[0, 0, 0, () =>
|
|
579
|
+
[0, 0, 0, () => Plan$, 0], 4
|
|
538
580
|
];
|
|
539
|
-
exports.
|
|
581
|
+
exports.GetContactResult$ = GetContactResult$;
|
|
582
|
+
const GetRotationOverrideRequest$ = [3, n0, _GROR,
|
|
540
583
|
0,
|
|
541
584
|
[_RIo, _ROI],
|
|
542
585
|
[0, 0], 2
|
|
543
586
|
];
|
|
544
|
-
exports.
|
|
587
|
+
exports.GetRotationOverrideRequest$ = GetRotationOverrideRequest$;
|
|
588
|
+
const GetRotationOverrideResult$ = [3, n0, _GRORe,
|
|
545
589
|
0,
|
|
546
590
|
[_ROI, _RAo, _NCI, _ST, _ET, _CTr],
|
|
547
591
|
[0, 0, 64 | 0, 4, 4, 4]
|
|
548
592
|
];
|
|
549
|
-
exports.
|
|
593
|
+
exports.GetRotationOverrideResult$ = GetRotationOverrideResult$;
|
|
594
|
+
const GetRotationRequest$ = [3, n0, _GRR,
|
|
550
595
|
0,
|
|
551
596
|
[_RIo],
|
|
552
597
|
[0], 1
|
|
553
598
|
];
|
|
554
|
-
exports.
|
|
599
|
+
exports.GetRotationRequest$ = GetRotationRequest$;
|
|
600
|
+
const GetRotationResult$ = [3, n0, _GRRe,
|
|
555
601
|
0,
|
|
556
602
|
[_RAo, _Na, _CIo, _ST, _TZI, _Re],
|
|
557
|
-
[0, 0, 64 | 0, 4, 0, () =>
|
|
603
|
+
[0, 0, 64 | 0, 4, 0, () => RecurrenceSettings$], 6
|
|
558
604
|
];
|
|
559
|
-
exports.
|
|
605
|
+
exports.GetRotationResult$ = GetRotationResult$;
|
|
606
|
+
const HandOffTime$ = [3, n0, _HOT,
|
|
560
607
|
0,
|
|
561
608
|
[_HOD, _MOH],
|
|
562
609
|
[1, 1], 2
|
|
563
610
|
];
|
|
564
|
-
exports.
|
|
611
|
+
exports.HandOffTime$ = HandOffTime$;
|
|
612
|
+
const ListContactChannelsRequest$ = [3, n0, _LCCR,
|
|
565
613
|
0,
|
|
566
614
|
[_CI, _NT, _MR],
|
|
567
615
|
[0, 0, 1], 1
|
|
568
616
|
];
|
|
569
|
-
exports.
|
|
617
|
+
exports.ListContactChannelsRequest$ = ListContactChannelsRequest$;
|
|
618
|
+
const ListContactChannelsResult$ = [3, n0, _LCCRi,
|
|
570
619
|
0,
|
|
571
620
|
[_CCo, _NT],
|
|
572
621
|
[() => ContactChannelList, 0], 1
|
|
573
622
|
];
|
|
574
|
-
exports.
|
|
623
|
+
exports.ListContactChannelsResult$ = ListContactChannelsResult$;
|
|
624
|
+
const ListContactsRequest$ = [3, n0, _LCR,
|
|
575
625
|
0,
|
|
576
626
|
[_NT, _MR, _AP, _T],
|
|
577
627
|
[0, 1, 0, 0]
|
|
578
628
|
];
|
|
579
|
-
exports.
|
|
629
|
+
exports.ListContactsRequest$ = ListContactsRequest$;
|
|
630
|
+
const ListContactsResult$ = [3, n0, _LCRi,
|
|
580
631
|
0,
|
|
581
632
|
[_NT, _Con],
|
|
582
633
|
[0, () => ContactsList]
|
|
583
634
|
];
|
|
584
|
-
exports.
|
|
635
|
+
exports.ListContactsResult$ = ListContactsResult$;
|
|
636
|
+
const ListEngagementsRequest$ = [3, n0, _LER,
|
|
585
637
|
0,
|
|
586
638
|
[_NT, _MR, _II, _TRV],
|
|
587
|
-
[0, 1, 0, () =>
|
|
639
|
+
[0, 1, 0, () => TimeRange$]
|
|
588
640
|
];
|
|
589
|
-
exports.
|
|
641
|
+
exports.ListEngagementsRequest$ = ListEngagementsRequest$;
|
|
642
|
+
const ListEngagementsResult$ = [3, n0, _LERi,
|
|
590
643
|
0,
|
|
591
644
|
[_Eng, _NT],
|
|
592
645
|
[() => EngagementsList, 0], 1
|
|
593
646
|
];
|
|
594
|
-
exports.
|
|
647
|
+
exports.ListEngagementsResult$ = ListEngagementsResult$;
|
|
648
|
+
const ListPageReceiptsRequest$ = [3, n0, _LPRR,
|
|
595
649
|
0,
|
|
596
650
|
[_PI, _NT, _MR],
|
|
597
651
|
[0, 0, 1], 1
|
|
598
652
|
];
|
|
599
|
-
exports.
|
|
653
|
+
exports.ListPageReceiptsRequest$ = ListPageReceiptsRequest$;
|
|
654
|
+
const ListPageReceiptsResult$ = [3, n0, _LPRRi,
|
|
600
655
|
0,
|
|
601
656
|
[_NT, _Rec],
|
|
602
657
|
[0, () => ReceiptsList]
|
|
603
658
|
];
|
|
604
|
-
exports.
|
|
659
|
+
exports.ListPageReceiptsResult$ = ListPageReceiptsResult$;
|
|
660
|
+
const ListPageResolutionsRequest$ = [3, n0, _LPRRis,
|
|
605
661
|
0,
|
|
606
662
|
[_PI, _NT],
|
|
607
663
|
[0, 0], 1
|
|
608
664
|
];
|
|
609
|
-
exports.
|
|
665
|
+
exports.ListPageResolutionsRequest$ = ListPageResolutionsRequest$;
|
|
666
|
+
const ListPageResolutionsResult$ = [3, n0, _LPRRist,
|
|
610
667
|
0,
|
|
611
668
|
[_PR, _NT],
|
|
612
669
|
[() => ResolutionList, 0], 1
|
|
613
670
|
];
|
|
614
|
-
exports.
|
|
671
|
+
exports.ListPageResolutionsResult$ = ListPageResolutionsResult$;
|
|
672
|
+
const ListPagesByContactRequest$ = [3, n0, _LPBCR,
|
|
615
673
|
0,
|
|
616
674
|
[_CI, _NT, _MR],
|
|
617
675
|
[0, 0, 1], 1
|
|
618
676
|
];
|
|
619
|
-
exports.
|
|
677
|
+
exports.ListPagesByContactRequest$ = ListPagesByContactRequest$;
|
|
678
|
+
const ListPagesByContactResult$ = [3, n0, _LPBCRi,
|
|
620
679
|
0,
|
|
621
680
|
[_Pa, _NT],
|
|
622
681
|
[() => PagesList, 0], 1
|
|
623
682
|
];
|
|
624
|
-
exports.
|
|
683
|
+
exports.ListPagesByContactResult$ = ListPagesByContactResult$;
|
|
684
|
+
const ListPagesByEngagementRequest$ = [3, n0, _LPBER,
|
|
625
685
|
0,
|
|
626
686
|
[_EI, _NT, _MR],
|
|
627
687
|
[0, 0, 1], 1
|
|
628
688
|
];
|
|
629
|
-
exports.
|
|
689
|
+
exports.ListPagesByEngagementRequest$ = ListPagesByEngagementRequest$;
|
|
690
|
+
const ListPagesByEngagementResult$ = [3, n0, _LPBERi,
|
|
630
691
|
0,
|
|
631
692
|
[_Pa, _NT],
|
|
632
693
|
[() => PagesList, 0], 1
|
|
633
694
|
];
|
|
634
|
-
exports.
|
|
695
|
+
exports.ListPagesByEngagementResult$ = ListPagesByEngagementResult$;
|
|
696
|
+
const ListPreviewRotationShiftsRequest$ = [3, n0, _LPRSR,
|
|
635
697
|
0,
|
|
636
698
|
[_ET, _Me, _TZI, _Re, _RST, _ST, _O, _NT, _MR],
|
|
637
|
-
[4, 64 | 0, 0, () =>
|
|
699
|
+
[4, 64 | 0, 0, () => RecurrenceSettings$, 4, 4, () => OverrideList, 0, 1], 4
|
|
638
700
|
];
|
|
639
|
-
exports.
|
|
701
|
+
exports.ListPreviewRotationShiftsRequest$ = ListPreviewRotationShiftsRequest$;
|
|
702
|
+
const ListPreviewRotationShiftsResult$ = [3, n0, _LPRSRi,
|
|
640
703
|
0,
|
|
641
704
|
[_RS, _NT],
|
|
642
705
|
[() => RotationShifts, 0]
|
|
643
706
|
];
|
|
644
|
-
exports.
|
|
707
|
+
exports.ListPreviewRotationShiftsResult$ = ListPreviewRotationShiftsResult$;
|
|
708
|
+
const ListRotationOverridesRequest$ = [3, n0, _LROR,
|
|
645
709
|
0,
|
|
646
710
|
[_RIo, _ST, _ET, _NT, _MR],
|
|
647
711
|
[0, 4, 4, 0, 1], 3
|
|
648
712
|
];
|
|
649
|
-
exports.
|
|
713
|
+
exports.ListRotationOverridesRequest$ = ListRotationOverridesRequest$;
|
|
714
|
+
const ListRotationOverridesResult$ = [3, n0, _LRORi,
|
|
650
715
|
0,
|
|
651
716
|
[_RO, _NT],
|
|
652
717
|
[() => RotationOverrides, 0]
|
|
653
718
|
];
|
|
654
|
-
exports.
|
|
719
|
+
exports.ListRotationOverridesResult$ = ListRotationOverridesResult$;
|
|
720
|
+
const ListRotationShiftsRequest$ = [3, n0, _LRSR,
|
|
655
721
|
0,
|
|
656
722
|
[_RIo, _ET, _ST, _NT, _MR],
|
|
657
723
|
[0, 4, 4, 0, 1], 2
|
|
658
724
|
];
|
|
659
|
-
exports.
|
|
725
|
+
exports.ListRotationShiftsRequest$ = ListRotationShiftsRequest$;
|
|
726
|
+
const ListRotationShiftsResult$ = [3, n0, _LRSRi,
|
|
660
727
|
0,
|
|
661
728
|
[_RS, _NT],
|
|
662
729
|
[() => RotationShifts, 0]
|
|
663
730
|
];
|
|
664
|
-
exports.
|
|
731
|
+
exports.ListRotationShiftsResult$ = ListRotationShiftsResult$;
|
|
732
|
+
const ListRotationsRequest$ = [3, n0, _LRR,
|
|
665
733
|
0,
|
|
666
734
|
[_RNP, _NT, _MR],
|
|
667
735
|
[0, 0, 1]
|
|
668
736
|
];
|
|
669
|
-
exports.
|
|
737
|
+
exports.ListRotationsRequest$ = ListRotationsRequest$;
|
|
738
|
+
const ListRotationsResult$ = [3, n0, _LRRi,
|
|
670
739
|
0,
|
|
671
740
|
[_Ro, _NT],
|
|
672
741
|
[() => Rotations, 0], 1
|
|
673
742
|
];
|
|
674
|
-
exports.
|
|
743
|
+
exports.ListRotationsResult$ = ListRotationsResult$;
|
|
744
|
+
const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
675
745
|
0,
|
|
676
746
|
[_RARN],
|
|
677
747
|
[0], 1
|
|
678
748
|
];
|
|
679
|
-
exports.
|
|
749
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
750
|
+
const ListTagsForResourceResult$ = [3, n0, _LTFRRi,
|
|
680
751
|
0,
|
|
681
752
|
[_Ta],
|
|
682
753
|
[() => TagsList]
|
|
683
754
|
];
|
|
684
|
-
exports.
|
|
755
|
+
exports.ListTagsForResourceResult$ = ListTagsForResourceResult$;
|
|
756
|
+
const MonthlySetting$ = [3, n0, _MS,
|
|
685
757
|
0,
|
|
686
758
|
[_DOM, _HOT],
|
|
687
|
-
[1, () =>
|
|
759
|
+
[1, () => HandOffTime$], 2
|
|
688
760
|
];
|
|
689
|
-
exports.
|
|
761
|
+
exports.MonthlySetting$ = MonthlySetting$;
|
|
762
|
+
const Page$ = [3, n0, _Pag,
|
|
690
763
|
0,
|
|
691
764
|
[_PA, _EA, _CA, _Se, _II, _STe, _DT, _RTea],
|
|
692
765
|
[0, 0, 0, 0, 0, 4, 4, 4], 4
|
|
693
766
|
];
|
|
694
|
-
exports.
|
|
767
|
+
exports.Page$ = Page$;
|
|
768
|
+
const Plan$ = [3, n0, _P,
|
|
695
769
|
0,
|
|
696
770
|
[_St, _RIot],
|
|
697
771
|
[() => StagesList, 64 | 0]
|
|
698
772
|
];
|
|
699
|
-
exports.
|
|
773
|
+
exports.Plan$ = Plan$;
|
|
774
|
+
const PreviewOverride$ = [3, n0, _PO,
|
|
700
775
|
0,
|
|
701
776
|
[_NM, _ST, _ET],
|
|
702
777
|
[64 | 0, 4, 4]
|
|
703
778
|
];
|
|
704
|
-
exports.
|
|
779
|
+
exports.PreviewOverride$ = PreviewOverride$;
|
|
780
|
+
const PutContactPolicyRequest$ = [3, n0, _PCPR,
|
|
705
781
|
0,
|
|
706
782
|
[_CA, _Po],
|
|
707
783
|
[0, 0], 2
|
|
708
784
|
];
|
|
709
|
-
exports.
|
|
785
|
+
exports.PutContactPolicyRequest$ = PutContactPolicyRequest$;
|
|
786
|
+
const PutContactPolicyResult$ = [3, n0, _PCPRu,
|
|
710
787
|
0,
|
|
711
788
|
[],
|
|
712
789
|
[]
|
|
713
790
|
];
|
|
714
|
-
exports.
|
|
791
|
+
exports.PutContactPolicyResult$ = PutContactPolicyResult$;
|
|
792
|
+
const Receipt$ = [3, n0, _Rece,
|
|
715
793
|
0,
|
|
716
794
|
[_RTec, _RTece, _CCA, _RIe],
|
|
717
795
|
[0, 4, 0, 0], 2
|
|
718
796
|
];
|
|
719
|
-
exports.
|
|
797
|
+
exports.Receipt$ = Receipt$;
|
|
798
|
+
const RecurrenceSettings$ = [3, n0, _RSe,
|
|
720
799
|
0,
|
|
721
800
|
[_NOOC, _RM, _MSo, _WS, _DS, _SCh],
|
|
722
801
|
[1, 1, () => MonthlySettings, () => WeeklySettings, () => DailySettings, () => ShiftCoveragesMap], 2
|
|
723
802
|
];
|
|
724
|
-
exports.
|
|
803
|
+
exports.RecurrenceSettings$ = RecurrenceSettings$;
|
|
804
|
+
const ResolutionContact$ = [3, n0, _RC,
|
|
725
805
|
0,
|
|
726
806
|
[_CA, _T, _SI],
|
|
727
807
|
[0, 0, 1], 2
|
|
728
808
|
];
|
|
729
|
-
exports.
|
|
809
|
+
exports.ResolutionContact$ = ResolutionContact$;
|
|
810
|
+
const Rotation$ = [3, n0, _Rot,
|
|
730
811
|
0,
|
|
731
812
|
[_RAo, _Na, _CIo, _ST, _TZI, _Re],
|
|
732
|
-
[0, 0, 64 | 0, 4, 0, () =>
|
|
813
|
+
[0, 0, 64 | 0, 4, 0, () => RecurrenceSettings$], 2
|
|
733
814
|
];
|
|
734
|
-
exports.
|
|
815
|
+
exports.Rotation$ = Rotation$;
|
|
816
|
+
const RotationOverride$ = [3, n0, _ROo,
|
|
735
817
|
0,
|
|
736
818
|
[_ROI, _NCI, _ST, _ET, _CTr],
|
|
737
819
|
[0, 64 | 0, 4, 4, 4], 5
|
|
738
820
|
];
|
|
739
|
-
exports.
|
|
821
|
+
exports.RotationOverride$ = RotationOverride$;
|
|
822
|
+
const RotationShift$ = [3, n0, _RSo,
|
|
740
823
|
0,
|
|
741
824
|
[_ST, _ET, _CIo, _T, _SD],
|
|
742
|
-
[4, 4, 64 | 0, 0, () =>
|
|
825
|
+
[4, 4, 64 | 0, 0, () => ShiftDetails$], 2
|
|
743
826
|
];
|
|
744
|
-
exports.
|
|
827
|
+
exports.RotationShift$ = RotationShift$;
|
|
828
|
+
const SendActivationCodeRequest$ = [3, n0, _SACR,
|
|
745
829
|
0,
|
|
746
830
|
[_CCI],
|
|
747
831
|
[0], 1
|
|
748
832
|
];
|
|
749
|
-
exports.
|
|
833
|
+
exports.SendActivationCodeRequest$ = SendActivationCodeRequest$;
|
|
834
|
+
const SendActivationCodeResult$ = [3, n0, _SACRe,
|
|
750
835
|
0,
|
|
751
836
|
[],
|
|
752
837
|
[]
|
|
753
838
|
];
|
|
754
|
-
exports.
|
|
839
|
+
exports.SendActivationCodeResult$ = SendActivationCodeResult$;
|
|
840
|
+
const ShiftDetails$ = [3, n0, _SD,
|
|
755
841
|
0,
|
|
756
842
|
[_OCI],
|
|
757
843
|
[64 | 0], 1
|
|
758
844
|
];
|
|
759
|
-
exports.
|
|
845
|
+
exports.ShiftDetails$ = ShiftDetails$;
|
|
846
|
+
const Stage$ = [3, n0, _Sta,
|
|
760
847
|
0,
|
|
761
848
|
[_DIM, _Tar],
|
|
762
849
|
[1, () => TargetsList], 2
|
|
763
850
|
];
|
|
764
|
-
exports.
|
|
851
|
+
exports.Stage$ = Stage$;
|
|
852
|
+
const StartEngagementRequest$ = [3, n0, _SER,
|
|
765
853
|
0,
|
|
766
854
|
[_CI, _Se, _Su, _Co, _PS, _PC, _II, _IT],
|
|
767
855
|
[0, 0, 0, 0, 0, 0, 0, [0, 4]], 4
|
|
768
856
|
];
|
|
769
|
-
exports.
|
|
857
|
+
exports.StartEngagementRequest$ = StartEngagementRequest$;
|
|
858
|
+
const StartEngagementResult$ = [3, n0, _SERt,
|
|
770
859
|
0,
|
|
771
860
|
[_EA],
|
|
772
861
|
[0], 1
|
|
773
862
|
];
|
|
774
|
-
exports.
|
|
863
|
+
exports.StartEngagementResult$ = StartEngagementResult$;
|
|
864
|
+
const StopEngagementRequest$ = [3, n0, _SERto,
|
|
775
865
|
0,
|
|
776
866
|
[_EI, _R],
|
|
777
867
|
[0, 0], 1
|
|
778
868
|
];
|
|
779
|
-
exports.
|
|
869
|
+
exports.StopEngagementRequest$ = StopEngagementRequest$;
|
|
870
|
+
const StopEngagementResult$ = [3, n0, _SERtop,
|
|
780
871
|
0,
|
|
781
872
|
[],
|
|
782
873
|
[]
|
|
783
874
|
];
|
|
784
|
-
exports.
|
|
875
|
+
exports.StopEngagementResult$ = StopEngagementResult$;
|
|
876
|
+
const Tag$ = [3, n0, _Tag,
|
|
785
877
|
0,
|
|
786
878
|
[_K, _V],
|
|
787
879
|
[0, 0]
|
|
788
880
|
];
|
|
789
|
-
exports.
|
|
881
|
+
exports.Tag$ = Tag$;
|
|
882
|
+
const TagResourceRequest$ = [3, n0, _TRR,
|
|
790
883
|
0,
|
|
791
884
|
[_RARN, _Ta],
|
|
792
885
|
[0, () => TagsList], 2
|
|
793
886
|
];
|
|
794
|
-
exports.
|
|
887
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
888
|
+
const TagResourceResult$ = [3, n0, _TRRa,
|
|
795
889
|
0,
|
|
796
890
|
[],
|
|
797
891
|
[]
|
|
798
892
|
];
|
|
799
|
-
exports.
|
|
893
|
+
exports.TagResourceResult$ = TagResourceResult$;
|
|
894
|
+
const Target$ = [3, n0, _Targ,
|
|
800
895
|
0,
|
|
801
896
|
[_CTI, _CTIo],
|
|
802
|
-
[() =>
|
|
897
|
+
[() => ChannelTargetInfo$, () => ContactTargetInfo$]
|
|
803
898
|
];
|
|
804
|
-
exports.
|
|
899
|
+
exports.Target$ = Target$;
|
|
900
|
+
const TimeRange$ = [3, n0, _TR,
|
|
805
901
|
0,
|
|
806
902
|
[_ST, _ET],
|
|
807
903
|
[4, 4]
|
|
808
904
|
];
|
|
809
|
-
exports.
|
|
905
|
+
exports.TimeRange$ = TimeRange$;
|
|
906
|
+
const UntagResourceRequest$ = [3, n0, _URR,
|
|
810
907
|
0,
|
|
811
908
|
[_RARN, _TK],
|
|
812
909
|
[0, 64 | 0], 2
|
|
813
910
|
];
|
|
814
|
-
exports.
|
|
911
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
912
|
+
const UntagResourceResult$ = [3, n0, _URRn,
|
|
815
913
|
0,
|
|
816
914
|
[],
|
|
817
915
|
[]
|
|
818
916
|
];
|
|
819
|
-
exports.
|
|
917
|
+
exports.UntagResourceResult$ = UntagResourceResult$;
|
|
918
|
+
const UpdateContactChannelRequest$ = [3, n0, _UCCR,
|
|
820
919
|
0,
|
|
821
920
|
[_CCI, _Na, _DA],
|
|
822
|
-
[0, 0, () =>
|
|
921
|
+
[0, 0, () => ContactChannelAddress$], 1
|
|
823
922
|
];
|
|
824
|
-
exports.
|
|
923
|
+
exports.UpdateContactChannelRequest$ = UpdateContactChannelRequest$;
|
|
924
|
+
const UpdateContactChannelResult$ = [3, n0, _UCCRp,
|
|
825
925
|
0,
|
|
826
926
|
[],
|
|
827
927
|
[]
|
|
828
928
|
];
|
|
829
|
-
exports.
|
|
929
|
+
exports.UpdateContactChannelResult$ = UpdateContactChannelResult$;
|
|
930
|
+
const UpdateContactRequest$ = [3, n0, _UCR,
|
|
830
931
|
0,
|
|
831
932
|
[_CI, _DN, _P],
|
|
832
|
-
[0, 0, () =>
|
|
933
|
+
[0, 0, () => Plan$], 1
|
|
833
934
|
];
|
|
834
|
-
exports.
|
|
935
|
+
exports.UpdateContactRequest$ = UpdateContactRequest$;
|
|
936
|
+
const UpdateContactResult$ = [3, n0, _UCRp,
|
|
835
937
|
0,
|
|
836
938
|
[],
|
|
837
939
|
[]
|
|
838
940
|
];
|
|
839
|
-
exports.
|
|
941
|
+
exports.UpdateContactResult$ = UpdateContactResult$;
|
|
942
|
+
const UpdateRotationRequest$ = [3, n0, _URRp,
|
|
840
943
|
0,
|
|
841
944
|
[_RIo, _Re, _CIo, _ST, _TZI],
|
|
842
|
-
[0, () =>
|
|
945
|
+
[0, () => RecurrenceSettings$, 64 | 0, 4, 0], 2
|
|
843
946
|
];
|
|
844
|
-
exports.
|
|
947
|
+
exports.UpdateRotationRequest$ = UpdateRotationRequest$;
|
|
948
|
+
const UpdateRotationResult$ = [3, n0, _URRpd,
|
|
845
949
|
0,
|
|
846
950
|
[],
|
|
847
951
|
[]
|
|
848
952
|
];
|
|
849
|
-
exports.
|
|
953
|
+
exports.UpdateRotationResult$ = UpdateRotationResult$;
|
|
954
|
+
const ValidationExceptionField$ = [3, n0, _VEF,
|
|
850
955
|
0,
|
|
851
956
|
[_Na, _M],
|
|
852
957
|
[0, 0], 2
|
|
853
958
|
];
|
|
854
|
-
exports.
|
|
959
|
+
exports.ValidationExceptionField$ = ValidationExceptionField$;
|
|
960
|
+
const WeeklySetting$ = [3, n0, _WSe,
|
|
855
961
|
0,
|
|
856
962
|
[_DOW, _HOT],
|
|
857
|
-
[0, () =>
|
|
963
|
+
[0, () => HandOffTime$], 2
|
|
858
964
|
];
|
|
965
|
+
exports.WeeklySetting$ = WeeklySetting$;
|
|
859
966
|
var ContactChannelList = [1, n0, _CCL,
|
|
860
|
-
0, () =>
|
|
967
|
+
0, () => ContactChannel$
|
|
861
968
|
];
|
|
862
969
|
var ContactsList = [1, n0, _CL,
|
|
863
|
-
0, () =>
|
|
970
|
+
0, () => Contact$
|
|
864
971
|
];
|
|
865
972
|
var CoverageTimes = [1, n0, _CTo,
|
|
866
|
-
0, () =>
|
|
973
|
+
0, () => CoverageTime$
|
|
867
974
|
];
|
|
868
975
|
var DailySettings = [1, n0, _DS,
|
|
869
|
-
0, () =>
|
|
976
|
+
0, () => HandOffTime$
|
|
870
977
|
];
|
|
871
978
|
var DependentEntityList = [1, n0, _DEL,
|
|
872
|
-
0, () =>
|
|
979
|
+
0, () => DependentEntity$
|
|
873
980
|
];
|
|
874
981
|
var EngagementsList = [1, n0, _EL,
|
|
875
|
-
0, () =>
|
|
982
|
+
0, () => Engagement$
|
|
876
983
|
];
|
|
877
984
|
var MonthlySettings = [1, n0, _MSo,
|
|
878
|
-
0, () =>
|
|
985
|
+
0, () => MonthlySetting$
|
|
879
986
|
];
|
|
880
987
|
var OverrideList = [1, n0, _OL,
|
|
881
|
-
0, () =>
|
|
988
|
+
0, () => PreviewOverride$
|
|
882
989
|
];
|
|
883
990
|
var PagesList = [1, n0, _PL,
|
|
884
|
-
0, () =>
|
|
991
|
+
0, () => Page$
|
|
885
992
|
];
|
|
886
993
|
var ReceiptsList = [1, n0, _RL,
|
|
887
|
-
0, () =>
|
|
994
|
+
0, () => Receipt$
|
|
888
995
|
];
|
|
889
996
|
var ResolutionList = [1, n0, _RLe,
|
|
890
|
-
0, () =>
|
|
997
|
+
0, () => ResolutionContact$
|
|
891
998
|
];
|
|
892
999
|
var RotationContactsArnList = 64 | 0;
|
|
893
1000
|
var RotationOverrideContactsArnList = 64 | 0;
|
|
894
1001
|
var RotationOverridePreviewMemberList = 64 | 0;
|
|
895
1002
|
var RotationOverrides = [1, n0, _RO,
|
|
896
|
-
0, () =>
|
|
1003
|
+
0, () => RotationOverride$
|
|
897
1004
|
];
|
|
898
1005
|
var RotationPreviewMemberList = 64 | 0;
|
|
899
1006
|
var Rotations = [1, n0, _Ro,
|
|
900
|
-
0, () =>
|
|
1007
|
+
0, () => Rotation$
|
|
901
1008
|
];
|
|
902
1009
|
var RotationShifts = [1, n0, _RS,
|
|
903
|
-
0, () =>
|
|
1010
|
+
0, () => RotationShift$
|
|
904
1011
|
];
|
|
905
1012
|
var SsmContactsArnList = 64 | 0;
|
|
906
1013
|
var StagesList = [1, n0, _SL,
|
|
907
|
-
0, () =>
|
|
1014
|
+
0, () => Stage$
|
|
908
1015
|
];
|
|
909
1016
|
var TagKeyList = 64 | 0;
|
|
910
1017
|
var TagsList = [1, n0, _TL,
|
|
911
|
-
0, () =>
|
|
1018
|
+
0, () => Tag$
|
|
912
1019
|
];
|
|
913
1020
|
var TargetsList = [1, n0, _TLa,
|
|
914
|
-
0, () =>
|
|
1021
|
+
0, () => Target$
|
|
915
1022
|
];
|
|
916
1023
|
var ValidationExceptionFieldList = [1, n0, _VEFL,
|
|
917
|
-
0, () =>
|
|
1024
|
+
0, () => ValidationExceptionField$
|
|
918
1025
|
];
|
|
919
1026
|
var WeeklySettings = [1, n0, _WS,
|
|
920
|
-
0, () =>
|
|
1027
|
+
0, () => WeeklySetting$
|
|
921
1028
|
];
|
|
922
1029
|
var ShiftCoveragesMap = [2, n0, _SCM,
|
|
923
1030
|
0, 0, () => CoverageTimes
|
|
924
1031
|
];
|
|
925
1032
|
exports.AcceptPage$ = [9, n0, _APc,
|
|
926
|
-
0, () =>
|
|
1033
|
+
0, () => AcceptPageRequest$, () => AcceptPageResult$
|
|
927
1034
|
];
|
|
928
1035
|
exports.ActivateContactChannel$ = [9, n0, _ACC,
|
|
929
|
-
0, () =>
|
|
1036
|
+
0, () => ActivateContactChannelRequest$, () => ActivateContactChannelResult$
|
|
930
1037
|
];
|
|
931
1038
|
exports.CreateContact$ = [9, n0, _CCr,
|
|
932
|
-
0, () =>
|
|
1039
|
+
0, () => CreateContactRequest$, () => CreateContactResult$
|
|
933
1040
|
];
|
|
934
1041
|
exports.CreateContactChannel$ = [9, n0, _CCC,
|
|
935
|
-
0, () =>
|
|
1042
|
+
0, () => CreateContactChannelRequest$, () => CreateContactChannelResult$
|
|
936
1043
|
];
|
|
937
1044
|
exports.CreateRotation$ = [9, n0, _CR,
|
|
938
|
-
0, () =>
|
|
1045
|
+
0, () => CreateRotationRequest$, () => CreateRotationResult$
|
|
939
1046
|
];
|
|
940
1047
|
exports.CreateRotationOverride$ = [9, n0, _CRO,
|
|
941
|
-
0, () =>
|
|
1048
|
+
0, () => CreateRotationOverrideRequest$, () => CreateRotationOverrideResult$
|
|
942
1049
|
];
|
|
943
1050
|
exports.DeactivateContactChannel$ = [9, n0, _DCC,
|
|
944
|
-
0, () =>
|
|
1051
|
+
0, () => DeactivateContactChannelRequest$, () => DeactivateContactChannelResult$
|
|
945
1052
|
];
|
|
946
1053
|
exports.DeleteContact$ = [9, n0, _DC,
|
|
947
|
-
0, () =>
|
|
1054
|
+
0, () => DeleteContactRequest$, () => DeleteContactResult$
|
|
948
1055
|
];
|
|
949
1056
|
exports.DeleteContactChannel$ = [9, n0, _DCCe,
|
|
950
|
-
0, () =>
|
|
1057
|
+
0, () => DeleteContactChannelRequest$, () => DeleteContactChannelResult$
|
|
951
1058
|
];
|
|
952
1059
|
exports.DeleteRotation$ = [9, n0, _DR,
|
|
953
|
-
0, () =>
|
|
1060
|
+
0, () => DeleteRotationRequest$, () => DeleteRotationResult$
|
|
954
1061
|
];
|
|
955
1062
|
exports.DeleteRotationOverride$ = [9, n0, _DRO,
|
|
956
|
-
0, () =>
|
|
1063
|
+
0, () => DeleteRotationOverrideRequest$, () => DeleteRotationOverrideResult$
|
|
957
1064
|
];
|
|
958
1065
|
exports.DescribeEngagement$ = [9, n0, _DEes,
|
|
959
|
-
0, () =>
|
|
1066
|
+
0, () => DescribeEngagementRequest$, () => DescribeEngagementResult$
|
|
960
1067
|
];
|
|
961
1068
|
exports.DescribePage$ = [9, n0, _DP,
|
|
962
|
-
0, () =>
|
|
1069
|
+
0, () => DescribePageRequest$, () => DescribePageResult$
|
|
963
1070
|
];
|
|
964
1071
|
exports.GetContact$ = [9, n0, _GC,
|
|
965
|
-
0, () =>
|
|
1072
|
+
0, () => GetContactRequest$, () => GetContactResult$
|
|
966
1073
|
];
|
|
967
1074
|
exports.GetContactChannel$ = [9, n0, _GCC,
|
|
968
|
-
0, () =>
|
|
1075
|
+
0, () => GetContactChannelRequest$, () => GetContactChannelResult$
|
|
969
1076
|
];
|
|
970
1077
|
exports.GetContactPolicy$ = [9, n0, _GCP,
|
|
971
|
-
0, () =>
|
|
1078
|
+
0, () => GetContactPolicyRequest$, () => GetContactPolicyResult$
|
|
972
1079
|
];
|
|
973
1080
|
exports.GetRotation$ = [9, n0, _GR,
|
|
974
|
-
0, () =>
|
|
1081
|
+
0, () => GetRotationRequest$, () => GetRotationResult$
|
|
975
1082
|
];
|
|
976
1083
|
exports.GetRotationOverride$ = [9, n0, _GRO,
|
|
977
|
-
0, () =>
|
|
1084
|
+
0, () => GetRotationOverrideRequest$, () => GetRotationOverrideResult$
|
|
978
1085
|
];
|
|
979
1086
|
exports.ListContactChannels$ = [9, n0, _LCC,
|
|
980
|
-
0, () =>
|
|
1087
|
+
0, () => ListContactChannelsRequest$, () => ListContactChannelsResult$
|
|
981
1088
|
];
|
|
982
1089
|
exports.ListContacts$ = [9, n0, _LC,
|
|
983
|
-
0, () =>
|
|
1090
|
+
0, () => ListContactsRequest$, () => ListContactsResult$
|
|
984
1091
|
];
|
|
985
1092
|
exports.ListEngagements$ = [9, n0, _LE,
|
|
986
|
-
0, () =>
|
|
1093
|
+
0, () => ListEngagementsRequest$, () => ListEngagementsResult$
|
|
987
1094
|
];
|
|
988
1095
|
exports.ListPageReceipts$ = [9, n0, _LPR,
|
|
989
|
-
0, () =>
|
|
1096
|
+
0, () => ListPageReceiptsRequest$, () => ListPageReceiptsResult$
|
|
990
1097
|
];
|
|
991
1098
|
exports.ListPageResolutions$ = [9, n0, _LPRi,
|
|
992
|
-
0, () =>
|
|
1099
|
+
0, () => ListPageResolutionsRequest$, () => ListPageResolutionsResult$
|
|
993
1100
|
];
|
|
994
1101
|
exports.ListPagesByContact$ = [9, n0, _LPBC,
|
|
995
|
-
0, () =>
|
|
1102
|
+
0, () => ListPagesByContactRequest$, () => ListPagesByContactResult$
|
|
996
1103
|
];
|
|
997
1104
|
exports.ListPagesByEngagement$ = [9, n0, _LPBE,
|
|
998
|
-
0, () =>
|
|
1105
|
+
0, () => ListPagesByEngagementRequest$, () => ListPagesByEngagementResult$
|
|
999
1106
|
];
|
|
1000
1107
|
exports.ListPreviewRotationShifts$ = [9, n0, _LPRS,
|
|
1001
|
-
0, () =>
|
|
1108
|
+
0, () => ListPreviewRotationShiftsRequest$, () => ListPreviewRotationShiftsResult$
|
|
1002
1109
|
];
|
|
1003
1110
|
exports.ListRotationOverrides$ = [9, n0, _LRO,
|
|
1004
|
-
0, () =>
|
|
1111
|
+
0, () => ListRotationOverridesRequest$, () => ListRotationOverridesResult$
|
|
1005
1112
|
];
|
|
1006
1113
|
exports.ListRotations$ = [9, n0, _LR,
|
|
1007
|
-
0, () =>
|
|
1114
|
+
0, () => ListRotationsRequest$, () => ListRotationsResult$
|
|
1008
1115
|
];
|
|
1009
1116
|
exports.ListRotationShifts$ = [9, n0, _LRS,
|
|
1010
|
-
0, () =>
|
|
1117
|
+
0, () => ListRotationShiftsRequest$, () => ListRotationShiftsResult$
|
|
1011
1118
|
];
|
|
1012
1119
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
1013
|
-
0, () =>
|
|
1120
|
+
0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResult$
|
|
1014
1121
|
];
|
|
1015
1122
|
exports.PutContactPolicy$ = [9, n0, _PCP,
|
|
1016
|
-
0, () =>
|
|
1123
|
+
0, () => PutContactPolicyRequest$, () => PutContactPolicyResult$
|
|
1017
1124
|
];
|
|
1018
1125
|
exports.SendActivationCode$ = [9, n0, _SAC,
|
|
1019
|
-
0, () =>
|
|
1126
|
+
0, () => SendActivationCodeRequest$, () => SendActivationCodeResult$
|
|
1020
1127
|
];
|
|
1021
1128
|
exports.StartEngagement$ = [9, n0, _SE,
|
|
1022
|
-
0, () =>
|
|
1129
|
+
0, () => StartEngagementRequest$, () => StartEngagementResult$
|
|
1023
1130
|
];
|
|
1024
1131
|
exports.StopEngagement$ = [9, n0, _SEt,
|
|
1025
|
-
0, () =>
|
|
1132
|
+
0, () => StopEngagementRequest$, () => StopEngagementResult$
|
|
1026
1133
|
];
|
|
1027
1134
|
exports.TagResource$ = [9, n0, _TRa,
|
|
1028
|
-
0, () =>
|
|
1135
|
+
0, () => TagResourceRequest$, () => TagResourceResult$
|
|
1029
1136
|
];
|
|
1030
1137
|
exports.UntagResource$ = [9, n0, _UR,
|
|
1031
|
-
0, () =>
|
|
1138
|
+
0, () => UntagResourceRequest$, () => UntagResourceResult$
|
|
1032
1139
|
];
|
|
1033
1140
|
exports.UpdateContact$ = [9, n0, _UC,
|
|
1034
|
-
0, () =>
|
|
1141
|
+
0, () => UpdateContactRequest$, () => UpdateContactResult$
|
|
1035
1142
|
];
|
|
1036
1143
|
exports.UpdateContactChannel$ = [9, n0, _UCC,
|
|
1037
|
-
0, () =>
|
|
1144
|
+
0, () => UpdateContactChannelRequest$, () => UpdateContactChannelResult$
|
|
1038
1145
|
];
|
|
1039
1146
|
exports.UpdateRotation$ = [9, n0, _URp,
|
|
1040
|
-
0, () =>
|
|
1147
|
+
0, () => UpdateRotationRequest$, () => UpdateRotationResult$
|
|
1041
1148
|
];
|