@aws-sdk/client-devops-guru 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.
Files changed (101) hide show
  1. package/dist-cjs/index.js +39 -313
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddNotificationChannelCommand.js +2 -14
  4. package/dist-es/commands/DeleteInsightCommand.js +2 -14
  5. package/dist-es/commands/DescribeAccountHealthCommand.js +2 -14
  6. package/dist-es/commands/DescribeAccountOverviewCommand.js +2 -14
  7. package/dist-es/commands/DescribeAnomalyCommand.js +2 -14
  8. package/dist-es/commands/DescribeEventSourcesConfigCommand.js +2 -14
  9. package/dist-es/commands/DescribeFeedbackCommand.js +2 -14
  10. package/dist-es/commands/DescribeInsightCommand.js +2 -14
  11. package/dist-es/commands/DescribeOrganizationHealthCommand.js +2 -14
  12. package/dist-es/commands/DescribeOrganizationOverviewCommand.js +2 -14
  13. package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +2 -14
  14. package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +2 -14
  15. package/dist-es/commands/DescribeServiceIntegrationCommand.js +2 -14
  16. package/dist-es/commands/GetCostEstimationCommand.js +2 -14
  17. package/dist-es/commands/GetResourceCollectionCommand.js +2 -14
  18. package/dist-es/commands/ListAnomaliesForInsightCommand.js +2 -14
  19. package/dist-es/commands/ListAnomalousLogGroupsCommand.js +2 -14
  20. package/dist-es/commands/ListEventsCommand.js +2 -14
  21. package/dist-es/commands/ListInsightsCommand.js +2 -14
  22. package/dist-es/commands/ListMonitoredResourcesCommand.js +2 -14
  23. package/dist-es/commands/ListNotificationChannelsCommand.js +2 -14
  24. package/dist-es/commands/ListOrganizationInsightsCommand.js +2 -14
  25. package/dist-es/commands/ListRecommendationsCommand.js +2 -14
  26. package/dist-es/commands/PutFeedbackCommand.js +2 -14
  27. package/dist-es/commands/RemoveNotificationChannelCommand.js +2 -14
  28. package/dist-es/commands/SearchInsightsCommand.js +2 -14
  29. package/dist-es/commands/SearchOrganizationInsightsCommand.js +2 -14
  30. package/dist-es/commands/StartCostEstimationCommand.js +2 -14
  31. package/dist-es/commands/UpdateEventSourcesConfigCommand.js +2 -14
  32. package/dist-es/commands/UpdateResourceCollectionCommand.js +2 -14
  33. package/dist-es/commands/UpdateServiceIntegrationCommand.js +2 -14
  34. package/dist-es/index.js +1 -0
  35. package/dist-types/commandBuilder.d.ts +18 -0
  36. package/dist-types/commands/AddNotificationChannelCommand.d.ts +3 -8
  37. package/dist-types/commands/DeleteInsightCommand.d.ts +3 -8
  38. package/dist-types/commands/DescribeAccountHealthCommand.d.ts +3 -8
  39. package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +3 -8
  40. package/dist-types/commands/DescribeAnomalyCommand.d.ts +3 -8
  41. package/dist-types/commands/DescribeEventSourcesConfigCommand.d.ts +3 -8
  42. package/dist-types/commands/DescribeFeedbackCommand.d.ts +3 -8
  43. package/dist-types/commands/DescribeInsightCommand.d.ts +3 -8
  44. package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +3 -8
  45. package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +3 -8
  46. package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +3 -8
  47. package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +3 -8
  48. package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +3 -8
  49. package/dist-types/commands/GetCostEstimationCommand.d.ts +3 -8
  50. package/dist-types/commands/GetResourceCollectionCommand.d.ts +3 -8
  51. package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +3 -8
  52. package/dist-types/commands/ListAnomalousLogGroupsCommand.d.ts +3 -8
  53. package/dist-types/commands/ListEventsCommand.d.ts +3 -8
  54. package/dist-types/commands/ListInsightsCommand.d.ts +3 -8
  55. package/dist-types/commands/ListMonitoredResourcesCommand.d.ts +3 -8
  56. package/dist-types/commands/ListNotificationChannelsCommand.d.ts +3 -8
  57. package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +3 -8
  58. package/dist-types/commands/ListRecommendationsCommand.d.ts +3 -8
  59. package/dist-types/commands/PutFeedbackCommand.d.ts +3 -8
  60. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +3 -8
  61. package/dist-types/commands/SearchInsightsCommand.d.ts +3 -8
  62. package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +3 -8
  63. package/dist-types/commands/StartCostEstimationCommand.d.ts +3 -8
  64. package/dist-types/commands/UpdateEventSourcesConfigCommand.d.ts +3 -8
  65. package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +3 -8
  66. package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +3 -8
  67. package/dist-types/index.d.ts +1 -0
  68. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  69. package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/index.d.ts +1 -0
  101. 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, 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");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1077.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -1805,376 +1806,101 @@ class DevOpsGuruClient extends Client {
1805
1806
  }
1806
1807
  }
1807
1808
 
1808
- class AddNotificationChannelCommand extends Command
1809
- .classBuilder()
1810
- .ep(commonParams)
1811
- .m(function (Command, cs, config, o) {
1812
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1813
- })
1814
- .s("CapstoneControlPlaneService", "AddNotificationChannel", {})
1815
- .n("DevOpsGuruClient", "AddNotificationChannelCommand")
1816
- .sc(AddNotificationChannel$)
1817
- .build() {
1809
+ const command = makeBuilder(commonParams, "CapstoneControlPlaneService", "DevOpsGuruClient", getEndpointPlugin);
1810
+ const _ep0 = {};
1811
+ const _mw0 = (Command, cs, config, o) => [];
1812
+
1813
+ class AddNotificationChannelCommand extends command(_ep0, _mw0, "AddNotificationChannel", AddNotificationChannel$) {
1818
1814
  }
1819
1815
 
1820
- class DeleteInsightCommand extends Command
1821
- .classBuilder()
1822
- .ep(commonParams)
1823
- .m(function (Command, cs, config, o) {
1824
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1825
- })
1826
- .s("CapstoneControlPlaneService", "DeleteInsight", {})
1827
- .n("DevOpsGuruClient", "DeleteInsightCommand")
1828
- .sc(DeleteInsight$)
1829
- .build() {
1816
+ class DeleteInsightCommand extends command(_ep0, _mw0, "DeleteInsight", DeleteInsight$) {
1830
1817
  }
1831
1818
 
1832
- class DescribeAccountHealthCommand extends Command
1833
- .classBuilder()
1834
- .ep(commonParams)
1835
- .m(function (Command, cs, config, o) {
1836
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1837
- })
1838
- .s("CapstoneControlPlaneService", "DescribeAccountHealth", {})
1839
- .n("DevOpsGuruClient", "DescribeAccountHealthCommand")
1840
- .sc(DescribeAccountHealth$)
1841
- .build() {
1819
+ class DescribeAccountHealthCommand extends command(_ep0, _mw0, "DescribeAccountHealth", DescribeAccountHealth$) {
1842
1820
  }
1843
1821
 
1844
- class DescribeAccountOverviewCommand extends Command
1845
- .classBuilder()
1846
- .ep(commonParams)
1847
- .m(function (Command, cs, config, o) {
1848
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1849
- })
1850
- .s("CapstoneControlPlaneService", "DescribeAccountOverview", {})
1851
- .n("DevOpsGuruClient", "DescribeAccountOverviewCommand")
1852
- .sc(DescribeAccountOverview$)
1853
- .build() {
1822
+ class DescribeAccountOverviewCommand extends command(_ep0, _mw0, "DescribeAccountOverview", DescribeAccountOverview$) {
1854
1823
  }
1855
1824
 
1856
- class DescribeAnomalyCommand extends Command
1857
- .classBuilder()
1858
- .ep(commonParams)
1859
- .m(function (Command, cs, config, o) {
1860
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1861
- })
1862
- .s("CapstoneControlPlaneService", "DescribeAnomaly", {})
1863
- .n("DevOpsGuruClient", "DescribeAnomalyCommand")
1864
- .sc(DescribeAnomaly$)
1865
- .build() {
1825
+ class DescribeAnomalyCommand extends command(_ep0, _mw0, "DescribeAnomaly", DescribeAnomaly$) {
1866
1826
  }
1867
1827
 
1868
- class DescribeEventSourcesConfigCommand extends Command
1869
- .classBuilder()
1870
- .ep(commonParams)
1871
- .m(function (Command, cs, config, o) {
1872
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1873
- })
1874
- .s("CapstoneControlPlaneService", "DescribeEventSourcesConfig", {})
1875
- .n("DevOpsGuruClient", "DescribeEventSourcesConfigCommand")
1876
- .sc(DescribeEventSourcesConfig$)
1877
- .build() {
1828
+ class DescribeEventSourcesConfigCommand extends command(_ep0, _mw0, "DescribeEventSourcesConfig", DescribeEventSourcesConfig$) {
1878
1829
  }
1879
1830
 
1880
- class DescribeFeedbackCommand extends Command
1881
- .classBuilder()
1882
- .ep(commonParams)
1883
- .m(function (Command, cs, config, o) {
1884
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1885
- })
1886
- .s("CapstoneControlPlaneService", "DescribeFeedback", {})
1887
- .n("DevOpsGuruClient", "DescribeFeedbackCommand")
1888
- .sc(DescribeFeedback$)
1889
- .build() {
1831
+ class DescribeFeedbackCommand extends command(_ep0, _mw0, "DescribeFeedback", DescribeFeedback$) {
1890
1832
  }
1891
1833
 
1892
- class DescribeInsightCommand extends Command
1893
- .classBuilder()
1894
- .ep(commonParams)
1895
- .m(function (Command, cs, config, o) {
1896
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1897
- })
1898
- .s("CapstoneControlPlaneService", "DescribeInsight", {})
1899
- .n("DevOpsGuruClient", "DescribeInsightCommand")
1900
- .sc(DescribeInsight$)
1901
- .build() {
1834
+ class DescribeInsightCommand extends command(_ep0, _mw0, "DescribeInsight", DescribeInsight$) {
1902
1835
  }
1903
1836
 
1904
- class DescribeOrganizationHealthCommand extends Command
1905
- .classBuilder()
1906
- .ep(commonParams)
1907
- .m(function (Command, cs, config, o) {
1908
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1909
- })
1910
- .s("CapstoneControlPlaneService", "DescribeOrganizationHealth", {})
1911
- .n("DevOpsGuruClient", "DescribeOrganizationHealthCommand")
1912
- .sc(DescribeOrganizationHealth$)
1913
- .build() {
1837
+ class DescribeOrganizationHealthCommand extends command(_ep0, _mw0, "DescribeOrganizationHealth", DescribeOrganizationHealth$) {
1914
1838
  }
1915
1839
 
1916
- class DescribeOrganizationOverviewCommand extends Command
1917
- .classBuilder()
1918
- .ep(commonParams)
1919
- .m(function (Command, cs, config, o) {
1920
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1921
- })
1922
- .s("CapstoneControlPlaneService", "DescribeOrganizationOverview", {})
1923
- .n("DevOpsGuruClient", "DescribeOrganizationOverviewCommand")
1924
- .sc(DescribeOrganizationOverview$)
1925
- .build() {
1840
+ class DescribeOrganizationOverviewCommand extends command(_ep0, _mw0, "DescribeOrganizationOverview", DescribeOrganizationOverview$) {
1926
1841
  }
1927
1842
 
1928
- class DescribeOrganizationResourceCollectionHealthCommand extends Command
1929
- .classBuilder()
1930
- .ep(commonParams)
1931
- .m(function (Command, cs, config, o) {
1932
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1933
- })
1934
- .s("CapstoneControlPlaneService", "DescribeOrganizationResourceCollectionHealth", {})
1935
- .n("DevOpsGuruClient", "DescribeOrganizationResourceCollectionHealthCommand")
1936
- .sc(DescribeOrganizationResourceCollectionHealth$)
1937
- .build() {
1843
+ class DescribeOrganizationResourceCollectionHealthCommand extends command(_ep0, _mw0, "DescribeOrganizationResourceCollectionHealth", DescribeOrganizationResourceCollectionHealth$) {
1938
1844
  }
1939
1845
 
1940
- class DescribeResourceCollectionHealthCommand extends Command
1941
- .classBuilder()
1942
- .ep(commonParams)
1943
- .m(function (Command, cs, config, o) {
1944
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1945
- })
1946
- .s("CapstoneControlPlaneService", "DescribeResourceCollectionHealth", {})
1947
- .n("DevOpsGuruClient", "DescribeResourceCollectionHealthCommand")
1948
- .sc(DescribeResourceCollectionHealth$)
1949
- .build() {
1846
+ class DescribeResourceCollectionHealthCommand extends command(_ep0, _mw0, "DescribeResourceCollectionHealth", DescribeResourceCollectionHealth$) {
1950
1847
  }
1951
1848
 
1952
- class DescribeServiceIntegrationCommand extends Command
1953
- .classBuilder()
1954
- .ep(commonParams)
1955
- .m(function (Command, cs, config, o) {
1956
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1957
- })
1958
- .s("CapstoneControlPlaneService", "DescribeServiceIntegration", {})
1959
- .n("DevOpsGuruClient", "DescribeServiceIntegrationCommand")
1960
- .sc(DescribeServiceIntegration$)
1961
- .build() {
1849
+ class DescribeServiceIntegrationCommand extends command(_ep0, _mw0, "DescribeServiceIntegration", DescribeServiceIntegration$) {
1962
1850
  }
1963
1851
 
1964
- class GetCostEstimationCommand extends Command
1965
- .classBuilder()
1966
- .ep(commonParams)
1967
- .m(function (Command, cs, config, o) {
1968
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1969
- })
1970
- .s("CapstoneControlPlaneService", "GetCostEstimation", {})
1971
- .n("DevOpsGuruClient", "GetCostEstimationCommand")
1972
- .sc(GetCostEstimation$)
1973
- .build() {
1852
+ class GetCostEstimationCommand extends command(_ep0, _mw0, "GetCostEstimation", GetCostEstimation$) {
1974
1853
  }
1975
1854
 
1976
- class GetResourceCollectionCommand extends Command
1977
- .classBuilder()
1978
- .ep(commonParams)
1979
- .m(function (Command, cs, config, o) {
1980
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1981
- })
1982
- .s("CapstoneControlPlaneService", "GetResourceCollection", {})
1983
- .n("DevOpsGuruClient", "GetResourceCollectionCommand")
1984
- .sc(GetResourceCollection$)
1985
- .build() {
1855
+ class GetResourceCollectionCommand extends command(_ep0, _mw0, "GetResourceCollection", GetResourceCollection$) {
1986
1856
  }
1987
1857
 
1988
- class ListAnomaliesForInsightCommand extends Command
1989
- .classBuilder()
1990
- .ep(commonParams)
1991
- .m(function (Command, cs, config, o) {
1992
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1993
- })
1994
- .s("CapstoneControlPlaneService", "ListAnomaliesForInsight", {})
1995
- .n("DevOpsGuruClient", "ListAnomaliesForInsightCommand")
1996
- .sc(ListAnomaliesForInsight$)
1997
- .build() {
1858
+ class ListAnomaliesForInsightCommand extends command(_ep0, _mw0, "ListAnomaliesForInsight", ListAnomaliesForInsight$) {
1998
1859
  }
1999
1860
 
2000
- class ListAnomalousLogGroupsCommand extends Command
2001
- .classBuilder()
2002
- .ep(commonParams)
2003
- .m(function (Command, cs, config, o) {
2004
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2005
- })
2006
- .s("CapstoneControlPlaneService", "ListAnomalousLogGroups", {})
2007
- .n("DevOpsGuruClient", "ListAnomalousLogGroupsCommand")
2008
- .sc(ListAnomalousLogGroups$)
2009
- .build() {
1861
+ class ListAnomalousLogGroupsCommand extends command(_ep0, _mw0, "ListAnomalousLogGroups", ListAnomalousLogGroups$) {
2010
1862
  }
2011
1863
 
2012
- class ListEventsCommand extends Command
2013
- .classBuilder()
2014
- .ep(commonParams)
2015
- .m(function (Command, cs, config, o) {
2016
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2017
- })
2018
- .s("CapstoneControlPlaneService", "ListEvents", {})
2019
- .n("DevOpsGuruClient", "ListEventsCommand")
2020
- .sc(ListEvents$)
2021
- .build() {
1864
+ class ListEventsCommand extends command(_ep0, _mw0, "ListEvents", ListEvents$) {
2022
1865
  }
2023
1866
 
2024
- class ListInsightsCommand extends Command
2025
- .classBuilder()
2026
- .ep(commonParams)
2027
- .m(function (Command, cs, config, o) {
2028
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2029
- })
2030
- .s("CapstoneControlPlaneService", "ListInsights", {})
2031
- .n("DevOpsGuruClient", "ListInsightsCommand")
2032
- .sc(ListInsights$)
2033
- .build() {
1867
+ class ListInsightsCommand extends command(_ep0, _mw0, "ListInsights", ListInsights$) {
2034
1868
  }
2035
1869
 
2036
- class ListMonitoredResourcesCommand extends Command
2037
- .classBuilder()
2038
- .ep(commonParams)
2039
- .m(function (Command, cs, config, o) {
2040
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2041
- })
2042
- .s("CapstoneControlPlaneService", "ListMonitoredResources", {})
2043
- .n("DevOpsGuruClient", "ListMonitoredResourcesCommand")
2044
- .sc(ListMonitoredResources$)
2045
- .build() {
1870
+ class ListMonitoredResourcesCommand extends command(_ep0, _mw0, "ListMonitoredResources", ListMonitoredResources$) {
2046
1871
  }
2047
1872
 
2048
- class ListNotificationChannelsCommand extends Command
2049
- .classBuilder()
2050
- .ep(commonParams)
2051
- .m(function (Command, cs, config, o) {
2052
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2053
- })
2054
- .s("CapstoneControlPlaneService", "ListNotificationChannels", {})
2055
- .n("DevOpsGuruClient", "ListNotificationChannelsCommand")
2056
- .sc(ListNotificationChannels$)
2057
- .build() {
1873
+ class ListNotificationChannelsCommand extends command(_ep0, _mw0, "ListNotificationChannels", ListNotificationChannels$) {
2058
1874
  }
2059
1875
 
2060
- class ListOrganizationInsightsCommand extends Command
2061
- .classBuilder()
2062
- .ep(commonParams)
2063
- .m(function (Command, cs, config, o) {
2064
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2065
- })
2066
- .s("CapstoneControlPlaneService", "ListOrganizationInsights", {})
2067
- .n("DevOpsGuruClient", "ListOrganizationInsightsCommand")
2068
- .sc(ListOrganizationInsights$)
2069
- .build() {
1876
+ class ListOrganizationInsightsCommand extends command(_ep0, _mw0, "ListOrganizationInsights", ListOrganizationInsights$) {
2070
1877
  }
2071
1878
 
2072
- class ListRecommendationsCommand extends Command
2073
- .classBuilder()
2074
- .ep(commonParams)
2075
- .m(function (Command, cs, config, o) {
2076
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2077
- })
2078
- .s("CapstoneControlPlaneService", "ListRecommendations", {})
2079
- .n("DevOpsGuruClient", "ListRecommendationsCommand")
2080
- .sc(ListRecommendations$)
2081
- .build() {
1879
+ class ListRecommendationsCommand extends command(_ep0, _mw0, "ListRecommendations", ListRecommendations$) {
2082
1880
  }
2083
1881
 
2084
- class PutFeedbackCommand extends Command
2085
- .classBuilder()
2086
- .ep(commonParams)
2087
- .m(function (Command, cs, config, o) {
2088
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2089
- })
2090
- .s("CapstoneControlPlaneService", "PutFeedback", {})
2091
- .n("DevOpsGuruClient", "PutFeedbackCommand")
2092
- .sc(PutFeedback$)
2093
- .build() {
1882
+ class PutFeedbackCommand extends command(_ep0, _mw0, "PutFeedback", PutFeedback$) {
2094
1883
  }
2095
1884
 
2096
- class RemoveNotificationChannelCommand extends Command
2097
- .classBuilder()
2098
- .ep(commonParams)
2099
- .m(function (Command, cs, config, o) {
2100
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2101
- })
2102
- .s("CapstoneControlPlaneService", "RemoveNotificationChannel", {})
2103
- .n("DevOpsGuruClient", "RemoveNotificationChannelCommand")
2104
- .sc(RemoveNotificationChannel$)
2105
- .build() {
1885
+ class RemoveNotificationChannelCommand extends command(_ep0, _mw0, "RemoveNotificationChannel", RemoveNotificationChannel$) {
2106
1886
  }
2107
1887
 
2108
- class SearchInsightsCommand extends Command
2109
- .classBuilder()
2110
- .ep(commonParams)
2111
- .m(function (Command, cs, config, o) {
2112
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2113
- })
2114
- .s("CapstoneControlPlaneService", "SearchInsights", {})
2115
- .n("DevOpsGuruClient", "SearchInsightsCommand")
2116
- .sc(SearchInsights$)
2117
- .build() {
1888
+ class SearchInsightsCommand extends command(_ep0, _mw0, "SearchInsights", SearchInsights$) {
2118
1889
  }
2119
1890
 
2120
- class SearchOrganizationInsightsCommand extends Command
2121
- .classBuilder()
2122
- .ep(commonParams)
2123
- .m(function (Command, cs, config, o) {
2124
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2125
- })
2126
- .s("CapstoneControlPlaneService", "SearchOrganizationInsights", {})
2127
- .n("DevOpsGuruClient", "SearchOrganizationInsightsCommand")
2128
- .sc(SearchOrganizationInsights$)
2129
- .build() {
1891
+ class SearchOrganizationInsightsCommand extends command(_ep0, _mw0, "SearchOrganizationInsights", SearchOrganizationInsights$) {
2130
1892
  }
2131
1893
 
2132
- class StartCostEstimationCommand extends Command
2133
- .classBuilder()
2134
- .ep(commonParams)
2135
- .m(function (Command, cs, config, o) {
2136
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2137
- })
2138
- .s("CapstoneControlPlaneService", "StartCostEstimation", {})
2139
- .n("DevOpsGuruClient", "StartCostEstimationCommand")
2140
- .sc(StartCostEstimation$)
2141
- .build() {
1894
+ class StartCostEstimationCommand extends command(_ep0, _mw0, "StartCostEstimation", StartCostEstimation$) {
2142
1895
  }
2143
1896
 
2144
- class UpdateEventSourcesConfigCommand extends Command
2145
- .classBuilder()
2146
- .ep(commonParams)
2147
- .m(function (Command, cs, config, o) {
2148
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2149
- })
2150
- .s("CapstoneControlPlaneService", "UpdateEventSourcesConfig", {})
2151
- .n("DevOpsGuruClient", "UpdateEventSourcesConfigCommand")
2152
- .sc(UpdateEventSourcesConfig$)
2153
- .build() {
1897
+ class UpdateEventSourcesConfigCommand extends command(_ep0, _mw0, "UpdateEventSourcesConfig", UpdateEventSourcesConfig$) {
2154
1898
  }
2155
1899
 
2156
- class UpdateResourceCollectionCommand extends Command
2157
- .classBuilder()
2158
- .ep(commonParams)
2159
- .m(function (Command, cs, config, o) {
2160
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2161
- })
2162
- .s("CapstoneControlPlaneService", "UpdateResourceCollection", {})
2163
- .n("DevOpsGuruClient", "UpdateResourceCollectionCommand")
2164
- .sc(UpdateResourceCollection$)
2165
- .build() {
1900
+ class UpdateResourceCollectionCommand extends command(_ep0, _mw0, "UpdateResourceCollection", UpdateResourceCollection$) {
2166
1901
  }
2167
1902
 
2168
- class UpdateServiceIntegrationCommand extends Command
2169
- .classBuilder()
2170
- .ep(commonParams)
2171
- .m(function (Command, cs, config, o) {
2172
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2173
- })
2174
- .s("CapstoneControlPlaneService", "UpdateServiceIntegration", {})
2175
- .n("DevOpsGuruClient", "UpdateServiceIntegrationCommand")
2176
- .sc(UpdateServiceIntegration$)
2177
- .build() {
1903
+ class UpdateServiceIntegrationCommand extends command(_ep0, _mw0, "UpdateServiceIntegration", UpdateServiceIntegration$) {
2178
1904
  }
2179
1905
 
2180
1906
  const paginateDescribeOrganizationResourceCollectionHealth = createPaginator(DevOpsGuruClient, DescribeOrganizationResourceCollectionHealthCommand, "NextToken", "NextToken", "");
@@ -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, "CapstoneControlPlaneService", "DevOpsGuruClient", 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 { AddNotificationChannel$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AddNotificationChannelCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CapstoneControlPlaneService", "AddNotificationChannel", {})
13
- .n("DevOpsGuruClient", "AddNotificationChannelCommand")
14
- .sc(AddNotificationChannel$)
15
- .build() {
3
+ export class AddNotificationChannelCommand extends command(_ep0, _mw0, "AddNotificationChannel", AddNotificationChannel$) {
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 { DeleteInsight$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteInsightCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CapstoneControlPlaneService", "DeleteInsight", {})
13
- .n("DevOpsGuruClient", "DeleteInsightCommand")
14
- .sc(DeleteInsight$)
15
- .build() {
3
+ export class DeleteInsightCommand extends command(_ep0, _mw0, "DeleteInsight", DeleteInsight$) {
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 { DescribeAccountHealth$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeAccountHealthCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CapstoneControlPlaneService", "DescribeAccountHealth", {})
13
- .n("DevOpsGuruClient", "DescribeAccountHealthCommand")
14
- .sc(DescribeAccountHealth$)
15
- .build() {
3
+ export class DescribeAccountHealthCommand extends command(_ep0, _mw0, "DescribeAccountHealth", DescribeAccountHealth$) {
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 { DescribeAccountOverview$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeAccountOverviewCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CapstoneControlPlaneService", "DescribeAccountOverview", {})
13
- .n("DevOpsGuruClient", "DescribeAccountOverviewCommand")
14
- .sc(DescribeAccountOverview$)
15
- .build() {
3
+ export class DescribeAccountOverviewCommand extends command(_ep0, _mw0, "DescribeAccountOverview", DescribeAccountOverview$) {
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 { DescribeAnomaly$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeAnomalyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CapstoneControlPlaneService", "DescribeAnomaly", {})
13
- .n("DevOpsGuruClient", "DescribeAnomalyCommand")
14
- .sc(DescribeAnomaly$)
15
- .build() {
3
+ export class DescribeAnomalyCommand extends command(_ep0, _mw0, "DescribeAnomaly", DescribeAnomaly$) {
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 { DescribeEventSourcesConfig$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeEventSourcesConfigCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CapstoneControlPlaneService", "DescribeEventSourcesConfig", {})
13
- .n("DevOpsGuruClient", "DescribeEventSourcesConfigCommand")
14
- .sc(DescribeEventSourcesConfig$)
15
- .build() {
3
+ export class DescribeEventSourcesConfigCommand extends command(_ep0, _mw0, "DescribeEventSourcesConfig", DescribeEventSourcesConfig$) {
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 { DescribeFeedback$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeFeedbackCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CapstoneControlPlaneService", "DescribeFeedback", {})
13
- .n("DevOpsGuruClient", "DescribeFeedbackCommand")
14
- .sc(DescribeFeedback$)
15
- .build() {
3
+ export class DescribeFeedbackCommand extends command(_ep0, _mw0, "DescribeFeedback", DescribeFeedback$) {
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 { DescribeInsight$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeInsightCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CapstoneControlPlaneService", "DescribeInsight", {})
13
- .n("DevOpsGuruClient", "DescribeInsightCommand")
14
- .sc(DescribeInsight$)
15
- .build() {
3
+ export class DescribeInsightCommand extends command(_ep0, _mw0, "DescribeInsight", DescribeInsight$) {
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 { DescribeOrganizationHealth$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeOrganizationHealthCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CapstoneControlPlaneService", "DescribeOrganizationHealth", {})
13
- .n("DevOpsGuruClient", "DescribeOrganizationHealthCommand")
14
- .sc(DescribeOrganizationHealth$)
15
- .build() {
3
+ export class DescribeOrganizationHealthCommand extends command(_ep0, _mw0, "DescribeOrganizationHealth", DescribeOrganizationHealth$) {
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 { DescribeOrganizationOverview$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeOrganizationOverviewCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CapstoneControlPlaneService", "DescribeOrganizationOverview", {})
13
- .n("DevOpsGuruClient", "DescribeOrganizationOverviewCommand")
14
- .sc(DescribeOrganizationOverview$)
15
- .build() {
3
+ export class DescribeOrganizationOverviewCommand extends command(_ep0, _mw0, "DescribeOrganizationOverview", DescribeOrganizationOverview$) {
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 { DescribeOrganizationResourceCollectionHealth$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeOrganizationResourceCollectionHealthCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CapstoneControlPlaneService", "DescribeOrganizationResourceCollectionHealth", {})
13
- .n("DevOpsGuruClient", "DescribeOrganizationResourceCollectionHealthCommand")
14
- .sc(DescribeOrganizationResourceCollectionHealth$)
15
- .build() {
3
+ export class DescribeOrganizationResourceCollectionHealthCommand extends command(_ep0, _mw0, "DescribeOrganizationResourceCollectionHealth", DescribeOrganizationResourceCollectionHealth$) {
16
4
  }