@aws-sdk/client-amp 3.1077.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +52 -443
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateAlertManagerDefinitionCommand.js +2 -14
- package/dist-es/commands/CreateAnomalyDetectorCommand.js +2 -14
- package/dist-es/commands/CreateLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateQueryLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateRuleGroupsNamespaceCommand.js +2 -14
- package/dist-es/commands/CreateScraperCommand.js +2 -14
- package/dist-es/commands/CreateWorkspaceCommand.js +2 -14
- package/dist-es/commands/DeleteAlertManagerDefinitionCommand.js +2 -14
- package/dist-es/commands/DeleteAnomalyDetectorCommand.js +2 -14
- package/dist-es/commands/DeleteLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteQueryLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
- package/dist-es/commands/DeleteRuleGroupsNamespaceCommand.js +2 -14
- package/dist-es/commands/DeleteScraperCommand.js +2 -14
- package/dist-es/commands/DeleteScraperLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteWorkspaceCommand.js +2 -14
- package/dist-es/commands/DescribeAlertManagerDefinitionCommand.js +2 -14
- package/dist-es/commands/DescribeAnomalyDetectorCommand.js +2 -14
- package/dist-es/commands/DescribeLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeQueryLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -14
- package/dist-es/commands/DescribeRuleGroupsNamespaceCommand.js +2 -14
- package/dist-es/commands/DescribeScraperCommand.js +2 -14
- package/dist-es/commands/DescribeScraperLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeWorkspaceCommand.js +2 -14
- package/dist-es/commands/DescribeWorkspaceConfigurationCommand.js +2 -14
- package/dist-es/commands/GetDefaultScraperConfigurationCommand.js +2 -14
- package/dist-es/commands/ListAnomalyDetectorsCommand.js +2 -14
- package/dist-es/commands/ListRuleGroupsNamespacesCommand.js +2 -14
- package/dist-es/commands/ListScrapersCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListWorkspacesCommand.js +2 -14
- package/dist-es/commands/PutAlertManagerDefinitionCommand.js +2 -14
- package/dist-es/commands/PutAnomalyDetectorCommand.js +2 -14
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
- package/dist-es/commands/PutRuleGroupsNamespaceCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateQueryLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateScraperCommand.js +2 -14
- package/dist-es/commands/UpdateScraperLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateWorkspaceAliasCommand.js +2 -14
- package/dist-es/commands/UpdateWorkspaceConfigurationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateAlertManagerDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/CreateAnomalyDetectorCommand.d.ts +3 -8
- package/dist-types/commands/CreateLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateQueryLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateRuleGroupsNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/CreateScraperCommand.d.ts +3 -8
- package/dist-types/commands/CreateWorkspaceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAlertManagerDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAnomalyDetectorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteQueryLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRuleGroupsNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteScraperCommand.d.ts +3 -8
- package/dist-types/commands/DeleteScraperLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWorkspaceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAlertManagerDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAnomalyDetectorCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeQueryLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRuleGroupsNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeScraperCommand.d.ts +3 -8
- package/dist-types/commands/DescribeScraperLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeWorkspaceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeWorkspaceConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetDefaultScraperConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/ListAnomalyDetectorsCommand.d.ts +3 -8
- package/dist-types/commands/ListRuleGroupsNamespacesCommand.d.ts +3 -8
- package/dist-types/commands/ListScrapersCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListWorkspacesCommand.d.ts +3 -8
- package/dist-types/commands/PutAlertManagerDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/PutAnomalyDetectorCommand.d.ts +3 -8
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/PutRuleGroupsNamespaceCommand.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/UpdateLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateQueryLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateScraperCommand.d.ts +3 -8
- package/dist-types/commands/UpdateScraperLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWorkspaceAliasCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWorkspaceConfigurationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateAlertManagerDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAnomalyDetectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateQueryLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRuleGroupsNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateScraperCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAlertManagerDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRuleGroupsNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteScraperCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteScraperLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAlertManagerDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAnomalyDetectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeQueryLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRuleGroupsNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeScraperCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeScraperLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeWorkspaceConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDefaultScraperConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAnomalyDetectorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRuleGroupsNamespacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListScrapersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAlertManagerDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutRuleGroupsNamespaceCommand.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/UpdateLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateQueryLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateScraperCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateScraperLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWorkspaceAliasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWorkspaceConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -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 { CreateQueryLoggingConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateQueryLoggingConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "CreateQueryLoggingConfiguration", {})
|
|
13
|
-
.n("AmpClient", "CreateQueryLoggingConfigurationCommand")
|
|
14
|
-
.sc(CreateQueryLoggingConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateQueryLoggingConfigurationCommand extends command(_ep0, _mw0, "CreateQueryLoggingConfiguration", CreateQueryLoggingConfiguration$) {
|
|
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 { CreateRuleGroupsNamespace$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateRuleGroupsNamespaceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "CreateRuleGroupsNamespace", {})
|
|
13
|
-
.n("AmpClient", "CreateRuleGroupsNamespaceCommand")
|
|
14
|
-
.sc(CreateRuleGroupsNamespace$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateRuleGroupsNamespaceCommand extends command(_ep0, _mw0, "CreateRuleGroupsNamespace", CreateRuleGroupsNamespace$) {
|
|
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 { CreateScraper$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateScraperCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "CreateScraper", {})
|
|
13
|
-
.n("AmpClient", "CreateScraperCommand")
|
|
14
|
-
.sc(CreateScraper$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateScraperCommand extends command(_ep0, _mw0, "CreateScraper", CreateScraper$) {
|
|
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 { CreateWorkspace$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateWorkspaceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "CreateWorkspace", {})
|
|
13
|
-
.n("AmpClient", "CreateWorkspaceCommand")
|
|
14
|
-
.sc(CreateWorkspace$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateWorkspaceCommand extends command(_ep0, _mw0, "CreateWorkspace", CreateWorkspace$) {
|
|
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 { DeleteAlertManagerDefinition$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAlertManagerDefinitionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "DeleteAlertManagerDefinition", {})
|
|
13
|
-
.n("AmpClient", "DeleteAlertManagerDefinitionCommand")
|
|
14
|
-
.sc(DeleteAlertManagerDefinition$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteAlertManagerDefinitionCommand extends command(_ep0, _mw0, "DeleteAlertManagerDefinition", DeleteAlertManagerDefinition$) {
|
|
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 { DeleteAnomalyDetector$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAnomalyDetectorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "DeleteAnomalyDetector", {})
|
|
13
|
-
.n("AmpClient", "DeleteAnomalyDetectorCommand")
|
|
14
|
-
.sc(DeleteAnomalyDetector$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteAnomalyDetectorCommand extends command(_ep0, _mw0, "DeleteAnomalyDetector", DeleteAnomalyDetector$) {
|
|
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 { DeleteLoggingConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteLoggingConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "DeleteLoggingConfiguration", {})
|
|
13
|
-
.n("AmpClient", "DeleteLoggingConfigurationCommand")
|
|
14
|
-
.sc(DeleteLoggingConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteLoggingConfigurationCommand extends command(_ep0, _mw0, "DeleteLoggingConfiguration", DeleteLoggingConfiguration$) {
|
|
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 { DeleteQueryLoggingConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteQueryLoggingConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "DeleteQueryLoggingConfiguration", {})
|
|
13
|
-
.n("AmpClient", "DeleteQueryLoggingConfigurationCommand")
|
|
14
|
-
.sc(DeleteQueryLoggingConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteQueryLoggingConfigurationCommand extends command(_ep0, _mw0, "DeleteQueryLoggingConfiguration", DeleteQueryLoggingConfiguration$) {
|
|
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 { DeleteResourcePolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteResourcePolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "DeleteResourcePolicy", {})
|
|
13
|
-
.n("AmpClient", "DeleteResourcePolicyCommand")
|
|
14
|
-
.sc(DeleteResourcePolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteResourcePolicyCommand extends command(_ep0, _mw0, "DeleteResourcePolicy", DeleteResourcePolicy$) {
|
|
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 { DeleteRuleGroupsNamespace$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteRuleGroupsNamespaceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "DeleteRuleGroupsNamespace", {})
|
|
13
|
-
.n("AmpClient", "DeleteRuleGroupsNamespaceCommand")
|
|
14
|
-
.sc(DeleteRuleGroupsNamespace$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteRuleGroupsNamespaceCommand extends command(_ep0, _mw0, "DeleteRuleGroupsNamespace", DeleteRuleGroupsNamespace$) {
|
|
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 { DeleteScraper$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteScraperCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "DeleteScraper", {})
|
|
13
|
-
.n("AmpClient", "DeleteScraperCommand")
|
|
14
|
-
.sc(DeleteScraper$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteScraperCommand extends command(_ep0, _mw0, "DeleteScraper", DeleteScraper$) {
|
|
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 { DeleteScraperLoggingConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteScraperLoggingConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "DeleteScraperLoggingConfiguration", {})
|
|
13
|
-
.n("AmpClient", "DeleteScraperLoggingConfigurationCommand")
|
|
14
|
-
.sc(DeleteScraperLoggingConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteScraperLoggingConfigurationCommand extends command(_ep0, _mw0, "DeleteScraperLoggingConfiguration", DeleteScraperLoggingConfiguration$) {
|
|
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 { DeleteWorkspace$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteWorkspaceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "DeleteWorkspace", {})
|
|
13
|
-
.n("AmpClient", "DeleteWorkspaceCommand")
|
|
14
|
-
.sc(DeleteWorkspace$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteWorkspaceCommand extends command(_ep0, _mw0, "DeleteWorkspace", DeleteWorkspace$) {
|
|
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 { DescribeAlertManagerDefinition$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeAlertManagerDefinitionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "DescribeAlertManagerDefinition", {})
|
|
13
|
-
.n("AmpClient", "DescribeAlertManagerDefinitionCommand")
|
|
14
|
-
.sc(DescribeAlertManagerDefinition$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeAlertManagerDefinitionCommand extends command(_ep0, _mw0, "DescribeAlertManagerDefinition", DescribeAlertManagerDefinition$) {
|
|
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 { DescribeAnomalyDetector$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeAnomalyDetectorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "DescribeAnomalyDetector", {})
|
|
13
|
-
.n("AmpClient", "DescribeAnomalyDetectorCommand")
|
|
14
|
-
.sc(DescribeAnomalyDetector$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeAnomalyDetectorCommand extends command(_ep0, _mw0, "DescribeAnomalyDetector", DescribeAnomalyDetector$) {
|
|
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 { DescribeLoggingConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeLoggingConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "DescribeLoggingConfiguration", {})
|
|
13
|
-
.n("AmpClient", "DescribeLoggingConfigurationCommand")
|
|
14
|
-
.sc(DescribeLoggingConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeLoggingConfigurationCommand extends command(_ep0, _mw0, "DescribeLoggingConfiguration", DescribeLoggingConfiguration$) {
|
|
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 { DescribeQueryLoggingConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeQueryLoggingConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "DescribeQueryLoggingConfiguration", {})
|
|
13
|
-
.n("AmpClient", "DescribeQueryLoggingConfigurationCommand")
|
|
14
|
-
.sc(DescribeQueryLoggingConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeQueryLoggingConfigurationCommand extends command(_ep0, _mw0, "DescribeQueryLoggingConfiguration", DescribeQueryLoggingConfiguration$) {
|
|
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 { DescribeResourcePolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeResourcePolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "DescribeResourcePolicy", {})
|
|
13
|
-
.n("AmpClient", "DescribeResourcePolicyCommand")
|
|
14
|
-
.sc(DescribeResourcePolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeResourcePolicyCommand extends command(_ep0, _mw0, "DescribeResourcePolicy", DescribeResourcePolicy$) {
|
|
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 { DescribeRuleGroupsNamespace$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeRuleGroupsNamespaceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "DescribeRuleGroupsNamespace", {})
|
|
13
|
-
.n("AmpClient", "DescribeRuleGroupsNamespaceCommand")
|
|
14
|
-
.sc(DescribeRuleGroupsNamespace$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeRuleGroupsNamespaceCommand extends command(_ep0, _mw0, "DescribeRuleGroupsNamespace", DescribeRuleGroupsNamespace$) {
|
|
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 { DescribeScraper$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeScraperCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "DescribeScraper", {})
|
|
13
|
-
.n("AmpClient", "DescribeScraperCommand")
|
|
14
|
-
.sc(DescribeScraper$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeScraperCommand extends command(_ep0, _mw0, "DescribeScraper", DescribeScraper$) {
|
|
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 { DescribeScraperLoggingConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeScraperLoggingConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "DescribeScraperLoggingConfiguration", {})
|
|
13
|
-
.n("AmpClient", "DescribeScraperLoggingConfigurationCommand")
|
|
14
|
-
.sc(DescribeScraperLoggingConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeScraperLoggingConfigurationCommand extends command(_ep0, _mw0, "DescribeScraperLoggingConfiguration", DescribeScraperLoggingConfiguration$) {
|
|
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 { DescribeWorkspace$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeWorkspaceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "DescribeWorkspace", {})
|
|
13
|
-
.n("AmpClient", "DescribeWorkspaceCommand")
|
|
14
|
-
.sc(DescribeWorkspace$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeWorkspaceCommand extends command(_ep0, _mw0, "DescribeWorkspace", DescribeWorkspace$) {
|
|
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 { DescribeWorkspaceConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeWorkspaceConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "DescribeWorkspaceConfiguration", {})
|
|
13
|
-
.n("AmpClient", "DescribeWorkspaceConfigurationCommand")
|
|
14
|
-
.sc(DescribeWorkspaceConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeWorkspaceConfigurationCommand extends command(_ep0, _mw0, "DescribeWorkspaceConfiguration", DescribeWorkspaceConfiguration$) {
|
|
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 { GetDefaultScraperConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDefaultScraperConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "GetDefaultScraperConfiguration", {})
|
|
13
|
-
.n("AmpClient", "GetDefaultScraperConfigurationCommand")
|
|
14
|
-
.sc(GetDefaultScraperConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDefaultScraperConfigurationCommand extends command(_ep0, _mw0, "GetDefaultScraperConfiguration", GetDefaultScraperConfiguration$) {
|
|
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 { ListAnomalyDetectors$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAnomalyDetectorsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "ListAnomalyDetectors", {})
|
|
13
|
-
.n("AmpClient", "ListAnomalyDetectorsCommand")
|
|
14
|
-
.sc(ListAnomalyDetectors$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAnomalyDetectorsCommand extends command(_ep0, _mw0, "ListAnomalyDetectors", ListAnomalyDetectors$) {
|
|
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 { ListRuleGroupsNamespaces$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListRuleGroupsNamespacesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "ListRuleGroupsNamespaces", {})
|
|
13
|
-
.n("AmpClient", "ListRuleGroupsNamespacesCommand")
|
|
14
|
-
.sc(ListRuleGroupsNamespaces$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListRuleGroupsNamespacesCommand extends command(_ep0, _mw0, "ListRuleGroupsNamespaces", ListRuleGroupsNamespaces$) {
|
|
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 { ListScrapers$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListScrapersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "ListScrapers", {})
|
|
13
|
-
.n("AmpClient", "ListScrapersCommand")
|
|
14
|
-
.sc(ListScrapers$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListScrapersCommand extends command(_ep0, _mw0, "ListScrapers", ListScrapers$) {
|
|
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("AmazonPrometheusService", "ListTagsForResource", {})
|
|
13
|
-
.n("AmpClient", "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 { ListWorkspaces$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListWorkspacesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "ListWorkspaces", {})
|
|
13
|
-
.n("AmpClient", "ListWorkspacesCommand")
|
|
14
|
-
.sc(ListWorkspaces$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListWorkspacesCommand extends command(_ep0, _mw0, "ListWorkspaces", ListWorkspaces$) {
|
|
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 { PutAlertManagerDefinition$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutAlertManagerDefinitionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "PutAlertManagerDefinition", {})
|
|
13
|
-
.n("AmpClient", "PutAlertManagerDefinitionCommand")
|
|
14
|
-
.sc(PutAlertManagerDefinition$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutAlertManagerDefinitionCommand extends command(_ep0, _mw0, "PutAlertManagerDefinition", PutAlertManagerDefinition$) {
|
|
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 { PutAnomalyDetector$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutAnomalyDetectorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "PutAnomalyDetector", {})
|
|
13
|
-
.n("AmpClient", "PutAnomalyDetectorCommand")
|
|
14
|
-
.sc(PutAnomalyDetector$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutAnomalyDetectorCommand extends command(_ep0, _mw0, "PutAnomalyDetector", PutAnomalyDetector$) {
|
|
16
4
|
}
|