@aws-sdk/client-notifications 3.936.0 → 3.939.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 +115 -0
- package/dist-es/models/enums.js +98 -0
- package/dist-es/models/models_0.js +1 -98
- package/dist-types/models/enums.d.ts +388 -0
- package/dist-types/models/errors.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +1 -389
- package/dist-types/ts3.4/models/enums.d.ts +127 -0
- package/dist-types/ts3.4/models/errors.d.ts +2 -4
- package/dist-types/ts3.4/models/models_0.d.ts +19 -128
- package/package.json +2 -2
package/dist-cjs/index.js
CHANGED
|
@@ -2490,6 +2490,104 @@ const AccessStatus = {
|
|
|
2490
2490
|
FAILED: "FAILED",
|
|
2491
2491
|
PENDING: "PENDING",
|
|
2492
2492
|
};
|
|
2493
|
+
const AccountContactType = {
|
|
2494
|
+
ACCOUNT_ALTERNATE_BILLING: "ACCOUNT_ALTERNATE_BILLING",
|
|
2495
|
+
ACCOUNT_ALTERNATE_OPERATIONS: "ACCOUNT_ALTERNATE_OPERATIONS",
|
|
2496
|
+
ACCOUNT_ALTERNATE_SECURITY: "ACCOUNT_ALTERNATE_SECURITY",
|
|
2497
|
+
ACCOUNT_PRIMARY: "ACCOUNT_PRIMARY",
|
|
2498
|
+
};
|
|
2499
|
+
const AggregationDuration = {
|
|
2500
|
+
LONG: "LONG",
|
|
2501
|
+
NONE: "NONE",
|
|
2502
|
+
SHORT: "SHORT",
|
|
2503
|
+
};
|
|
2504
|
+
const AggregationEventType = {
|
|
2505
|
+
AGGREGATE: "AGGREGATE",
|
|
2506
|
+
CHILD: "CHILD",
|
|
2507
|
+
NONE: "NONE",
|
|
2508
|
+
};
|
|
2509
|
+
const ValidationExceptionReason = {
|
|
2510
|
+
FIELD_VALIDATION_FAILED: "fieldValidationFailed",
|
|
2511
|
+
OTHER: "other",
|
|
2512
|
+
};
|
|
2513
|
+
const ChannelAssociationOverrideOption = {
|
|
2514
|
+
DISABLED: "DISABLED",
|
|
2515
|
+
ENABLED: "ENABLED",
|
|
2516
|
+
};
|
|
2517
|
+
const ChannelType = {
|
|
2518
|
+
ACCOUNT_CONTACT: "ACCOUNT_CONTACT",
|
|
2519
|
+
CHATBOT: "CHATBOT",
|
|
2520
|
+
EMAIL: "EMAIL",
|
|
2521
|
+
MOBILE: "MOBILE",
|
|
2522
|
+
};
|
|
2523
|
+
const EventRuleStatus = {
|
|
2524
|
+
ACTIVE: "ACTIVE",
|
|
2525
|
+
CREATING: "CREATING",
|
|
2526
|
+
DELETING: "DELETING",
|
|
2527
|
+
INACTIVE: "INACTIVE",
|
|
2528
|
+
UPDATING: "UPDATING",
|
|
2529
|
+
};
|
|
2530
|
+
const NotificationConfigurationStatus = {
|
|
2531
|
+
ACTIVE: "ACTIVE",
|
|
2532
|
+
DELETING: "DELETING",
|
|
2533
|
+
INACTIVE: "INACTIVE",
|
|
2534
|
+
PARTIALLY_ACTIVE: "PARTIALLY_ACTIVE",
|
|
2535
|
+
};
|
|
2536
|
+
const NotificationHubStatus = {
|
|
2537
|
+
ACTIVE: "ACTIVE",
|
|
2538
|
+
DEREGISTERING: "DEREGISTERING",
|
|
2539
|
+
INACTIVE: "INACTIVE",
|
|
2540
|
+
REGISTERING: "REGISTERING",
|
|
2541
|
+
};
|
|
2542
|
+
const EventStatus = {
|
|
2543
|
+
HEALTHY: "HEALTHY",
|
|
2544
|
+
UNHEALTHY: "UNHEALTHY",
|
|
2545
|
+
};
|
|
2546
|
+
const LocaleCode = {
|
|
2547
|
+
de_DE: "de_DE",
|
|
2548
|
+
en_CA: "en_CA",
|
|
2549
|
+
en_UK: "en_UK",
|
|
2550
|
+
en_US: "en_US",
|
|
2551
|
+
es_ES: "es_ES",
|
|
2552
|
+
fr_CA: "fr_CA",
|
|
2553
|
+
fr_FR: "fr_FR",
|
|
2554
|
+
id_ID: "id_ID",
|
|
2555
|
+
it_IT: "it_IT",
|
|
2556
|
+
ja_JP: "ja_JP",
|
|
2557
|
+
ko_KR: "ko_KR",
|
|
2558
|
+
pt_BR: "pt_BR",
|
|
2559
|
+
tr_TR: "tr_TR",
|
|
2560
|
+
zh_CN: "zh_CN",
|
|
2561
|
+
zh_TW: "zh_TW",
|
|
2562
|
+
};
|
|
2563
|
+
const NotificationType = {
|
|
2564
|
+
ALERT: "ALERT",
|
|
2565
|
+
ANNOUNCEMENT: "ANNOUNCEMENT",
|
|
2566
|
+
INFORMATIONAL: "INFORMATIONAL",
|
|
2567
|
+
WARNING: "WARNING",
|
|
2568
|
+
};
|
|
2569
|
+
const SchemaVersion = {
|
|
2570
|
+
SCHEMA_VERSION_1_0: "v1.0",
|
|
2571
|
+
};
|
|
2572
|
+
const TextPartType = {
|
|
2573
|
+
LOCALIZED_TEXT: "LOCALIZED_TEXT",
|
|
2574
|
+
PLAIN_TEXT: "PLAIN_TEXT",
|
|
2575
|
+
URL: "URL",
|
|
2576
|
+
};
|
|
2577
|
+
const NotificationConfigurationSubtype = {
|
|
2578
|
+
ACCOUNT: "ACCOUNT",
|
|
2579
|
+
ADMIN_MANAGED: "ADMIN_MANAGED",
|
|
2580
|
+
};
|
|
2581
|
+
const MediaElementType = {
|
|
2582
|
+
IMAGE: "IMAGE",
|
|
2583
|
+
};
|
|
2584
|
+
const MemberAccountNotificationConfigurationStatus = {
|
|
2585
|
+
ACTIVE: "ACTIVE",
|
|
2586
|
+
CREATING: "CREATING",
|
|
2587
|
+
DELETING: "DELETING",
|
|
2588
|
+
INACTIVE: "INACTIVE",
|
|
2589
|
+
PENDING: "PENDING",
|
|
2590
|
+
};
|
|
2493
2591
|
|
|
2494
2592
|
Object.defineProperty(exports, "$Command", {
|
|
2495
2593
|
enumerable: true,
|
|
@@ -2501,10 +2599,15 @@ Object.defineProperty(exports, "__Client", {
|
|
|
2501
2599
|
});
|
|
2502
2600
|
exports.AccessDeniedException = AccessDeniedException$1;
|
|
2503
2601
|
exports.AccessStatus = AccessStatus;
|
|
2602
|
+
exports.AccountContactType = AccountContactType;
|
|
2603
|
+
exports.AggregationDuration = AggregationDuration;
|
|
2604
|
+
exports.AggregationEventType = AggregationEventType;
|
|
2504
2605
|
exports.AssociateChannelCommand = AssociateChannelCommand;
|
|
2505
2606
|
exports.AssociateManagedNotificationAccountContactCommand = AssociateManagedNotificationAccountContactCommand;
|
|
2506
2607
|
exports.AssociateManagedNotificationAdditionalChannelCommand = AssociateManagedNotificationAdditionalChannelCommand;
|
|
2507
2608
|
exports.AssociateOrganizationalUnitCommand = AssociateOrganizationalUnitCommand;
|
|
2609
|
+
exports.ChannelAssociationOverrideOption = ChannelAssociationOverrideOption;
|
|
2610
|
+
exports.ChannelType = ChannelType;
|
|
2508
2611
|
exports.ConflictException = ConflictException$1;
|
|
2509
2612
|
exports.CreateEventRuleCommand = CreateEventRuleCommand;
|
|
2510
2613
|
exports.CreateNotificationConfigurationCommand = CreateNotificationConfigurationCommand;
|
|
@@ -2517,6 +2620,8 @@ exports.DisassociateManagedNotificationAccountContactCommand = DisassociateManag
|
|
|
2517
2620
|
exports.DisassociateManagedNotificationAdditionalChannelCommand = DisassociateManagedNotificationAdditionalChannelCommand;
|
|
2518
2621
|
exports.DisassociateOrganizationalUnitCommand = DisassociateOrganizationalUnitCommand;
|
|
2519
2622
|
exports.EnableNotificationsAccessForOrganizationCommand = EnableNotificationsAccessForOrganizationCommand;
|
|
2623
|
+
exports.EventRuleStatus = EventRuleStatus;
|
|
2624
|
+
exports.EventStatus = EventStatus;
|
|
2520
2625
|
exports.GetEventRuleCommand = GetEventRuleCommand;
|
|
2521
2626
|
exports.GetManagedNotificationChildEventCommand = GetManagedNotificationChildEventCommand;
|
|
2522
2627
|
exports.GetManagedNotificationConfigurationCommand = GetManagedNotificationConfigurationCommand;
|
|
@@ -2537,18 +2642,28 @@ exports.ListNotificationEventsCommand = ListNotificationEventsCommand;
|
|
|
2537
2642
|
exports.ListNotificationHubsCommand = ListNotificationHubsCommand;
|
|
2538
2643
|
exports.ListOrganizationalUnitsCommand = ListOrganizationalUnitsCommand;
|
|
2539
2644
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
2645
|
+
exports.LocaleCode = LocaleCode;
|
|
2646
|
+
exports.MediaElementType = MediaElementType;
|
|
2647
|
+
exports.MemberAccountNotificationConfigurationStatus = MemberAccountNotificationConfigurationStatus;
|
|
2648
|
+
exports.NotificationConfigurationStatus = NotificationConfigurationStatus;
|
|
2649
|
+
exports.NotificationConfigurationSubtype = NotificationConfigurationSubtype;
|
|
2650
|
+
exports.NotificationHubStatus = NotificationHubStatus;
|
|
2651
|
+
exports.NotificationType = NotificationType;
|
|
2540
2652
|
exports.Notifications = Notifications;
|
|
2541
2653
|
exports.NotificationsClient = NotificationsClient;
|
|
2542
2654
|
exports.NotificationsServiceException = NotificationsServiceException$1;
|
|
2543
2655
|
exports.RegisterNotificationHubCommand = RegisterNotificationHubCommand;
|
|
2544
2656
|
exports.ResourceNotFoundException = ResourceNotFoundException$1;
|
|
2657
|
+
exports.SchemaVersion = SchemaVersion;
|
|
2545
2658
|
exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
|
|
2546
2659
|
exports.TagResourceCommand = TagResourceCommand;
|
|
2660
|
+
exports.TextPartType = TextPartType;
|
|
2547
2661
|
exports.ThrottlingException = ThrottlingException$1;
|
|
2548
2662
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
2549
2663
|
exports.UpdateEventRuleCommand = UpdateEventRuleCommand;
|
|
2550
2664
|
exports.UpdateNotificationConfigurationCommand = UpdateNotificationConfigurationCommand;
|
|
2551
2665
|
exports.ValidationException = ValidationException$1;
|
|
2666
|
+
exports.ValidationExceptionReason = ValidationExceptionReason;
|
|
2552
2667
|
exports.paginateListChannels = paginateListChannels;
|
|
2553
2668
|
exports.paginateListEventRules = paginateListEventRules;
|
|
2554
2669
|
exports.paginateListManagedNotificationChannelAssociations = paginateListManagedNotificationChannelAssociations;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -4,3 +4,101 @@ export const AccessStatus = {
|
|
|
4
4
|
FAILED: "FAILED",
|
|
5
5
|
PENDING: "PENDING",
|
|
6
6
|
};
|
|
7
|
+
export const AccountContactType = {
|
|
8
|
+
ACCOUNT_ALTERNATE_BILLING: "ACCOUNT_ALTERNATE_BILLING",
|
|
9
|
+
ACCOUNT_ALTERNATE_OPERATIONS: "ACCOUNT_ALTERNATE_OPERATIONS",
|
|
10
|
+
ACCOUNT_ALTERNATE_SECURITY: "ACCOUNT_ALTERNATE_SECURITY",
|
|
11
|
+
ACCOUNT_PRIMARY: "ACCOUNT_PRIMARY",
|
|
12
|
+
};
|
|
13
|
+
export const AggregationDuration = {
|
|
14
|
+
LONG: "LONG",
|
|
15
|
+
NONE: "NONE",
|
|
16
|
+
SHORT: "SHORT",
|
|
17
|
+
};
|
|
18
|
+
export const AggregationEventType = {
|
|
19
|
+
AGGREGATE: "AGGREGATE",
|
|
20
|
+
CHILD: "CHILD",
|
|
21
|
+
NONE: "NONE",
|
|
22
|
+
};
|
|
23
|
+
export const ValidationExceptionReason = {
|
|
24
|
+
FIELD_VALIDATION_FAILED: "fieldValidationFailed",
|
|
25
|
+
OTHER: "other",
|
|
26
|
+
};
|
|
27
|
+
export const ChannelAssociationOverrideOption = {
|
|
28
|
+
DISABLED: "DISABLED",
|
|
29
|
+
ENABLED: "ENABLED",
|
|
30
|
+
};
|
|
31
|
+
export const ChannelType = {
|
|
32
|
+
ACCOUNT_CONTACT: "ACCOUNT_CONTACT",
|
|
33
|
+
CHATBOT: "CHATBOT",
|
|
34
|
+
EMAIL: "EMAIL",
|
|
35
|
+
MOBILE: "MOBILE",
|
|
36
|
+
};
|
|
37
|
+
export const EventRuleStatus = {
|
|
38
|
+
ACTIVE: "ACTIVE",
|
|
39
|
+
CREATING: "CREATING",
|
|
40
|
+
DELETING: "DELETING",
|
|
41
|
+
INACTIVE: "INACTIVE",
|
|
42
|
+
UPDATING: "UPDATING",
|
|
43
|
+
};
|
|
44
|
+
export const NotificationConfigurationStatus = {
|
|
45
|
+
ACTIVE: "ACTIVE",
|
|
46
|
+
DELETING: "DELETING",
|
|
47
|
+
INACTIVE: "INACTIVE",
|
|
48
|
+
PARTIALLY_ACTIVE: "PARTIALLY_ACTIVE",
|
|
49
|
+
};
|
|
50
|
+
export const NotificationHubStatus = {
|
|
51
|
+
ACTIVE: "ACTIVE",
|
|
52
|
+
DEREGISTERING: "DEREGISTERING",
|
|
53
|
+
INACTIVE: "INACTIVE",
|
|
54
|
+
REGISTERING: "REGISTERING",
|
|
55
|
+
};
|
|
56
|
+
export const EventStatus = {
|
|
57
|
+
HEALTHY: "HEALTHY",
|
|
58
|
+
UNHEALTHY: "UNHEALTHY",
|
|
59
|
+
};
|
|
60
|
+
export const LocaleCode = {
|
|
61
|
+
de_DE: "de_DE",
|
|
62
|
+
en_CA: "en_CA",
|
|
63
|
+
en_UK: "en_UK",
|
|
64
|
+
en_US: "en_US",
|
|
65
|
+
es_ES: "es_ES",
|
|
66
|
+
fr_CA: "fr_CA",
|
|
67
|
+
fr_FR: "fr_FR",
|
|
68
|
+
id_ID: "id_ID",
|
|
69
|
+
it_IT: "it_IT",
|
|
70
|
+
ja_JP: "ja_JP",
|
|
71
|
+
ko_KR: "ko_KR",
|
|
72
|
+
pt_BR: "pt_BR",
|
|
73
|
+
tr_TR: "tr_TR",
|
|
74
|
+
zh_CN: "zh_CN",
|
|
75
|
+
zh_TW: "zh_TW",
|
|
76
|
+
};
|
|
77
|
+
export const NotificationType = {
|
|
78
|
+
ALERT: "ALERT",
|
|
79
|
+
ANNOUNCEMENT: "ANNOUNCEMENT",
|
|
80
|
+
INFORMATIONAL: "INFORMATIONAL",
|
|
81
|
+
WARNING: "WARNING",
|
|
82
|
+
};
|
|
83
|
+
export const SchemaVersion = {
|
|
84
|
+
SCHEMA_VERSION_1_0: "v1.0",
|
|
85
|
+
};
|
|
86
|
+
export const TextPartType = {
|
|
87
|
+
LOCALIZED_TEXT: "LOCALIZED_TEXT",
|
|
88
|
+
PLAIN_TEXT: "PLAIN_TEXT",
|
|
89
|
+
URL: "URL",
|
|
90
|
+
};
|
|
91
|
+
export const NotificationConfigurationSubtype = {
|
|
92
|
+
ACCOUNT: "ACCOUNT",
|
|
93
|
+
ADMIN_MANAGED: "ADMIN_MANAGED",
|
|
94
|
+
};
|
|
95
|
+
export const MediaElementType = {
|
|
96
|
+
IMAGE: "IMAGE",
|
|
97
|
+
};
|
|
98
|
+
export const MemberAccountNotificationConfigurationStatus = {
|
|
99
|
+
ACTIVE: "ACTIVE",
|
|
100
|
+
CREATING: "CREATING",
|
|
101
|
+
DELETING: "DELETING",
|
|
102
|
+
INACTIVE: "INACTIVE",
|
|
103
|
+
PENDING: "PENDING",
|
|
104
|
+
};
|
|
@@ -1,98 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
ACCOUNT_ALTERNATE_BILLING: "ACCOUNT_ALTERNATE_BILLING",
|
|
3
|
-
ACCOUNT_ALTERNATE_OPERATIONS: "ACCOUNT_ALTERNATE_OPERATIONS",
|
|
4
|
-
ACCOUNT_ALTERNATE_SECURITY: "ACCOUNT_ALTERNATE_SECURITY",
|
|
5
|
-
ACCOUNT_PRIMARY: "ACCOUNT_PRIMARY",
|
|
6
|
-
};
|
|
7
|
-
export const AggregationDuration = {
|
|
8
|
-
LONG: "LONG",
|
|
9
|
-
NONE: "NONE",
|
|
10
|
-
SHORT: "SHORT",
|
|
11
|
-
};
|
|
12
|
-
export const AggregationEventType = {
|
|
13
|
-
AGGREGATE: "AGGREGATE",
|
|
14
|
-
CHILD: "CHILD",
|
|
15
|
-
NONE: "NONE",
|
|
16
|
-
};
|
|
17
|
-
export const ValidationExceptionReason = {
|
|
18
|
-
FIELD_VALIDATION_FAILED: "fieldValidationFailed",
|
|
19
|
-
OTHER: "other",
|
|
20
|
-
};
|
|
21
|
-
export const ChannelAssociationOverrideOption = {
|
|
22
|
-
DISABLED: "DISABLED",
|
|
23
|
-
ENABLED: "ENABLED",
|
|
24
|
-
};
|
|
25
|
-
export const ChannelType = {
|
|
26
|
-
ACCOUNT_CONTACT: "ACCOUNT_CONTACT",
|
|
27
|
-
CHATBOT: "CHATBOT",
|
|
28
|
-
EMAIL: "EMAIL",
|
|
29
|
-
MOBILE: "MOBILE",
|
|
30
|
-
};
|
|
31
|
-
export const EventRuleStatus = {
|
|
32
|
-
ACTIVE: "ACTIVE",
|
|
33
|
-
CREATING: "CREATING",
|
|
34
|
-
DELETING: "DELETING",
|
|
35
|
-
INACTIVE: "INACTIVE",
|
|
36
|
-
UPDATING: "UPDATING",
|
|
37
|
-
};
|
|
38
|
-
export const NotificationConfigurationStatus = {
|
|
39
|
-
ACTIVE: "ACTIVE",
|
|
40
|
-
DELETING: "DELETING",
|
|
41
|
-
INACTIVE: "INACTIVE",
|
|
42
|
-
PARTIALLY_ACTIVE: "PARTIALLY_ACTIVE",
|
|
43
|
-
};
|
|
44
|
-
export const NotificationHubStatus = {
|
|
45
|
-
ACTIVE: "ACTIVE",
|
|
46
|
-
DEREGISTERING: "DEREGISTERING",
|
|
47
|
-
INACTIVE: "INACTIVE",
|
|
48
|
-
REGISTERING: "REGISTERING",
|
|
49
|
-
};
|
|
50
|
-
export const EventStatus = {
|
|
51
|
-
HEALTHY: "HEALTHY",
|
|
52
|
-
UNHEALTHY: "UNHEALTHY",
|
|
53
|
-
};
|
|
54
|
-
export const LocaleCode = {
|
|
55
|
-
de_DE: "de_DE",
|
|
56
|
-
en_CA: "en_CA",
|
|
57
|
-
en_UK: "en_UK",
|
|
58
|
-
en_US: "en_US",
|
|
59
|
-
es_ES: "es_ES",
|
|
60
|
-
fr_CA: "fr_CA",
|
|
61
|
-
fr_FR: "fr_FR",
|
|
62
|
-
id_ID: "id_ID",
|
|
63
|
-
it_IT: "it_IT",
|
|
64
|
-
ja_JP: "ja_JP",
|
|
65
|
-
ko_KR: "ko_KR",
|
|
66
|
-
pt_BR: "pt_BR",
|
|
67
|
-
tr_TR: "tr_TR",
|
|
68
|
-
zh_CN: "zh_CN",
|
|
69
|
-
zh_TW: "zh_TW",
|
|
70
|
-
};
|
|
71
|
-
export const NotificationType = {
|
|
72
|
-
ALERT: "ALERT",
|
|
73
|
-
ANNOUNCEMENT: "ANNOUNCEMENT",
|
|
74
|
-
INFORMATIONAL: "INFORMATIONAL",
|
|
75
|
-
WARNING: "WARNING",
|
|
76
|
-
};
|
|
77
|
-
export const SchemaVersion = {
|
|
78
|
-
SCHEMA_VERSION_1_0: "v1.0",
|
|
79
|
-
};
|
|
80
|
-
export const TextPartType = {
|
|
81
|
-
LOCALIZED_TEXT: "LOCALIZED_TEXT",
|
|
82
|
-
PLAIN_TEXT: "PLAIN_TEXT",
|
|
83
|
-
URL: "URL",
|
|
84
|
-
};
|
|
85
|
-
export const NotificationConfigurationSubtype = {
|
|
86
|
-
ACCOUNT: "ACCOUNT",
|
|
87
|
-
ADMIN_MANAGED: "ADMIN_MANAGED",
|
|
88
|
-
};
|
|
89
|
-
export const MediaElementType = {
|
|
90
|
-
IMAGE: "IMAGE",
|
|
91
|
-
};
|
|
92
|
-
export const MemberAccountNotificationConfigurationStatus = {
|
|
93
|
-
ACTIVE: "ACTIVE",
|
|
94
|
-
CREATING: "CREATING",
|
|
95
|
-
DELETING: "DELETING",
|
|
96
|
-
INACTIVE: "INACTIVE",
|
|
97
|
-
PENDING: "PENDING",
|
|
98
|
-
};
|
|
1
|
+
export {};
|