@aws-sdk/client-application-signals 3.1076.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +41 -305
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -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
|
}
|
|
@@ -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 { GetServiceLevelObjective$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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";
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
2
|
import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
|
|
4
3
|
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
22
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
24
23
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
25
24
|
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
|
|
26
|
-
sha256: config?.sha256 ?? Sha256,
|
|
27
25
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
28
26
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
29
27
|
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
|
|
|
5
5
|
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
6
6
|
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
7
7
|
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
8
|
-
import { calculateBodyLength
|
|
8
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
10
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
11
11
|
export const getRuntimeConfig = (config) => {
|
|
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
35
35
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
36
36
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
37
37
|
}, config),
|
|
38
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
39
38
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
40
39
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
41
40
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
2
1
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
3
2
|
export const getRuntimeConfig = (config) => {
|
|
4
3
|
const browserDefaults = getBrowserRuntimeConfig(config);
|
|
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
|
|
|
6
5
|
...browserDefaults,
|
|
7
6
|
...config,
|
|
8
7
|
runtime: "react-native",
|
|
9
|
-
sha256: config?.sha256 ?? Sha256,
|
|
10
8
|
};
|
|
11
9
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
+
import { Sha256 } from "@smithy/core/checksum";
|
|
3
4
|
import { NoOpLogger } from "@smithy/core/client";
|
|
4
5
|
import { parseUrl } from "@smithy/core/protocols";
|
|
5
6
|
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
31
32
|
serviceTarget: "ApplicationSignals",
|
|
32
33
|
},
|
|
33
34
|
serviceId: config?.serviceId ?? "Application Signals",
|
|
35
|
+
sha256: config?.sha256 ?? Sha256,
|
|
34
36
|
urlParser: config?.urlParser ?? parseUrl,
|
|
35
37
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
36
38
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -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>
|