@aws-sdk/client-application-signals 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 (110) hide show
  1. package/dist-cjs/index.js +41 -305
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchDeleteInstrumentationConfigurationsCommand.js +2 -14
  4. package/dist-es/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.js +2 -14
  5. package/dist-es/commands/BatchUpdateExclusionWindowsCommand.js +2 -14
  6. package/dist-es/commands/CreateInstrumentationConfigurationCommand.js +2 -14
  7. package/dist-es/commands/CreateServiceLevelObjectiveCommand.js +2 -14
  8. package/dist-es/commands/DeleteGroupingConfigurationCommand.js +2 -14
  9. package/dist-es/commands/DeleteInstrumentationConfigurationCommand.js +2 -14
  10. package/dist-es/commands/DeleteServiceLevelObjectiveCommand.js +2 -14
  11. package/dist-es/commands/GetInstrumentationConfigurationCommand.js +2 -14
  12. package/dist-es/commands/GetInstrumentationConfigurationStatusCommand.js +2 -14
  13. package/dist-es/commands/GetServiceCommand.js +2 -14
  14. package/dist-es/commands/GetServiceLevelObjectiveCommand.js +2 -14
  15. package/dist-es/commands/ListAuditFindingsCommand.js +2 -14
  16. package/dist-es/commands/ListEntityEventsCommand.js +2 -14
  17. package/dist-es/commands/ListGroupingAttributeDefinitionsCommand.js +2 -14
  18. package/dist-es/commands/ListInstrumentationConfigurationsCommand.js +2 -14
  19. package/dist-es/commands/ListServiceDependenciesCommand.js +2 -14
  20. package/dist-es/commands/ListServiceDependentsCommand.js +2 -14
  21. package/dist-es/commands/ListServiceLevelObjectiveExclusionWindowsCommand.js +2 -14
  22. package/dist-es/commands/ListServiceLevelObjectivesCommand.js +2 -14
  23. package/dist-es/commands/ListServiceOperationsCommand.js +2 -14
  24. package/dist-es/commands/ListServiceStatesCommand.js +2 -14
  25. package/dist-es/commands/ListServicesCommand.js +2 -14
  26. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  27. package/dist-es/commands/PutGroupingConfigurationCommand.js +2 -14
  28. package/dist-es/commands/ReportInstrumentationConfigurationStatusCommand.js +2 -14
  29. package/dist-es/commands/StartDiscoveryCommand.js +2 -14
  30. package/dist-es/commands/TagResourceCommand.js +2 -14
  31. package/dist-es/commands/UntagResourceCommand.js +2 -14
  32. package/dist-es/commands/UpdateServiceLevelObjectiveCommand.js +2 -14
  33. package/dist-es/index.js +1 -0
  34. package/dist-es/runtimeConfig.browser.js +0 -2
  35. package/dist-es/runtimeConfig.js +1 -2
  36. package/dist-es/runtimeConfig.native.js +0 -2
  37. package/dist-es/runtimeConfig.shared.js +2 -0
  38. package/dist-types/commandBuilder.d.ts +18 -0
  39. package/dist-types/commands/BatchDeleteInstrumentationConfigurationsCommand.d.ts +3 -8
  40. package/dist-types/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +3 -8
  41. package/dist-types/commands/BatchUpdateExclusionWindowsCommand.d.ts +3 -8
  42. package/dist-types/commands/CreateInstrumentationConfigurationCommand.d.ts +3 -8
  43. package/dist-types/commands/CreateServiceLevelObjectiveCommand.d.ts +3 -8
  44. package/dist-types/commands/DeleteGroupingConfigurationCommand.d.ts +3 -8
  45. package/dist-types/commands/DeleteInstrumentationConfigurationCommand.d.ts +3 -8
  46. package/dist-types/commands/DeleteServiceLevelObjectiveCommand.d.ts +3 -8
  47. package/dist-types/commands/GetInstrumentationConfigurationCommand.d.ts +3 -8
  48. package/dist-types/commands/GetInstrumentationConfigurationStatusCommand.d.ts +3 -8
  49. package/dist-types/commands/GetServiceCommand.d.ts +3 -8
  50. package/dist-types/commands/GetServiceLevelObjectiveCommand.d.ts +3 -8
  51. package/dist-types/commands/ListAuditFindingsCommand.d.ts +3 -8
  52. package/dist-types/commands/ListEntityEventsCommand.d.ts +3 -8
  53. package/dist-types/commands/ListGroupingAttributeDefinitionsCommand.d.ts +3 -8
  54. package/dist-types/commands/ListInstrumentationConfigurationsCommand.d.ts +3 -8
  55. package/dist-types/commands/ListServiceDependenciesCommand.d.ts +3 -8
  56. package/dist-types/commands/ListServiceDependentsCommand.d.ts +3 -8
  57. package/dist-types/commands/ListServiceLevelObjectiveExclusionWindowsCommand.d.ts +3 -8
  58. package/dist-types/commands/ListServiceLevelObjectivesCommand.d.ts +3 -8
  59. package/dist-types/commands/ListServiceOperationsCommand.d.ts +3 -8
  60. package/dist-types/commands/ListServiceStatesCommand.d.ts +3 -8
  61. package/dist-types/commands/ListServicesCommand.d.ts +3 -8
  62. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  63. package/dist-types/commands/PutGroupingConfigurationCommand.d.ts +3 -8
  64. package/dist-types/commands/ReportInstrumentationConfigurationStatusCommand.d.ts +3 -8
  65. package/dist-types/commands/StartDiscoveryCommand.d.ts +3 -8
  66. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  67. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  68. package/dist-types/commands/UpdateServiceLevelObjectiveCommand.d.ts +3 -8
  69. package/dist-types/index.d.ts +1 -0
  70. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  71. package/dist-types/runtimeConfig.d.ts +1 -1
  72. package/dist-types/runtimeConfig.native.d.ts +1 -1
  73. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  74. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  75. package/dist-types/ts3.4/commands/BatchDeleteInstrumentationConfigurationsCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/BatchUpdateExclusionWindowsCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/CreateInstrumentationConfigurationCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/CreateServiceLevelObjectiveCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/DeleteGroupingConfigurationCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/DeleteInstrumentationConfigurationCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/DeleteServiceLevelObjectiveCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/GetInstrumentationConfigurationCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/GetInstrumentationConfigurationStatusCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/GetServiceLevelObjectiveCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/ListAuditFindingsCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/ListEntityEventsCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/ListGroupingAttributeDefinitionsCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/ListInstrumentationConfigurationsCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/ListServiceDependenciesCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/ListServiceDependentsCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/ListServiceLevelObjectiveExclusionWindowsCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/ListServiceLevelObjectivesCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/ListServiceOperationsCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/ListServiceStatesCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/PutGroupingConfigurationCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/ReportInstrumentationConfigurationStatusCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/StartDiscoveryCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/UpdateServiceLevelObjectiveCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/index.d.ts +1 -0
  106. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  107. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  108. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  109. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  110. 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 defaultApplicationSignalsHttpAuthSchemeParametersProvider = 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
 
@@ -1489,6 +1491,7 @@ const getRuntimeConfig$1 = (config) => {
1489
1491
  serviceTarget: "ApplicationSignals",
1490
1492
  },
1491
1493
  serviceId: config?.serviceId ?? "Application Signals",
1494
+ sha256: config?.sha256 ?? Sha256,
1492
1495
  urlParser: config?.urlParser ?? parseUrl,
1493
1496
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
1494
1497
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -1522,7 +1525,6 @@ const getRuntimeConfig = (config) => {
1522
1525
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
1523
1526
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
1524
1527
  }, config),
1525
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
1526
1528
  streamCollector: config?.streamCollector ?? streamCollector,
1527
1529
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
1528
1530
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1610,364 +1612,98 @@ class ApplicationSignalsClient extends Client {
1610
1612
  }
1611
1613
  }
1612
1614
 
1613
- class BatchDeleteInstrumentationConfigurationsCommand extends Command
1614
- .classBuilder()
1615
- .ep(commonParams)
1616
- .m(function (Command, cs, config, o) {
1617
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1618
- })
1619
- .s("ApplicationSignals", "BatchDeleteInstrumentationConfigurations", {})
1620
- .n("ApplicationSignalsClient", "BatchDeleteInstrumentationConfigurationsCommand")
1621
- .sc(BatchDeleteInstrumentationConfigurations$)
1622
- .build() {
1615
+ const command = makeBuilder(commonParams, "ApplicationSignals", "ApplicationSignalsClient", getEndpointPlugin);
1616
+ const _ep0 = {};
1617
+ const _mw0 = (Command, cs, config, o) => [];
1618
+
1619
+ class BatchDeleteInstrumentationConfigurationsCommand extends command(_ep0, _mw0, "BatchDeleteInstrumentationConfigurations", BatchDeleteInstrumentationConfigurations$) {
1623
1620
  }
1624
1621
 
1625
- class BatchGetServiceLevelObjectiveBudgetReportCommand extends Command
1626
- .classBuilder()
1627
- .ep(commonParams)
1628
- .m(function (Command, cs, config, o) {
1629
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1630
- })
1631
- .s("ApplicationSignals", "BatchGetServiceLevelObjectiveBudgetReport", {})
1632
- .n("ApplicationSignalsClient", "BatchGetServiceLevelObjectiveBudgetReportCommand")
1633
- .sc(BatchGetServiceLevelObjectiveBudgetReport$)
1634
- .build() {
1622
+ class BatchGetServiceLevelObjectiveBudgetReportCommand extends command(_ep0, _mw0, "BatchGetServiceLevelObjectiveBudgetReport", BatchGetServiceLevelObjectiveBudgetReport$) {
1635
1623
  }
1636
1624
 
1637
- class BatchUpdateExclusionWindowsCommand extends Command
1638
- .classBuilder()
1639
- .ep(commonParams)
1640
- .m(function (Command, cs, config, o) {
1641
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1642
- })
1643
- .s("ApplicationSignals", "BatchUpdateExclusionWindows", {})
1644
- .n("ApplicationSignalsClient", "BatchUpdateExclusionWindowsCommand")
1645
- .sc(BatchUpdateExclusionWindows$)
1646
- .build() {
1625
+ class BatchUpdateExclusionWindowsCommand extends command(_ep0, _mw0, "BatchUpdateExclusionWindows", BatchUpdateExclusionWindows$) {
1647
1626
  }
1648
1627
 
1649
- class CreateInstrumentationConfigurationCommand extends Command
1650
- .classBuilder()
1651
- .ep(commonParams)
1652
- .m(function (Command, cs, config, o) {
1653
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1654
- })
1655
- .s("ApplicationSignals", "CreateInstrumentationConfiguration", {})
1656
- .n("ApplicationSignalsClient", "CreateInstrumentationConfigurationCommand")
1657
- .sc(CreateInstrumentationConfiguration$)
1658
- .build() {
1628
+ class CreateInstrumentationConfigurationCommand extends command(_ep0, _mw0, "CreateInstrumentationConfiguration", CreateInstrumentationConfiguration$) {
1659
1629
  }
1660
1630
 
1661
- class CreateServiceLevelObjectiveCommand extends Command
1662
- .classBuilder()
1663
- .ep(commonParams)
1664
- .m(function (Command, cs, config, o) {
1665
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1666
- })
1667
- .s("ApplicationSignals", "CreateServiceLevelObjective", {})
1668
- .n("ApplicationSignalsClient", "CreateServiceLevelObjectiveCommand")
1669
- .sc(CreateServiceLevelObjective$)
1670
- .build() {
1631
+ class CreateServiceLevelObjectiveCommand extends command(_ep0, _mw0, "CreateServiceLevelObjective", CreateServiceLevelObjective$) {
1671
1632
  }
1672
1633
 
1673
- class DeleteGroupingConfigurationCommand extends Command
1674
- .classBuilder()
1675
- .ep(commonParams)
1676
- .m(function (Command, cs, config, o) {
1677
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1678
- })
1679
- .s("ApplicationSignals", "DeleteGroupingConfiguration", {})
1680
- .n("ApplicationSignalsClient", "DeleteGroupingConfigurationCommand")
1681
- .sc(DeleteGroupingConfiguration$)
1682
- .build() {
1634
+ class DeleteGroupingConfigurationCommand extends command(_ep0, _mw0, "DeleteGroupingConfiguration", DeleteGroupingConfiguration$) {
1683
1635
  }
1684
1636
 
1685
- class DeleteInstrumentationConfigurationCommand extends Command
1686
- .classBuilder()
1687
- .ep(commonParams)
1688
- .m(function (Command, cs, config, o) {
1689
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1690
- })
1691
- .s("ApplicationSignals", "DeleteInstrumentationConfiguration", {})
1692
- .n("ApplicationSignalsClient", "DeleteInstrumentationConfigurationCommand")
1693
- .sc(DeleteInstrumentationConfiguration$)
1694
- .build() {
1637
+ class DeleteInstrumentationConfigurationCommand extends command(_ep0, _mw0, "DeleteInstrumentationConfiguration", DeleteInstrumentationConfiguration$) {
1695
1638
  }
1696
1639
 
1697
- class DeleteServiceLevelObjectiveCommand extends Command
1698
- .classBuilder()
1699
- .ep(commonParams)
1700
- .m(function (Command, cs, config, o) {
1701
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1702
- })
1703
- .s("ApplicationSignals", "DeleteServiceLevelObjective", {})
1704
- .n("ApplicationSignalsClient", "DeleteServiceLevelObjectiveCommand")
1705
- .sc(DeleteServiceLevelObjective$)
1706
- .build() {
1640
+ class DeleteServiceLevelObjectiveCommand extends command(_ep0, _mw0, "DeleteServiceLevelObjective", DeleteServiceLevelObjective$) {
1707
1641
  }
1708
1642
 
1709
- class GetInstrumentationConfigurationCommand extends Command
1710
- .classBuilder()
1711
- .ep(commonParams)
1712
- .m(function (Command, cs, config, o) {
1713
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1714
- })
1715
- .s("ApplicationSignals", "GetInstrumentationConfiguration", {})
1716
- .n("ApplicationSignalsClient", "GetInstrumentationConfigurationCommand")
1717
- .sc(GetInstrumentationConfiguration$)
1718
- .build() {
1643
+ class GetInstrumentationConfigurationCommand extends command(_ep0, _mw0, "GetInstrumentationConfiguration", GetInstrumentationConfiguration$) {
1719
1644
  }
1720
1645
 
1721
- class GetInstrumentationConfigurationStatusCommand extends Command
1722
- .classBuilder()
1723
- .ep(commonParams)
1724
- .m(function (Command, cs, config, o) {
1725
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1726
- })
1727
- .s("ApplicationSignals", "GetInstrumentationConfigurationStatus", {})
1728
- .n("ApplicationSignalsClient", "GetInstrumentationConfigurationStatusCommand")
1729
- .sc(GetInstrumentationConfigurationStatus$)
1730
- .build() {
1646
+ class GetInstrumentationConfigurationStatusCommand extends command(_ep0, _mw0, "GetInstrumentationConfigurationStatus", GetInstrumentationConfigurationStatus$) {
1731
1647
  }
1732
1648
 
1733
- class GetServiceCommand extends Command
1734
- .classBuilder()
1735
- .ep(commonParams)
1736
- .m(function (Command, cs, config, o) {
1737
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1738
- })
1739
- .s("ApplicationSignals", "GetService", {})
1740
- .n("ApplicationSignalsClient", "GetServiceCommand")
1741
- .sc(GetService$)
1742
- .build() {
1649
+ class GetServiceCommand extends command(_ep0, _mw0, "GetService", GetService$) {
1743
1650
  }
1744
1651
 
1745
- class GetServiceLevelObjectiveCommand extends Command
1746
- .classBuilder()
1747
- .ep(commonParams)
1748
- .m(function (Command, cs, config, o) {
1749
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1750
- })
1751
- .s("ApplicationSignals", "GetServiceLevelObjective", {})
1752
- .n("ApplicationSignalsClient", "GetServiceLevelObjectiveCommand")
1753
- .sc(GetServiceLevelObjective$)
1754
- .build() {
1652
+ class GetServiceLevelObjectiveCommand extends command(_ep0, _mw0, "GetServiceLevelObjective", GetServiceLevelObjective$) {
1755
1653
  }
1756
1654
 
1757
- class ListAuditFindingsCommand extends Command
1758
- .classBuilder()
1759
- .ep(commonParams)
1760
- .m(function (Command, cs, config, o) {
1761
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1762
- })
1763
- .s("ApplicationSignals", "ListAuditFindings", {})
1764
- .n("ApplicationSignalsClient", "ListAuditFindingsCommand")
1765
- .sc(ListAuditFindings$)
1766
- .build() {
1655
+ class ListAuditFindingsCommand extends command(_ep0, _mw0, "ListAuditFindings", ListAuditFindings$) {
1767
1656
  }
1768
1657
 
1769
- class ListEntityEventsCommand extends Command
1770
- .classBuilder()
1771
- .ep(commonParams)
1772
- .m(function (Command, cs, config, o) {
1773
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1774
- })
1775
- .s("ApplicationSignals", "ListEntityEvents", {})
1776
- .n("ApplicationSignalsClient", "ListEntityEventsCommand")
1777
- .sc(ListEntityEvents$)
1778
- .build() {
1658
+ class ListEntityEventsCommand extends command(_ep0, _mw0, "ListEntityEvents", ListEntityEvents$) {
1779
1659
  }
1780
1660
 
1781
- class ListGroupingAttributeDefinitionsCommand extends Command
1782
- .classBuilder()
1783
- .ep(commonParams)
1784
- .m(function (Command, cs, config, o) {
1785
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1786
- })
1787
- .s("ApplicationSignals", "ListGroupingAttributeDefinitions", {})
1788
- .n("ApplicationSignalsClient", "ListGroupingAttributeDefinitionsCommand")
1789
- .sc(ListGroupingAttributeDefinitions$)
1790
- .build() {
1661
+ class ListGroupingAttributeDefinitionsCommand extends command(_ep0, _mw0, "ListGroupingAttributeDefinitions", ListGroupingAttributeDefinitions$) {
1791
1662
  }
1792
1663
 
1793
- class ListInstrumentationConfigurationsCommand extends Command
1794
- .classBuilder()
1795
- .ep(commonParams)
1796
- .m(function (Command, cs, config, o) {
1797
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1798
- })
1799
- .s("ApplicationSignals", "ListInstrumentationConfigurations", {})
1800
- .n("ApplicationSignalsClient", "ListInstrumentationConfigurationsCommand")
1801
- .sc(ListInstrumentationConfigurations$)
1802
- .build() {
1664
+ class ListInstrumentationConfigurationsCommand extends command(_ep0, _mw0, "ListInstrumentationConfigurations", ListInstrumentationConfigurations$) {
1803
1665
  }
1804
1666
 
1805
- class ListServiceDependenciesCommand extends Command
1806
- .classBuilder()
1807
- .ep(commonParams)
1808
- .m(function (Command, cs, config, o) {
1809
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1810
- })
1811
- .s("ApplicationSignals", "ListServiceDependencies", {})
1812
- .n("ApplicationSignalsClient", "ListServiceDependenciesCommand")
1813
- .sc(ListServiceDependencies$)
1814
- .build() {
1667
+ class ListServiceDependenciesCommand extends command(_ep0, _mw0, "ListServiceDependencies", ListServiceDependencies$) {
1815
1668
  }
1816
1669
 
1817
- class ListServiceDependentsCommand extends Command
1818
- .classBuilder()
1819
- .ep(commonParams)
1820
- .m(function (Command, cs, config, o) {
1821
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1822
- })
1823
- .s("ApplicationSignals", "ListServiceDependents", {})
1824
- .n("ApplicationSignalsClient", "ListServiceDependentsCommand")
1825
- .sc(ListServiceDependents$)
1826
- .build() {
1670
+ class ListServiceDependentsCommand extends command(_ep0, _mw0, "ListServiceDependents", ListServiceDependents$) {
1827
1671
  }
1828
1672
 
1829
- class ListServiceLevelObjectiveExclusionWindowsCommand extends Command
1830
- .classBuilder()
1831
- .ep(commonParams)
1832
- .m(function (Command, cs, config, o) {
1833
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1834
- })
1835
- .s("ApplicationSignals", "ListServiceLevelObjectiveExclusionWindows", {})
1836
- .n("ApplicationSignalsClient", "ListServiceLevelObjectiveExclusionWindowsCommand")
1837
- .sc(ListServiceLevelObjectiveExclusionWindows$)
1838
- .build() {
1673
+ class ListServiceLevelObjectiveExclusionWindowsCommand extends command(_ep0, _mw0, "ListServiceLevelObjectiveExclusionWindows", ListServiceLevelObjectiveExclusionWindows$) {
1839
1674
  }
1840
1675
 
1841
- class ListServiceLevelObjectivesCommand extends Command
1842
- .classBuilder()
1843
- .ep(commonParams)
1844
- .m(function (Command, cs, config, o) {
1845
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1846
- })
1847
- .s("ApplicationSignals", "ListServiceLevelObjectives", {})
1848
- .n("ApplicationSignalsClient", "ListServiceLevelObjectivesCommand")
1849
- .sc(ListServiceLevelObjectives$)
1850
- .build() {
1676
+ class ListServiceLevelObjectivesCommand extends command(_ep0, _mw0, "ListServiceLevelObjectives", ListServiceLevelObjectives$) {
1851
1677
  }
1852
1678
 
1853
- class ListServiceOperationsCommand extends Command
1854
- .classBuilder()
1855
- .ep(commonParams)
1856
- .m(function (Command, cs, config, o) {
1857
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1858
- })
1859
- .s("ApplicationSignals", "ListServiceOperations", {})
1860
- .n("ApplicationSignalsClient", "ListServiceOperationsCommand")
1861
- .sc(ListServiceOperations$)
1862
- .build() {
1679
+ class ListServiceOperationsCommand extends command(_ep0, _mw0, "ListServiceOperations", ListServiceOperations$) {
1863
1680
  }
1864
1681
 
1865
- class ListServicesCommand extends Command
1866
- .classBuilder()
1867
- .ep(commonParams)
1868
- .m(function (Command, cs, config, o) {
1869
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1870
- })
1871
- .s("ApplicationSignals", "ListServices", {})
1872
- .n("ApplicationSignalsClient", "ListServicesCommand")
1873
- .sc(ListServices$)
1874
- .build() {
1682
+ class ListServicesCommand extends command(_ep0, _mw0, "ListServices", ListServices$) {
1875
1683
  }
1876
1684
 
1877
- class ListServiceStatesCommand extends Command
1878
- .classBuilder()
1879
- .ep(commonParams)
1880
- .m(function (Command, cs, config, o) {
1881
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1882
- })
1883
- .s("ApplicationSignals", "ListServiceStates", {})
1884
- .n("ApplicationSignalsClient", "ListServiceStatesCommand")
1885
- .sc(ListServiceStates$)
1886
- .build() {
1685
+ class ListServiceStatesCommand extends command(_ep0, _mw0, "ListServiceStates", ListServiceStates$) {
1887
1686
  }
1888
1687
 
1889
- class ListTagsForResourceCommand extends Command
1890
- .classBuilder()
1891
- .ep(commonParams)
1892
- .m(function (Command, cs, config, o) {
1893
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1894
- })
1895
- .s("ApplicationSignals", "ListTagsForResource", {})
1896
- .n("ApplicationSignalsClient", "ListTagsForResourceCommand")
1897
- .sc(ListTagsForResource$)
1898
- .build() {
1688
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
1899
1689
  }
1900
1690
 
1901
- class PutGroupingConfigurationCommand extends Command
1902
- .classBuilder()
1903
- .ep(commonParams)
1904
- .m(function (Command, cs, config, o) {
1905
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1906
- })
1907
- .s("ApplicationSignals", "PutGroupingConfiguration", {})
1908
- .n("ApplicationSignalsClient", "PutGroupingConfigurationCommand")
1909
- .sc(PutGroupingConfiguration$)
1910
- .build() {
1691
+ class PutGroupingConfigurationCommand extends command(_ep0, _mw0, "PutGroupingConfiguration", PutGroupingConfiguration$) {
1911
1692
  }
1912
1693
 
1913
- class ReportInstrumentationConfigurationStatusCommand extends Command
1914
- .classBuilder()
1915
- .ep(commonParams)
1916
- .m(function (Command, cs, config, o) {
1917
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1918
- })
1919
- .s("ApplicationSignals", "ReportInstrumentationConfigurationStatus", {})
1920
- .n("ApplicationSignalsClient", "ReportInstrumentationConfigurationStatusCommand")
1921
- .sc(ReportInstrumentationConfigurationStatus$)
1922
- .build() {
1694
+ class ReportInstrumentationConfigurationStatusCommand extends command(_ep0, _mw0, "ReportInstrumentationConfigurationStatus", ReportInstrumentationConfigurationStatus$) {
1923
1695
  }
1924
1696
 
1925
- class StartDiscoveryCommand extends Command
1926
- .classBuilder()
1927
- .ep(commonParams)
1928
- .m(function (Command, cs, config, o) {
1929
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1930
- })
1931
- .s("ApplicationSignals", "StartDiscovery", {})
1932
- .n("ApplicationSignalsClient", "StartDiscoveryCommand")
1933
- .sc(StartDiscovery$)
1934
- .build() {
1697
+ class StartDiscoveryCommand extends command(_ep0, _mw0, "StartDiscovery", StartDiscovery$) {
1935
1698
  }
1936
1699
 
1937
- class TagResourceCommand extends Command
1938
- .classBuilder()
1939
- .ep(commonParams)
1940
- .m(function (Command, cs, config, o) {
1941
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1942
- })
1943
- .s("ApplicationSignals", "TagResource", {})
1944
- .n("ApplicationSignalsClient", "TagResourceCommand")
1945
- .sc(TagResource$)
1946
- .build() {
1700
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
1947
1701
  }
1948
1702
 
1949
- class UntagResourceCommand extends Command
1950
- .classBuilder()
1951
- .ep(commonParams)
1952
- .m(function (Command, cs, config, o) {
1953
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1954
- })
1955
- .s("ApplicationSignals", "UntagResource", {})
1956
- .n("ApplicationSignalsClient", "UntagResourceCommand")
1957
- .sc(UntagResource$)
1958
- .build() {
1703
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
1959
1704
  }
1960
1705
 
1961
- class UpdateServiceLevelObjectiveCommand extends Command
1962
- .classBuilder()
1963
- .ep(commonParams)
1964
- .m(function (Command, cs, config, o) {
1965
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1966
- })
1967
- .s("ApplicationSignals", "UpdateServiceLevelObjective", {})
1968
- .n("ApplicationSignalsClient", "UpdateServiceLevelObjectiveCommand")
1969
- .sc(UpdateServiceLevelObjective$)
1970
- .build() {
1706
+ class UpdateServiceLevelObjectiveCommand extends command(_ep0, _mw0, "UpdateServiceLevelObjective", UpdateServiceLevelObjective$) {
1971
1707
  }
1972
1708
 
1973
1709
  const paginateGetInstrumentationConfigurationStatus = createPaginator(ApplicationSignalsClient, GetInstrumentationConfigurationStatusCommand, "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, "ApplicationSignals", "ApplicationSignalsClient", 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 { BatchDeleteInstrumentationConfigurations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchDeleteInstrumentationConfigurationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "BatchDeleteInstrumentationConfigurations", {})
13
- .n("ApplicationSignalsClient", "BatchDeleteInstrumentationConfigurationsCommand")
14
- .sc(BatchDeleteInstrumentationConfigurations$)
15
- .build() {
3
+ export class BatchDeleteInstrumentationConfigurationsCommand extends command(_ep0, _mw0, "BatchDeleteInstrumentationConfigurations", BatchDeleteInstrumentationConfigurations$) {
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 { BatchGetServiceLevelObjectiveBudgetReport$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchGetServiceLevelObjectiveBudgetReportCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "BatchGetServiceLevelObjectiveBudgetReport", {})
13
- .n("ApplicationSignalsClient", "BatchGetServiceLevelObjectiveBudgetReportCommand")
14
- .sc(BatchGetServiceLevelObjectiveBudgetReport$)
15
- .build() {
3
+ export class BatchGetServiceLevelObjectiveBudgetReportCommand extends command(_ep0, _mw0, "BatchGetServiceLevelObjectiveBudgetReport", BatchGetServiceLevelObjectiveBudgetReport$) {
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 { BatchUpdateExclusionWindows$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchUpdateExclusionWindowsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "BatchUpdateExclusionWindows", {})
13
- .n("ApplicationSignalsClient", "BatchUpdateExclusionWindowsCommand")
14
- .sc(BatchUpdateExclusionWindows$)
15
- .build() {
3
+ export class BatchUpdateExclusionWindowsCommand extends command(_ep0, _mw0, "BatchUpdateExclusionWindows", BatchUpdateExclusionWindows$) {
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 { CreateInstrumentationConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateInstrumentationConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "CreateInstrumentationConfiguration", {})
13
- .n("ApplicationSignalsClient", "CreateInstrumentationConfigurationCommand")
14
- .sc(CreateInstrumentationConfiguration$)
15
- .build() {
3
+ export class CreateInstrumentationConfigurationCommand extends command(_ep0, _mw0, "CreateInstrumentationConfiguration", CreateInstrumentationConfiguration$) {
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 { CreateServiceLevelObjective$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateServiceLevelObjectiveCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "CreateServiceLevelObjective", {})
13
- .n("ApplicationSignalsClient", "CreateServiceLevelObjectiveCommand")
14
- .sc(CreateServiceLevelObjective$)
15
- .build() {
3
+ export class CreateServiceLevelObjectiveCommand extends command(_ep0, _mw0, "CreateServiceLevelObjective", CreateServiceLevelObjective$) {
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 { DeleteGroupingConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteGroupingConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "DeleteGroupingConfiguration", {})
13
- .n("ApplicationSignalsClient", "DeleteGroupingConfigurationCommand")
14
- .sc(DeleteGroupingConfiguration$)
15
- .build() {
3
+ export class DeleteGroupingConfigurationCommand extends command(_ep0, _mw0, "DeleteGroupingConfiguration", DeleteGroupingConfiguration$) {
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 { DeleteInstrumentationConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteInstrumentationConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "DeleteInstrumentationConfiguration", {})
13
- .n("ApplicationSignalsClient", "DeleteInstrumentationConfigurationCommand")
14
- .sc(DeleteInstrumentationConfiguration$)
15
- .build() {
3
+ export class DeleteInstrumentationConfigurationCommand extends command(_ep0, _mw0, "DeleteInstrumentationConfiguration", DeleteInstrumentationConfiguration$) {
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 { DeleteServiceLevelObjective$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteServiceLevelObjectiveCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "DeleteServiceLevelObjective", {})
13
- .n("ApplicationSignalsClient", "DeleteServiceLevelObjectiveCommand")
14
- .sc(DeleteServiceLevelObjective$)
15
- .build() {
3
+ export class DeleteServiceLevelObjectiveCommand extends command(_ep0, _mw0, "DeleteServiceLevelObjective", DeleteServiceLevelObjective$) {
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 { GetInstrumentationConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetInstrumentationConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "GetInstrumentationConfiguration", {})
13
- .n("ApplicationSignalsClient", "GetInstrumentationConfigurationCommand")
14
- .sc(GetInstrumentationConfiguration$)
15
- .build() {
3
+ export class GetInstrumentationConfigurationCommand extends command(_ep0, _mw0, "GetInstrumentationConfiguration", GetInstrumentationConfiguration$) {
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 { GetInstrumentationConfigurationStatus$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetInstrumentationConfigurationStatusCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "GetInstrumentationConfigurationStatus", {})
13
- .n("ApplicationSignalsClient", "GetInstrumentationConfigurationStatusCommand")
14
- .sc(GetInstrumentationConfigurationStatus$)
15
- .build() {
3
+ export class GetInstrumentationConfigurationStatusCommand extends command(_ep0, _mw0, "GetInstrumentationConfigurationStatus", GetInstrumentationConfigurationStatus$) {
16
4
  }