@aws-sdk/client-notifications 3.1076.0 → 3.1078.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 (137) hide show
  1. package/dist-cjs/index.js +50 -395
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateChannelCommand.js +2 -14
  4. package/dist-es/commands/AssociateManagedNotificationAccountContactCommand.js +2 -14
  5. package/dist-es/commands/AssociateManagedNotificationAdditionalChannelCommand.js +2 -14
  6. package/dist-es/commands/AssociateOrganizationalUnitCommand.js +2 -14
  7. package/dist-es/commands/CreateEventRuleCommand.js +2 -14
  8. package/dist-es/commands/CreateNotificationConfigurationCommand.js +2 -14
  9. package/dist-es/commands/DeleteEventRuleCommand.js +2 -14
  10. package/dist-es/commands/DeleteNotificationConfigurationCommand.js +2 -14
  11. package/dist-es/commands/DeregisterNotificationHubCommand.js +2 -14
  12. package/dist-es/commands/DisableNotificationsAccessForOrganizationCommand.js +2 -14
  13. package/dist-es/commands/DisassociateChannelCommand.js +2 -14
  14. package/dist-es/commands/DisassociateManagedNotificationAccountContactCommand.js +2 -14
  15. package/dist-es/commands/DisassociateManagedNotificationAdditionalChannelCommand.js +2 -14
  16. package/dist-es/commands/DisassociateOrganizationalUnitCommand.js +2 -14
  17. package/dist-es/commands/EnableNotificationsAccessForOrganizationCommand.js +2 -14
  18. package/dist-es/commands/GetEventRuleCommand.js +2 -14
  19. package/dist-es/commands/GetManagedNotificationChildEventCommand.js +2 -14
  20. package/dist-es/commands/GetManagedNotificationConfigurationCommand.js +2 -14
  21. package/dist-es/commands/GetManagedNotificationEventCommand.js +2 -14
  22. package/dist-es/commands/GetNotificationConfigurationCommand.js +2 -14
  23. package/dist-es/commands/GetNotificationEventCommand.js +2 -14
  24. package/dist-es/commands/GetNotificationsAccessForOrganizationCommand.js +2 -14
  25. package/dist-es/commands/ListChannelsCommand.js +2 -14
  26. package/dist-es/commands/ListEventRulesCommand.js +2 -14
  27. package/dist-es/commands/ListManagedNotificationChannelAssociationsCommand.js +2 -14
  28. package/dist-es/commands/ListManagedNotificationChildEventsCommand.js +2 -14
  29. package/dist-es/commands/ListManagedNotificationConfigurationsCommand.js +2 -14
  30. package/dist-es/commands/ListManagedNotificationEventsCommand.js +2 -14
  31. package/dist-es/commands/ListMemberAccountsCommand.js +2 -14
  32. package/dist-es/commands/ListNotificationConfigurationsCommand.js +2 -14
  33. package/dist-es/commands/ListNotificationEventsCommand.js +2 -14
  34. package/dist-es/commands/ListNotificationHubsCommand.js +2 -14
  35. package/dist-es/commands/ListOrganizationalUnitsCommand.js +2 -14
  36. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  37. package/dist-es/commands/RegisterNotificationHubCommand.js +2 -14
  38. package/dist-es/commands/TagResourceCommand.js +2 -14
  39. package/dist-es/commands/UntagResourceCommand.js +2 -14
  40. package/dist-es/commands/UpdateEventRuleCommand.js +2 -14
  41. package/dist-es/commands/UpdateNotificationConfigurationCommand.js +2 -14
  42. package/dist-es/index.js +1 -0
  43. package/dist-es/runtimeConfig.browser.js +0 -2
  44. package/dist-es/runtimeConfig.js +1 -2
  45. package/dist-es/runtimeConfig.native.js +0 -2
  46. package/dist-es/runtimeConfig.shared.js +2 -0
  47. package/dist-types/commandBuilder.d.ts +18 -0
  48. package/dist-types/commands/AssociateChannelCommand.d.ts +3 -8
  49. package/dist-types/commands/AssociateManagedNotificationAccountContactCommand.d.ts +3 -8
  50. package/dist-types/commands/AssociateManagedNotificationAdditionalChannelCommand.d.ts +3 -8
  51. package/dist-types/commands/AssociateOrganizationalUnitCommand.d.ts +3 -8
  52. package/dist-types/commands/CreateEventRuleCommand.d.ts +3 -8
  53. package/dist-types/commands/CreateNotificationConfigurationCommand.d.ts +3 -8
  54. package/dist-types/commands/DeleteEventRuleCommand.d.ts +3 -8
  55. package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +3 -8
  56. package/dist-types/commands/DeregisterNotificationHubCommand.d.ts +3 -8
  57. package/dist-types/commands/DisableNotificationsAccessForOrganizationCommand.d.ts +3 -8
  58. package/dist-types/commands/DisassociateChannelCommand.d.ts +3 -8
  59. package/dist-types/commands/DisassociateManagedNotificationAccountContactCommand.d.ts +3 -8
  60. package/dist-types/commands/DisassociateManagedNotificationAdditionalChannelCommand.d.ts +3 -8
  61. package/dist-types/commands/DisassociateOrganizationalUnitCommand.d.ts +3 -8
  62. package/dist-types/commands/EnableNotificationsAccessForOrganizationCommand.d.ts +3 -8
  63. package/dist-types/commands/GetEventRuleCommand.d.ts +3 -8
  64. package/dist-types/commands/GetManagedNotificationChildEventCommand.d.ts +3 -8
  65. package/dist-types/commands/GetManagedNotificationConfigurationCommand.d.ts +3 -8
  66. package/dist-types/commands/GetManagedNotificationEventCommand.d.ts +3 -8
  67. package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +3 -8
  68. package/dist-types/commands/GetNotificationEventCommand.d.ts +3 -8
  69. package/dist-types/commands/GetNotificationsAccessForOrganizationCommand.d.ts +3 -8
  70. package/dist-types/commands/ListChannelsCommand.d.ts +3 -8
  71. package/dist-types/commands/ListEventRulesCommand.d.ts +3 -8
  72. package/dist-types/commands/ListManagedNotificationChannelAssociationsCommand.d.ts +3 -8
  73. package/dist-types/commands/ListManagedNotificationChildEventsCommand.d.ts +3 -8
  74. package/dist-types/commands/ListManagedNotificationConfigurationsCommand.d.ts +3 -8
  75. package/dist-types/commands/ListManagedNotificationEventsCommand.d.ts +3 -8
  76. package/dist-types/commands/ListMemberAccountsCommand.d.ts +3 -8
  77. package/dist-types/commands/ListNotificationConfigurationsCommand.d.ts +3 -8
  78. package/dist-types/commands/ListNotificationEventsCommand.d.ts +3 -8
  79. package/dist-types/commands/ListNotificationHubsCommand.d.ts +3 -8
  80. package/dist-types/commands/ListOrganizationalUnitsCommand.d.ts +3 -8
  81. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  82. package/dist-types/commands/RegisterNotificationHubCommand.d.ts +3 -8
  83. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  84. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  85. package/dist-types/commands/UpdateEventRuleCommand.d.ts +3 -8
  86. package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +3 -8
  87. package/dist-types/index.d.ts +1 -0
  88. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  89. package/dist-types/runtimeConfig.d.ts +1 -1
  90. package/dist-types/runtimeConfig.native.d.ts +1 -1
  91. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  92. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  93. package/dist-types/ts3.4/commands/AssociateChannelCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/AssociateManagedNotificationAccountContactCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/AssociateManagedNotificationAdditionalChannelCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/AssociateOrganizationalUnitCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/CreateEventRuleCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/CreateNotificationConfigurationCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/DeleteEventRuleCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/DeregisterNotificationHubCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/DisableNotificationsAccessForOrganizationCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/DisassociateChannelCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/DisassociateManagedNotificationAccountContactCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/DisassociateManagedNotificationAdditionalChannelCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/DisassociateOrganizationalUnitCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/EnableNotificationsAccessForOrganizationCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/GetEventRuleCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/GetManagedNotificationChildEventCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/GetManagedNotificationConfigurationCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/GetManagedNotificationEventCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/GetNotificationEventCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/GetNotificationsAccessForOrganizationCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/ListEventRulesCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/ListManagedNotificationChannelAssociationsCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/ListManagedNotificationChildEventsCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ListManagedNotificationConfigurationsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/ListManagedNotificationEventsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/ListMemberAccountsCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/ListNotificationConfigurationsCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/ListNotificationEventsCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/ListNotificationHubsCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/ListOrganizationalUnitsCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/RegisterNotificationHubCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/UpdateEventRuleCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/UpdateNotificationConfigurationCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/index.d.ts +1 -0
  133. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  134. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  135. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  136. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  137. package/package.json +8 -10
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { RegisterNotificationHubRequest, RegisterNotificationHubResponse } from "../models/models_0";
4
- import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RegisterNotificationHubCommandInput extends RegisterNotificatio
22
19
  export interface RegisterNotificationHubCommandOutput extends RegisterNotificationHubResponse, __MetadataBearer {
23
20
  }
24
21
  declare const RegisterNotificationHubCommand_base: {
25
- new (input: RegisterNotificationHubCommandInput): import("@smithy/core/client").CommandImpl<RegisterNotificationHubCommandInput, RegisterNotificationHubCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RegisterNotificationHubCommandInput): import("@smithy/core/client").CommandImpl<RegisterNotificationHubCommandInput, RegisterNotificationHubCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RegisterNotificationHubCommandInput): import("@smithy/core/client").CommandImpl<RegisterNotificationHubCommandInput, RegisterNotificationHubCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RegisterNotificationHubCommandInput): import("@smithy/core/client").CommandImpl<RegisterNotificationHubCommandInput, RegisterNotificationHubCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Registers a <code>NotificationConfiguration</code> in the specified Region.</p> <p>There is a maximum of one <code>NotificationConfiguration</code> per Region. You can have a maximum of 3 <code>NotificationHub</code> resources at a time.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
- import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Tags the resource with a tag key and value.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html">Tagging your Amazon Web Services resources</a> in the <i>Tagging Amazon Web Services Resources User Guide</i>.</p> <note> <p>This is only supported for <code>NotificationConfigurations</code>.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
- import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Untags a resource with a specified Amazon Resource Name (ARN).</p> <p>For more information, see <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html">Tagging your Amazon Web Services resources</a> in the <i>Tagging Amazon Web Services Resources User Guide</i>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateEventRuleRequest, UpdateEventRuleResponse } from "../models/models_0";
4
- import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateEventRuleCommandInput extends UpdateEventRuleRequest {
22
19
  export interface UpdateEventRuleCommandOutput extends UpdateEventRuleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateEventRuleCommand_base: {
25
- new (input: UpdateEventRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateEventRuleCommandInput, UpdateEventRuleCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateEventRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateEventRuleCommandInput, UpdateEventRuleCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateEventRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateEventRuleCommandInput, UpdateEventRuleCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateEventRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateEventRuleCommandInput, UpdateEventRuleCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an existing <code>EventRule</code>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateNotificationConfigurationRequest, UpdateNotificationConfigurationResponse } from "../models/models_0";
4
- import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateNotificationConfigurationCommandInput extends UpdateNotif
22
19
  export interface UpdateNotificationConfigurationCommandOutput extends UpdateNotificationConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateNotificationConfigurationCommand_base: {
25
- new (input: UpdateNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateNotificationConfigurationCommandInput, UpdateNotificationConfigurationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateNotificationConfigurationCommandInput, UpdateNotificationConfigurationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateNotificationConfigurationCommandInput, UpdateNotificationConfigurationCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateNotificationConfigurationCommandInput, UpdateNotificationConfigurationCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates a <code>NotificationConfiguration</code>.</p>
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { NotificationsExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export { Command as $Command } from "@smithy/core/client";
12
13
  export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./models/enums";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: NotificationsClientConfig) => {
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: NotificationsClientConfig) => {
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: NotificationsClientConfig) => {
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: NotificationsClientConfig) => {
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { NotificationsClientConfig } from "./NotificationsClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: NotificationsClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: NotificationsClientConfig) => {
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: NotificationsClientConfig) => {
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ NotificationsClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./NotificationsClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ NotificationsClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ NotificationsClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  AssociateChannelRequest,
5
4
  AssociateChannelResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- NotificationsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../NotificationsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AssociateChannelCommandInput extends AssociateChannelRequest {}
15
8
  export interface AssociateChannelCommandOutput
16
9
  extends AssociateChannelResponse,
@@ -21,22 +14,20 @@ declare const AssociateChannelCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  AssociateChannelCommandInput,
23
16
  AssociateChannelCommandOutput,
24
- NotificationsClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").NotificationsClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: AssociateChannelCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  AssociateChannelCommandInput,
32
25
  AssociateChannelCommandOutput,
33
- NotificationsClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").NotificationsClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class AssociateChannelCommand extends AssociateChannelCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  AssociateManagedNotificationAccountContactRequest,
5
4
  AssociateManagedNotificationAccountContactResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- NotificationsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../NotificationsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AssociateManagedNotificationAccountContactCommandInput
15
8
  extends AssociateManagedNotificationAccountContactRequest {}
16
9
  export interface AssociateManagedNotificationAccountContactCommandOutput
@@ -22,22 +15,20 @@ declare const AssociateManagedNotificationAccountContactCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AssociateManagedNotificationAccountContactCommandInput,
24
17
  AssociateManagedNotificationAccountContactCommandOutput,
25
- NotificationsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").NotificationsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AssociateManagedNotificationAccountContactCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AssociateManagedNotificationAccountContactCommandInput,
33
26
  AssociateManagedNotificationAccountContactCommandOutput,
34
- NotificationsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").NotificationsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AssociateManagedNotificationAccountContactCommand extends AssociateManagedNotificationAccountContactCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  AssociateManagedNotificationAdditionalChannelRequest,
5
4
  AssociateManagedNotificationAdditionalChannelResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- NotificationsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../NotificationsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AssociateManagedNotificationAdditionalChannelCommandInput
15
8
  extends AssociateManagedNotificationAdditionalChannelRequest {}
16
9
  export interface AssociateManagedNotificationAdditionalChannelCommandOutput
@@ -22,22 +15,20 @@ declare const AssociateManagedNotificationAdditionalChannelCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AssociateManagedNotificationAdditionalChannelCommandInput,
24
17
  AssociateManagedNotificationAdditionalChannelCommandOutput,
25
- NotificationsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").NotificationsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AssociateManagedNotificationAdditionalChannelCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AssociateManagedNotificationAdditionalChannelCommandInput,
33
26
  AssociateManagedNotificationAdditionalChannelCommandOutput,
34
- NotificationsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").NotificationsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AssociateManagedNotificationAdditionalChannelCommand extends AssociateManagedNotificationAdditionalChannelCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  AssociateOrganizationalUnitRequest,
5
4
  AssociateOrganizationalUnitResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- NotificationsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../NotificationsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AssociateOrganizationalUnitCommandInput
15
8
  extends AssociateOrganizationalUnitRequest {}
16
9
  export interface AssociateOrganizationalUnitCommandOutput
@@ -22,22 +15,20 @@ declare const AssociateOrganizationalUnitCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AssociateOrganizationalUnitCommandInput,
24
17
  AssociateOrganizationalUnitCommandOutput,
25
- NotificationsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").NotificationsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AssociateOrganizationalUnitCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AssociateOrganizationalUnitCommandInput,
33
26
  AssociateOrganizationalUnitCommandOutput,
34
- NotificationsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").NotificationsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AssociateOrganizationalUnitCommand extends AssociateOrganizationalUnitCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CreateEventRuleRequest,
5
4
  CreateEventRuleResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- NotificationsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../NotificationsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateEventRuleCommandInput extends CreateEventRuleRequest {}
15
8
  export interface CreateEventRuleCommandOutput
16
9
  extends CreateEventRuleResponse,
@@ -21,22 +14,20 @@ declare const CreateEventRuleCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateEventRuleCommandInput,
23
16
  CreateEventRuleCommandOutput,
24
- NotificationsClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").NotificationsClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateEventRuleCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateEventRuleCommandInput,
32
25
  CreateEventRuleCommandOutput,
33
- NotificationsClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").NotificationsClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateEventRuleCommand extends CreateEventRuleCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CreateNotificationConfigurationRequest,
5
4
  CreateNotificationConfigurationResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- NotificationsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../NotificationsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateNotificationConfigurationCommandInput
15
8
  extends CreateNotificationConfigurationRequest {}
16
9
  export interface CreateNotificationConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const CreateNotificationConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateNotificationConfigurationCommandInput,
24
17
  CreateNotificationConfigurationCommandOutput,
25
- NotificationsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").NotificationsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateNotificationConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateNotificationConfigurationCommandInput,
33
26
  CreateNotificationConfigurationCommandOutput,
34
- NotificationsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").NotificationsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateNotificationConfigurationCommand extends CreateNotificationConfigurationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DeleteEventRuleRequest,
5
4
  DeleteEventRuleResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- NotificationsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../NotificationsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteEventRuleCommandInput extends DeleteEventRuleRequest {}
15
8
  export interface DeleteEventRuleCommandOutput
16
9
  extends DeleteEventRuleResponse,
@@ -21,22 +14,20 @@ declare const DeleteEventRuleCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteEventRuleCommandInput,
23
16
  DeleteEventRuleCommandOutput,
24
- NotificationsClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").NotificationsClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteEventRuleCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteEventRuleCommandInput,
32
25
  DeleteEventRuleCommandOutput,
33
- NotificationsClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").NotificationsClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DeleteEventRuleCommand extends DeleteEventRuleCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DeleteNotificationConfigurationRequest,
5
4
  DeleteNotificationConfigurationResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- NotificationsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../NotificationsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteNotificationConfigurationCommandInput
15
8
  extends DeleteNotificationConfigurationRequest {}
16
9
  export interface DeleteNotificationConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteNotificationConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteNotificationConfigurationCommandInput,
24
17
  DeleteNotificationConfigurationCommandOutput,
25
- NotificationsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").NotificationsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteNotificationConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteNotificationConfigurationCommandInput,
33
26
  DeleteNotificationConfigurationCommandOutput,
34
- NotificationsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").NotificationsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteNotificationConfigurationCommand extends DeleteNotificationConfigurationCommand_base {
43
34
  protected static __types: {