@aws-sdk/client-application-signals 3.1077.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.
- package/dist-cjs/index.js +38 -303
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchDeleteInstrumentationConfigurationsCommand.js +2 -14
- package/dist-es/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.js +2 -14
- package/dist-es/commands/BatchUpdateExclusionWindowsCommand.js +2 -14
- package/dist-es/commands/CreateInstrumentationConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateServiceLevelObjectiveCommand.js +2 -14
- package/dist-es/commands/DeleteGroupingConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteInstrumentationConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteServiceLevelObjectiveCommand.js +2 -14
- package/dist-es/commands/GetInstrumentationConfigurationCommand.js +2 -14
- package/dist-es/commands/GetInstrumentationConfigurationStatusCommand.js +2 -14
- package/dist-es/commands/GetServiceCommand.js +2 -14
- package/dist-es/commands/GetServiceLevelObjectiveCommand.js +2 -14
- package/dist-es/commands/ListAuditFindingsCommand.js +2 -14
- package/dist-es/commands/ListEntityEventsCommand.js +2 -14
- package/dist-es/commands/ListGroupingAttributeDefinitionsCommand.js +2 -14
- package/dist-es/commands/ListInstrumentationConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListServiceDependenciesCommand.js +2 -14
- package/dist-es/commands/ListServiceDependentsCommand.js +2 -14
- package/dist-es/commands/ListServiceLevelObjectiveExclusionWindowsCommand.js +2 -14
- package/dist-es/commands/ListServiceLevelObjectivesCommand.js +2 -14
- package/dist-es/commands/ListServiceOperationsCommand.js +2 -14
- package/dist-es/commands/ListServiceStatesCommand.js +2 -14
- package/dist-es/commands/ListServicesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutGroupingConfigurationCommand.js +2 -14
- package/dist-es/commands/ReportInstrumentationConfigurationStatusCommand.js +2 -14
- package/dist-es/commands/StartDiscoveryCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateServiceLevelObjectiveCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchDeleteInstrumentationConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +3 -8
- package/dist-types/commands/BatchUpdateExclusionWindowsCommand.d.ts +3 -8
- package/dist-types/commands/CreateInstrumentationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateServiceLevelObjectiveCommand.d.ts +3 -8
- package/dist-types/commands/DeleteGroupingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteInstrumentationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServiceLevelObjectiveCommand.d.ts +3 -8
- package/dist-types/commands/GetInstrumentationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetInstrumentationConfigurationStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetServiceCommand.d.ts +3 -8
- package/dist-types/commands/GetServiceLevelObjectiveCommand.d.ts +3 -8
- package/dist-types/commands/ListAuditFindingsCommand.d.ts +3 -8
- package/dist-types/commands/ListEntityEventsCommand.d.ts +3 -8
- package/dist-types/commands/ListGroupingAttributeDefinitionsCommand.d.ts +3 -8
- package/dist-types/commands/ListInstrumentationConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceDependenciesCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceDependentsCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceLevelObjectiveExclusionWindowsCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceLevelObjectivesCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceOperationsCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceStatesCommand.d.ts +3 -8
- package/dist-types/commands/ListServicesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutGroupingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/ReportInstrumentationConfigurationStatusCommand.d.ts +3 -8
- package/dist-types/commands/StartDiscoveryCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateServiceLevelObjectiveCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/BatchDeleteInstrumentationConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchUpdateExclusionWindowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateInstrumentationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServiceLevelObjectiveCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteGroupingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteInstrumentationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServiceLevelObjectiveCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInstrumentationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInstrumentationConfigurationStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetServiceLevelObjectiveCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAuditFindingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEntityEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGroupingAttributeDefinitionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListInstrumentationConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceDependenciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceDependentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceLevelObjectiveExclusionWindowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceLevelObjectivesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceOperationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceStatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutGroupingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ReportInstrumentationConfigurationStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDiscoveryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateServiceLevelObjectiveCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
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,
|
|
4
|
-
|
|
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");
|
|
@@ -66,7 +67,7 @@ const commonParams = {
|
|
|
66
67
|
Region: { type: "builtInParams", name: "region" },
|
|
67
68
|
};
|
|
68
69
|
|
|
69
|
-
var version = "3.
|
|
70
|
+
var version = "3.1077.0";
|
|
70
71
|
var packageInfo = {
|
|
71
72
|
version: version};
|
|
72
73
|
|
|
@@ -1611,364 +1612,98 @@ class ApplicationSignalsClient extends Client {
|
|
|
1611
1612
|
}
|
|
1612
1613
|
}
|
|
1613
1614
|
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
})
|
|
1620
|
-
.s("ApplicationSignals", "BatchDeleteInstrumentationConfigurations", {})
|
|
1621
|
-
.n("ApplicationSignalsClient", "BatchDeleteInstrumentationConfigurationsCommand")
|
|
1622
|
-
.sc(BatchDeleteInstrumentationConfigurations$)
|
|
1623
|
-
.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$) {
|
|
1624
1620
|
}
|
|
1625
1621
|
|
|
1626
|
-
class BatchGetServiceLevelObjectiveBudgetReportCommand extends
|
|
1627
|
-
.classBuilder()
|
|
1628
|
-
.ep(commonParams)
|
|
1629
|
-
.m(function (Command, cs, config, o) {
|
|
1630
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1631
|
-
})
|
|
1632
|
-
.s("ApplicationSignals", "BatchGetServiceLevelObjectiveBudgetReport", {})
|
|
1633
|
-
.n("ApplicationSignalsClient", "BatchGetServiceLevelObjectiveBudgetReportCommand")
|
|
1634
|
-
.sc(BatchGetServiceLevelObjectiveBudgetReport$)
|
|
1635
|
-
.build() {
|
|
1622
|
+
class BatchGetServiceLevelObjectiveBudgetReportCommand extends command(_ep0, _mw0, "BatchGetServiceLevelObjectiveBudgetReport", BatchGetServiceLevelObjectiveBudgetReport$) {
|
|
1636
1623
|
}
|
|
1637
1624
|
|
|
1638
|
-
class BatchUpdateExclusionWindowsCommand extends
|
|
1639
|
-
.classBuilder()
|
|
1640
|
-
.ep(commonParams)
|
|
1641
|
-
.m(function (Command, cs, config, o) {
|
|
1642
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1643
|
-
})
|
|
1644
|
-
.s("ApplicationSignals", "BatchUpdateExclusionWindows", {})
|
|
1645
|
-
.n("ApplicationSignalsClient", "BatchUpdateExclusionWindowsCommand")
|
|
1646
|
-
.sc(BatchUpdateExclusionWindows$)
|
|
1647
|
-
.build() {
|
|
1625
|
+
class BatchUpdateExclusionWindowsCommand extends command(_ep0, _mw0, "BatchUpdateExclusionWindows", BatchUpdateExclusionWindows$) {
|
|
1648
1626
|
}
|
|
1649
1627
|
|
|
1650
|
-
class CreateInstrumentationConfigurationCommand extends
|
|
1651
|
-
.classBuilder()
|
|
1652
|
-
.ep(commonParams)
|
|
1653
|
-
.m(function (Command, cs, config, o) {
|
|
1654
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1655
|
-
})
|
|
1656
|
-
.s("ApplicationSignals", "CreateInstrumentationConfiguration", {})
|
|
1657
|
-
.n("ApplicationSignalsClient", "CreateInstrumentationConfigurationCommand")
|
|
1658
|
-
.sc(CreateInstrumentationConfiguration$)
|
|
1659
|
-
.build() {
|
|
1628
|
+
class CreateInstrumentationConfigurationCommand extends command(_ep0, _mw0, "CreateInstrumentationConfiguration", CreateInstrumentationConfiguration$) {
|
|
1660
1629
|
}
|
|
1661
1630
|
|
|
1662
|
-
class CreateServiceLevelObjectiveCommand extends
|
|
1663
|
-
.classBuilder()
|
|
1664
|
-
.ep(commonParams)
|
|
1665
|
-
.m(function (Command, cs, config, o) {
|
|
1666
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1667
|
-
})
|
|
1668
|
-
.s("ApplicationSignals", "CreateServiceLevelObjective", {})
|
|
1669
|
-
.n("ApplicationSignalsClient", "CreateServiceLevelObjectiveCommand")
|
|
1670
|
-
.sc(CreateServiceLevelObjective$)
|
|
1671
|
-
.build() {
|
|
1631
|
+
class CreateServiceLevelObjectiveCommand extends command(_ep0, _mw0, "CreateServiceLevelObjective", CreateServiceLevelObjective$) {
|
|
1672
1632
|
}
|
|
1673
1633
|
|
|
1674
|
-
class DeleteGroupingConfigurationCommand extends
|
|
1675
|
-
.classBuilder()
|
|
1676
|
-
.ep(commonParams)
|
|
1677
|
-
.m(function (Command, cs, config, o) {
|
|
1678
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1679
|
-
})
|
|
1680
|
-
.s("ApplicationSignals", "DeleteGroupingConfiguration", {})
|
|
1681
|
-
.n("ApplicationSignalsClient", "DeleteGroupingConfigurationCommand")
|
|
1682
|
-
.sc(DeleteGroupingConfiguration$)
|
|
1683
|
-
.build() {
|
|
1634
|
+
class DeleteGroupingConfigurationCommand extends command(_ep0, _mw0, "DeleteGroupingConfiguration", DeleteGroupingConfiguration$) {
|
|
1684
1635
|
}
|
|
1685
1636
|
|
|
1686
|
-
class DeleteInstrumentationConfigurationCommand extends
|
|
1687
|
-
.classBuilder()
|
|
1688
|
-
.ep(commonParams)
|
|
1689
|
-
.m(function (Command, cs, config, o) {
|
|
1690
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1691
|
-
})
|
|
1692
|
-
.s("ApplicationSignals", "DeleteInstrumentationConfiguration", {})
|
|
1693
|
-
.n("ApplicationSignalsClient", "DeleteInstrumentationConfigurationCommand")
|
|
1694
|
-
.sc(DeleteInstrumentationConfiguration$)
|
|
1695
|
-
.build() {
|
|
1637
|
+
class DeleteInstrumentationConfigurationCommand extends command(_ep0, _mw0, "DeleteInstrumentationConfiguration", DeleteInstrumentationConfiguration$) {
|
|
1696
1638
|
}
|
|
1697
1639
|
|
|
1698
|
-
class DeleteServiceLevelObjectiveCommand extends
|
|
1699
|
-
.classBuilder()
|
|
1700
|
-
.ep(commonParams)
|
|
1701
|
-
.m(function (Command, cs, config, o) {
|
|
1702
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1703
|
-
})
|
|
1704
|
-
.s("ApplicationSignals", "DeleteServiceLevelObjective", {})
|
|
1705
|
-
.n("ApplicationSignalsClient", "DeleteServiceLevelObjectiveCommand")
|
|
1706
|
-
.sc(DeleteServiceLevelObjective$)
|
|
1707
|
-
.build() {
|
|
1640
|
+
class DeleteServiceLevelObjectiveCommand extends command(_ep0, _mw0, "DeleteServiceLevelObjective", DeleteServiceLevelObjective$) {
|
|
1708
1641
|
}
|
|
1709
1642
|
|
|
1710
|
-
class GetInstrumentationConfigurationCommand extends
|
|
1711
|
-
.classBuilder()
|
|
1712
|
-
.ep(commonParams)
|
|
1713
|
-
.m(function (Command, cs, config, o) {
|
|
1714
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1715
|
-
})
|
|
1716
|
-
.s("ApplicationSignals", "GetInstrumentationConfiguration", {})
|
|
1717
|
-
.n("ApplicationSignalsClient", "GetInstrumentationConfigurationCommand")
|
|
1718
|
-
.sc(GetInstrumentationConfiguration$)
|
|
1719
|
-
.build() {
|
|
1643
|
+
class GetInstrumentationConfigurationCommand extends command(_ep0, _mw0, "GetInstrumentationConfiguration", GetInstrumentationConfiguration$) {
|
|
1720
1644
|
}
|
|
1721
1645
|
|
|
1722
|
-
class GetInstrumentationConfigurationStatusCommand extends
|
|
1723
|
-
.classBuilder()
|
|
1724
|
-
.ep(commonParams)
|
|
1725
|
-
.m(function (Command, cs, config, o) {
|
|
1726
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1727
|
-
})
|
|
1728
|
-
.s("ApplicationSignals", "GetInstrumentationConfigurationStatus", {})
|
|
1729
|
-
.n("ApplicationSignalsClient", "GetInstrumentationConfigurationStatusCommand")
|
|
1730
|
-
.sc(GetInstrumentationConfigurationStatus$)
|
|
1731
|
-
.build() {
|
|
1646
|
+
class GetInstrumentationConfigurationStatusCommand extends command(_ep0, _mw0, "GetInstrumentationConfigurationStatus", GetInstrumentationConfigurationStatus$) {
|
|
1732
1647
|
}
|
|
1733
1648
|
|
|
1734
|
-
class GetServiceCommand extends
|
|
1735
|
-
.classBuilder()
|
|
1736
|
-
.ep(commonParams)
|
|
1737
|
-
.m(function (Command, cs, config, o) {
|
|
1738
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1739
|
-
})
|
|
1740
|
-
.s("ApplicationSignals", "GetService", {})
|
|
1741
|
-
.n("ApplicationSignalsClient", "GetServiceCommand")
|
|
1742
|
-
.sc(GetService$)
|
|
1743
|
-
.build() {
|
|
1649
|
+
class GetServiceCommand extends command(_ep0, _mw0, "GetService", GetService$) {
|
|
1744
1650
|
}
|
|
1745
1651
|
|
|
1746
|
-
class GetServiceLevelObjectiveCommand extends
|
|
1747
|
-
.classBuilder()
|
|
1748
|
-
.ep(commonParams)
|
|
1749
|
-
.m(function (Command, cs, config, o) {
|
|
1750
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1751
|
-
})
|
|
1752
|
-
.s("ApplicationSignals", "GetServiceLevelObjective", {})
|
|
1753
|
-
.n("ApplicationSignalsClient", "GetServiceLevelObjectiveCommand")
|
|
1754
|
-
.sc(GetServiceLevelObjective$)
|
|
1755
|
-
.build() {
|
|
1652
|
+
class GetServiceLevelObjectiveCommand extends command(_ep0, _mw0, "GetServiceLevelObjective", GetServiceLevelObjective$) {
|
|
1756
1653
|
}
|
|
1757
1654
|
|
|
1758
|
-
class ListAuditFindingsCommand extends
|
|
1759
|
-
.classBuilder()
|
|
1760
|
-
.ep(commonParams)
|
|
1761
|
-
.m(function (Command, cs, config, o) {
|
|
1762
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1763
|
-
})
|
|
1764
|
-
.s("ApplicationSignals", "ListAuditFindings", {})
|
|
1765
|
-
.n("ApplicationSignalsClient", "ListAuditFindingsCommand")
|
|
1766
|
-
.sc(ListAuditFindings$)
|
|
1767
|
-
.build() {
|
|
1655
|
+
class ListAuditFindingsCommand extends command(_ep0, _mw0, "ListAuditFindings", ListAuditFindings$) {
|
|
1768
1656
|
}
|
|
1769
1657
|
|
|
1770
|
-
class ListEntityEventsCommand extends
|
|
1771
|
-
.classBuilder()
|
|
1772
|
-
.ep(commonParams)
|
|
1773
|
-
.m(function (Command, cs, config, o) {
|
|
1774
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1775
|
-
})
|
|
1776
|
-
.s("ApplicationSignals", "ListEntityEvents", {})
|
|
1777
|
-
.n("ApplicationSignalsClient", "ListEntityEventsCommand")
|
|
1778
|
-
.sc(ListEntityEvents$)
|
|
1779
|
-
.build() {
|
|
1658
|
+
class ListEntityEventsCommand extends command(_ep0, _mw0, "ListEntityEvents", ListEntityEvents$) {
|
|
1780
1659
|
}
|
|
1781
1660
|
|
|
1782
|
-
class ListGroupingAttributeDefinitionsCommand extends
|
|
1783
|
-
.classBuilder()
|
|
1784
|
-
.ep(commonParams)
|
|
1785
|
-
.m(function (Command, cs, config, o) {
|
|
1786
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1787
|
-
})
|
|
1788
|
-
.s("ApplicationSignals", "ListGroupingAttributeDefinitions", {})
|
|
1789
|
-
.n("ApplicationSignalsClient", "ListGroupingAttributeDefinitionsCommand")
|
|
1790
|
-
.sc(ListGroupingAttributeDefinitions$)
|
|
1791
|
-
.build() {
|
|
1661
|
+
class ListGroupingAttributeDefinitionsCommand extends command(_ep0, _mw0, "ListGroupingAttributeDefinitions", ListGroupingAttributeDefinitions$) {
|
|
1792
1662
|
}
|
|
1793
1663
|
|
|
1794
|
-
class ListInstrumentationConfigurationsCommand extends
|
|
1795
|
-
.classBuilder()
|
|
1796
|
-
.ep(commonParams)
|
|
1797
|
-
.m(function (Command, cs, config, o) {
|
|
1798
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1799
|
-
})
|
|
1800
|
-
.s("ApplicationSignals", "ListInstrumentationConfigurations", {})
|
|
1801
|
-
.n("ApplicationSignalsClient", "ListInstrumentationConfigurationsCommand")
|
|
1802
|
-
.sc(ListInstrumentationConfigurations$)
|
|
1803
|
-
.build() {
|
|
1664
|
+
class ListInstrumentationConfigurationsCommand extends command(_ep0, _mw0, "ListInstrumentationConfigurations", ListInstrumentationConfigurations$) {
|
|
1804
1665
|
}
|
|
1805
1666
|
|
|
1806
|
-
class ListServiceDependenciesCommand extends
|
|
1807
|
-
.classBuilder()
|
|
1808
|
-
.ep(commonParams)
|
|
1809
|
-
.m(function (Command, cs, config, o) {
|
|
1810
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1811
|
-
})
|
|
1812
|
-
.s("ApplicationSignals", "ListServiceDependencies", {})
|
|
1813
|
-
.n("ApplicationSignalsClient", "ListServiceDependenciesCommand")
|
|
1814
|
-
.sc(ListServiceDependencies$)
|
|
1815
|
-
.build() {
|
|
1667
|
+
class ListServiceDependenciesCommand extends command(_ep0, _mw0, "ListServiceDependencies", ListServiceDependencies$) {
|
|
1816
1668
|
}
|
|
1817
1669
|
|
|
1818
|
-
class ListServiceDependentsCommand extends
|
|
1819
|
-
.classBuilder()
|
|
1820
|
-
.ep(commonParams)
|
|
1821
|
-
.m(function (Command, cs, config, o) {
|
|
1822
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1823
|
-
})
|
|
1824
|
-
.s("ApplicationSignals", "ListServiceDependents", {})
|
|
1825
|
-
.n("ApplicationSignalsClient", "ListServiceDependentsCommand")
|
|
1826
|
-
.sc(ListServiceDependents$)
|
|
1827
|
-
.build() {
|
|
1670
|
+
class ListServiceDependentsCommand extends command(_ep0, _mw0, "ListServiceDependents", ListServiceDependents$) {
|
|
1828
1671
|
}
|
|
1829
1672
|
|
|
1830
|
-
class ListServiceLevelObjectiveExclusionWindowsCommand extends
|
|
1831
|
-
.classBuilder()
|
|
1832
|
-
.ep(commonParams)
|
|
1833
|
-
.m(function (Command, cs, config, o) {
|
|
1834
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1835
|
-
})
|
|
1836
|
-
.s("ApplicationSignals", "ListServiceLevelObjectiveExclusionWindows", {})
|
|
1837
|
-
.n("ApplicationSignalsClient", "ListServiceLevelObjectiveExclusionWindowsCommand")
|
|
1838
|
-
.sc(ListServiceLevelObjectiveExclusionWindows$)
|
|
1839
|
-
.build() {
|
|
1673
|
+
class ListServiceLevelObjectiveExclusionWindowsCommand extends command(_ep0, _mw0, "ListServiceLevelObjectiveExclusionWindows", ListServiceLevelObjectiveExclusionWindows$) {
|
|
1840
1674
|
}
|
|
1841
1675
|
|
|
1842
|
-
class ListServiceLevelObjectivesCommand extends
|
|
1843
|
-
.classBuilder()
|
|
1844
|
-
.ep(commonParams)
|
|
1845
|
-
.m(function (Command, cs, config, o) {
|
|
1846
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1847
|
-
})
|
|
1848
|
-
.s("ApplicationSignals", "ListServiceLevelObjectives", {})
|
|
1849
|
-
.n("ApplicationSignalsClient", "ListServiceLevelObjectivesCommand")
|
|
1850
|
-
.sc(ListServiceLevelObjectives$)
|
|
1851
|
-
.build() {
|
|
1676
|
+
class ListServiceLevelObjectivesCommand extends command(_ep0, _mw0, "ListServiceLevelObjectives", ListServiceLevelObjectives$) {
|
|
1852
1677
|
}
|
|
1853
1678
|
|
|
1854
|
-
class ListServiceOperationsCommand extends
|
|
1855
|
-
.classBuilder()
|
|
1856
|
-
.ep(commonParams)
|
|
1857
|
-
.m(function (Command, cs, config, o) {
|
|
1858
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1859
|
-
})
|
|
1860
|
-
.s("ApplicationSignals", "ListServiceOperations", {})
|
|
1861
|
-
.n("ApplicationSignalsClient", "ListServiceOperationsCommand")
|
|
1862
|
-
.sc(ListServiceOperations$)
|
|
1863
|
-
.build() {
|
|
1679
|
+
class ListServiceOperationsCommand extends command(_ep0, _mw0, "ListServiceOperations", ListServiceOperations$) {
|
|
1864
1680
|
}
|
|
1865
1681
|
|
|
1866
|
-
class ListServicesCommand extends
|
|
1867
|
-
.classBuilder()
|
|
1868
|
-
.ep(commonParams)
|
|
1869
|
-
.m(function (Command, cs, config, o) {
|
|
1870
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1871
|
-
})
|
|
1872
|
-
.s("ApplicationSignals", "ListServices", {})
|
|
1873
|
-
.n("ApplicationSignalsClient", "ListServicesCommand")
|
|
1874
|
-
.sc(ListServices$)
|
|
1875
|
-
.build() {
|
|
1682
|
+
class ListServicesCommand extends command(_ep0, _mw0, "ListServices", ListServices$) {
|
|
1876
1683
|
}
|
|
1877
1684
|
|
|
1878
|
-
class ListServiceStatesCommand extends
|
|
1879
|
-
.classBuilder()
|
|
1880
|
-
.ep(commonParams)
|
|
1881
|
-
.m(function (Command, cs, config, o) {
|
|
1882
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1883
|
-
})
|
|
1884
|
-
.s("ApplicationSignals", "ListServiceStates", {})
|
|
1885
|
-
.n("ApplicationSignalsClient", "ListServiceStatesCommand")
|
|
1886
|
-
.sc(ListServiceStates$)
|
|
1887
|
-
.build() {
|
|
1685
|
+
class ListServiceStatesCommand extends command(_ep0, _mw0, "ListServiceStates", ListServiceStates$) {
|
|
1888
1686
|
}
|
|
1889
1687
|
|
|
1890
|
-
class ListTagsForResourceCommand extends
|
|
1891
|
-
.classBuilder()
|
|
1892
|
-
.ep(commonParams)
|
|
1893
|
-
.m(function (Command, cs, config, o) {
|
|
1894
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1895
|
-
})
|
|
1896
|
-
.s("ApplicationSignals", "ListTagsForResource", {})
|
|
1897
|
-
.n("ApplicationSignalsClient", "ListTagsForResourceCommand")
|
|
1898
|
-
.sc(ListTagsForResource$)
|
|
1899
|
-
.build() {
|
|
1688
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1900
1689
|
}
|
|
1901
1690
|
|
|
1902
|
-
class PutGroupingConfigurationCommand extends
|
|
1903
|
-
.classBuilder()
|
|
1904
|
-
.ep(commonParams)
|
|
1905
|
-
.m(function (Command, cs, config, o) {
|
|
1906
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1907
|
-
})
|
|
1908
|
-
.s("ApplicationSignals", "PutGroupingConfiguration", {})
|
|
1909
|
-
.n("ApplicationSignalsClient", "PutGroupingConfigurationCommand")
|
|
1910
|
-
.sc(PutGroupingConfiguration$)
|
|
1911
|
-
.build() {
|
|
1691
|
+
class PutGroupingConfigurationCommand extends command(_ep0, _mw0, "PutGroupingConfiguration", PutGroupingConfiguration$) {
|
|
1912
1692
|
}
|
|
1913
1693
|
|
|
1914
|
-
class ReportInstrumentationConfigurationStatusCommand extends
|
|
1915
|
-
.classBuilder()
|
|
1916
|
-
.ep(commonParams)
|
|
1917
|
-
.m(function (Command, cs, config, o) {
|
|
1918
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1919
|
-
})
|
|
1920
|
-
.s("ApplicationSignals", "ReportInstrumentationConfigurationStatus", {})
|
|
1921
|
-
.n("ApplicationSignalsClient", "ReportInstrumentationConfigurationStatusCommand")
|
|
1922
|
-
.sc(ReportInstrumentationConfigurationStatus$)
|
|
1923
|
-
.build() {
|
|
1694
|
+
class ReportInstrumentationConfigurationStatusCommand extends command(_ep0, _mw0, "ReportInstrumentationConfigurationStatus", ReportInstrumentationConfigurationStatus$) {
|
|
1924
1695
|
}
|
|
1925
1696
|
|
|
1926
|
-
class StartDiscoveryCommand extends
|
|
1927
|
-
.classBuilder()
|
|
1928
|
-
.ep(commonParams)
|
|
1929
|
-
.m(function (Command, cs, config, o) {
|
|
1930
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1931
|
-
})
|
|
1932
|
-
.s("ApplicationSignals", "StartDiscovery", {})
|
|
1933
|
-
.n("ApplicationSignalsClient", "StartDiscoveryCommand")
|
|
1934
|
-
.sc(StartDiscovery$)
|
|
1935
|
-
.build() {
|
|
1697
|
+
class StartDiscoveryCommand extends command(_ep0, _mw0, "StartDiscovery", StartDiscovery$) {
|
|
1936
1698
|
}
|
|
1937
1699
|
|
|
1938
|
-
class TagResourceCommand extends
|
|
1939
|
-
.classBuilder()
|
|
1940
|
-
.ep(commonParams)
|
|
1941
|
-
.m(function (Command, cs, config, o) {
|
|
1942
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1943
|
-
})
|
|
1944
|
-
.s("ApplicationSignals", "TagResource", {})
|
|
1945
|
-
.n("ApplicationSignalsClient", "TagResourceCommand")
|
|
1946
|
-
.sc(TagResource$)
|
|
1947
|
-
.build() {
|
|
1700
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1948
1701
|
}
|
|
1949
1702
|
|
|
1950
|
-
class UntagResourceCommand extends
|
|
1951
|
-
.classBuilder()
|
|
1952
|
-
.ep(commonParams)
|
|
1953
|
-
.m(function (Command, cs, config, o) {
|
|
1954
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1955
|
-
})
|
|
1956
|
-
.s("ApplicationSignals", "UntagResource", {})
|
|
1957
|
-
.n("ApplicationSignalsClient", "UntagResourceCommand")
|
|
1958
|
-
.sc(UntagResource$)
|
|
1959
|
-
.build() {
|
|
1703
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1960
1704
|
}
|
|
1961
1705
|
|
|
1962
|
-
class UpdateServiceLevelObjectiveCommand extends
|
|
1963
|
-
.classBuilder()
|
|
1964
|
-
.ep(commonParams)
|
|
1965
|
-
.m(function (Command, cs, config, o) {
|
|
1966
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1967
|
-
})
|
|
1968
|
-
.s("ApplicationSignals", "UpdateServiceLevelObjective", {})
|
|
1969
|
-
.n("ApplicationSignalsClient", "UpdateServiceLevelObjectiveCommand")
|
|
1970
|
-
.sc(UpdateServiceLevelObjective$)
|
|
1971
|
-
.build() {
|
|
1706
|
+
class UpdateServiceLevelObjectiveCommand extends command(_ep0, _mw0, "UpdateServiceLevelObjective", UpdateServiceLevelObjective$) {
|
|
1972
1707
|
}
|
|
1973
1708
|
|
|
1974
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetService$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetServiceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ApplicationSignals", "GetService", {})
|
|
13
|
-
.n("ApplicationSignalsClient", "GetServiceCommand")
|
|
14
|
-
.sc(GetService$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetServiceCommand extends command(_ep0, _mw0, "GetService", GetService$) {
|
|
16
4
|
}
|