@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.
Files changed (98) hide show
  1. package/dist-cjs/index.js +38 -303
  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-types/commandBuilder.d.ts +18 -0
  35. package/dist-types/commands/BatchDeleteInstrumentationConfigurationsCommand.d.ts +3 -8
  36. package/dist-types/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +3 -8
  37. package/dist-types/commands/BatchUpdateExclusionWindowsCommand.d.ts +3 -8
  38. package/dist-types/commands/CreateInstrumentationConfigurationCommand.d.ts +3 -8
  39. package/dist-types/commands/CreateServiceLevelObjectiveCommand.d.ts +3 -8
  40. package/dist-types/commands/DeleteGroupingConfigurationCommand.d.ts +3 -8
  41. package/dist-types/commands/DeleteInstrumentationConfigurationCommand.d.ts +3 -8
  42. package/dist-types/commands/DeleteServiceLevelObjectiveCommand.d.ts +3 -8
  43. package/dist-types/commands/GetInstrumentationConfigurationCommand.d.ts +3 -8
  44. package/dist-types/commands/GetInstrumentationConfigurationStatusCommand.d.ts +3 -8
  45. package/dist-types/commands/GetServiceCommand.d.ts +3 -8
  46. package/dist-types/commands/GetServiceLevelObjectiveCommand.d.ts +3 -8
  47. package/dist-types/commands/ListAuditFindingsCommand.d.ts +3 -8
  48. package/dist-types/commands/ListEntityEventsCommand.d.ts +3 -8
  49. package/dist-types/commands/ListGroupingAttributeDefinitionsCommand.d.ts +3 -8
  50. package/dist-types/commands/ListInstrumentationConfigurationsCommand.d.ts +3 -8
  51. package/dist-types/commands/ListServiceDependenciesCommand.d.ts +3 -8
  52. package/dist-types/commands/ListServiceDependentsCommand.d.ts +3 -8
  53. package/dist-types/commands/ListServiceLevelObjectiveExclusionWindowsCommand.d.ts +3 -8
  54. package/dist-types/commands/ListServiceLevelObjectivesCommand.d.ts +3 -8
  55. package/dist-types/commands/ListServiceOperationsCommand.d.ts +3 -8
  56. package/dist-types/commands/ListServiceStatesCommand.d.ts +3 -8
  57. package/dist-types/commands/ListServicesCommand.d.ts +3 -8
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  59. package/dist-types/commands/PutGroupingConfigurationCommand.d.ts +3 -8
  60. package/dist-types/commands/ReportInstrumentationConfigurationStatusCommand.d.ts +3 -8
  61. package/dist-types/commands/StartDiscoveryCommand.d.ts +3 -8
  62. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  63. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  64. package/dist-types/commands/UpdateServiceLevelObjectiveCommand.d.ts +3 -8
  65. package/dist-types/index.d.ts +1 -0
  66. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  67. package/dist-types/ts3.4/commands/BatchDeleteInstrumentationConfigurationsCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/BatchUpdateExclusionWindowsCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/CreateInstrumentationConfigurationCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/CreateServiceLevelObjectiveCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/DeleteGroupingConfigurationCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/DeleteInstrumentationConfigurationCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/DeleteServiceLevelObjectiveCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/GetInstrumentationConfigurationCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/GetInstrumentationConfigurationStatusCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/GetServiceLevelObjectiveCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/ListAuditFindingsCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/ListEntityEventsCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/ListGroupingAttributeDefinitionsCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/ListInstrumentationConfigurationsCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/ListServiceDependenciesCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/ListServiceDependentsCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/ListServiceLevelObjectiveExclusionWindowsCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/ListServiceLevelObjectivesCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/ListServiceOperationsCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/ListServiceStatesCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/PutGroupingConfigurationCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/ReportInstrumentationConfigurationStatusCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/StartDiscoveryCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/UpdateServiceLevelObjectiveCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/index.d.ts +1 -0
  98. package/package.json +8 -8
@@ -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 { GetServiceLevelObjective$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetServiceLevelObjectiveCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "GetServiceLevelObjective", {})
13
- .n("ApplicationSignalsClient", "GetServiceLevelObjectiveCommand")
14
- .sc(GetServiceLevelObjective$)
15
- .build() {
3
+ export class GetServiceLevelObjectiveCommand extends command(_ep0, _mw0, "GetServiceLevelObjective", GetServiceLevelObjective$) {
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 { ListAuditFindings$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAuditFindingsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "ListAuditFindings", {})
13
- .n("ApplicationSignalsClient", "ListAuditFindingsCommand")
14
- .sc(ListAuditFindings$)
15
- .build() {
3
+ export class ListAuditFindingsCommand extends command(_ep0, _mw0, "ListAuditFindings", ListAuditFindings$) {
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 { ListEntityEvents$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListEntityEventsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "ListEntityEvents", {})
13
- .n("ApplicationSignalsClient", "ListEntityEventsCommand")
14
- .sc(ListEntityEvents$)
15
- .build() {
3
+ export class ListEntityEventsCommand extends command(_ep0, _mw0, "ListEntityEvents", ListEntityEvents$) {
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 { ListGroupingAttributeDefinitions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListGroupingAttributeDefinitionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "ListGroupingAttributeDefinitions", {})
13
- .n("ApplicationSignalsClient", "ListGroupingAttributeDefinitionsCommand")
14
- .sc(ListGroupingAttributeDefinitions$)
15
- .build() {
3
+ export class ListGroupingAttributeDefinitionsCommand extends command(_ep0, _mw0, "ListGroupingAttributeDefinitions", ListGroupingAttributeDefinitions$) {
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 { ListInstrumentationConfigurations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListInstrumentationConfigurationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "ListInstrumentationConfigurations", {})
13
- .n("ApplicationSignalsClient", "ListInstrumentationConfigurationsCommand")
14
- .sc(ListInstrumentationConfigurations$)
15
- .build() {
3
+ export class ListInstrumentationConfigurationsCommand extends command(_ep0, _mw0, "ListInstrumentationConfigurations", ListInstrumentationConfigurations$) {
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 { ListServiceDependencies$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListServiceDependenciesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "ListServiceDependencies", {})
13
- .n("ApplicationSignalsClient", "ListServiceDependenciesCommand")
14
- .sc(ListServiceDependencies$)
15
- .build() {
3
+ export class ListServiceDependenciesCommand extends command(_ep0, _mw0, "ListServiceDependencies", ListServiceDependencies$) {
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 { ListServiceDependents$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListServiceDependentsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "ListServiceDependents", {})
13
- .n("ApplicationSignalsClient", "ListServiceDependentsCommand")
14
- .sc(ListServiceDependents$)
15
- .build() {
3
+ export class ListServiceDependentsCommand extends command(_ep0, _mw0, "ListServiceDependents", ListServiceDependents$) {
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 { ListServiceLevelObjectiveExclusionWindows$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListServiceLevelObjectiveExclusionWindowsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "ListServiceLevelObjectiveExclusionWindows", {})
13
- .n("ApplicationSignalsClient", "ListServiceLevelObjectiveExclusionWindowsCommand")
14
- .sc(ListServiceLevelObjectiveExclusionWindows$)
15
- .build() {
3
+ export class ListServiceLevelObjectiveExclusionWindowsCommand extends command(_ep0, _mw0, "ListServiceLevelObjectiveExclusionWindows", ListServiceLevelObjectiveExclusionWindows$) {
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 { ListServiceLevelObjectives$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListServiceLevelObjectivesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "ListServiceLevelObjectives", {})
13
- .n("ApplicationSignalsClient", "ListServiceLevelObjectivesCommand")
14
- .sc(ListServiceLevelObjectives$)
15
- .build() {
3
+ export class ListServiceLevelObjectivesCommand extends command(_ep0, _mw0, "ListServiceLevelObjectives", ListServiceLevelObjectives$) {
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 { ListServiceOperations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListServiceOperationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "ListServiceOperations", {})
13
- .n("ApplicationSignalsClient", "ListServiceOperationsCommand")
14
- .sc(ListServiceOperations$)
15
- .build() {
3
+ export class ListServiceOperationsCommand extends command(_ep0, _mw0, "ListServiceOperations", ListServiceOperations$) {
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 { ListServiceStates$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListServiceStatesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "ListServiceStates", {})
13
- .n("ApplicationSignalsClient", "ListServiceStatesCommand")
14
- .sc(ListServiceStates$)
15
- .build() {
3
+ export class ListServiceStatesCommand extends command(_ep0, _mw0, "ListServiceStates", ListServiceStates$) {
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 { ListServices$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListServicesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "ListServices", {})
13
- .n("ApplicationSignalsClient", "ListServicesCommand")
14
- .sc(ListServices$)
15
- .build() {
3
+ export class ListServicesCommand extends command(_ep0, _mw0, "ListServices", ListServices$) {
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 { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "ListTagsForResource", {})
13
- .n("ApplicationSignalsClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
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 { PutGroupingConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutGroupingConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "PutGroupingConfiguration", {})
13
- .n("ApplicationSignalsClient", "PutGroupingConfigurationCommand")
14
- .sc(PutGroupingConfiguration$)
15
- .build() {
3
+ export class PutGroupingConfigurationCommand extends command(_ep0, _mw0, "PutGroupingConfiguration", PutGroupingConfiguration$) {
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 { ReportInstrumentationConfigurationStatus$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ReportInstrumentationConfigurationStatusCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "ReportInstrumentationConfigurationStatus", {})
13
- .n("ApplicationSignalsClient", "ReportInstrumentationConfigurationStatusCommand")
14
- .sc(ReportInstrumentationConfigurationStatus$)
15
- .build() {
3
+ export class ReportInstrumentationConfigurationStatusCommand extends command(_ep0, _mw0, "ReportInstrumentationConfigurationStatus", ReportInstrumentationConfigurationStatus$) {
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 { StartDiscovery$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartDiscoveryCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "StartDiscovery", {})
13
- .n("ApplicationSignalsClient", "StartDiscoveryCommand")
14
- .sc(StartDiscovery$)
15
- .build() {
3
+ export class StartDiscoveryCommand extends command(_ep0, _mw0, "StartDiscovery", StartDiscovery$) {
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 { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "TagResource", {})
13
- .n("ApplicationSignalsClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
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 { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "UntagResource", {})
13
- .n("ApplicationSignalsClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
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 { UpdateServiceLevelObjective$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateServiceLevelObjectiveCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ApplicationSignals", "UpdateServiceLevelObjective", {})
13
- .n("ApplicationSignalsClient", "UpdateServiceLevelObjectiveCommand")
14
- .sc(UpdateServiceLevelObjective$)
15
- .build() {
3
+ export class UpdateServiceLevelObjectiveCommand extends command(_ep0, _mw0, "UpdateServiceLevelObjective", UpdateServiceLevelObjective$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./ApplicationSignalsClient";
2
2
  export * from "./ApplicationSignals";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./ApplicationSignalsClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
4
2
  import type { BatchDeleteInstrumentationConfigurationsRequest, BatchDeleteInstrumentationConfigurationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface BatchDeleteInstrumentationConfigurationsCommandInput extends Ba
22
19
  export interface BatchDeleteInstrumentationConfigurationsCommandOutput extends BatchDeleteInstrumentationConfigurationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const BatchDeleteInstrumentationConfigurationsCommand_base: {
25
- new (input: BatchDeleteInstrumentationConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteInstrumentationConfigurationsCommandInput, BatchDeleteInstrumentationConfigurationsCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchDeleteInstrumentationConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteInstrumentationConfigurationsCommandInput, BatchDeleteInstrumentationConfigurationsCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchDeleteInstrumentationConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteInstrumentationConfigurationsCommandInput, BatchDeleteInstrumentationConfigurationsCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchDeleteInstrumentationConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteInstrumentationConfigurationsCommandInput, BatchDeleteInstrumentationConfigurationsCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * Deletes multiple instrumentation configurations in a single request.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
4
2
  import type { BatchGetServiceLevelObjectiveBudgetReportInput, BatchGetServiceLevelObjectiveBudgetReportOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface BatchGetServiceLevelObjectiveBudgetReportCommandInput extends B
22
19
  export interface BatchGetServiceLevelObjectiveBudgetReportCommandOutput extends BatchGetServiceLevelObjectiveBudgetReportOutput, __MetadataBearer {
23
20
  }
24
21
  declare const BatchGetServiceLevelObjectiveBudgetReportCommand_base: {
25
- new (input: BatchGetServiceLevelObjectiveBudgetReportCommandInput): import("@smithy/core/client").CommandImpl<BatchGetServiceLevelObjectiveBudgetReportCommandInput, BatchGetServiceLevelObjectiveBudgetReportCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchGetServiceLevelObjectiveBudgetReportCommandInput): import("@smithy/core/client").CommandImpl<BatchGetServiceLevelObjectiveBudgetReportCommandInput, BatchGetServiceLevelObjectiveBudgetReportCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchGetServiceLevelObjectiveBudgetReportCommandInput): import("@smithy/core/client").CommandImpl<BatchGetServiceLevelObjectiveBudgetReportCommandInput, BatchGetServiceLevelObjectiveBudgetReportCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchGetServiceLevelObjectiveBudgetReportCommandInput): import("@smithy/core/client").CommandImpl<BatchGetServiceLevelObjectiveBudgetReportCommandInput, BatchGetServiceLevelObjectiveBudgetReportCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Use this operation to retrieve one or more <i>service level objective (SLO) budget reports</i>.</p> <p>An <i>error budget</i> is the amount of time or requests in an unhealthy state that your service can accumulate during an interval before your overall SLO budget health is breached and the SLO is considered to be unmet. For example, an SLO with a threshold of 99.95% and a monthly interval translates to an error budget of 21.9 minutes of downtime in a 30-day month.</p> <p>Budget reports include a health indicator, the attainment value, and remaining budget.</p> <p>For more information about SLO error budgets, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-ServiceLevelObjectives.html#CloudWatch-ServiceLevelObjectives-concepts"> SLO concepts</a>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
4
2
  import type { BatchUpdateExclusionWindowsInput, BatchUpdateExclusionWindowsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface BatchUpdateExclusionWindowsCommandInput extends BatchUpdateExcl
22
19
  export interface BatchUpdateExclusionWindowsCommandOutput extends BatchUpdateExclusionWindowsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const BatchUpdateExclusionWindowsCommand_base: {
25
- new (input: BatchUpdateExclusionWindowsCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateExclusionWindowsCommandInput, BatchUpdateExclusionWindowsCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchUpdateExclusionWindowsCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateExclusionWindowsCommandInput, BatchUpdateExclusionWindowsCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchUpdateExclusionWindowsCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateExclusionWindowsCommandInput, BatchUpdateExclusionWindowsCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchUpdateExclusionWindowsCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateExclusionWindowsCommandInput, BatchUpdateExclusionWindowsCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Add or remove time window exclusions for one or more Service Level Objectives (SLOs).</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
4
2
  import type { CreateInstrumentationConfigurationRequest, CreateInstrumentationConfigurationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateInstrumentationConfigurationCommandInput extends CreateIn
22
19
  export interface CreateInstrumentationConfigurationCommandOutput extends CreateInstrumentationConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateInstrumentationConfigurationCommand_base: {
25
- new (input: CreateInstrumentationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateInstrumentationConfigurationCommandInput, CreateInstrumentationConfigurationCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateInstrumentationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateInstrumentationConfigurationCommandInput, CreateInstrumentationConfigurationCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateInstrumentationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateInstrumentationConfigurationCommandInput, CreateInstrumentationConfigurationCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateInstrumentationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateInstrumentationConfigurationCommandInput, CreateInstrumentationConfigurationCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a dynamic instrumentation configuration for a specific code or endpoint location within a service and environment. Configurations are immutable after creation.</p> <p>For <code>BREAKPOINT</code> type configurations, they expire after 24 hours unless a shorter expiration is provided. For <code>PROBE</code> type configurations, they persist until explicitly deleted; an expiration cannot be set for <code>PROBE</code> configurations.</p> <p>If a configuration already exists for the same service, environment, signal type, and location, this operation returns a conflict instead of overwriting it. Use attribute filters and capture settings to control where the instrumentation runs and which data is collected.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
4
2
  import type { CreateServiceLevelObjectiveInput, CreateServiceLevelObjectiveOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateServiceLevelObjectiveCommandInput extends CreateServiceLe
22
19
  export interface CreateServiceLevelObjectiveCommandOutput extends CreateServiceLevelObjectiveOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateServiceLevelObjectiveCommand_base: {
25
- new (input: CreateServiceLevelObjectiveCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceLevelObjectiveCommandInput, CreateServiceLevelObjectiveCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateServiceLevelObjectiveCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceLevelObjectiveCommandInput, CreateServiceLevelObjectiveCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateServiceLevelObjectiveCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceLevelObjectiveCommandInput, CreateServiceLevelObjectiveCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateServiceLevelObjectiveCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceLevelObjectiveCommandInput, CreateServiceLevelObjectiveCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a service level objective (SLO), which can help you ensure that your critical business operations are meeting customer expectations. Use SLOs to set and track specific target levels for the reliability and availability of your applications and services. SLOs use service level indicators (SLIs) to calculate whether the application is performing at the level that you want.</p> <p>Create an SLO to set a target for a service or operation’s availability or latency. CloudWatch measures this target frequently you can find whether it has been breached. </p> <p>The target performance quality that is defined for an SLO is the <i>attainment goal</i>.</p> <p>You can set SLO targets for your applications that are discovered by Application Signals, using critical metrics such as latency and availability. You can also set SLOs against any CloudWatch metric or math expression that produces a time series.</p> <note> <p>You can't create an SLO for a service operation that was discovered by Application Signals until after that operation has reported standard metrics to Application Signals.</p> </note> <p>When you create an SLO, you specify whether it is a <i>period-based SLO</i> or a <i>request-based SLO</i>. Each type of SLO has a different way of evaluating your application's performance against its attainment goal.</p> <ul> <li> <p>A <i>period-based SLO</i> uses defined <i>periods</i> of time within a specified total time interval. For each period of time, Application Signals determines whether the application met its goal. The attainment rate is calculated as the <code>number of good periods/number of total periods</code>.</p> <p>For example, for a period-based SLO, meeting an attainment goal of 99.9% means that within your interval, your application must meet its performance goal during at least 99.9% of the time periods.</p> </li> <li> <p>A <i>request-based SLO</i> doesn't use pre-defined periods of time. Instead, the SLO measures <code>number of good requests/number of total requests</code> during the interval. At any time, you can find the ratio of good requests to total requests for the interval up to the time stamp that you specify, and measure that ratio against the goal set in your SLO.</p> </li> </ul> <p>After you have created an SLO, you can retrieve error budget reports for it. An <i>error budget</i> is the amount of time or amount of requests that your application can be non-compliant with the SLO's goal, and still have your application meet the goal.</p> <ul> <li> <p>For a period-based SLO, the error budget starts at a number defined by the highest number of periods that can fail to meet the threshold, while still meeting the overall goal. The <i>remaining error budget</i> decreases with every failed period that is recorded. The error budget within one interval can never increase.</p> <p>For example, an SLO with a threshold that 99.95% of requests must be completed under 2000ms every month translates to an error budget of 21.9 minutes of downtime per month.</p> </li> <li> <p>For a request-based SLO, the remaining error budget is dynamic and can increase or decrease, depending on the ratio of good requests to total requests.</p> </li> </ul> <p>For more information about SLOs, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-ServiceLevelObjectives.html"> Service level objectives (SLOs)</a>. </p> <p>When you perform a <code>CreateServiceLevelObjective</code> operation, Application Signals creates the <i>AWSServiceRoleForCloudWatchApplicationSignals</i> service-linked role, if it doesn't already exist in your account. This service- linked role has the following permissions:</p> <ul> <li> <p> <code>xray:GetServiceGraph</code> </p> </li> <li> <p> <code>logs:StartQuery</code> </p> </li> <li> <p> <code>logs:GetQueryResults</code> </p> </li> <li> <p> <code>cloudwatch:GetMetricData</code> </p> </li> <li> <p> <code>cloudwatch:ListMetrics</code> </p> </li> <li> <p> <code>tag:GetResources</code> </p> </li> <li> <p> <code>autoscaling:DescribeAutoScalingGroups</code> </p> </li> </ul>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
4
2
  import type { DeleteGroupingConfigurationOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteGroupingConfigurationCommandInput {
22
19
  export interface DeleteGroupingConfigurationCommandOutput extends DeleteGroupingConfigurationOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteGroupingConfigurationCommand_base: {
25
- new (input: DeleteGroupingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteGroupingConfigurationCommandInput, DeleteGroupingConfigurationCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DeleteGroupingConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DeleteGroupingConfigurationCommandInput, DeleteGroupingConfigurationCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteGroupingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteGroupingConfigurationCommandInput, DeleteGroupingConfigurationCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DeleteGroupingConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DeleteGroupingConfigurationCommandInput, DeleteGroupingConfigurationCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the grouping configuration for this account. This removes all custom grouping attribute definitions that were previously configured.</p>