@aws-sdk/client-notifications 3.730.0 → 3.731.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. package/README.md +115 -3
  2. package/dist-cjs/Notifications.js +28 -0
  3. package/dist-cjs/commands/AssociateManagedNotificationAccountContactCommand.js +26 -0
  4. package/dist-cjs/commands/AssociateManagedNotificationAdditionalChannelCommand.js +26 -0
  5. package/dist-cjs/commands/DisableNotificationsAccessForOrganizationCommand.js +26 -0
  6. package/dist-cjs/commands/DisassociateManagedNotificationAccountContactCommand.js +26 -0
  7. package/dist-cjs/commands/DisassociateManagedNotificationAdditionalChannelCommand.js +26 -0
  8. package/dist-cjs/commands/EnableNotificationsAccessForOrganizationCommand.js +26 -0
  9. package/dist-cjs/commands/GetManagedNotificationChildEventCommand.js +26 -0
  10. package/dist-cjs/commands/GetManagedNotificationConfigurationCommand.js +26 -0
  11. package/dist-cjs/commands/GetManagedNotificationEventCommand.js +26 -0
  12. package/dist-cjs/commands/GetNotificationsAccessForOrganizationCommand.js +26 -0
  13. package/dist-cjs/commands/ListManagedNotificationChannelAssociationsCommand.js +26 -0
  14. package/dist-cjs/commands/ListManagedNotificationChildEventsCommand.js +26 -0
  15. package/dist-cjs/commands/ListManagedNotificationConfigurationsCommand.js +26 -0
  16. package/dist-cjs/commands/ListManagedNotificationEventsCommand.js +26 -0
  17. package/dist-cjs/commands/index.js +14 -0
  18. package/dist-cjs/models/models_0.js +25 -4
  19. package/dist-cjs/pagination/ListManagedNotificationChannelAssociationsPaginator.js +7 -0
  20. package/dist-cjs/pagination/ListManagedNotificationChildEventsPaginator.js +7 -0
  21. package/dist-cjs/pagination/ListManagedNotificationConfigurationsPaginator.js +7 -0
  22. package/dist-cjs/pagination/ListManagedNotificationEventsPaginator.js +7 -0
  23. package/dist-cjs/pagination/index.js +4 -0
  24. package/dist-cjs/protocols/Aws_restJson1.js +475 -5
  25. package/dist-es/Notifications.js +28 -0
  26. package/dist-es/commands/AssociateManagedNotificationAccountContactCommand.js +22 -0
  27. package/dist-es/commands/AssociateManagedNotificationAdditionalChannelCommand.js +22 -0
  28. package/dist-es/commands/DisableNotificationsAccessForOrganizationCommand.js +22 -0
  29. package/dist-es/commands/DisassociateManagedNotificationAccountContactCommand.js +22 -0
  30. package/dist-es/commands/DisassociateManagedNotificationAdditionalChannelCommand.js +22 -0
  31. package/dist-es/commands/EnableNotificationsAccessForOrganizationCommand.js +22 -0
  32. package/dist-es/commands/GetManagedNotificationChildEventCommand.js +22 -0
  33. package/dist-es/commands/GetManagedNotificationConfigurationCommand.js +22 -0
  34. package/dist-es/commands/GetManagedNotificationEventCommand.js +22 -0
  35. package/dist-es/commands/GetNotificationsAccessForOrganizationCommand.js +22 -0
  36. package/dist-es/commands/ListManagedNotificationChannelAssociationsCommand.js +22 -0
  37. package/dist-es/commands/ListManagedNotificationChildEventsCommand.js +22 -0
  38. package/dist-es/commands/ListManagedNotificationConfigurationsCommand.js +22 -0
  39. package/dist-es/commands/ListManagedNotificationEventsCommand.js +22 -0
  40. package/dist-es/commands/index.js +14 -0
  41. package/dist-es/models/models_0.js +24 -3
  42. package/dist-es/pagination/ListManagedNotificationChannelAssociationsPaginator.js +4 -0
  43. package/dist-es/pagination/ListManagedNotificationChildEventsPaginator.js +4 -0
  44. package/dist-es/pagination/ListManagedNotificationConfigurationsPaginator.js +4 -0
  45. package/dist-es/pagination/ListManagedNotificationEventsPaginator.js +4 -0
  46. package/dist-es/pagination/index.js +4 -0
  47. package/dist-es/protocols/Aws_restJson1.js +445 -4
  48. package/dist-types/Notifications.d.ts +106 -3
  49. package/dist-types/NotificationsClient.d.ts +19 -5
  50. package/dist-types/commands/AssociateChannelCommand.d.ts +2 -2
  51. package/dist-types/commands/AssociateManagedNotificationAccountContactCommand.d.ts +91 -0
  52. package/dist-types/commands/AssociateManagedNotificationAdditionalChannelCommand.d.ts +92 -0
  53. package/dist-types/commands/CreateEventRuleCommand.d.ts +4 -1
  54. package/dist-types/commands/CreateNotificationConfigurationCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteEventRuleCommand.d.ts +1 -1
  56. package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +1 -1
  57. package/dist-types/commands/DeregisterNotificationHubCommand.d.ts +5 -2
  58. package/dist-types/commands/DisableNotificationsAccessForOrganizationCommand.d.ts +88 -0
  59. package/dist-types/commands/DisassociateChannelCommand.d.ts +1 -1
  60. package/dist-types/commands/DisassociateManagedNotificationAccountContactCommand.d.ts +88 -0
  61. package/dist-types/commands/DisassociateManagedNotificationAdditionalChannelCommand.d.ts +86 -0
  62. package/dist-types/commands/EnableNotificationsAccessForOrganizationCommand.d.ts +88 -0
  63. package/dist-types/commands/GetEventRuleCommand.d.ts +1 -1
  64. package/dist-types/commands/GetManagedNotificationChildEventCommand.d.ts +130 -0
  65. package/dist-types/commands/GetManagedNotificationConfigurationCommand.d.ts +90 -0
  66. package/dist-types/commands/GetManagedNotificationEventCommand.d.ts +161 -0
  67. package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +1 -1
  68. package/dist-types/commands/GetNotificationEventCommand.d.ts +42 -3
  69. package/dist-types/commands/GetNotificationsAccessForOrganizationCommand.d.ts +83 -0
  70. package/dist-types/commands/ListChannelsCommand.d.ts +1 -1
  71. package/dist-types/commands/ListEventRulesCommand.d.ts +1 -1
  72. package/dist-types/commands/ListManagedNotificationChannelAssociationsCommand.d.ts +95 -0
  73. package/dist-types/commands/ListManagedNotificationChildEventsCommand.d.ts +121 -0
  74. package/dist-types/commands/ListManagedNotificationConfigurationsCommand.d.ts +92 -0
  75. package/dist-types/commands/ListManagedNotificationEventsCommand.d.ts +155 -0
  76. package/dist-types/commands/ListNotificationConfigurationsCommand.d.ts +2 -1
  77. package/dist-types/commands/ListNotificationEventsCommand.d.ts +41 -2
  78. package/dist-types/commands/ListNotificationHubsCommand.d.ts +1 -1
  79. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
  80. package/dist-types/commands/RegisterNotificationHubCommand.d.ts +3 -2
  81. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  82. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  83. package/dist-types/commands/UpdateEventRuleCommand.d.ts +1 -1
  84. package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +1 -1
  85. package/dist-types/commands/index.d.ts +14 -0
  86. package/dist-types/index.d.ts +3 -3
  87. package/dist-types/models/models_0.d.ts +1830 -578
  88. package/dist-types/pagination/ListManagedNotificationChannelAssociationsPaginator.d.ts +7 -0
  89. package/dist-types/pagination/ListManagedNotificationChildEventsPaginator.d.ts +7 -0
  90. package/dist-types/pagination/ListManagedNotificationConfigurationsPaginator.d.ts +7 -0
  91. package/dist-types/pagination/ListManagedNotificationEventsPaginator.d.ts +7 -0
  92. package/dist-types/pagination/index.d.ts +4 -0
  93. package/dist-types/protocols/Aws_restJson1.d.ts +126 -0
  94. package/dist-types/ts3.4/Notifications.d.ts +309 -0
  95. package/dist-types/ts3.4/NotificationsClient.d.ts +84 -0
  96. package/dist-types/ts3.4/commands/AssociateManagedNotificationAccountContactCommand.d.ts +51 -0
  97. package/dist-types/ts3.4/commands/AssociateManagedNotificationAdditionalChannelCommand.d.ts +51 -0
  98. package/dist-types/ts3.4/commands/DisableNotificationsAccessForOrganizationCommand.d.ts +51 -0
  99. package/dist-types/ts3.4/commands/DisassociateManagedNotificationAccountContactCommand.d.ts +51 -0
  100. package/dist-types/ts3.4/commands/DisassociateManagedNotificationAdditionalChannelCommand.d.ts +51 -0
  101. package/dist-types/ts3.4/commands/EnableNotificationsAccessForOrganizationCommand.d.ts +51 -0
  102. package/dist-types/ts3.4/commands/GetManagedNotificationChildEventCommand.d.ts +51 -0
  103. package/dist-types/ts3.4/commands/GetManagedNotificationConfigurationCommand.d.ts +51 -0
  104. package/dist-types/ts3.4/commands/GetManagedNotificationEventCommand.d.ts +51 -0
  105. package/dist-types/ts3.4/commands/GetNotificationsAccessForOrganizationCommand.d.ts +51 -0
  106. package/dist-types/ts3.4/commands/ListManagedNotificationChannelAssociationsCommand.d.ts +51 -0
  107. package/dist-types/ts3.4/commands/ListManagedNotificationChildEventsCommand.d.ts +51 -0
  108. package/dist-types/ts3.4/commands/ListManagedNotificationConfigurationsCommand.d.ts +51 -0
  109. package/dist-types/ts3.4/commands/ListManagedNotificationEventsCommand.d.ts +51 -0
  110. package/dist-types/ts3.4/commands/index.d.ts +14 -0
  111. package/dist-types/ts3.4/models/models_0.d.ts +288 -38
  112. package/dist-types/ts3.4/pagination/ListManagedNotificationChannelAssociationsPaginator.d.ts +11 -0
  113. package/dist-types/ts3.4/pagination/ListManagedNotificationChildEventsPaginator.d.ts +11 -0
  114. package/dist-types/ts3.4/pagination/ListManagedNotificationConfigurationsPaginator.d.ts +11 -0
  115. package/dist-types/ts3.4/pagination/ListManagedNotificationEventsPaginator.d.ts +11 -0
  116. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  117. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +168 -0
  118. package/package.json +12 -12
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ListManagedNotificationChannelAssociationsRequest,
5
+ ListManagedNotificationChannelAssociationsResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ NotificationsClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../NotificationsClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListManagedNotificationChannelAssociationsCommandInput
15
+ extends ListManagedNotificationChannelAssociationsRequest {}
16
+ export interface ListManagedNotificationChannelAssociationsCommandOutput
17
+ extends ListManagedNotificationChannelAssociationsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListManagedNotificationChannelAssociationsCommand_base: {
20
+ new (
21
+ input: ListManagedNotificationChannelAssociationsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListManagedNotificationChannelAssociationsCommandInput,
24
+ ListManagedNotificationChannelAssociationsCommandOutput,
25
+ NotificationsClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: ListManagedNotificationChannelAssociationsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListManagedNotificationChannelAssociationsCommandInput,
33
+ ListManagedNotificationChannelAssociationsCommandOutput,
34
+ NotificationsClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListManagedNotificationChannelAssociationsCommand extends ListManagedNotificationChannelAssociationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListManagedNotificationChannelAssociationsRequest;
44
+ output: ListManagedNotificationChannelAssociationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListManagedNotificationChannelAssociationsCommandInput;
48
+ output: ListManagedNotificationChannelAssociationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ListManagedNotificationChildEventsRequest,
5
+ ListManagedNotificationChildEventsResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ NotificationsClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../NotificationsClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListManagedNotificationChildEventsCommandInput
15
+ extends ListManagedNotificationChildEventsRequest {}
16
+ export interface ListManagedNotificationChildEventsCommandOutput
17
+ extends ListManagedNotificationChildEventsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListManagedNotificationChildEventsCommand_base: {
20
+ new (
21
+ input: ListManagedNotificationChildEventsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListManagedNotificationChildEventsCommandInput,
24
+ ListManagedNotificationChildEventsCommandOutput,
25
+ NotificationsClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: ListManagedNotificationChildEventsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListManagedNotificationChildEventsCommandInput,
33
+ ListManagedNotificationChildEventsCommandOutput,
34
+ NotificationsClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListManagedNotificationChildEventsCommand extends ListManagedNotificationChildEventsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListManagedNotificationChildEventsRequest;
44
+ output: ListManagedNotificationChildEventsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListManagedNotificationChildEventsCommandInput;
48
+ output: ListManagedNotificationChildEventsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ListManagedNotificationConfigurationsRequest,
5
+ ListManagedNotificationConfigurationsResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ NotificationsClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../NotificationsClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListManagedNotificationConfigurationsCommandInput
15
+ extends ListManagedNotificationConfigurationsRequest {}
16
+ export interface ListManagedNotificationConfigurationsCommandOutput
17
+ extends ListManagedNotificationConfigurationsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListManagedNotificationConfigurationsCommand_base: {
20
+ new (
21
+ input: ListManagedNotificationConfigurationsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListManagedNotificationConfigurationsCommandInput,
24
+ ListManagedNotificationConfigurationsCommandOutput,
25
+ NotificationsClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [ListManagedNotificationConfigurationsCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListManagedNotificationConfigurationsCommandInput,
33
+ ListManagedNotificationConfigurationsCommandOutput,
34
+ NotificationsClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListManagedNotificationConfigurationsCommand extends ListManagedNotificationConfigurationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListManagedNotificationConfigurationsRequest;
44
+ output: ListManagedNotificationConfigurationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListManagedNotificationConfigurationsCommandInput;
48
+ output: ListManagedNotificationConfigurationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ListManagedNotificationEventsRequest,
5
+ ListManagedNotificationEventsResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ NotificationsClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../NotificationsClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListManagedNotificationEventsCommandInput
15
+ extends ListManagedNotificationEventsRequest {}
16
+ export interface ListManagedNotificationEventsCommandOutput
17
+ extends ListManagedNotificationEventsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListManagedNotificationEventsCommand_base: {
20
+ new (
21
+ input: ListManagedNotificationEventsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListManagedNotificationEventsCommandInput,
24
+ ListManagedNotificationEventsCommandOutput,
25
+ NotificationsClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [ListManagedNotificationEventsCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListManagedNotificationEventsCommandInput,
33
+ ListManagedNotificationEventsCommandOutput,
34
+ NotificationsClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListManagedNotificationEventsCommand extends ListManagedNotificationEventsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListManagedNotificationEventsRequest;
44
+ output: ListManagedNotificationEventsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListManagedNotificationEventsCommandInput;
48
+ output: ListManagedNotificationEventsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -1,15 +1,29 @@
1
1
  export * from "./AssociateChannelCommand";
2
+ export * from "./AssociateManagedNotificationAccountContactCommand";
3
+ export * from "./AssociateManagedNotificationAdditionalChannelCommand";
2
4
  export * from "./CreateEventRuleCommand";
3
5
  export * from "./CreateNotificationConfigurationCommand";
4
6
  export * from "./DeleteEventRuleCommand";
5
7
  export * from "./DeleteNotificationConfigurationCommand";
6
8
  export * from "./DeregisterNotificationHubCommand";
9
+ export * from "./DisableNotificationsAccessForOrganizationCommand";
7
10
  export * from "./DisassociateChannelCommand";
11
+ export * from "./DisassociateManagedNotificationAccountContactCommand";
12
+ export * from "./DisassociateManagedNotificationAdditionalChannelCommand";
13
+ export * from "./EnableNotificationsAccessForOrganizationCommand";
8
14
  export * from "./GetEventRuleCommand";
15
+ export * from "./GetManagedNotificationChildEventCommand";
16
+ export * from "./GetManagedNotificationConfigurationCommand";
17
+ export * from "./GetManagedNotificationEventCommand";
9
18
  export * from "./GetNotificationConfigurationCommand";
10
19
  export * from "./GetNotificationEventCommand";
20
+ export * from "./GetNotificationsAccessForOrganizationCommand";
11
21
  export * from "./ListChannelsCommand";
12
22
  export * from "./ListEventRulesCommand";
23
+ export * from "./ListManagedNotificationChannelAssociationsCommand";
24
+ export * from "./ListManagedNotificationChildEventsCommand";
25
+ export * from "./ListManagedNotificationConfigurationsCommand";
26
+ export * from "./ListManagedNotificationEventsCommand";
13
27
  export * from "./ListNotificationConfigurationsCommand";
14
28
  export * from "./ListNotificationEventsCommand";
15
29
  export * from "./ListNotificationHubsCommand";
@@ -7,6 +7,27 @@ export declare class AccessDeniedException extends __BaseException {
7
7
  opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
8
8
  );
9
9
  }
10
+ export declare const AccessStatus: {
11
+ readonly DISABLED: "DISABLED";
12
+ readonly ENABLED: "ENABLED";
13
+ readonly PENDING: "PENDING";
14
+ };
15
+ export type AccessStatus = (typeof AccessStatus)[keyof typeof AccessStatus];
16
+ export declare const AccountContactType: {
17
+ readonly ACCOUNT_ALTERNATE_BILLING: "ACCOUNT_ALTERNATE_BILLING";
18
+ readonly ACCOUNT_ALTERNATE_OPERATIONS: "ACCOUNT_ALTERNATE_OPERATIONS";
19
+ readonly ACCOUNT_ALTERNATE_SECURITY: "ACCOUNT_ALTERNATE_SECURITY";
20
+ readonly ACCOUNT_PRIMARY: "ACCOUNT_PRIMARY";
21
+ };
22
+ export type AccountContactType =
23
+ (typeof AccountContactType)[keyof typeof AccountContactType];
24
+ export interface SummarizationDimensionDetail {
25
+ name: string | undefined;
26
+ value: string | undefined;
27
+ }
28
+ export interface AggregationDetail {
29
+ summarizationDimensions?: SummarizationDimensionDetail[] | undefined;
30
+ }
10
31
  export declare const AggregationDuration: {
11
32
  readonly LONG: "LONG";
12
33
  readonly NONE: "NONE";
@@ -21,6 +42,25 @@ export declare const AggregationEventType: {
21
42
  };
22
43
  export type AggregationEventType =
23
44
  (typeof AggregationEventType)[keyof typeof AggregationEventType];
45
+ export interface AggregationKey {
46
+ name: string | undefined;
47
+ value: string | undefined;
48
+ }
49
+ export interface SummarizationDimensionOverview {
50
+ name: string | undefined;
51
+ count: number | undefined;
52
+ sampleValues?: string[] | undefined;
53
+ }
54
+ export interface AggregationSummary {
55
+ eventCount: number | undefined;
56
+ aggregatedBy: AggregationKey[] | undefined;
57
+ aggregatedAccounts: SummarizationDimensionOverview | undefined;
58
+ aggregatedRegions: SummarizationDimensionOverview | undefined;
59
+ aggregatedOrganizationalUnits?: SummarizationDimensionOverview | undefined;
60
+ additionalSummarizationDimensions?:
61
+ | SummarizationDimensionOverview[]
62
+ | undefined;
63
+ }
24
64
  export interface AssociateChannelRequest {
25
65
  arn: string | undefined;
26
66
  notificationConfigurationArn: string | undefined;
@@ -91,6 +131,16 @@ export declare class ValidationException extends __BaseException {
91
131
  opts: __ExceptionOptionType<ValidationException, __BaseException>
92
132
  );
93
133
  }
134
+ export interface AssociateManagedNotificationAccountContactRequest {
135
+ contactIdentifier: AccountContactType | undefined;
136
+ managedNotificationConfigurationArn: string | undefined;
137
+ }
138
+ export interface AssociateManagedNotificationAccountContactResponse {}
139
+ export interface AssociateManagedNotificationAdditionalChannelRequest {
140
+ channelArn: string | undefined;
141
+ managedNotificationConfigurationArn: string | undefined;
142
+ }
143
+ export interface AssociateManagedNotificationAdditionalChannelResponse {}
94
144
  export interface DisassociateChannelRequest {
95
145
  arn: string | undefined;
96
146
  notificationConfigurationArn: string | undefined;
@@ -105,6 +155,19 @@ export interface ListChannelsResponse {
105
155
  nextToken?: string | undefined;
106
156
  channels: string[] | undefined;
107
157
  }
158
+ export declare const ChannelAssociationOverrideOption: {
159
+ readonly DISABLED: "DISABLED";
160
+ readonly ENABLED: "ENABLED";
161
+ };
162
+ export type ChannelAssociationOverrideOption =
163
+ (typeof ChannelAssociationOverrideOption)[keyof typeof ChannelAssociationOverrideOption];
164
+ export declare const ChannelType: {
165
+ readonly ACCOUNT_CONTACT: "ACCOUNT_CONTACT";
166
+ readonly CHATBOT: "CHATBOT";
167
+ readonly EMAIL: "EMAIL";
168
+ readonly MOBILE: "MOBILE";
169
+ };
170
+ export type ChannelType = (typeof ChannelType)[keyof typeof ChannelType];
108
171
  export interface CreateEventRuleRequest {
109
172
  notificationConfigurationArn: string | undefined;
110
173
  source: string | undefined;
@@ -179,6 +242,20 @@ export interface Dimension {
179
242
  name: string | undefined;
180
243
  value: string | undefined;
181
244
  }
245
+ export interface DisableNotificationsAccessForOrganizationRequest {}
246
+ export interface DisableNotificationsAccessForOrganizationResponse {}
247
+ export interface DisassociateManagedNotificationAccountContactRequest {
248
+ contactIdentifier: AccountContactType | undefined;
249
+ managedNotificationConfigurationArn: string | undefined;
250
+ }
251
+ export interface DisassociateManagedNotificationAccountContactResponse {}
252
+ export interface DisassociateManagedNotificationAdditionalChannelRequest {
253
+ channelArn: string | undefined;
254
+ managedNotificationConfigurationArn: string | undefined;
255
+ }
256
+ export interface DisassociateManagedNotificationAdditionalChannelResponse {}
257
+ export interface EnableNotificationsAccessForOrganizationRequest {}
258
+ export interface EnableNotificationsAccessForOrganizationResponse {}
182
259
  export interface GetEventRuleRequest {
183
260
  arn: string | undefined;
184
261
  }
@@ -228,17 +305,6 @@ export declare const EventStatus: {
228
305
  readonly UNHEALTHY: "UNHEALTHY";
229
306
  };
230
307
  export type EventStatus = (typeof EventStatus)[keyof typeof EventStatus];
231
- export interface GetNotificationConfigurationRequest {
232
- arn: string | undefined;
233
- }
234
- export interface GetNotificationConfigurationResponse {
235
- arn: string | undefined;
236
- name: string | undefined;
237
- description: string | undefined;
238
- status: NotificationConfigurationStatus | undefined;
239
- creationTime: Date | undefined;
240
- aggregationDuration?: AggregationDuration | undefined;
241
- }
242
308
  export declare const LocaleCode: {
243
309
  readonly de_DE: "de_DE";
244
310
  readonly en_CA: "en_CA";
@@ -257,21 +323,10 @@ export declare const LocaleCode: {
257
323
  readonly zh_TW: "zh_TW";
258
324
  };
259
325
  export type LocaleCode = (typeof LocaleCode)[keyof typeof LocaleCode];
260
- export interface GetNotificationEventRequest {
326
+ export interface GetManagedNotificationChildEventRequest {
261
327
  arn: string | undefined;
262
328
  locale?: LocaleCode | undefined;
263
329
  }
264
- export declare const MediaElementType: {
265
- readonly IMAGE: "IMAGE";
266
- };
267
- export type MediaElementType =
268
- (typeof MediaElementType)[keyof typeof MediaElementType];
269
- export interface MediaElement {
270
- mediaId: string | undefined;
271
- type: MediaElementType | undefined;
272
- url: string | undefined;
273
- caption: string | undefined;
274
- }
275
330
  export interface MessageComponents {
276
331
  headline?: string | undefined;
277
332
  paragraphSummary?: string | undefined;
@@ -290,6 +345,100 @@ export declare const SchemaVersion: {
290
345
  readonly SCHEMA_VERSION_1_0: "v1.0";
291
346
  };
292
347
  export type SchemaVersion = (typeof SchemaVersion)[keyof typeof SchemaVersion];
348
+ export declare const TextPartType: {
349
+ readonly LOCALIZED_TEXT: "LOCALIZED_TEXT";
350
+ readonly PLAIN_TEXT: "PLAIN_TEXT";
351
+ readonly URL: "URL";
352
+ };
353
+ export type TextPartType = (typeof TextPartType)[keyof typeof TextPartType];
354
+ export interface TextPartValue {
355
+ type: TextPartType | undefined;
356
+ displayText?: string | undefined;
357
+ textByLocale?: Partial<Record<LocaleCode, string>> | undefined;
358
+ url?: string | undefined;
359
+ }
360
+ export interface ManagedNotificationChildEvent {
361
+ schemaVersion: SchemaVersion | undefined;
362
+ id: string | undefined;
363
+ messageComponents: MessageComponents | undefined;
364
+ sourceEventDetailUrl?: string | undefined;
365
+ sourceEventDetailUrlDisplayText?: string | undefined;
366
+ notificationType: NotificationType | undefined;
367
+ eventStatus?: EventStatus | undefined;
368
+ aggregateManagedNotificationEventArn: string | undefined;
369
+ startTime?: Date | undefined;
370
+ endTime?: Date | undefined;
371
+ textParts: Record<string, TextPartValue> | undefined;
372
+ organizationalUnitId?: string | undefined;
373
+ aggregationDetail?: AggregationDetail | undefined;
374
+ }
375
+ export interface GetManagedNotificationChildEventResponse {
376
+ arn: string | undefined;
377
+ managedNotificationConfigurationArn: string | undefined;
378
+ creationTime: Date | undefined;
379
+ content: ManagedNotificationChildEvent | undefined;
380
+ }
381
+ export interface GetManagedNotificationConfigurationRequest {
382
+ arn: string | undefined;
383
+ }
384
+ export interface GetManagedNotificationConfigurationResponse {
385
+ arn: string | undefined;
386
+ name: string | undefined;
387
+ description: string | undefined;
388
+ category: string | undefined;
389
+ subCategory: string | undefined;
390
+ }
391
+ export interface GetManagedNotificationEventRequest {
392
+ arn: string | undefined;
393
+ locale?: LocaleCode | undefined;
394
+ }
395
+ export interface ManagedNotificationEvent {
396
+ schemaVersion: SchemaVersion | undefined;
397
+ id: string | undefined;
398
+ messageComponents: MessageComponents | undefined;
399
+ sourceEventDetailUrl?: string | undefined;
400
+ sourceEventDetailUrlDisplayText?: string | undefined;
401
+ notificationType: NotificationType | undefined;
402
+ eventStatus?: EventStatus | undefined;
403
+ aggregationEventType?: AggregationEventType | undefined;
404
+ aggregationSummary?: AggregationSummary | undefined;
405
+ startTime?: Date | undefined;
406
+ endTime?: Date | undefined;
407
+ textParts: Record<string, TextPartValue> | undefined;
408
+ organizationalUnitId?: string | undefined;
409
+ }
410
+ export interface GetManagedNotificationEventResponse {
411
+ arn: string | undefined;
412
+ managedNotificationConfigurationArn: string | undefined;
413
+ creationTime: Date | undefined;
414
+ content: ManagedNotificationEvent | undefined;
415
+ }
416
+ export interface GetNotificationConfigurationRequest {
417
+ arn: string | undefined;
418
+ }
419
+ export interface GetNotificationConfigurationResponse {
420
+ arn: string | undefined;
421
+ name: string | undefined;
422
+ description: string | undefined;
423
+ status: NotificationConfigurationStatus | undefined;
424
+ creationTime: Date | undefined;
425
+ aggregationDuration?: AggregationDuration | undefined;
426
+ }
427
+ export interface GetNotificationEventRequest {
428
+ arn: string | undefined;
429
+ locale?: LocaleCode | undefined;
430
+ }
431
+ export declare const MediaElementType: {
432
+ readonly IMAGE: "IMAGE";
433
+ };
434
+ export type MediaElementType =
435
+ (typeof MediaElementType)[keyof typeof MediaElementType];
436
+ export interface MediaElement {
437
+ mediaId: string | undefined;
438
+ type: MediaElementType | undefined;
439
+ url: string | undefined;
440
+ caption: string | undefined;
441
+ }
293
442
  export interface Resource {
294
443
  id?: string | undefined;
295
444
  arn?: string | undefined;
@@ -306,18 +455,6 @@ export interface SourceEventMetadata {
306
455
  eventType: string | undefined;
307
456
  relatedResources: Resource[] | undefined;
308
457
  }
309
- export declare const TextPartType: {
310
- readonly LOCALIZED_TEXT: "LOCALIZED_TEXT";
311
- readonly PLAIN_TEXT: "PLAIN_TEXT";
312
- readonly URL: "URL";
313
- };
314
- export type TextPartType = (typeof TextPartType)[keyof typeof TextPartType];
315
- export interface TextPartValue {
316
- type: TextPartType | undefined;
317
- displayText?: string | undefined;
318
- textByLocale?: Partial<Record<LocaleCode, string>> | undefined;
319
- url?: string | undefined;
320
- }
321
458
  export interface NotificationEventSchema {
322
459
  schemaVersion: SchemaVersion | undefined;
323
460
  id: string | undefined;
@@ -329,6 +466,7 @@ export interface NotificationEventSchema {
329
466
  eventStatus?: EventStatus | undefined;
330
467
  aggregationEventType?: AggregationEventType | undefined;
331
468
  aggregateNotificationEventArn?: string | undefined;
469
+ aggregationSummary?: AggregationSummary | undefined;
332
470
  startTime?: Date | undefined;
333
471
  endTime?: Date | undefined;
334
472
  textParts: Record<string, TextPartValue> | undefined;
@@ -340,6 +478,120 @@ export interface GetNotificationEventResponse {
340
478
  creationTime: Date | undefined;
341
479
  content: NotificationEventSchema | undefined;
342
480
  }
481
+ export interface GetNotificationsAccessForOrganizationRequest {}
482
+ export interface NotificationsAccessForOrganization {
483
+ accessStatus: AccessStatus | undefined;
484
+ }
485
+ export interface GetNotificationsAccessForOrganizationResponse {
486
+ notificationsAccessForOrganization:
487
+ | NotificationsAccessForOrganization
488
+ | undefined;
489
+ }
490
+ export interface ListManagedNotificationChannelAssociationsRequest {
491
+ managedNotificationConfigurationArn: string | undefined;
492
+ maxResults?: number | undefined;
493
+ nextToken?: string | undefined;
494
+ }
495
+ export interface ManagedNotificationChannelAssociationSummary {
496
+ channelIdentifier: string | undefined;
497
+ channelType: ChannelType | undefined;
498
+ overrideOption?: ChannelAssociationOverrideOption | undefined;
499
+ }
500
+ export interface ListManagedNotificationChannelAssociationsResponse {
501
+ nextToken?: string | undefined;
502
+ channelAssociations:
503
+ | ManagedNotificationChannelAssociationSummary[]
504
+ | undefined;
505
+ }
506
+ export interface ListManagedNotificationChildEventsRequest {
507
+ aggregateManagedNotificationEventArn: string | undefined;
508
+ startTime?: Date | undefined;
509
+ endTime?: Date | undefined;
510
+ locale?: LocaleCode | undefined;
511
+ maxResults?: number | undefined;
512
+ relatedAccount?: string | undefined;
513
+ organizationalUnitId?: string | undefined;
514
+ nextToken?: string | undefined;
515
+ }
516
+ export interface MessageComponentsSummary {
517
+ headline: string | undefined;
518
+ }
519
+ export interface ManagedSourceEventMetadataSummary {
520
+ eventOriginRegion?: string | undefined;
521
+ source: string | undefined;
522
+ eventType: string | undefined;
523
+ }
524
+ export interface ManagedNotificationChildEventSummary {
525
+ schemaVersion: SchemaVersion | undefined;
526
+ sourceEventMetadata: ManagedSourceEventMetadataSummary | undefined;
527
+ messageComponents: MessageComponentsSummary | undefined;
528
+ aggregationDetail: AggregationDetail | undefined;
529
+ eventStatus: EventStatus | undefined;
530
+ notificationType: NotificationType | undefined;
531
+ }
532
+ export interface ManagedNotificationChildEventOverview {
533
+ arn: string | undefined;
534
+ managedNotificationConfigurationArn: string | undefined;
535
+ relatedAccount: string | undefined;
536
+ creationTime: Date | undefined;
537
+ childEvent: ManagedNotificationChildEventSummary | undefined;
538
+ aggregateManagedNotificationEventArn: string | undefined;
539
+ organizationalUnitId?: string | undefined;
540
+ }
541
+ export interface ListManagedNotificationChildEventsResponse {
542
+ nextToken?: string | undefined;
543
+ managedNotificationChildEvents:
544
+ | ManagedNotificationChildEventOverview[]
545
+ | undefined;
546
+ }
547
+ export interface ListManagedNotificationConfigurationsRequest {
548
+ channelIdentifier?: string | undefined;
549
+ maxResults?: number | undefined;
550
+ nextToken?: string | undefined;
551
+ }
552
+ export interface ManagedNotificationConfigurationStructure {
553
+ arn: string | undefined;
554
+ name: string | undefined;
555
+ description: string | undefined;
556
+ }
557
+ export interface ListManagedNotificationConfigurationsResponse {
558
+ nextToken?: string | undefined;
559
+ managedNotificationConfigurations:
560
+ | ManagedNotificationConfigurationStructure[]
561
+ | undefined;
562
+ }
563
+ export interface ListManagedNotificationEventsRequest {
564
+ startTime?: Date | undefined;
565
+ endTime?: Date | undefined;
566
+ locale?: LocaleCode | undefined;
567
+ source?: string | undefined;
568
+ maxResults?: number | undefined;
569
+ nextToken?: string | undefined;
570
+ organizationalUnitId?: string | undefined;
571
+ relatedAccount?: string | undefined;
572
+ }
573
+ export interface ManagedNotificationEventSummary {
574
+ schemaVersion: SchemaVersion | undefined;
575
+ sourceEventMetadata: ManagedSourceEventMetadataSummary | undefined;
576
+ messageComponents: MessageComponentsSummary | undefined;
577
+ eventStatus: EventStatus | undefined;
578
+ notificationType: NotificationType | undefined;
579
+ }
580
+ export interface ManagedNotificationEventOverview {
581
+ arn: string | undefined;
582
+ managedNotificationConfigurationArn: string | undefined;
583
+ relatedAccount: string | undefined;
584
+ creationTime: Date | undefined;
585
+ notificationEvent: ManagedNotificationEventSummary | undefined;
586
+ aggregationEventType?: AggregationEventType | undefined;
587
+ organizationalUnitId?: string | undefined;
588
+ aggregationSummary?: AggregationSummary | undefined;
589
+ aggregatedNotificationRegions?: string[] | undefined;
590
+ }
591
+ export interface ListManagedNotificationEventsResponse {
592
+ nextToken?: string | undefined;
593
+ managedNotificationEvents: ManagedNotificationEventOverview[] | undefined;
594
+ }
343
595
  export interface ListNotificationConfigurationsRequest {
344
596
  eventRuleSource?: string | undefined;
345
597
  channelArn?: string | undefined;
@@ -369,9 +621,6 @@ export interface ListNotificationEventsRequest {
369
621
  maxResults?: number | undefined;
370
622
  nextToken?: string | undefined;
371
623
  }
372
- export interface MessageComponentsSummary {
373
- headline: string | undefined;
374
- }
375
624
  export interface SourceEventMetadataSummary {
376
625
  eventOriginRegion?: string | undefined;
377
626
  source: string | undefined;
@@ -392,6 +641,7 @@ export interface NotificationEventOverview {
392
641
  notificationEvent: NotificationEventSummary | undefined;
393
642
  aggregationEventType?: AggregationEventType | undefined;
394
643
  aggregateNotificationEventArn?: string | undefined;
644
+ aggregationSummary?: AggregationSummary | undefined;
395
645
  }
396
646
  export interface ListNotificationEventsResponse {
397
647
  nextToken?: string | undefined;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListManagedNotificationChannelAssociationsCommandInput,
4
+ ListManagedNotificationChannelAssociationsCommandOutput,
5
+ } from "../commands/ListManagedNotificationChannelAssociationsCommand";
6
+ import { NotificationsPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListManagedNotificationChannelAssociations: (
8
+ config: NotificationsPaginationConfiguration,
9
+ input: ListManagedNotificationChannelAssociationsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListManagedNotificationChannelAssociationsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListManagedNotificationChildEventsCommandInput,
4
+ ListManagedNotificationChildEventsCommandOutput,
5
+ } from "../commands/ListManagedNotificationChildEventsCommand";
6
+ import { NotificationsPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListManagedNotificationChildEvents: (
8
+ config: NotificationsPaginationConfiguration,
9
+ input: ListManagedNotificationChildEventsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListManagedNotificationChildEventsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListManagedNotificationConfigurationsCommandInput,
4
+ ListManagedNotificationConfigurationsCommandOutput,
5
+ } from "../commands/ListManagedNotificationConfigurationsCommand";
6
+ import { NotificationsPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListManagedNotificationConfigurations: (
8
+ config: NotificationsPaginationConfiguration,
9
+ input: ListManagedNotificationConfigurationsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListManagedNotificationConfigurationsCommandOutput>;