@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
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
10
11
  const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
12
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
13
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
- const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
15
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
16
  const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
16
18
 
17
19
  const defaultNotificationsHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
20
  return {
@@ -65,7 +67,7 @@ const commonParams = {
65
67
  Region: { type: "builtInParams", name: "region" },
66
68
  };
67
69
 
68
- var version = "3.1075.0";
70
+ var version = "3.1077.0";
69
71
  var packageInfo = {
70
72
  version: version};
71
73
 
@@ -1320,6 +1322,7 @@ const getRuntimeConfig$1 = (config) => {
1320
1322
  serviceTarget: "Notifications",
1321
1323
  },
1322
1324
  serviceId: config?.serviceId ?? "Notifications",
1325
+ sha256: config?.sha256 ?? Sha256,
1323
1326
  urlParser: config?.urlParser ?? parseUrl,
1324
1327
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
1325
1328
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -1353,7 +1356,6 @@ const getRuntimeConfig = (config) => {
1353
1356
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
1354
1357
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
1355
1358
  }, config),
1356
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
1357
1359
  streamCollector: config?.streamCollector ?? streamCollector,
1358
1360
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
1359
1361
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1441,472 +1443,125 @@ class NotificationsClient extends Client {
1441
1443
  }
1442
1444
  }
1443
1445
 
1444
- class AssociateChannelCommand extends Command
1445
- .classBuilder()
1446
- .ep(commonParams)
1447
- .m(function (Command, cs, config, o) {
1448
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1449
- })
1450
- .s("Notifications", "AssociateChannel", {})
1451
- .n("NotificationsClient", "AssociateChannelCommand")
1452
- .sc(AssociateChannel$)
1453
- .build() {
1446
+ const command = makeBuilder(commonParams, "Notifications", "NotificationsClient", getEndpointPlugin);
1447
+ const _ep0 = {};
1448
+ const _mw0 = (Command, cs, config, o) => [];
1449
+
1450
+ class AssociateChannelCommand extends command(_ep0, _mw0, "AssociateChannel", AssociateChannel$) {
1454
1451
  }
1455
1452
 
1456
- class AssociateManagedNotificationAccountContactCommand extends Command
1457
- .classBuilder()
1458
- .ep(commonParams)
1459
- .m(function (Command, cs, config, o) {
1460
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1461
- })
1462
- .s("Notifications", "AssociateManagedNotificationAccountContact", {})
1463
- .n("NotificationsClient", "AssociateManagedNotificationAccountContactCommand")
1464
- .sc(AssociateManagedNotificationAccountContact$)
1465
- .build() {
1453
+ class AssociateManagedNotificationAccountContactCommand extends command(_ep0, _mw0, "AssociateManagedNotificationAccountContact", AssociateManagedNotificationAccountContact$) {
1466
1454
  }
1467
1455
 
1468
- class AssociateManagedNotificationAdditionalChannelCommand extends Command
1469
- .classBuilder()
1470
- .ep(commonParams)
1471
- .m(function (Command, cs, config, o) {
1472
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1473
- })
1474
- .s("Notifications", "AssociateManagedNotificationAdditionalChannel", {})
1475
- .n("NotificationsClient", "AssociateManagedNotificationAdditionalChannelCommand")
1476
- .sc(AssociateManagedNotificationAdditionalChannel$)
1477
- .build() {
1456
+ class AssociateManagedNotificationAdditionalChannelCommand extends command(_ep0, _mw0, "AssociateManagedNotificationAdditionalChannel", AssociateManagedNotificationAdditionalChannel$) {
1478
1457
  }
1479
1458
 
1480
- class AssociateOrganizationalUnitCommand extends Command
1481
- .classBuilder()
1482
- .ep(commonParams)
1483
- .m(function (Command, cs, config, o) {
1484
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1485
- })
1486
- .s("Notifications", "AssociateOrganizationalUnit", {})
1487
- .n("NotificationsClient", "AssociateOrganizationalUnitCommand")
1488
- .sc(AssociateOrganizationalUnit$)
1489
- .build() {
1459
+ class AssociateOrganizationalUnitCommand extends command(_ep0, _mw0, "AssociateOrganizationalUnit", AssociateOrganizationalUnit$) {
1490
1460
  }
1491
1461
 
1492
- class CreateEventRuleCommand extends Command
1493
- .classBuilder()
1494
- .ep(commonParams)
1495
- .m(function (Command, cs, config, o) {
1496
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1497
- })
1498
- .s("Notifications", "CreateEventRule", {})
1499
- .n("NotificationsClient", "CreateEventRuleCommand")
1500
- .sc(CreateEventRule$)
1501
- .build() {
1462
+ class CreateEventRuleCommand extends command(_ep0, _mw0, "CreateEventRule", CreateEventRule$) {
1502
1463
  }
1503
1464
 
1504
- class CreateNotificationConfigurationCommand extends Command
1505
- .classBuilder()
1506
- .ep(commonParams)
1507
- .m(function (Command, cs, config, o) {
1508
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1509
- })
1510
- .s("Notifications", "CreateNotificationConfiguration", {})
1511
- .n("NotificationsClient", "CreateNotificationConfigurationCommand")
1512
- .sc(CreateNotificationConfiguration$)
1513
- .build() {
1465
+ class CreateNotificationConfigurationCommand extends command(_ep0, _mw0, "CreateNotificationConfiguration", CreateNotificationConfiguration$) {
1514
1466
  }
1515
1467
 
1516
- class DeleteEventRuleCommand extends Command
1517
- .classBuilder()
1518
- .ep(commonParams)
1519
- .m(function (Command, cs, config, o) {
1520
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1521
- })
1522
- .s("Notifications", "DeleteEventRule", {})
1523
- .n("NotificationsClient", "DeleteEventRuleCommand")
1524
- .sc(DeleteEventRule$)
1525
- .build() {
1468
+ class DeleteEventRuleCommand extends command(_ep0, _mw0, "DeleteEventRule", DeleteEventRule$) {
1526
1469
  }
1527
1470
 
1528
- class DeleteNotificationConfigurationCommand extends Command
1529
- .classBuilder()
1530
- .ep(commonParams)
1531
- .m(function (Command, cs, config, o) {
1532
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1533
- })
1534
- .s("Notifications", "DeleteNotificationConfiguration", {})
1535
- .n("NotificationsClient", "DeleteNotificationConfigurationCommand")
1536
- .sc(DeleteNotificationConfiguration$)
1537
- .build() {
1471
+ class DeleteNotificationConfigurationCommand extends command(_ep0, _mw0, "DeleteNotificationConfiguration", DeleteNotificationConfiguration$) {
1538
1472
  }
1539
1473
 
1540
- class DeregisterNotificationHubCommand extends Command
1541
- .classBuilder()
1542
- .ep(commonParams)
1543
- .m(function (Command, cs, config, o) {
1544
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1545
- })
1546
- .s("Notifications", "DeregisterNotificationHub", {})
1547
- .n("NotificationsClient", "DeregisterNotificationHubCommand")
1548
- .sc(DeregisterNotificationHub$)
1549
- .build() {
1474
+ class DeregisterNotificationHubCommand extends command(_ep0, _mw0, "DeregisterNotificationHub", DeregisterNotificationHub$) {
1550
1475
  }
1551
1476
 
1552
- class DisableNotificationsAccessForOrganizationCommand extends Command
1553
- .classBuilder()
1554
- .ep(commonParams)
1555
- .m(function (Command, cs, config, o) {
1556
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1557
- })
1558
- .s("Notifications", "DisableNotificationsAccessForOrganization", {})
1559
- .n("NotificationsClient", "DisableNotificationsAccessForOrganizationCommand")
1560
- .sc(DisableNotificationsAccessForOrganization$)
1561
- .build() {
1477
+ class DisableNotificationsAccessForOrganizationCommand extends command(_ep0, _mw0, "DisableNotificationsAccessForOrganization", DisableNotificationsAccessForOrganization$) {
1562
1478
  }
1563
1479
 
1564
- class DisassociateChannelCommand extends Command
1565
- .classBuilder()
1566
- .ep(commonParams)
1567
- .m(function (Command, cs, config, o) {
1568
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1569
- })
1570
- .s("Notifications", "DisassociateChannel", {})
1571
- .n("NotificationsClient", "DisassociateChannelCommand")
1572
- .sc(DisassociateChannel$)
1573
- .build() {
1480
+ class DisassociateChannelCommand extends command(_ep0, _mw0, "DisassociateChannel", DisassociateChannel$) {
1574
1481
  }
1575
1482
 
1576
- class DisassociateManagedNotificationAccountContactCommand extends Command
1577
- .classBuilder()
1578
- .ep(commonParams)
1579
- .m(function (Command, cs, config, o) {
1580
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1581
- })
1582
- .s("Notifications", "DisassociateManagedNotificationAccountContact", {})
1583
- .n("NotificationsClient", "DisassociateManagedNotificationAccountContactCommand")
1584
- .sc(DisassociateManagedNotificationAccountContact$)
1585
- .build() {
1483
+ class DisassociateManagedNotificationAccountContactCommand extends command(_ep0, _mw0, "DisassociateManagedNotificationAccountContact", DisassociateManagedNotificationAccountContact$) {
1586
1484
  }
1587
1485
 
1588
- class DisassociateManagedNotificationAdditionalChannelCommand extends Command
1589
- .classBuilder()
1590
- .ep(commonParams)
1591
- .m(function (Command, cs, config, o) {
1592
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1593
- })
1594
- .s("Notifications", "DisassociateManagedNotificationAdditionalChannel", {})
1595
- .n("NotificationsClient", "DisassociateManagedNotificationAdditionalChannelCommand")
1596
- .sc(DisassociateManagedNotificationAdditionalChannel$)
1597
- .build() {
1486
+ class DisassociateManagedNotificationAdditionalChannelCommand extends command(_ep0, _mw0, "DisassociateManagedNotificationAdditionalChannel", DisassociateManagedNotificationAdditionalChannel$) {
1598
1487
  }
1599
1488
 
1600
- class DisassociateOrganizationalUnitCommand extends Command
1601
- .classBuilder()
1602
- .ep(commonParams)
1603
- .m(function (Command, cs, config, o) {
1604
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1605
- })
1606
- .s("Notifications", "DisassociateOrganizationalUnit", {})
1607
- .n("NotificationsClient", "DisassociateOrganizationalUnitCommand")
1608
- .sc(DisassociateOrganizationalUnit$)
1609
- .build() {
1489
+ class DisassociateOrganizationalUnitCommand extends command(_ep0, _mw0, "DisassociateOrganizationalUnit", DisassociateOrganizationalUnit$) {
1610
1490
  }
1611
1491
 
1612
- class EnableNotificationsAccessForOrganizationCommand extends Command
1613
- .classBuilder()
1614
- .ep(commonParams)
1615
- .m(function (Command, cs, config, o) {
1616
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1617
- })
1618
- .s("Notifications", "EnableNotificationsAccessForOrganization", {})
1619
- .n("NotificationsClient", "EnableNotificationsAccessForOrganizationCommand")
1620
- .sc(EnableNotificationsAccessForOrganization$)
1621
- .build() {
1492
+ class EnableNotificationsAccessForOrganizationCommand extends command(_ep0, _mw0, "EnableNotificationsAccessForOrganization", EnableNotificationsAccessForOrganization$) {
1622
1493
  }
1623
1494
 
1624
- class GetEventRuleCommand extends Command
1625
- .classBuilder()
1626
- .ep(commonParams)
1627
- .m(function (Command, cs, config, o) {
1628
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1629
- })
1630
- .s("Notifications", "GetEventRule", {})
1631
- .n("NotificationsClient", "GetEventRuleCommand")
1632
- .sc(GetEventRule$)
1633
- .build() {
1495
+ class GetEventRuleCommand extends command(_ep0, _mw0, "GetEventRule", GetEventRule$) {
1634
1496
  }
1635
1497
 
1636
- class GetManagedNotificationChildEventCommand extends Command
1637
- .classBuilder()
1638
- .ep(commonParams)
1639
- .m(function (Command, cs, config, o) {
1640
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1641
- })
1642
- .s("Notifications", "GetManagedNotificationChildEvent", {})
1643
- .n("NotificationsClient", "GetManagedNotificationChildEventCommand")
1644
- .sc(GetManagedNotificationChildEvent$)
1645
- .build() {
1498
+ class GetManagedNotificationChildEventCommand extends command(_ep0, _mw0, "GetManagedNotificationChildEvent", GetManagedNotificationChildEvent$) {
1646
1499
  }
1647
1500
 
1648
- class GetManagedNotificationConfigurationCommand extends Command
1649
- .classBuilder()
1650
- .ep(commonParams)
1651
- .m(function (Command, cs, config, o) {
1652
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1653
- })
1654
- .s("Notifications", "GetManagedNotificationConfiguration", {})
1655
- .n("NotificationsClient", "GetManagedNotificationConfigurationCommand")
1656
- .sc(GetManagedNotificationConfiguration$)
1657
- .build() {
1501
+ class GetManagedNotificationConfigurationCommand extends command(_ep0, _mw0, "GetManagedNotificationConfiguration", GetManagedNotificationConfiguration$) {
1658
1502
  }
1659
1503
 
1660
- class GetManagedNotificationEventCommand extends Command
1661
- .classBuilder()
1662
- .ep(commonParams)
1663
- .m(function (Command, cs, config, o) {
1664
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1665
- })
1666
- .s("Notifications", "GetManagedNotificationEvent", {})
1667
- .n("NotificationsClient", "GetManagedNotificationEventCommand")
1668
- .sc(GetManagedNotificationEvent$)
1669
- .build() {
1504
+ class GetManagedNotificationEventCommand extends command(_ep0, _mw0, "GetManagedNotificationEvent", GetManagedNotificationEvent$) {
1670
1505
  }
1671
1506
 
1672
- class GetNotificationConfigurationCommand extends Command
1673
- .classBuilder()
1674
- .ep(commonParams)
1675
- .m(function (Command, cs, config, o) {
1676
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1677
- })
1678
- .s("Notifications", "GetNotificationConfiguration", {})
1679
- .n("NotificationsClient", "GetNotificationConfigurationCommand")
1680
- .sc(GetNotificationConfiguration$)
1681
- .build() {
1507
+ class GetNotificationConfigurationCommand extends command(_ep0, _mw0, "GetNotificationConfiguration", GetNotificationConfiguration$) {
1682
1508
  }
1683
1509
 
1684
- class GetNotificationEventCommand extends Command
1685
- .classBuilder()
1686
- .ep(commonParams)
1687
- .m(function (Command, cs, config, o) {
1688
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1689
- })
1690
- .s("Notifications", "GetNotificationEvent", {})
1691
- .n("NotificationsClient", "GetNotificationEventCommand")
1692
- .sc(GetNotificationEvent$)
1693
- .build() {
1510
+ class GetNotificationEventCommand extends command(_ep0, _mw0, "GetNotificationEvent", GetNotificationEvent$) {
1694
1511
  }
1695
1512
 
1696
- class GetNotificationsAccessForOrganizationCommand extends Command
1697
- .classBuilder()
1698
- .ep(commonParams)
1699
- .m(function (Command, cs, config, o) {
1700
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1701
- })
1702
- .s("Notifications", "GetNotificationsAccessForOrganization", {})
1703
- .n("NotificationsClient", "GetNotificationsAccessForOrganizationCommand")
1704
- .sc(GetNotificationsAccessForOrganization$)
1705
- .build() {
1513
+ class GetNotificationsAccessForOrganizationCommand extends command(_ep0, _mw0, "GetNotificationsAccessForOrganization", GetNotificationsAccessForOrganization$) {
1706
1514
  }
1707
1515
 
1708
- class ListChannelsCommand extends Command
1709
- .classBuilder()
1710
- .ep(commonParams)
1711
- .m(function (Command, cs, config, o) {
1712
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1713
- })
1714
- .s("Notifications", "ListChannels", {})
1715
- .n("NotificationsClient", "ListChannelsCommand")
1716
- .sc(ListChannels$)
1717
- .build() {
1516
+ class ListChannelsCommand extends command(_ep0, _mw0, "ListChannels", ListChannels$) {
1718
1517
  }
1719
1518
 
1720
- class ListEventRulesCommand extends Command
1721
- .classBuilder()
1722
- .ep(commonParams)
1723
- .m(function (Command, cs, config, o) {
1724
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1725
- })
1726
- .s("Notifications", "ListEventRules", {})
1727
- .n("NotificationsClient", "ListEventRulesCommand")
1728
- .sc(ListEventRules$)
1729
- .build() {
1519
+ class ListEventRulesCommand extends command(_ep0, _mw0, "ListEventRules", ListEventRules$) {
1730
1520
  }
1731
1521
 
1732
- class ListManagedNotificationChannelAssociationsCommand extends Command
1733
- .classBuilder()
1734
- .ep(commonParams)
1735
- .m(function (Command, cs, config, o) {
1736
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1737
- })
1738
- .s("Notifications", "ListManagedNotificationChannelAssociations", {})
1739
- .n("NotificationsClient", "ListManagedNotificationChannelAssociationsCommand")
1740
- .sc(ListManagedNotificationChannelAssociations$)
1741
- .build() {
1522
+ class ListManagedNotificationChannelAssociationsCommand extends command(_ep0, _mw0, "ListManagedNotificationChannelAssociations", ListManagedNotificationChannelAssociations$) {
1742
1523
  }
1743
1524
 
1744
- class ListManagedNotificationChildEventsCommand extends Command
1745
- .classBuilder()
1746
- .ep(commonParams)
1747
- .m(function (Command, cs, config, o) {
1748
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1749
- })
1750
- .s("Notifications", "ListManagedNotificationChildEvents", {})
1751
- .n("NotificationsClient", "ListManagedNotificationChildEventsCommand")
1752
- .sc(ListManagedNotificationChildEvents$)
1753
- .build() {
1525
+ class ListManagedNotificationChildEventsCommand extends command(_ep0, _mw0, "ListManagedNotificationChildEvents", ListManagedNotificationChildEvents$) {
1754
1526
  }
1755
1527
 
1756
- class ListManagedNotificationConfigurationsCommand extends Command
1757
- .classBuilder()
1758
- .ep(commonParams)
1759
- .m(function (Command, cs, config, o) {
1760
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1761
- })
1762
- .s("Notifications", "ListManagedNotificationConfigurations", {})
1763
- .n("NotificationsClient", "ListManagedNotificationConfigurationsCommand")
1764
- .sc(ListManagedNotificationConfigurations$)
1765
- .build() {
1528
+ class ListManagedNotificationConfigurationsCommand extends command(_ep0, _mw0, "ListManagedNotificationConfigurations", ListManagedNotificationConfigurations$) {
1766
1529
  }
1767
1530
 
1768
- class ListManagedNotificationEventsCommand extends Command
1769
- .classBuilder()
1770
- .ep(commonParams)
1771
- .m(function (Command, cs, config, o) {
1772
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1773
- })
1774
- .s("Notifications", "ListManagedNotificationEvents", {})
1775
- .n("NotificationsClient", "ListManagedNotificationEventsCommand")
1776
- .sc(ListManagedNotificationEvents$)
1777
- .build() {
1531
+ class ListManagedNotificationEventsCommand extends command(_ep0, _mw0, "ListManagedNotificationEvents", ListManagedNotificationEvents$) {
1778
1532
  }
1779
1533
 
1780
- class ListMemberAccountsCommand extends Command
1781
- .classBuilder()
1782
- .ep(commonParams)
1783
- .m(function (Command, cs, config, o) {
1784
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1785
- })
1786
- .s("Notifications", "ListMemberAccounts", {})
1787
- .n("NotificationsClient", "ListMemberAccountsCommand")
1788
- .sc(ListMemberAccounts$)
1789
- .build() {
1534
+ class ListMemberAccountsCommand extends command(_ep0, _mw0, "ListMemberAccounts", ListMemberAccounts$) {
1790
1535
  }
1791
1536
 
1792
- class ListNotificationConfigurationsCommand extends Command
1793
- .classBuilder()
1794
- .ep(commonParams)
1795
- .m(function (Command, cs, config, o) {
1796
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1797
- })
1798
- .s("Notifications", "ListNotificationConfigurations", {})
1799
- .n("NotificationsClient", "ListNotificationConfigurationsCommand")
1800
- .sc(ListNotificationConfigurations$)
1801
- .build() {
1537
+ class ListNotificationConfigurationsCommand extends command(_ep0, _mw0, "ListNotificationConfigurations", ListNotificationConfigurations$) {
1802
1538
  }
1803
1539
 
1804
- class ListNotificationEventsCommand extends Command
1805
- .classBuilder()
1806
- .ep(commonParams)
1807
- .m(function (Command, cs, config, o) {
1808
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1809
- })
1810
- .s("Notifications", "ListNotificationEvents", {})
1811
- .n("NotificationsClient", "ListNotificationEventsCommand")
1812
- .sc(ListNotificationEvents$)
1813
- .build() {
1540
+ class ListNotificationEventsCommand extends command(_ep0, _mw0, "ListNotificationEvents", ListNotificationEvents$) {
1814
1541
  }
1815
1542
 
1816
- class ListNotificationHubsCommand extends Command
1817
- .classBuilder()
1818
- .ep(commonParams)
1819
- .m(function (Command, cs, config, o) {
1820
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1821
- })
1822
- .s("Notifications", "ListNotificationHubs", {})
1823
- .n("NotificationsClient", "ListNotificationHubsCommand")
1824
- .sc(ListNotificationHubs$)
1825
- .build() {
1543
+ class ListNotificationHubsCommand extends command(_ep0, _mw0, "ListNotificationHubs", ListNotificationHubs$) {
1826
1544
  }
1827
1545
 
1828
- class ListOrganizationalUnitsCommand extends Command
1829
- .classBuilder()
1830
- .ep(commonParams)
1831
- .m(function (Command, cs, config, o) {
1832
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1833
- })
1834
- .s("Notifications", "ListOrganizationalUnits", {})
1835
- .n("NotificationsClient", "ListOrganizationalUnitsCommand")
1836
- .sc(ListOrganizationalUnits$)
1837
- .build() {
1546
+ class ListOrganizationalUnitsCommand extends command(_ep0, _mw0, "ListOrganizationalUnits", ListOrganizationalUnits$) {
1838
1547
  }
1839
1548
 
1840
- class ListTagsForResourceCommand extends Command
1841
- .classBuilder()
1842
- .ep(commonParams)
1843
- .m(function (Command, cs, config, o) {
1844
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1845
- })
1846
- .s("Notifications", "ListTagsForResource", {})
1847
- .n("NotificationsClient", "ListTagsForResourceCommand")
1848
- .sc(ListTagsForResource$)
1849
- .build() {
1549
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
1850
1550
  }
1851
1551
 
1852
- class RegisterNotificationHubCommand extends Command
1853
- .classBuilder()
1854
- .ep(commonParams)
1855
- .m(function (Command, cs, config, o) {
1856
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1857
- })
1858
- .s("Notifications", "RegisterNotificationHub", {})
1859
- .n("NotificationsClient", "RegisterNotificationHubCommand")
1860
- .sc(RegisterNotificationHub$)
1861
- .build() {
1552
+ class RegisterNotificationHubCommand extends command(_ep0, _mw0, "RegisterNotificationHub", RegisterNotificationHub$) {
1862
1553
  }
1863
1554
 
1864
- class TagResourceCommand extends Command
1865
- .classBuilder()
1866
- .ep(commonParams)
1867
- .m(function (Command, cs, config, o) {
1868
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1869
- })
1870
- .s("Notifications", "TagResource", {})
1871
- .n("NotificationsClient", "TagResourceCommand")
1872
- .sc(TagResource$)
1873
- .build() {
1555
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
1874
1556
  }
1875
1557
 
1876
- class UntagResourceCommand extends Command
1877
- .classBuilder()
1878
- .ep(commonParams)
1879
- .m(function (Command, cs, config, o) {
1880
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1881
- })
1882
- .s("Notifications", "UntagResource", {})
1883
- .n("NotificationsClient", "UntagResourceCommand")
1884
- .sc(UntagResource$)
1885
- .build() {
1558
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
1886
1559
  }
1887
1560
 
1888
- class UpdateEventRuleCommand extends Command
1889
- .classBuilder()
1890
- .ep(commonParams)
1891
- .m(function (Command, cs, config, o) {
1892
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1893
- })
1894
- .s("Notifications", "UpdateEventRule", {})
1895
- .n("NotificationsClient", "UpdateEventRuleCommand")
1896
- .sc(UpdateEventRule$)
1897
- .build() {
1561
+ class UpdateEventRuleCommand extends command(_ep0, _mw0, "UpdateEventRule", UpdateEventRule$) {
1898
1562
  }
1899
1563
 
1900
- class UpdateNotificationConfigurationCommand extends Command
1901
- .classBuilder()
1902
- .ep(commonParams)
1903
- .m(function (Command, cs, config, o) {
1904
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1905
- })
1906
- .s("Notifications", "UpdateNotificationConfiguration", {})
1907
- .n("NotificationsClient", "UpdateNotificationConfigurationCommand")
1908
- .sc(UpdateNotificationConfiguration$)
1909
- .build() {
1564
+ class UpdateNotificationConfigurationCommand extends command(_ep0, _mw0, "UpdateNotificationConfiguration", UpdateNotificationConfiguration$) {
1910
1565
  }
1911
1566
 
1912
1567
  const paginateListChannels = createPaginator(NotificationsClient, ListChannelsCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "Notifications", "NotificationsClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { AssociateChannel$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AssociateChannelCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Notifications", "AssociateChannel", {})
13
- .n("NotificationsClient", "AssociateChannelCommand")
14
- .sc(AssociateChannel$)
15
- .build() {
3
+ export class AssociateChannelCommand extends command(_ep0, _mw0, "AssociateChannel", AssociateChannel$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { AssociateManagedNotificationAccountContact$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AssociateManagedNotificationAccountContactCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Notifications", "AssociateManagedNotificationAccountContact", {})
13
- .n("NotificationsClient", "AssociateManagedNotificationAccountContactCommand")
14
- .sc(AssociateManagedNotificationAccountContact$)
15
- .build() {
3
+ export class AssociateManagedNotificationAccountContactCommand extends command(_ep0, _mw0, "AssociateManagedNotificationAccountContact", AssociateManagedNotificationAccountContact$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { AssociateManagedNotificationAdditionalChannel$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AssociateManagedNotificationAdditionalChannelCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Notifications", "AssociateManagedNotificationAdditionalChannel", {})
13
- .n("NotificationsClient", "AssociateManagedNotificationAdditionalChannelCommand")
14
- .sc(AssociateManagedNotificationAdditionalChannel$)
15
- .build() {
3
+ export class AssociateManagedNotificationAdditionalChannelCommand extends command(_ep0, _mw0, "AssociateManagedNotificationAdditionalChannel", AssociateManagedNotificationAdditionalChannel$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { AssociateOrganizationalUnit$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AssociateOrganizationalUnitCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Notifications", "AssociateOrganizationalUnit", {})
13
- .n("NotificationsClient", "AssociateOrganizationalUnitCommand")
14
- .sc(AssociateOrganizationalUnit$)
15
- .build() {
3
+ export class AssociateOrganizationalUnitCommand extends command(_ep0, _mw0, "AssociateOrganizationalUnit", AssociateOrganizationalUnit$) {
16
4
  }