@aws-sdk/client-application-signals 3.952.0 → 3.954.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 +407 -286
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.js +2 -2
- package/dist-es/commands/BatchUpdateExclusionWindowsCommand.js +2 -2
- package/dist-es/commands/CreateServiceLevelObjectiveCommand.js +2 -2
- package/dist-es/commands/DeleteGroupingConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteServiceLevelObjectiveCommand.js +2 -2
- package/dist-es/commands/GetServiceCommand.js +2 -2
- package/dist-es/commands/GetServiceLevelObjectiveCommand.js +2 -2
- package/dist-es/commands/ListAuditFindingsCommand.js +2 -2
- package/dist-es/commands/ListEntityEventsCommand.js +2 -2
- package/dist-es/commands/ListGroupingAttributeDefinitionsCommand.js +2 -2
- package/dist-es/commands/ListServiceDependenciesCommand.js +2 -2
- package/dist-es/commands/ListServiceDependentsCommand.js +2 -2
- package/dist-es/commands/ListServiceLevelObjectiveExclusionWindowsCommand.js +2 -2
- package/dist-es/commands/ListServiceLevelObjectivesCommand.js +2 -2
- package/dist-es/commands/ListServiceOperationsCommand.js +2 -2
- package/dist-es/commands/ListServiceStatesCommand.js +2 -2
- package/dist-es/commands/ListServicesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutGroupingConfigurationCommand.js +2 -2
- package/dist-es/commands/StartDiscoveryCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateServiceLevelObjectiveCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +253 -259
- package/dist-types/ApplicationSignalsClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +128 -165
- package/dist-types/ts3.4/ApplicationSignalsClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +127 -165
- package/package.json +34 -34
|
@@ -26,7 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.applicationsignals",
|
|
32
|
+
version: "2024-04-15",
|
|
33
|
+
serviceTarget: "ApplicationSignals",
|
|
34
|
+
},
|
|
30
35
|
serviceId: config?.serviceId ?? "Application Signals",
|
|
31
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
32
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { BatchGetServiceLevelObjectiveBudgetReport } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchGetServiceLevelObjectiveBudgetReport$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchGetServiceLevelObjectiveBudgetReportCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchGetServiceLevelObjectiveBudgetReportCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ApplicationSignals", "BatchGetServiceLevelObjectiveBudgetReport", {})
|
|
13
13
|
.n("ApplicationSignalsClient", "BatchGetServiceLevelObjectiveBudgetReportCommand")
|
|
14
|
-
.sc(BatchGetServiceLevelObjectiveBudgetReport)
|
|
14
|
+
.sc(BatchGetServiceLevelObjectiveBudgetReport$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { BatchUpdateExclusionWindows } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchUpdateExclusionWindows$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchUpdateExclusionWindowsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchUpdateExclusionWindowsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ApplicationSignals", "BatchUpdateExclusionWindows", {})
|
|
13
13
|
.n("ApplicationSignalsClient", "BatchUpdateExclusionWindowsCommand")
|
|
14
|
-
.sc(BatchUpdateExclusionWindows)
|
|
14
|
+
.sc(BatchUpdateExclusionWindows$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateServiceLevelObjective } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateServiceLevelObjective$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateServiceLevelObjectiveCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateServiceLevelObjectiveCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ApplicationSignals", "CreateServiceLevelObjective", {})
|
|
13
13
|
.n("ApplicationSignalsClient", "CreateServiceLevelObjectiveCommand")
|
|
14
|
-
.sc(CreateServiceLevelObjective)
|
|
14
|
+
.sc(CreateServiceLevelObjective$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteGroupingConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteGroupingConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteGroupingConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteGroupingConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ApplicationSignals", "DeleteGroupingConfiguration", {})
|
|
13
13
|
.n("ApplicationSignalsClient", "DeleteGroupingConfigurationCommand")
|
|
14
|
-
.sc(DeleteGroupingConfiguration)
|
|
14
|
+
.sc(DeleteGroupingConfiguration$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteServiceLevelObjective } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteServiceLevelObjective$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteServiceLevelObjectiveCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteServiceLevelObjectiveCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ApplicationSignals", "DeleteServiceLevelObjective", {})
|
|
13
13
|
.n("ApplicationSignalsClient", "DeleteServiceLevelObjectiveCommand")
|
|
14
|
-
.sc(DeleteServiceLevelObjective)
|
|
14
|
+
.sc(DeleteServiceLevelObjective$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetService } from "../schemas/schemas_0";
|
|
4
|
+
import { GetService$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetServiceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetServiceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ApplicationSignals", "GetService", {})
|
|
13
13
|
.n("ApplicationSignalsClient", "GetServiceCommand")
|
|
14
|
-
.sc(GetService)
|
|
14
|
+
.sc(GetService$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetServiceLevelObjective } from "../schemas/schemas_0";
|
|
4
|
+
import { GetServiceLevelObjective$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetServiceLevelObjectiveCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetServiceLevelObjectiveCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ApplicationSignals", "GetServiceLevelObjective", {})
|
|
13
13
|
.n("ApplicationSignalsClient", "GetServiceLevelObjectiveCommand")
|
|
14
|
-
.sc(GetServiceLevelObjective)
|
|
14
|
+
.sc(GetServiceLevelObjective$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListAuditFindings } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAuditFindings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAuditFindingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAuditFindingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ApplicationSignals", "ListAuditFindings", {})
|
|
13
13
|
.n("ApplicationSignalsClient", "ListAuditFindingsCommand")
|
|
14
|
-
.sc(ListAuditFindings)
|
|
14
|
+
.sc(ListAuditFindings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListEntityEvents } from "../schemas/schemas_0";
|
|
4
|
+
import { ListEntityEvents$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListEntityEventsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListEntityEventsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ApplicationSignals", "ListEntityEvents", {})
|
|
13
13
|
.n("ApplicationSignalsClient", "ListEntityEventsCommand")
|
|
14
|
-
.sc(ListEntityEvents)
|
|
14
|
+
.sc(ListEntityEvents$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListGroupingAttributeDefinitions } from "../schemas/schemas_0";
|
|
4
|
+
import { ListGroupingAttributeDefinitions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListGroupingAttributeDefinitionsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListGroupingAttributeDefinitionsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ApplicationSignals", "ListGroupingAttributeDefinitions", {})
|
|
13
13
|
.n("ApplicationSignalsClient", "ListGroupingAttributeDefinitionsCommand")
|
|
14
|
-
.sc(ListGroupingAttributeDefinitions)
|
|
14
|
+
.sc(ListGroupingAttributeDefinitions$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListServiceDependencies } from "../schemas/schemas_0";
|
|
4
|
+
import { ListServiceDependencies$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListServiceDependenciesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListServiceDependenciesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ApplicationSignals", "ListServiceDependencies", {})
|
|
13
13
|
.n("ApplicationSignalsClient", "ListServiceDependenciesCommand")
|
|
14
|
-
.sc(ListServiceDependencies)
|
|
14
|
+
.sc(ListServiceDependencies$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListServiceDependents } from "../schemas/schemas_0";
|
|
4
|
+
import { ListServiceDependents$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListServiceDependentsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListServiceDependentsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ApplicationSignals", "ListServiceDependents", {})
|
|
13
13
|
.n("ApplicationSignalsClient", "ListServiceDependentsCommand")
|
|
14
|
-
.sc(ListServiceDependents)
|
|
14
|
+
.sc(ListServiceDependents$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListServiceLevelObjectiveExclusionWindows } from "../schemas/schemas_0";
|
|
4
|
+
import { ListServiceLevelObjectiveExclusionWindows$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListServiceLevelObjectiveExclusionWindowsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListServiceLevelObjectiveExclusionWindowsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ApplicationSignals", "ListServiceLevelObjectiveExclusionWindows", {})
|
|
13
13
|
.n("ApplicationSignalsClient", "ListServiceLevelObjectiveExclusionWindowsCommand")
|
|
14
|
-
.sc(ListServiceLevelObjectiveExclusionWindows)
|
|
14
|
+
.sc(ListServiceLevelObjectiveExclusionWindows$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListServiceLevelObjectives } from "../schemas/schemas_0";
|
|
4
|
+
import { ListServiceLevelObjectives$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListServiceLevelObjectivesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListServiceLevelObjectivesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ApplicationSignals", "ListServiceLevelObjectives", {})
|
|
13
13
|
.n("ApplicationSignalsClient", "ListServiceLevelObjectivesCommand")
|
|
14
|
-
.sc(ListServiceLevelObjectives)
|
|
14
|
+
.sc(ListServiceLevelObjectives$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListServiceOperations } from "../schemas/schemas_0";
|
|
4
|
+
import { ListServiceOperations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListServiceOperationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListServiceOperationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ApplicationSignals", "ListServiceOperations", {})
|
|
13
13
|
.n("ApplicationSignalsClient", "ListServiceOperationsCommand")
|
|
14
|
-
.sc(ListServiceOperations)
|
|
14
|
+
.sc(ListServiceOperations$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListServiceStates } from "../schemas/schemas_0";
|
|
4
|
+
import { ListServiceStates$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListServiceStatesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListServiceStatesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ApplicationSignals", "ListServiceStates", {})
|
|
13
13
|
.n("ApplicationSignalsClient", "ListServiceStatesCommand")
|
|
14
|
-
.sc(ListServiceStates)
|
|
14
|
+
.sc(ListServiceStates$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListServices } from "../schemas/schemas_0";
|
|
4
|
+
import { ListServices$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListServicesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListServicesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ApplicationSignals", "ListServices", {})
|
|
13
13
|
.n("ApplicationSignalsClient", "ListServicesCommand")
|
|
14
|
-
.sc(ListServices)
|
|
14
|
+
.sc(ListServices$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTagsForResource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ApplicationSignals", "ListTagsForResource", {})
|
|
13
13
|
.n("ApplicationSignalsClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource)
|
|
14
|
+
.sc(ListTagsForResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutGroupingConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { PutGroupingConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutGroupingConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutGroupingConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ApplicationSignals", "PutGroupingConfiguration", {})
|
|
13
13
|
.n("ApplicationSignalsClient", "PutGroupingConfigurationCommand")
|
|
14
|
-
.sc(PutGroupingConfiguration)
|
|
14
|
+
.sc(PutGroupingConfiguration$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartDiscovery } from "../schemas/schemas_0";
|
|
4
|
+
import { StartDiscovery$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartDiscoveryCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartDiscoveryCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ApplicationSignals", "StartDiscovery", {})
|
|
13
13
|
.n("ApplicationSignalsClient", "StartDiscoveryCommand")
|
|
14
|
-
.sc(StartDiscovery)
|
|
14
|
+
.sc(StartDiscovery$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ApplicationSignals", "TagResource", {})
|
|
13
13
|
.n("ApplicationSignalsClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource)
|
|
14
|
+
.sc(TagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UntagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ApplicationSignals", "UntagResource", {})
|
|
13
13
|
.n("ApplicationSignalsClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource)
|
|
14
|
+
.sc(UntagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateServiceLevelObjective } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateServiceLevelObjective$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateServiceLevelObjectiveCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateServiceLevelObjectiveCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ApplicationSignals", "UpdateServiceLevelObjective", {})
|
|
13
13
|
.n("ApplicationSignalsClient", "UpdateServiceLevelObjectiveCommand")
|
|
14
|
-
.sc(UpdateServiceLevelObjective)
|
|
14
|
+
.sc(UpdateServiceLevelObjective$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -23,7 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
26
|
+
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.applicationsignals",
|
|
29
|
+
version: "2024-04-15",
|
|
30
|
+
serviceTarget: "ApplicationSignals",
|
|
31
|
+
},
|
|
27
32
|
serviceId: config?.serviceId ?? "Application Signals",
|
|
28
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
29
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|