@aws-sdk/client-notifications 3.943.0 → 3.947.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +104 -526
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/NotificationsClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +104 -527
- package/dist-types/Notifications.d.ts +1 -1
- package/dist-types/NotificationsClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AssociateChannelCommand.d.ts +3 -3
- package/dist-types/commands/AssociateManagedNotificationAccountContactCommand.d.ts +3 -3
- package/dist-types/commands/AssociateManagedNotificationAdditionalChannelCommand.d.ts +3 -3
- package/dist-types/commands/AssociateOrganizationalUnitCommand.d.ts +3 -3
- package/dist-types/commands/CreateEventRuleCommand.d.ts +3 -3
- package/dist-types/commands/CreateNotificationConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEventRuleCommand.d.ts +3 -3
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DeregisterNotificationHubCommand.d.ts +3 -3
- package/dist-types/commands/DisableNotificationsAccessForOrganizationCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateChannelCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateManagedNotificationAccountContactCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateManagedNotificationAdditionalChannelCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateOrganizationalUnitCommand.d.ts +3 -3
- package/dist-types/commands/EnableNotificationsAccessForOrganizationCommand.d.ts +3 -3
- package/dist-types/commands/GetEventRuleCommand.d.ts +3 -3
- package/dist-types/commands/GetManagedNotificationChildEventCommand.d.ts +3 -3
- package/dist-types/commands/GetManagedNotificationConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetManagedNotificationEventCommand.d.ts +3 -3
- package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetNotificationEventCommand.d.ts +3 -3
- package/dist-types/commands/GetNotificationsAccessForOrganizationCommand.d.ts +3 -3
- package/dist-types/commands/ListChannelsCommand.d.ts +3 -3
- package/dist-types/commands/ListEventRulesCommand.d.ts +3 -3
- package/dist-types/commands/ListManagedNotificationChannelAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/ListManagedNotificationChildEventsCommand.d.ts +3 -3
- package/dist-types/commands/ListManagedNotificationConfigurationsCommand.d.ts +3 -3
- package/dist-types/commands/ListManagedNotificationEventsCommand.d.ts +3 -3
- package/dist-types/commands/ListMemberAccountsCommand.d.ts +3 -3
- package/dist-types/commands/ListNotificationConfigurationsCommand.d.ts +3 -3
- package/dist-types/commands/ListNotificationEventsCommand.d.ts +3 -3
- package/dist-types/commands/ListNotificationHubsCommand.d.ts +3 -3
- package/dist-types/commands/ListOrganizationalUnitsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/RegisterNotificationHubCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEventRuleCommand.d.ts +3 -3
- package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/NotificationsServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListChannelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventRulesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListManagedNotificationChannelAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListManagedNotificationChildEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListManagedNotificationConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListManagedNotificationEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMemberAccountsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotificationConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotificationEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotificationHubsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOrganizationalUnitsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -2
- package/dist-types/ts3.4/NotificationsClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/NotificationsServiceException.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
- package/package.json +13 -12
|
@@ -291,17 +291,7 @@ const n0 = "com.amazonaws.notifications";
|
|
|
291
291
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
292
292
|
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
|
|
293
293
|
import { NotificationsServiceException as __NotificationsServiceException } from "../models/NotificationsServiceException";
|
|
294
|
-
export var AccessDeniedException = [
|
|
295
|
-
-3,
|
|
296
|
-
n0,
|
|
297
|
-
_ADE,
|
|
298
|
-
{
|
|
299
|
-
[_e]: _c,
|
|
300
|
-
[_hE]: 403,
|
|
301
|
-
},
|
|
302
|
-
[_m],
|
|
303
|
-
[0],
|
|
304
|
-
];
|
|
294
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
305
295
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
306
296
|
export var AggregationDetail = [3, n0, _AD, 0, [_sD], [() => SummarizationDimensionDetails]];
|
|
307
297
|
export var AggregationKey = [3, n0, _AK, 0, [_n, _v], [0, 0]];
|
|
@@ -349,17 +339,7 @@ export var AssociateManagedNotificationAdditionalChannelResponse = [
|
|
|
349
339
|
];
|
|
350
340
|
export var AssociateOrganizationalUnitRequest = [3, n0, _AOUR, 0, [_oUI, _nCA], [[0, 1], 0]];
|
|
351
341
|
export var AssociateOrganizationalUnitResponse = [3, n0, _AOURs, 0, [], []];
|
|
352
|
-
export var ConflictException = [
|
|
353
|
-
-3,
|
|
354
|
-
n0,
|
|
355
|
-
_CE,
|
|
356
|
-
{
|
|
357
|
-
[_e]: _c,
|
|
358
|
-
[_hE]: 409,
|
|
359
|
-
},
|
|
360
|
-
[_m, _rI],
|
|
361
|
-
[0, 0],
|
|
362
|
-
];
|
|
342
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI], [0, 0]];
|
|
363
343
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
364
344
|
export var CreateEventRuleRequest = [
|
|
365
345
|
3,
|
|
@@ -459,12 +439,7 @@ export var GetManagedNotificationChildEventRequest = [
|
|
|
459
439
|
[_a, _l],
|
|
460
440
|
[
|
|
461
441
|
[0, 1],
|
|
462
|
-
[
|
|
463
|
-
0,
|
|
464
|
-
{
|
|
465
|
-
[_hQ]: _l,
|
|
466
|
-
},
|
|
467
|
-
],
|
|
442
|
+
[0, { [_hQ]: _l }],
|
|
468
443
|
],
|
|
469
444
|
];
|
|
470
445
|
export var GetManagedNotificationChildEventResponse = [
|
|
@@ -492,12 +467,7 @@ export var GetManagedNotificationEventRequest = [
|
|
|
492
467
|
[_a, _l],
|
|
493
468
|
[
|
|
494
469
|
[0, 1],
|
|
495
|
-
[
|
|
496
|
-
0,
|
|
497
|
-
{
|
|
498
|
-
[_hQ]: _l,
|
|
499
|
-
},
|
|
500
|
-
],
|
|
470
|
+
[0, { [_hQ]: _l }],
|
|
501
471
|
],
|
|
502
472
|
];
|
|
503
473
|
export var GetManagedNotificationEventResponse = [
|
|
@@ -525,12 +495,7 @@ export var GetNotificationEventRequest = [
|
|
|
525
495
|
[_a, _l],
|
|
526
496
|
[
|
|
527
497
|
[0, 1],
|
|
528
|
-
[
|
|
529
|
-
0,
|
|
530
|
-
{
|
|
531
|
-
[_hQ]: _l,
|
|
532
|
-
},
|
|
533
|
-
],
|
|
498
|
+
[0, { [_hQ]: _l }],
|
|
534
499
|
],
|
|
535
500
|
];
|
|
536
501
|
export var GetNotificationEventResponse = [
|
|
@@ -550,17 +515,7 @@ export var GetNotificationsAccessForOrganizationResponse = [
|
|
|
550
515
|
[_nAFO],
|
|
551
516
|
[() => NotificationsAccessForOrganization],
|
|
552
517
|
];
|
|
553
|
-
export var InternalServerException = [
|
|
554
|
-
-3,
|
|
555
|
-
n0,
|
|
556
|
-
_ISE,
|
|
557
|
-
{
|
|
558
|
-
[_e]: _se,
|
|
559
|
-
[_hE]: 500,
|
|
560
|
-
},
|
|
561
|
-
[_m],
|
|
562
|
-
[0],
|
|
563
|
-
];
|
|
518
|
+
export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
564
519
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
565
520
|
export var ListChannelsRequest = [
|
|
566
521
|
3,
|
|
@@ -569,24 +524,9 @@ export var ListChannelsRequest = [
|
|
|
569
524
|
0,
|
|
570
525
|
[_nCA, _mRa, _nT],
|
|
571
526
|
[
|
|
572
|
-
[
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
[_hQ]: _nCA,
|
|
576
|
-
},
|
|
577
|
-
],
|
|
578
|
-
[
|
|
579
|
-
1,
|
|
580
|
-
{
|
|
581
|
-
[_hQ]: _mRa,
|
|
582
|
-
},
|
|
583
|
-
],
|
|
584
|
-
[
|
|
585
|
-
0,
|
|
586
|
-
{
|
|
587
|
-
[_hQ]: _nT,
|
|
588
|
-
},
|
|
589
|
-
],
|
|
527
|
+
[0, { [_hQ]: _nCA }],
|
|
528
|
+
[1, { [_hQ]: _mRa }],
|
|
529
|
+
[0, { [_hQ]: _nT }],
|
|
590
530
|
],
|
|
591
531
|
];
|
|
592
532
|
export var ListChannelsResponse = [3, n0, _LCRi, 0, [_nT, _ch], [0, 64 | 0]];
|
|
@@ -597,24 +537,9 @@ export var ListEventRulesRequest = [
|
|
|
597
537
|
0,
|
|
598
538
|
[_nCA, _mRa, _nT],
|
|
599
539
|
[
|
|
600
|
-
[
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
[_hQ]: _nCA,
|
|
604
|
-
},
|
|
605
|
-
],
|
|
606
|
-
[
|
|
607
|
-
1,
|
|
608
|
-
{
|
|
609
|
-
[_hQ]: _mRa,
|
|
610
|
-
},
|
|
611
|
-
],
|
|
612
|
-
[
|
|
613
|
-
0,
|
|
614
|
-
{
|
|
615
|
-
[_hQ]: _nT,
|
|
616
|
-
},
|
|
617
|
-
],
|
|
540
|
+
[0, { [_hQ]: _nCA }],
|
|
541
|
+
[1, { [_hQ]: _mRa }],
|
|
542
|
+
[0, { [_hQ]: _nT }],
|
|
618
543
|
],
|
|
619
544
|
];
|
|
620
545
|
export var ListEventRulesResponse = [3, n0, _LERRi, 0, [_nT, _eR], [0, () => EventRules]];
|
|
@@ -625,24 +550,9 @@ export var ListManagedNotificationChannelAssociationsRequest = [
|
|
|
625
550
|
0,
|
|
626
551
|
[_mNCA, _mRa, _nT],
|
|
627
552
|
[
|
|
628
|
-
[
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
[_hQ]: _mNCA,
|
|
632
|
-
},
|
|
633
|
-
],
|
|
634
|
-
[
|
|
635
|
-
1,
|
|
636
|
-
{
|
|
637
|
-
[_hQ]: _mRa,
|
|
638
|
-
},
|
|
639
|
-
],
|
|
640
|
-
[
|
|
641
|
-
0,
|
|
642
|
-
{
|
|
643
|
-
[_hQ]: _nT,
|
|
644
|
-
},
|
|
645
|
-
],
|
|
553
|
+
[0, { [_hQ]: _mNCA }],
|
|
554
|
+
[1, { [_hQ]: _mRa }],
|
|
555
|
+
[0, { [_hQ]: _nT }],
|
|
646
556
|
],
|
|
647
557
|
];
|
|
648
558
|
export var ListManagedNotificationChannelAssociationsResponse = [
|
|
@@ -661,48 +571,13 @@ export var ListManagedNotificationChildEventsRequest = [
|
|
|
661
571
|
[_aMNEA, _sT, _eTn, _l, _mRa, _rA, _oUI, _nT],
|
|
662
572
|
[
|
|
663
573
|
[0, 1],
|
|
664
|
-
[
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
],
|
|
670
|
-
[
|
|
671
|
-
5,
|
|
672
|
-
{
|
|
673
|
-
[_hQ]: _eTn,
|
|
674
|
-
},
|
|
675
|
-
],
|
|
676
|
-
[
|
|
677
|
-
0,
|
|
678
|
-
{
|
|
679
|
-
[_hQ]: _l,
|
|
680
|
-
},
|
|
681
|
-
],
|
|
682
|
-
[
|
|
683
|
-
1,
|
|
684
|
-
{
|
|
685
|
-
[_hQ]: _mRa,
|
|
686
|
-
},
|
|
687
|
-
],
|
|
688
|
-
[
|
|
689
|
-
0,
|
|
690
|
-
{
|
|
691
|
-
[_hQ]: _rA,
|
|
692
|
-
},
|
|
693
|
-
],
|
|
694
|
-
[
|
|
695
|
-
0,
|
|
696
|
-
{
|
|
697
|
-
[_hQ]: _oUI,
|
|
698
|
-
},
|
|
699
|
-
],
|
|
700
|
-
[
|
|
701
|
-
0,
|
|
702
|
-
{
|
|
703
|
-
[_hQ]: _nT,
|
|
704
|
-
},
|
|
705
|
-
],
|
|
574
|
+
[5, { [_hQ]: _sT }],
|
|
575
|
+
[5, { [_hQ]: _eTn }],
|
|
576
|
+
[0, { [_hQ]: _l }],
|
|
577
|
+
[1, { [_hQ]: _mRa }],
|
|
578
|
+
[0, { [_hQ]: _rA }],
|
|
579
|
+
[0, { [_hQ]: _oUI }],
|
|
580
|
+
[0, { [_hQ]: _nT }],
|
|
706
581
|
],
|
|
707
582
|
];
|
|
708
583
|
export var ListManagedNotificationChildEventsResponse = [
|
|
@@ -720,24 +595,9 @@ export var ListManagedNotificationConfigurationsRequest = [
|
|
|
720
595
|
0,
|
|
721
596
|
[_cIh, _mRa, _nT],
|
|
722
597
|
[
|
|
723
|
-
[
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
[_hQ]: _cIh,
|
|
727
|
-
},
|
|
728
|
-
],
|
|
729
|
-
[
|
|
730
|
-
1,
|
|
731
|
-
{
|
|
732
|
-
[_hQ]: _mRa,
|
|
733
|
-
},
|
|
734
|
-
],
|
|
735
|
-
[
|
|
736
|
-
0,
|
|
737
|
-
{
|
|
738
|
-
[_hQ]: _nT,
|
|
739
|
-
},
|
|
740
|
-
],
|
|
598
|
+
[0, { [_hQ]: _cIh }],
|
|
599
|
+
[1, { [_hQ]: _mRa }],
|
|
600
|
+
[0, { [_hQ]: _nT }],
|
|
741
601
|
],
|
|
742
602
|
];
|
|
743
603
|
export var ListManagedNotificationConfigurationsResponse = [
|
|
@@ -755,54 +615,14 @@ export var ListManagedNotificationEventsRequest = [
|
|
|
755
615
|
0,
|
|
756
616
|
[_sT, _eTn, _l, _s, _mRa, _nT, _oUI, _rA],
|
|
757
617
|
[
|
|
758
|
-
[
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
],
|
|
764
|
-
[
|
|
765
|
-
|
|
766
|
-
{
|
|
767
|
-
[_hQ]: _eTn,
|
|
768
|
-
},
|
|
769
|
-
],
|
|
770
|
-
[
|
|
771
|
-
0,
|
|
772
|
-
{
|
|
773
|
-
[_hQ]: _l,
|
|
774
|
-
},
|
|
775
|
-
],
|
|
776
|
-
[
|
|
777
|
-
0,
|
|
778
|
-
{
|
|
779
|
-
[_hQ]: _s,
|
|
780
|
-
},
|
|
781
|
-
],
|
|
782
|
-
[
|
|
783
|
-
1,
|
|
784
|
-
{
|
|
785
|
-
[_hQ]: _mRa,
|
|
786
|
-
},
|
|
787
|
-
],
|
|
788
|
-
[
|
|
789
|
-
0,
|
|
790
|
-
{
|
|
791
|
-
[_hQ]: _nT,
|
|
792
|
-
},
|
|
793
|
-
],
|
|
794
|
-
[
|
|
795
|
-
0,
|
|
796
|
-
{
|
|
797
|
-
[_hQ]: _oUI,
|
|
798
|
-
},
|
|
799
|
-
],
|
|
800
|
-
[
|
|
801
|
-
0,
|
|
802
|
-
{
|
|
803
|
-
[_hQ]: _rA,
|
|
804
|
-
},
|
|
805
|
-
],
|
|
618
|
+
[5, { [_hQ]: _sT }],
|
|
619
|
+
[5, { [_hQ]: _eTn }],
|
|
620
|
+
[0, { [_hQ]: _l }],
|
|
621
|
+
[0, { [_hQ]: _s }],
|
|
622
|
+
[1, { [_hQ]: _mRa }],
|
|
623
|
+
[0, { [_hQ]: _nT }],
|
|
624
|
+
[0, { [_hQ]: _oUI }],
|
|
625
|
+
[0, { [_hQ]: _rA }],
|
|
806
626
|
],
|
|
807
627
|
];
|
|
808
628
|
export var ListManagedNotificationEventsResponse = [
|
|
@@ -820,42 +640,12 @@ export var ListMemberAccountsRequest = [
|
|
|
820
640
|
0,
|
|
821
641
|
[_nCA, _mRa, _nT, _mA, _st, _oUI],
|
|
822
642
|
[
|
|
823
|
-
[
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
],
|
|
829
|
-
[
|
|
830
|
-
1,
|
|
831
|
-
{
|
|
832
|
-
[_hQ]: _mRa,
|
|
833
|
-
},
|
|
834
|
-
],
|
|
835
|
-
[
|
|
836
|
-
0,
|
|
837
|
-
{
|
|
838
|
-
[_hQ]: _nT,
|
|
839
|
-
},
|
|
840
|
-
],
|
|
841
|
-
[
|
|
842
|
-
0,
|
|
843
|
-
{
|
|
844
|
-
[_hQ]: _mA,
|
|
845
|
-
},
|
|
846
|
-
],
|
|
847
|
-
[
|
|
848
|
-
0,
|
|
849
|
-
{
|
|
850
|
-
[_hQ]: _st,
|
|
851
|
-
},
|
|
852
|
-
],
|
|
853
|
-
[
|
|
854
|
-
0,
|
|
855
|
-
{
|
|
856
|
-
[_hQ]: _oUI,
|
|
857
|
-
},
|
|
858
|
-
],
|
|
643
|
+
[0, { [_hQ]: _nCA }],
|
|
644
|
+
[1, { [_hQ]: _mRa }],
|
|
645
|
+
[0, { [_hQ]: _nT }],
|
|
646
|
+
[0, { [_hQ]: _mA }],
|
|
647
|
+
[0, { [_hQ]: _st }],
|
|
648
|
+
[0, { [_hQ]: _oUI }],
|
|
859
649
|
],
|
|
860
650
|
];
|
|
861
651
|
export var ListMemberAccountsResponse = [
|
|
@@ -873,42 +663,12 @@ export var ListNotificationConfigurationsRequest = [
|
|
|
873
663
|
0,
|
|
874
664
|
[_eRS, _cA, _st, _su, _mRa, _nT],
|
|
875
665
|
[
|
|
876
|
-
[
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
],
|
|
882
|
-
[
|
|
883
|
-
0,
|
|
884
|
-
{
|
|
885
|
-
[_hQ]: _cA,
|
|
886
|
-
},
|
|
887
|
-
],
|
|
888
|
-
[
|
|
889
|
-
0,
|
|
890
|
-
{
|
|
891
|
-
[_hQ]: _st,
|
|
892
|
-
},
|
|
893
|
-
],
|
|
894
|
-
[
|
|
895
|
-
0,
|
|
896
|
-
{
|
|
897
|
-
[_hQ]: _su,
|
|
898
|
-
},
|
|
899
|
-
],
|
|
900
|
-
[
|
|
901
|
-
1,
|
|
902
|
-
{
|
|
903
|
-
[_hQ]: _mRa,
|
|
904
|
-
},
|
|
905
|
-
],
|
|
906
|
-
[
|
|
907
|
-
0,
|
|
908
|
-
{
|
|
909
|
-
[_hQ]: _nT,
|
|
910
|
-
},
|
|
911
|
-
],
|
|
666
|
+
[0, { [_hQ]: _eRS }],
|
|
667
|
+
[0, { [_hQ]: _cA }],
|
|
668
|
+
[0, { [_hQ]: _st }],
|
|
669
|
+
[0, { [_hQ]: _su }],
|
|
670
|
+
[1, { [_hQ]: _mRa }],
|
|
671
|
+
[0, { [_hQ]: _nT }],
|
|
912
672
|
],
|
|
913
673
|
];
|
|
914
674
|
export var ListNotificationConfigurationsResponse = [
|
|
@@ -926,60 +686,15 @@ export var ListNotificationEventsRequest = [
|
|
|
926
686
|
0,
|
|
927
687
|
[_sT, _eTn, _l, _s, _iCE, _aNEA, _mRa, _nT, _oUI],
|
|
928
688
|
[
|
|
929
|
-
[
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
],
|
|
935
|
-
[
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
[_hQ]: _eTn,
|
|
939
|
-
},
|
|
940
|
-
],
|
|
941
|
-
[
|
|
942
|
-
0,
|
|
943
|
-
{
|
|
944
|
-
[_hQ]: _l,
|
|
945
|
-
},
|
|
946
|
-
],
|
|
947
|
-
[
|
|
948
|
-
0,
|
|
949
|
-
{
|
|
950
|
-
[_hQ]: _s,
|
|
951
|
-
},
|
|
952
|
-
],
|
|
953
|
-
[
|
|
954
|
-
2,
|
|
955
|
-
{
|
|
956
|
-
[_hQ]: _iCE,
|
|
957
|
-
},
|
|
958
|
-
],
|
|
959
|
-
[
|
|
960
|
-
0,
|
|
961
|
-
{
|
|
962
|
-
[_hQ]: _aNEA,
|
|
963
|
-
},
|
|
964
|
-
],
|
|
965
|
-
[
|
|
966
|
-
1,
|
|
967
|
-
{
|
|
968
|
-
[_hQ]: _mRa,
|
|
969
|
-
},
|
|
970
|
-
],
|
|
971
|
-
[
|
|
972
|
-
0,
|
|
973
|
-
{
|
|
974
|
-
[_hQ]: _nT,
|
|
975
|
-
},
|
|
976
|
-
],
|
|
977
|
-
[
|
|
978
|
-
0,
|
|
979
|
-
{
|
|
980
|
-
[_hQ]: _oUI,
|
|
981
|
-
},
|
|
982
|
-
],
|
|
689
|
+
[5, { [_hQ]: _sT }],
|
|
690
|
+
[5, { [_hQ]: _eTn }],
|
|
691
|
+
[0, { [_hQ]: _l }],
|
|
692
|
+
[0, { [_hQ]: _s }],
|
|
693
|
+
[2, { [_hQ]: _iCE }],
|
|
694
|
+
[0, { [_hQ]: _aNEA }],
|
|
695
|
+
[1, { [_hQ]: _mRa }],
|
|
696
|
+
[0, { [_hQ]: _nT }],
|
|
697
|
+
[0, { [_hQ]: _oUI }],
|
|
983
698
|
],
|
|
984
699
|
];
|
|
985
700
|
export var ListNotificationEventsResponse = [
|
|
@@ -997,18 +712,8 @@ export var ListNotificationHubsRequest = [
|
|
|
997
712
|
0,
|
|
998
713
|
[_mRa, _nT],
|
|
999
714
|
[
|
|
1000
|
-
[
|
|
1001
|
-
|
|
1002
|
-
{
|
|
1003
|
-
[_hQ]: _mRa,
|
|
1004
|
-
},
|
|
1005
|
-
],
|
|
1006
|
-
[
|
|
1007
|
-
0,
|
|
1008
|
-
{
|
|
1009
|
-
[_hQ]: _nT,
|
|
1010
|
-
},
|
|
1011
|
-
],
|
|
715
|
+
[1, { [_hQ]: _mRa }],
|
|
716
|
+
[0, { [_hQ]: _nT }],
|
|
1012
717
|
],
|
|
1013
718
|
];
|
|
1014
719
|
export var ListNotificationHubsResponse = [
|
|
@@ -1026,24 +731,9 @@ export var ListOrganizationalUnitsRequest = [
|
|
|
1026
731
|
0,
|
|
1027
732
|
[_nCA, _mRa, _nT],
|
|
1028
733
|
[
|
|
1029
|
-
[
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
[_hQ]: _nCA,
|
|
1033
|
-
},
|
|
1034
|
-
],
|
|
1035
|
-
[
|
|
1036
|
-
1,
|
|
1037
|
-
{
|
|
1038
|
-
[_hQ]: _mRa,
|
|
1039
|
-
},
|
|
1040
|
-
],
|
|
1041
|
-
[
|
|
1042
|
-
0,
|
|
1043
|
-
{
|
|
1044
|
-
[_hQ]: _nT,
|
|
1045
|
-
},
|
|
1046
|
-
],
|
|
734
|
+
[0, { [_hQ]: _nCA }],
|
|
735
|
+
[1, { [_hQ]: _mRa }],
|
|
736
|
+
[0, { [_hQ]: _nT }],
|
|
1047
737
|
],
|
|
1048
738
|
];
|
|
1049
739
|
export var ListOrganizationalUnitsResponse = [3, n0, _LOURi, 0, [_oU, _nT], [64 | 0, 0]];
|
|
@@ -1187,26 +877,13 @@ export var RegisterNotificationHubResponse = [
|
|
|
1187
877
|
[0, () => NotificationHubStatusSummary, 5, 5],
|
|
1188
878
|
];
|
|
1189
879
|
export var Resource = [3, n0, _R, 0, [_i, _a, _dU, _t], [0, 0, 0, 64 | 0]];
|
|
1190
|
-
export var ResourceNotFoundException = [
|
|
1191
|
-
-3,
|
|
1192
|
-
n0,
|
|
1193
|
-
_RNFE,
|
|
1194
|
-
{
|
|
1195
|
-
[_e]: _c,
|
|
1196
|
-
[_hE]: 404,
|
|
1197
|
-
},
|
|
1198
|
-
[_m, _rI],
|
|
1199
|
-
[0, 0],
|
|
1200
|
-
];
|
|
880
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m, _rI], [0, 0]];
|
|
1201
881
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
1202
882
|
export var ServiceQuotaExceededException = [
|
|
1203
883
|
-3,
|
|
1204
884
|
n0,
|
|
1205
885
|
_SQEE,
|
|
1206
|
-
{
|
|
1207
|
-
[_e]: _c,
|
|
1208
|
-
[_hE]: 402,
|
|
1209
|
-
},
|
|
886
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
1210
887
|
[_m, _rT, _rI, _sCe, _qC],
|
|
1211
888
|
[0, 0, 0, 0, 0],
|
|
1212
889
|
];
|
|
@@ -1229,22 +906,9 @@ export var ThrottlingException = [
|
|
|
1229
906
|
-3,
|
|
1230
907
|
n0,
|
|
1231
908
|
_TE,
|
|
1232
|
-
{
|
|
1233
|
-
[_e]: _c,
|
|
1234
|
-
[_hE]: 429,
|
|
1235
|
-
},
|
|
909
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
1236
910
|
[_m, _sCe, _qC, _rAS],
|
|
1237
|
-
[
|
|
1238
|
-
0,
|
|
1239
|
-
0,
|
|
1240
|
-
0,
|
|
1241
|
-
[
|
|
1242
|
-
1,
|
|
1243
|
-
{
|
|
1244
|
-
[_hH]: _RA,
|
|
1245
|
-
},
|
|
1246
|
-
],
|
|
1247
|
-
],
|
|
911
|
+
[0, 0, 0, [1, { [_hH]: _RA }]],
|
|
1248
912
|
];
|
|
1249
913
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
1250
914
|
export var UntagResourceRequest = [
|
|
@@ -1255,12 +919,7 @@ export var UntagResourceRequest = [
|
|
|
1255
919
|
[_a, _tK],
|
|
1256
920
|
[
|
|
1257
921
|
[0, 1],
|
|
1258
|
-
[
|
|
1259
|
-
64 | 0,
|
|
1260
|
-
{
|
|
1261
|
-
[_hQ]: _tK,
|
|
1262
|
-
},
|
|
1263
|
-
],
|
|
922
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
1264
923
|
],
|
|
1265
924
|
];
|
|
1266
925
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -1286,16 +945,12 @@ export var ValidationException = [
|
|
|
1286
945
|
-3,
|
|
1287
946
|
n0,
|
|
1288
947
|
_VE,
|
|
1289
|
-
{
|
|
1290
|
-
[_e]: _c,
|
|
1291
|
-
[_hE]: 400,
|
|
1292
|
-
},
|
|
948
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1293
949
|
[_m, _re, _fL],
|
|
1294
950
|
[0, 0, () => ValidationExceptionFieldList],
|
|
1295
951
|
];
|
|
1296
952
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
1297
953
|
export var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
|
|
1298
|
-
export var __Unit = "unit";
|
|
1299
954
|
export var NotificationsServiceException = [-3, _sm, "NotificationsServiceException", 0, [], []];
|
|
1300
955
|
TypeRegistry.for(_sm).registerError(NotificationsServiceException, __NotificationsServiceException);
|
|
1301
956
|
export var AggregatedNotificationRegions = 64 | 0;
|
|
@@ -1348,9 +1003,7 @@ export var AssociateChannel = [
|
|
|
1348
1003
|
9,
|
|
1349
1004
|
n0,
|
|
1350
1005
|
_AC,
|
|
1351
|
-
{
|
|
1352
|
-
[_ht]: ["POST", "/channels/associate/{arn}", 201],
|
|
1353
|
-
},
|
|
1006
|
+
{ [_ht]: ["POST", "/channels/associate/{arn}", 201] },
|
|
1354
1007
|
() => AssociateChannelRequest,
|
|
1355
1008
|
() => AssociateChannelResponse,
|
|
1356
1009
|
];
|
|
@@ -1358,9 +1011,7 @@ export var AssociateManagedNotificationAccountContact = [
|
|
|
1358
1011
|
9,
|
|
1359
1012
|
n0,
|
|
1360
1013
|
_AMNAC,
|
|
1361
|
-
{
|
|
1362
|
-
[_ht]: ["PUT", "/contacts/associate-managed-notification/{contactIdentifier}", 201],
|
|
1363
|
-
},
|
|
1014
|
+
{ [_ht]: ["PUT", "/contacts/associate-managed-notification/{contactIdentifier}", 201] },
|
|
1364
1015
|
() => AssociateManagedNotificationAccountContactRequest,
|
|
1365
1016
|
() => AssociateManagedNotificationAccountContactResponse,
|
|
1366
1017
|
];
|
|
@@ -1368,9 +1019,7 @@ export var AssociateManagedNotificationAdditionalChannel = [
|
|
|
1368
1019
|
9,
|
|
1369
1020
|
n0,
|
|
1370
1021
|
_AMNACs,
|
|
1371
|
-
{
|
|
1372
|
-
[_ht]: ["PUT", "/channels/associate-managed-notification/{channelArn}", 201],
|
|
1373
|
-
},
|
|
1022
|
+
{ [_ht]: ["PUT", "/channels/associate-managed-notification/{channelArn}", 201] },
|
|
1374
1023
|
() => AssociateManagedNotificationAdditionalChannelRequest,
|
|
1375
1024
|
() => AssociateManagedNotificationAdditionalChannelResponse,
|
|
1376
1025
|
];
|
|
@@ -1378,9 +1027,7 @@ export var AssociateOrganizationalUnit = [
|
|
|
1378
1027
|
9,
|
|
1379
1028
|
n0,
|
|
1380
1029
|
_AOU,
|
|
1381
|
-
{
|
|
1382
|
-
[_ht]: ["POST", "/organizational-units/associate/{organizationalUnitId}", 201],
|
|
1383
|
-
},
|
|
1030
|
+
{ [_ht]: ["POST", "/organizational-units/associate/{organizationalUnitId}", 201] },
|
|
1384
1031
|
() => AssociateOrganizationalUnitRequest,
|
|
1385
1032
|
() => AssociateOrganizationalUnitResponse,
|
|
1386
1033
|
];
|
|
@@ -1388,9 +1035,7 @@ export var CreateEventRule = [
|
|
|
1388
1035
|
9,
|
|
1389
1036
|
n0,
|
|
1390
1037
|
_CER,
|
|
1391
|
-
{
|
|
1392
|
-
[_ht]: ["POST", "/event-rules", 201],
|
|
1393
|
-
},
|
|
1038
|
+
{ [_ht]: ["POST", "/event-rules", 201] },
|
|
1394
1039
|
() => CreateEventRuleRequest,
|
|
1395
1040
|
() => CreateEventRuleResponse,
|
|
1396
1041
|
];
|
|
@@ -1398,9 +1043,7 @@ export var CreateNotificationConfiguration = [
|
|
|
1398
1043
|
9,
|
|
1399
1044
|
n0,
|
|
1400
1045
|
_CNC,
|
|
1401
|
-
{
|
|
1402
|
-
[_ht]: ["POST", "/notification-configurations", 201],
|
|
1403
|
-
},
|
|
1046
|
+
{ [_ht]: ["POST", "/notification-configurations", 201] },
|
|
1404
1047
|
() => CreateNotificationConfigurationRequest,
|
|
1405
1048
|
() => CreateNotificationConfigurationResponse,
|
|
1406
1049
|
];
|
|
@@ -1408,9 +1051,7 @@ export var DeleteEventRule = [
|
|
|
1408
1051
|
9,
|
|
1409
1052
|
n0,
|
|
1410
1053
|
_DER,
|
|
1411
|
-
{
|
|
1412
|
-
[_ht]: ["DELETE", "/event-rules/{arn}", 200],
|
|
1413
|
-
},
|
|
1054
|
+
{ [_ht]: ["DELETE", "/event-rules/{arn}", 200] },
|
|
1414
1055
|
() => DeleteEventRuleRequest,
|
|
1415
1056
|
() => DeleteEventRuleResponse,
|
|
1416
1057
|
];
|
|
@@ -1418,9 +1059,7 @@ export var DeleteNotificationConfiguration = [
|
|
|
1418
1059
|
9,
|
|
1419
1060
|
n0,
|
|
1420
1061
|
_DNC,
|
|
1421
|
-
{
|
|
1422
|
-
[_ht]: ["DELETE", "/notification-configurations/{arn}", 200],
|
|
1423
|
-
},
|
|
1062
|
+
{ [_ht]: ["DELETE", "/notification-configurations/{arn}", 200] },
|
|
1424
1063
|
() => DeleteNotificationConfigurationRequest,
|
|
1425
1064
|
() => DeleteNotificationConfigurationResponse,
|
|
1426
1065
|
];
|
|
@@ -1428,9 +1067,7 @@ export var DeregisterNotificationHub = [
|
|
|
1428
1067
|
9,
|
|
1429
1068
|
n0,
|
|
1430
1069
|
_DNH,
|
|
1431
|
-
{
|
|
1432
|
-
[_ht]: ["DELETE", "/notification-hubs/{notificationHubRegion}", 200],
|
|
1433
|
-
},
|
|
1070
|
+
{ [_ht]: ["DELETE", "/notification-hubs/{notificationHubRegion}", 200] },
|
|
1434
1071
|
() => DeregisterNotificationHubRequest,
|
|
1435
1072
|
() => DeregisterNotificationHubResponse,
|
|
1436
1073
|
];
|
|
@@ -1438,9 +1075,7 @@ export var DisableNotificationsAccessForOrganization = [
|
|
|
1438
1075
|
9,
|
|
1439
1076
|
n0,
|
|
1440
1077
|
_DNAFO,
|
|
1441
|
-
{
|
|
1442
|
-
[_ht]: ["DELETE", "/organization/access", 200],
|
|
1443
|
-
},
|
|
1078
|
+
{ [_ht]: ["DELETE", "/organization/access", 200] },
|
|
1444
1079
|
() => DisableNotificationsAccessForOrganizationRequest,
|
|
1445
1080
|
() => DisableNotificationsAccessForOrganizationResponse,
|
|
1446
1081
|
];
|
|
@@ -1448,9 +1083,7 @@ export var DisassociateChannel = [
|
|
|
1448
1083
|
9,
|
|
1449
1084
|
n0,
|
|
1450
1085
|
_DC,
|
|
1451
|
-
{
|
|
1452
|
-
[_ht]: ["POST", "/channels/disassociate/{arn}", 200],
|
|
1453
|
-
},
|
|
1086
|
+
{ [_ht]: ["POST", "/channels/disassociate/{arn}", 200] },
|
|
1454
1087
|
() => DisassociateChannelRequest,
|
|
1455
1088
|
() => DisassociateChannelResponse,
|
|
1456
1089
|
];
|
|
@@ -1458,9 +1091,7 @@ export var DisassociateManagedNotificationAccountContact = [
|
|
|
1458
1091
|
9,
|
|
1459
1092
|
n0,
|
|
1460
1093
|
_DMNAC,
|
|
1461
|
-
{
|
|
1462
|
-
[_ht]: ["PUT", "/contacts/disassociate-managed-notification/{contactIdentifier}", 200],
|
|
1463
|
-
},
|
|
1094
|
+
{ [_ht]: ["PUT", "/contacts/disassociate-managed-notification/{contactIdentifier}", 200] },
|
|
1464
1095
|
() => DisassociateManagedNotificationAccountContactRequest,
|
|
1465
1096
|
() => DisassociateManagedNotificationAccountContactResponse,
|
|
1466
1097
|
];
|
|
@@ -1468,9 +1099,7 @@ export var DisassociateManagedNotificationAdditionalChannel = [
|
|
|
1468
1099
|
9,
|
|
1469
1100
|
n0,
|
|
1470
1101
|
_DMNACi,
|
|
1471
|
-
{
|
|
1472
|
-
[_ht]: ["PUT", "/channels/disassociate-managed-notification/{channelArn}", 200],
|
|
1473
|
-
},
|
|
1102
|
+
{ [_ht]: ["PUT", "/channels/disassociate-managed-notification/{channelArn}", 200] },
|
|
1474
1103
|
() => DisassociateManagedNotificationAdditionalChannelRequest,
|
|
1475
1104
|
() => DisassociateManagedNotificationAdditionalChannelResponse,
|
|
1476
1105
|
];
|
|
@@ -1478,9 +1107,7 @@ export var DisassociateOrganizationalUnit = [
|
|
|
1478
1107
|
9,
|
|
1479
1108
|
n0,
|
|
1480
1109
|
_DOU,
|
|
1481
|
-
{
|
|
1482
|
-
[_ht]: ["POST", "/organizational-units/disassociate/{organizationalUnitId}", 200],
|
|
1483
|
-
},
|
|
1110
|
+
{ [_ht]: ["POST", "/organizational-units/disassociate/{organizationalUnitId}", 200] },
|
|
1484
1111
|
() => DisassociateOrganizationalUnitRequest,
|
|
1485
1112
|
() => DisassociateOrganizationalUnitResponse,
|
|
1486
1113
|
];
|
|
@@ -1488,9 +1115,7 @@ export var EnableNotificationsAccessForOrganization = [
|
|
|
1488
1115
|
9,
|
|
1489
1116
|
n0,
|
|
1490
1117
|
_ENAFO,
|
|
1491
|
-
{
|
|
1492
|
-
[_ht]: ["POST", "/organization/access", 200],
|
|
1493
|
-
},
|
|
1118
|
+
{ [_ht]: ["POST", "/organization/access", 200] },
|
|
1494
1119
|
() => EnableNotificationsAccessForOrganizationRequest,
|
|
1495
1120
|
() => EnableNotificationsAccessForOrganizationResponse,
|
|
1496
1121
|
];
|
|
@@ -1498,9 +1123,7 @@ export var GetEventRule = [
|
|
|
1498
1123
|
9,
|
|
1499
1124
|
n0,
|
|
1500
1125
|
_GER,
|
|
1501
|
-
{
|
|
1502
|
-
[_ht]: ["GET", "/event-rules/{arn}", 200],
|
|
1503
|
-
},
|
|
1126
|
+
{ [_ht]: ["GET", "/event-rules/{arn}", 200] },
|
|
1504
1127
|
() => GetEventRuleRequest,
|
|
1505
1128
|
() => GetEventRuleResponse,
|
|
1506
1129
|
];
|
|
@@ -1508,9 +1131,7 @@ export var GetManagedNotificationChildEvent = [
|
|
|
1508
1131
|
9,
|
|
1509
1132
|
n0,
|
|
1510
1133
|
_GMNCE,
|
|
1511
|
-
{
|
|
1512
|
-
[_ht]: ["GET", "/managed-notification-child-events/{arn}", 200],
|
|
1513
|
-
},
|
|
1134
|
+
{ [_ht]: ["GET", "/managed-notification-child-events/{arn}", 200] },
|
|
1514
1135
|
() => GetManagedNotificationChildEventRequest,
|
|
1515
1136
|
() => GetManagedNotificationChildEventResponse,
|
|
1516
1137
|
];
|
|
@@ -1518,9 +1139,7 @@ export var GetManagedNotificationConfiguration = [
|
|
|
1518
1139
|
9,
|
|
1519
1140
|
n0,
|
|
1520
1141
|
_GMNC,
|
|
1521
|
-
{
|
|
1522
|
-
[_ht]: ["GET", "/managed-notification-configurations/{arn}", 200],
|
|
1523
|
-
},
|
|
1142
|
+
{ [_ht]: ["GET", "/managed-notification-configurations/{arn}", 200] },
|
|
1524
1143
|
() => GetManagedNotificationConfigurationRequest,
|
|
1525
1144
|
() => GetManagedNotificationConfigurationResponse,
|
|
1526
1145
|
];
|
|
@@ -1528,9 +1147,7 @@ export var GetManagedNotificationEvent = [
|
|
|
1528
1147
|
9,
|
|
1529
1148
|
n0,
|
|
1530
1149
|
_GMNE,
|
|
1531
|
-
{
|
|
1532
|
-
[_ht]: ["GET", "/managed-notification-events/{arn}", 200],
|
|
1533
|
-
},
|
|
1150
|
+
{ [_ht]: ["GET", "/managed-notification-events/{arn}", 200] },
|
|
1534
1151
|
() => GetManagedNotificationEventRequest,
|
|
1535
1152
|
() => GetManagedNotificationEventResponse,
|
|
1536
1153
|
];
|
|
@@ -1538,9 +1155,7 @@ export var GetNotificationConfiguration = [
|
|
|
1538
1155
|
9,
|
|
1539
1156
|
n0,
|
|
1540
1157
|
_GNC,
|
|
1541
|
-
{
|
|
1542
|
-
[_ht]: ["GET", "/notification-configurations/{arn}", 200],
|
|
1543
|
-
},
|
|
1158
|
+
{ [_ht]: ["GET", "/notification-configurations/{arn}", 200] },
|
|
1544
1159
|
() => GetNotificationConfigurationRequest,
|
|
1545
1160
|
() => GetNotificationConfigurationResponse,
|
|
1546
1161
|
];
|
|
@@ -1548,9 +1163,7 @@ export var GetNotificationEvent = [
|
|
|
1548
1163
|
9,
|
|
1549
1164
|
n0,
|
|
1550
1165
|
_GNE,
|
|
1551
|
-
{
|
|
1552
|
-
[_ht]: ["GET", "/notification-events/{arn}", 200],
|
|
1553
|
-
},
|
|
1166
|
+
{ [_ht]: ["GET", "/notification-events/{arn}", 200] },
|
|
1554
1167
|
() => GetNotificationEventRequest,
|
|
1555
1168
|
() => GetNotificationEventResponse,
|
|
1556
1169
|
];
|
|
@@ -1558,9 +1171,7 @@ export var GetNotificationsAccessForOrganization = [
|
|
|
1558
1171
|
9,
|
|
1559
1172
|
n0,
|
|
1560
1173
|
_GNAFO,
|
|
1561
|
-
{
|
|
1562
|
-
[_ht]: ["GET", "/organization/access", 200],
|
|
1563
|
-
},
|
|
1174
|
+
{ [_ht]: ["GET", "/organization/access", 200] },
|
|
1564
1175
|
() => GetNotificationsAccessForOrganizationRequest,
|
|
1565
1176
|
() => GetNotificationsAccessForOrganizationResponse,
|
|
1566
1177
|
];
|
|
@@ -1568,9 +1179,7 @@ export var ListChannels = [
|
|
|
1568
1179
|
9,
|
|
1569
1180
|
n0,
|
|
1570
1181
|
_LC,
|
|
1571
|
-
{
|
|
1572
|
-
[_ht]: ["GET", "/channels", 200],
|
|
1573
|
-
},
|
|
1182
|
+
{ [_ht]: ["GET", "/channels", 200] },
|
|
1574
1183
|
() => ListChannelsRequest,
|
|
1575
1184
|
() => ListChannelsResponse,
|
|
1576
1185
|
];
|
|
@@ -1578,9 +1187,7 @@ export var ListEventRules = [
|
|
|
1578
1187
|
9,
|
|
1579
1188
|
n0,
|
|
1580
1189
|
_LER,
|
|
1581
|
-
{
|
|
1582
|
-
[_ht]: ["GET", "/event-rules", 200],
|
|
1583
|
-
},
|
|
1190
|
+
{ [_ht]: ["GET", "/event-rules", 200] },
|
|
1584
1191
|
() => ListEventRulesRequest,
|
|
1585
1192
|
() => ListEventRulesResponse,
|
|
1586
1193
|
];
|
|
@@ -1588,9 +1195,7 @@ export var ListManagedNotificationChannelAssociations = [
|
|
|
1588
1195
|
9,
|
|
1589
1196
|
n0,
|
|
1590
1197
|
_LMNCA,
|
|
1591
|
-
{
|
|
1592
|
-
[_ht]: ["GET", "/channels/list-managed-notification-channel-associations", 200],
|
|
1593
|
-
},
|
|
1198
|
+
{ [_ht]: ["GET", "/channels/list-managed-notification-channel-associations", 200] },
|
|
1594
1199
|
() => ListManagedNotificationChannelAssociationsRequest,
|
|
1595
1200
|
() => ListManagedNotificationChannelAssociationsResponse,
|
|
1596
1201
|
];
|
|
@@ -1598,9 +1203,7 @@ export var ListManagedNotificationChildEvents = [
|
|
|
1598
1203
|
9,
|
|
1599
1204
|
n0,
|
|
1600
1205
|
_LMNCE,
|
|
1601
|
-
{
|
|
1602
|
-
[_ht]: ["GET", "/list-managed-notification-child-events/{aggregateManagedNotificationEventArn}", 200],
|
|
1603
|
-
},
|
|
1206
|
+
{ [_ht]: ["GET", "/list-managed-notification-child-events/{aggregateManagedNotificationEventArn}", 200] },
|
|
1604
1207
|
() => ListManagedNotificationChildEventsRequest,
|
|
1605
1208
|
() => ListManagedNotificationChildEventsResponse,
|
|
1606
1209
|
];
|
|
@@ -1608,9 +1211,7 @@ export var ListManagedNotificationConfigurations = [
|
|
|
1608
1211
|
9,
|
|
1609
1212
|
n0,
|
|
1610
1213
|
_LMNC,
|
|
1611
|
-
{
|
|
1612
|
-
[_ht]: ["GET", "/managed-notification-configurations", 200],
|
|
1613
|
-
},
|
|
1214
|
+
{ [_ht]: ["GET", "/managed-notification-configurations", 200] },
|
|
1614
1215
|
() => ListManagedNotificationConfigurationsRequest,
|
|
1615
1216
|
() => ListManagedNotificationConfigurationsResponse,
|
|
1616
1217
|
];
|
|
@@ -1618,9 +1219,7 @@ export var ListManagedNotificationEvents = [
|
|
|
1618
1219
|
9,
|
|
1619
1220
|
n0,
|
|
1620
1221
|
_LMNE,
|
|
1621
|
-
{
|
|
1622
|
-
[_ht]: ["GET", "/managed-notification-events", 200],
|
|
1623
|
-
},
|
|
1222
|
+
{ [_ht]: ["GET", "/managed-notification-events", 200] },
|
|
1624
1223
|
() => ListManagedNotificationEventsRequest,
|
|
1625
1224
|
() => ListManagedNotificationEventsResponse,
|
|
1626
1225
|
];
|
|
@@ -1628,9 +1227,7 @@ export var ListMemberAccounts = [
|
|
|
1628
1227
|
9,
|
|
1629
1228
|
n0,
|
|
1630
1229
|
_LMA,
|
|
1631
|
-
{
|
|
1632
|
-
[_ht]: ["GET", "/list-member-accounts", 200],
|
|
1633
|
-
},
|
|
1230
|
+
{ [_ht]: ["GET", "/list-member-accounts", 200] },
|
|
1634
1231
|
() => ListMemberAccountsRequest,
|
|
1635
1232
|
() => ListMemberAccountsResponse,
|
|
1636
1233
|
];
|
|
@@ -1638,9 +1235,7 @@ export var ListNotificationConfigurations = [
|
|
|
1638
1235
|
9,
|
|
1639
1236
|
n0,
|
|
1640
1237
|
_LNC,
|
|
1641
|
-
{
|
|
1642
|
-
[_ht]: ["GET", "/notification-configurations", 200],
|
|
1643
|
-
},
|
|
1238
|
+
{ [_ht]: ["GET", "/notification-configurations", 200] },
|
|
1644
1239
|
() => ListNotificationConfigurationsRequest,
|
|
1645
1240
|
() => ListNotificationConfigurationsResponse,
|
|
1646
1241
|
];
|
|
@@ -1648,9 +1243,7 @@ export var ListNotificationEvents = [
|
|
|
1648
1243
|
9,
|
|
1649
1244
|
n0,
|
|
1650
1245
|
_LNE,
|
|
1651
|
-
{
|
|
1652
|
-
[_ht]: ["GET", "/notification-events", 200],
|
|
1653
|
-
},
|
|
1246
|
+
{ [_ht]: ["GET", "/notification-events", 200] },
|
|
1654
1247
|
() => ListNotificationEventsRequest,
|
|
1655
1248
|
() => ListNotificationEventsResponse,
|
|
1656
1249
|
];
|
|
@@ -1658,9 +1251,7 @@ export var ListNotificationHubs = [
|
|
|
1658
1251
|
9,
|
|
1659
1252
|
n0,
|
|
1660
1253
|
_LNH,
|
|
1661
|
-
{
|
|
1662
|
-
[_ht]: ["GET", "/notification-hubs", 200],
|
|
1663
|
-
},
|
|
1254
|
+
{ [_ht]: ["GET", "/notification-hubs", 200] },
|
|
1664
1255
|
() => ListNotificationHubsRequest,
|
|
1665
1256
|
() => ListNotificationHubsResponse,
|
|
1666
1257
|
];
|
|
@@ -1668,9 +1259,7 @@ export var ListOrganizationalUnits = [
|
|
|
1668
1259
|
9,
|
|
1669
1260
|
n0,
|
|
1670
1261
|
_LOU,
|
|
1671
|
-
{
|
|
1672
|
-
[_ht]: ["GET", "/organizational-units", 200],
|
|
1673
|
-
},
|
|
1262
|
+
{ [_ht]: ["GET", "/organizational-units", 200] },
|
|
1674
1263
|
() => ListOrganizationalUnitsRequest,
|
|
1675
1264
|
() => ListOrganizationalUnitsResponse,
|
|
1676
1265
|
];
|
|
@@ -1678,9 +1267,7 @@ export var ListTagsForResource = [
|
|
|
1678
1267
|
9,
|
|
1679
1268
|
n0,
|
|
1680
1269
|
_LTFR,
|
|
1681
|
-
{
|
|
1682
|
-
[_ht]: ["GET", "/tags/{arn}", 200],
|
|
1683
|
-
},
|
|
1270
|
+
{ [_ht]: ["GET", "/tags/{arn}", 200] },
|
|
1684
1271
|
() => ListTagsForResourceRequest,
|
|
1685
1272
|
() => ListTagsForResourceResponse,
|
|
1686
1273
|
];
|
|
@@ -1688,9 +1275,7 @@ export var RegisterNotificationHub = [
|
|
|
1688
1275
|
9,
|
|
1689
1276
|
n0,
|
|
1690
1277
|
_RNH,
|
|
1691
|
-
{
|
|
1692
|
-
[_ht]: ["POST", "/notification-hubs", 201],
|
|
1693
|
-
},
|
|
1278
|
+
{ [_ht]: ["POST", "/notification-hubs", 201] },
|
|
1694
1279
|
() => RegisterNotificationHubRequest,
|
|
1695
1280
|
() => RegisterNotificationHubResponse,
|
|
1696
1281
|
];
|
|
@@ -1698,9 +1283,7 @@ export var TagResource = [
|
|
|
1698
1283
|
9,
|
|
1699
1284
|
n0,
|
|
1700
1285
|
_TR,
|
|
1701
|
-
{
|
|
1702
|
-
[_ht]: ["POST", "/tags/{arn}", 200],
|
|
1703
|
-
},
|
|
1286
|
+
{ [_ht]: ["POST", "/tags/{arn}", 200] },
|
|
1704
1287
|
() => TagResourceRequest,
|
|
1705
1288
|
() => TagResourceResponse,
|
|
1706
1289
|
];
|
|
@@ -1708,9 +1291,7 @@ export var UntagResource = [
|
|
|
1708
1291
|
9,
|
|
1709
1292
|
n0,
|
|
1710
1293
|
_UR,
|
|
1711
|
-
{
|
|
1712
|
-
[_ht]: ["DELETE", "/tags/{arn}", 200],
|
|
1713
|
-
},
|
|
1294
|
+
{ [_ht]: ["DELETE", "/tags/{arn}", 200] },
|
|
1714
1295
|
() => UntagResourceRequest,
|
|
1715
1296
|
() => UntagResourceResponse,
|
|
1716
1297
|
];
|
|
@@ -1718,9 +1299,7 @@ export var UpdateEventRule = [
|
|
|
1718
1299
|
9,
|
|
1719
1300
|
n0,
|
|
1720
1301
|
_UER,
|
|
1721
|
-
{
|
|
1722
|
-
[_ht]: ["PUT", "/event-rules/{arn}", 200],
|
|
1723
|
-
},
|
|
1302
|
+
{ [_ht]: ["PUT", "/event-rules/{arn}", 200] },
|
|
1724
1303
|
() => UpdateEventRuleRequest,
|
|
1725
1304
|
() => UpdateEventRuleResponse,
|
|
1726
1305
|
];
|
|
@@ -1728,9 +1307,7 @@ export var UpdateNotificationConfiguration = [
|
|
|
1728
1307
|
9,
|
|
1729
1308
|
n0,
|
|
1730
1309
|
_UNC,
|
|
1731
|
-
{
|
|
1732
|
-
[_ht]: ["PUT", "/notification-configurations/{arn}", 200],
|
|
1733
|
-
},
|
|
1310
|
+
{ [_ht]: ["PUT", "/notification-configurations/{arn}", 200] },
|
|
1734
1311
|
() => UpdateNotificationConfigurationRequest,
|
|
1735
1312
|
() => UpdateNotificationConfigurationResponse,
|
|
1736
1313
|
];
|