@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
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1487,532 +1488,140 @@ class AmpClient extends Client {
|
|
|
1487
1488
|
}
|
|
1488
1489
|
}
|
|
1489
1490
|
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
})
|
|
1496
|
-
.s("AmazonPrometheusService", "CreateAlertManagerDefinition", {})
|
|
1497
|
-
.n("AmpClient", "CreateAlertManagerDefinitionCommand")
|
|
1498
|
-
.sc(CreateAlertManagerDefinition$)
|
|
1499
|
-
.build() {
|
|
1491
|
+
const command = makeBuilder(commonParams, "AmazonPrometheusService", "AmpClient", getEndpointPlugin);
|
|
1492
|
+
const _ep0 = {};
|
|
1493
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1494
|
+
|
|
1495
|
+
class CreateAlertManagerDefinitionCommand extends command(_ep0, _mw0, "CreateAlertManagerDefinition", CreateAlertManagerDefinition$) {
|
|
1500
1496
|
}
|
|
1501
1497
|
|
|
1502
|
-
class CreateAnomalyDetectorCommand extends
|
|
1503
|
-
.classBuilder()
|
|
1504
|
-
.ep(commonParams)
|
|
1505
|
-
.m(function (Command, cs, config, o) {
|
|
1506
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1507
|
-
})
|
|
1508
|
-
.s("AmazonPrometheusService", "CreateAnomalyDetector", {})
|
|
1509
|
-
.n("AmpClient", "CreateAnomalyDetectorCommand")
|
|
1510
|
-
.sc(CreateAnomalyDetector$)
|
|
1511
|
-
.build() {
|
|
1498
|
+
class CreateAnomalyDetectorCommand extends command(_ep0, _mw0, "CreateAnomalyDetector", CreateAnomalyDetector$) {
|
|
1512
1499
|
}
|
|
1513
1500
|
|
|
1514
|
-
class CreateLoggingConfigurationCommand extends
|
|
1515
|
-
.classBuilder()
|
|
1516
|
-
.ep(commonParams)
|
|
1517
|
-
.m(function (Command, cs, config, o) {
|
|
1518
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1519
|
-
})
|
|
1520
|
-
.s("AmazonPrometheusService", "CreateLoggingConfiguration", {})
|
|
1521
|
-
.n("AmpClient", "CreateLoggingConfigurationCommand")
|
|
1522
|
-
.sc(CreateLoggingConfiguration$)
|
|
1523
|
-
.build() {
|
|
1501
|
+
class CreateLoggingConfigurationCommand extends command(_ep0, _mw0, "CreateLoggingConfiguration", CreateLoggingConfiguration$) {
|
|
1524
1502
|
}
|
|
1525
1503
|
|
|
1526
|
-
class CreateQueryLoggingConfigurationCommand extends
|
|
1527
|
-
.classBuilder()
|
|
1528
|
-
.ep(commonParams)
|
|
1529
|
-
.m(function (Command, cs, config, o) {
|
|
1530
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1531
|
-
})
|
|
1532
|
-
.s("AmazonPrometheusService", "CreateQueryLoggingConfiguration", {})
|
|
1533
|
-
.n("AmpClient", "CreateQueryLoggingConfigurationCommand")
|
|
1534
|
-
.sc(CreateQueryLoggingConfiguration$)
|
|
1535
|
-
.build() {
|
|
1504
|
+
class CreateQueryLoggingConfigurationCommand extends command(_ep0, _mw0, "CreateQueryLoggingConfiguration", CreateQueryLoggingConfiguration$) {
|
|
1536
1505
|
}
|
|
1537
1506
|
|
|
1538
|
-
class CreateRuleGroupsNamespaceCommand extends
|
|
1539
|
-
.classBuilder()
|
|
1540
|
-
.ep(commonParams)
|
|
1541
|
-
.m(function (Command, cs, config, o) {
|
|
1542
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1543
|
-
})
|
|
1544
|
-
.s("AmazonPrometheusService", "CreateRuleGroupsNamespace", {})
|
|
1545
|
-
.n("AmpClient", "CreateRuleGroupsNamespaceCommand")
|
|
1546
|
-
.sc(CreateRuleGroupsNamespace$)
|
|
1547
|
-
.build() {
|
|
1507
|
+
class CreateRuleGroupsNamespaceCommand extends command(_ep0, _mw0, "CreateRuleGroupsNamespace", CreateRuleGroupsNamespace$) {
|
|
1548
1508
|
}
|
|
1549
1509
|
|
|
1550
|
-
class CreateScraperCommand extends
|
|
1551
|
-
.classBuilder()
|
|
1552
|
-
.ep(commonParams)
|
|
1553
|
-
.m(function (Command, cs, config, o) {
|
|
1554
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1555
|
-
})
|
|
1556
|
-
.s("AmazonPrometheusService", "CreateScraper", {})
|
|
1557
|
-
.n("AmpClient", "CreateScraperCommand")
|
|
1558
|
-
.sc(CreateScraper$)
|
|
1559
|
-
.build() {
|
|
1510
|
+
class CreateScraperCommand extends command(_ep0, _mw0, "CreateScraper", CreateScraper$) {
|
|
1560
1511
|
}
|
|
1561
1512
|
|
|
1562
|
-
class CreateWorkspaceCommand extends
|
|
1563
|
-
.classBuilder()
|
|
1564
|
-
.ep(commonParams)
|
|
1565
|
-
.m(function (Command, cs, config, o) {
|
|
1566
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1567
|
-
})
|
|
1568
|
-
.s("AmazonPrometheusService", "CreateWorkspace", {})
|
|
1569
|
-
.n("AmpClient", "CreateWorkspaceCommand")
|
|
1570
|
-
.sc(CreateWorkspace$)
|
|
1571
|
-
.build() {
|
|
1513
|
+
class CreateWorkspaceCommand extends command(_ep0, _mw0, "CreateWorkspace", CreateWorkspace$) {
|
|
1572
1514
|
}
|
|
1573
1515
|
|
|
1574
|
-
class DeleteAlertManagerDefinitionCommand extends
|
|
1575
|
-
.classBuilder()
|
|
1576
|
-
.ep(commonParams)
|
|
1577
|
-
.m(function (Command, cs, config, o) {
|
|
1578
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1579
|
-
})
|
|
1580
|
-
.s("AmazonPrometheusService", "DeleteAlertManagerDefinition", {})
|
|
1581
|
-
.n("AmpClient", "DeleteAlertManagerDefinitionCommand")
|
|
1582
|
-
.sc(DeleteAlertManagerDefinition$)
|
|
1583
|
-
.build() {
|
|
1516
|
+
class DeleteAlertManagerDefinitionCommand extends command(_ep0, _mw0, "DeleteAlertManagerDefinition", DeleteAlertManagerDefinition$) {
|
|
1584
1517
|
}
|
|
1585
1518
|
|
|
1586
|
-
class DeleteAnomalyDetectorCommand extends
|
|
1587
|
-
.classBuilder()
|
|
1588
|
-
.ep(commonParams)
|
|
1589
|
-
.m(function (Command, cs, config, o) {
|
|
1590
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1591
|
-
})
|
|
1592
|
-
.s("AmazonPrometheusService", "DeleteAnomalyDetector", {})
|
|
1593
|
-
.n("AmpClient", "DeleteAnomalyDetectorCommand")
|
|
1594
|
-
.sc(DeleteAnomalyDetector$)
|
|
1595
|
-
.build() {
|
|
1519
|
+
class DeleteAnomalyDetectorCommand extends command(_ep0, _mw0, "DeleteAnomalyDetector", DeleteAnomalyDetector$) {
|
|
1596
1520
|
}
|
|
1597
1521
|
|
|
1598
|
-
class DeleteLoggingConfigurationCommand extends
|
|
1599
|
-
.classBuilder()
|
|
1600
|
-
.ep(commonParams)
|
|
1601
|
-
.m(function (Command, cs, config, o) {
|
|
1602
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1603
|
-
})
|
|
1604
|
-
.s("AmazonPrometheusService", "DeleteLoggingConfiguration", {})
|
|
1605
|
-
.n("AmpClient", "DeleteLoggingConfigurationCommand")
|
|
1606
|
-
.sc(DeleteLoggingConfiguration$)
|
|
1607
|
-
.build() {
|
|
1522
|
+
class DeleteLoggingConfigurationCommand extends command(_ep0, _mw0, "DeleteLoggingConfiguration", DeleteLoggingConfiguration$) {
|
|
1608
1523
|
}
|
|
1609
1524
|
|
|
1610
|
-
class DeleteQueryLoggingConfigurationCommand extends
|
|
1611
|
-
.classBuilder()
|
|
1612
|
-
.ep(commonParams)
|
|
1613
|
-
.m(function (Command, cs, config, o) {
|
|
1614
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1615
|
-
})
|
|
1616
|
-
.s("AmazonPrometheusService", "DeleteQueryLoggingConfiguration", {})
|
|
1617
|
-
.n("AmpClient", "DeleteQueryLoggingConfigurationCommand")
|
|
1618
|
-
.sc(DeleteQueryLoggingConfiguration$)
|
|
1619
|
-
.build() {
|
|
1525
|
+
class DeleteQueryLoggingConfigurationCommand extends command(_ep0, _mw0, "DeleteQueryLoggingConfiguration", DeleteQueryLoggingConfiguration$) {
|
|
1620
1526
|
}
|
|
1621
1527
|
|
|
1622
|
-
class DeleteResourcePolicyCommand extends
|
|
1623
|
-
.classBuilder()
|
|
1624
|
-
.ep(commonParams)
|
|
1625
|
-
.m(function (Command, cs, config, o) {
|
|
1626
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1627
|
-
})
|
|
1628
|
-
.s("AmazonPrometheusService", "DeleteResourcePolicy", {})
|
|
1629
|
-
.n("AmpClient", "DeleteResourcePolicyCommand")
|
|
1630
|
-
.sc(DeleteResourcePolicy$)
|
|
1631
|
-
.build() {
|
|
1528
|
+
class DeleteResourcePolicyCommand extends command(_ep0, _mw0, "DeleteResourcePolicy", DeleteResourcePolicy$) {
|
|
1632
1529
|
}
|
|
1633
1530
|
|
|
1634
|
-
class DeleteRuleGroupsNamespaceCommand extends
|
|
1635
|
-
.classBuilder()
|
|
1636
|
-
.ep(commonParams)
|
|
1637
|
-
.m(function (Command, cs, config, o) {
|
|
1638
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1639
|
-
})
|
|
1640
|
-
.s("AmazonPrometheusService", "DeleteRuleGroupsNamespace", {})
|
|
1641
|
-
.n("AmpClient", "DeleteRuleGroupsNamespaceCommand")
|
|
1642
|
-
.sc(DeleteRuleGroupsNamespace$)
|
|
1643
|
-
.build() {
|
|
1531
|
+
class DeleteRuleGroupsNamespaceCommand extends command(_ep0, _mw0, "DeleteRuleGroupsNamespace", DeleteRuleGroupsNamespace$) {
|
|
1644
1532
|
}
|
|
1645
1533
|
|
|
1646
|
-
class DeleteScraperCommand extends
|
|
1647
|
-
.classBuilder()
|
|
1648
|
-
.ep(commonParams)
|
|
1649
|
-
.m(function (Command, cs, config, o) {
|
|
1650
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1651
|
-
})
|
|
1652
|
-
.s("AmazonPrometheusService", "DeleteScraper", {})
|
|
1653
|
-
.n("AmpClient", "DeleteScraperCommand")
|
|
1654
|
-
.sc(DeleteScraper$)
|
|
1655
|
-
.build() {
|
|
1534
|
+
class DeleteScraperCommand extends command(_ep0, _mw0, "DeleteScraper", DeleteScraper$) {
|
|
1656
1535
|
}
|
|
1657
1536
|
|
|
1658
|
-
class DeleteScraperLoggingConfigurationCommand extends
|
|
1659
|
-
.classBuilder()
|
|
1660
|
-
.ep(commonParams)
|
|
1661
|
-
.m(function (Command, cs, config, o) {
|
|
1662
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1663
|
-
})
|
|
1664
|
-
.s("AmazonPrometheusService", "DeleteScraperLoggingConfiguration", {})
|
|
1665
|
-
.n("AmpClient", "DeleteScraperLoggingConfigurationCommand")
|
|
1666
|
-
.sc(DeleteScraperLoggingConfiguration$)
|
|
1667
|
-
.build() {
|
|
1537
|
+
class DeleteScraperLoggingConfigurationCommand extends command(_ep0, _mw0, "DeleteScraperLoggingConfiguration", DeleteScraperLoggingConfiguration$) {
|
|
1668
1538
|
}
|
|
1669
1539
|
|
|
1670
|
-
class DeleteWorkspaceCommand extends
|
|
1671
|
-
.classBuilder()
|
|
1672
|
-
.ep(commonParams)
|
|
1673
|
-
.m(function (Command, cs, config, o) {
|
|
1674
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1675
|
-
})
|
|
1676
|
-
.s("AmazonPrometheusService", "DeleteWorkspace", {})
|
|
1677
|
-
.n("AmpClient", "DeleteWorkspaceCommand")
|
|
1678
|
-
.sc(DeleteWorkspace$)
|
|
1679
|
-
.build() {
|
|
1540
|
+
class DeleteWorkspaceCommand extends command(_ep0, _mw0, "DeleteWorkspace", DeleteWorkspace$) {
|
|
1680
1541
|
}
|
|
1681
1542
|
|
|
1682
|
-
class DescribeAlertManagerDefinitionCommand extends
|
|
1683
|
-
.classBuilder()
|
|
1684
|
-
.ep(commonParams)
|
|
1685
|
-
.m(function (Command, cs, config, o) {
|
|
1686
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1687
|
-
})
|
|
1688
|
-
.s("AmazonPrometheusService", "DescribeAlertManagerDefinition", {})
|
|
1689
|
-
.n("AmpClient", "DescribeAlertManagerDefinitionCommand")
|
|
1690
|
-
.sc(DescribeAlertManagerDefinition$)
|
|
1691
|
-
.build() {
|
|
1543
|
+
class DescribeAlertManagerDefinitionCommand extends command(_ep0, _mw0, "DescribeAlertManagerDefinition", DescribeAlertManagerDefinition$) {
|
|
1692
1544
|
}
|
|
1693
1545
|
|
|
1694
|
-
class DescribeAnomalyDetectorCommand extends
|
|
1695
|
-
.classBuilder()
|
|
1696
|
-
.ep(commonParams)
|
|
1697
|
-
.m(function (Command, cs, config, o) {
|
|
1698
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1699
|
-
})
|
|
1700
|
-
.s("AmazonPrometheusService", "DescribeAnomalyDetector", {})
|
|
1701
|
-
.n("AmpClient", "DescribeAnomalyDetectorCommand")
|
|
1702
|
-
.sc(DescribeAnomalyDetector$)
|
|
1703
|
-
.build() {
|
|
1546
|
+
class DescribeAnomalyDetectorCommand extends command(_ep0, _mw0, "DescribeAnomalyDetector", DescribeAnomalyDetector$) {
|
|
1704
1547
|
}
|
|
1705
1548
|
|
|
1706
|
-
class DescribeLoggingConfigurationCommand extends
|
|
1707
|
-
.classBuilder()
|
|
1708
|
-
.ep(commonParams)
|
|
1709
|
-
.m(function (Command, cs, config, o) {
|
|
1710
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1711
|
-
})
|
|
1712
|
-
.s("AmazonPrometheusService", "DescribeLoggingConfiguration", {})
|
|
1713
|
-
.n("AmpClient", "DescribeLoggingConfigurationCommand")
|
|
1714
|
-
.sc(DescribeLoggingConfiguration$)
|
|
1715
|
-
.build() {
|
|
1549
|
+
class DescribeLoggingConfigurationCommand extends command(_ep0, _mw0, "DescribeLoggingConfiguration", DescribeLoggingConfiguration$) {
|
|
1716
1550
|
}
|
|
1717
1551
|
|
|
1718
|
-
class DescribeQueryLoggingConfigurationCommand extends
|
|
1719
|
-
.classBuilder()
|
|
1720
|
-
.ep(commonParams)
|
|
1721
|
-
.m(function (Command, cs, config, o) {
|
|
1722
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1723
|
-
})
|
|
1724
|
-
.s("AmazonPrometheusService", "DescribeQueryLoggingConfiguration", {})
|
|
1725
|
-
.n("AmpClient", "DescribeQueryLoggingConfigurationCommand")
|
|
1726
|
-
.sc(DescribeQueryLoggingConfiguration$)
|
|
1727
|
-
.build() {
|
|
1552
|
+
class DescribeQueryLoggingConfigurationCommand extends command(_ep0, _mw0, "DescribeQueryLoggingConfiguration", DescribeQueryLoggingConfiguration$) {
|
|
1728
1553
|
}
|
|
1729
1554
|
|
|
1730
|
-
class DescribeResourcePolicyCommand extends
|
|
1731
|
-
.classBuilder()
|
|
1732
|
-
.ep(commonParams)
|
|
1733
|
-
.m(function (Command, cs, config, o) {
|
|
1734
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1735
|
-
})
|
|
1736
|
-
.s("AmazonPrometheusService", "DescribeResourcePolicy", {})
|
|
1737
|
-
.n("AmpClient", "DescribeResourcePolicyCommand")
|
|
1738
|
-
.sc(DescribeResourcePolicy$)
|
|
1739
|
-
.build() {
|
|
1555
|
+
class DescribeResourcePolicyCommand extends command(_ep0, _mw0, "DescribeResourcePolicy", DescribeResourcePolicy$) {
|
|
1740
1556
|
}
|
|
1741
1557
|
|
|
1742
|
-
class DescribeRuleGroupsNamespaceCommand extends
|
|
1743
|
-
.classBuilder()
|
|
1744
|
-
.ep(commonParams)
|
|
1745
|
-
.m(function (Command, cs, config, o) {
|
|
1746
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1747
|
-
})
|
|
1748
|
-
.s("AmazonPrometheusService", "DescribeRuleGroupsNamespace", {})
|
|
1749
|
-
.n("AmpClient", "DescribeRuleGroupsNamespaceCommand")
|
|
1750
|
-
.sc(DescribeRuleGroupsNamespace$)
|
|
1751
|
-
.build() {
|
|
1558
|
+
class DescribeRuleGroupsNamespaceCommand extends command(_ep0, _mw0, "DescribeRuleGroupsNamespace", DescribeRuleGroupsNamespace$) {
|
|
1752
1559
|
}
|
|
1753
1560
|
|
|
1754
|
-
class DescribeScraperCommand extends
|
|
1755
|
-
.classBuilder()
|
|
1756
|
-
.ep(commonParams)
|
|
1757
|
-
.m(function (Command, cs, config, o) {
|
|
1758
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1759
|
-
})
|
|
1760
|
-
.s("AmazonPrometheusService", "DescribeScraper", {})
|
|
1761
|
-
.n("AmpClient", "DescribeScraperCommand")
|
|
1762
|
-
.sc(DescribeScraper$)
|
|
1763
|
-
.build() {
|
|
1561
|
+
class DescribeScraperCommand extends command(_ep0, _mw0, "DescribeScraper", DescribeScraper$) {
|
|
1764
1562
|
}
|
|
1765
1563
|
|
|
1766
|
-
class DescribeScraperLoggingConfigurationCommand extends
|
|
1767
|
-
.classBuilder()
|
|
1768
|
-
.ep(commonParams)
|
|
1769
|
-
.m(function (Command, cs, config, o) {
|
|
1770
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1771
|
-
})
|
|
1772
|
-
.s("AmazonPrometheusService", "DescribeScraperLoggingConfiguration", {})
|
|
1773
|
-
.n("AmpClient", "DescribeScraperLoggingConfigurationCommand")
|
|
1774
|
-
.sc(DescribeScraperLoggingConfiguration$)
|
|
1775
|
-
.build() {
|
|
1564
|
+
class DescribeScraperLoggingConfigurationCommand extends command(_ep0, _mw0, "DescribeScraperLoggingConfiguration", DescribeScraperLoggingConfiguration$) {
|
|
1776
1565
|
}
|
|
1777
1566
|
|
|
1778
|
-
class DescribeWorkspaceCommand extends
|
|
1779
|
-
.classBuilder()
|
|
1780
|
-
.ep(commonParams)
|
|
1781
|
-
.m(function (Command, cs, config, o) {
|
|
1782
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1783
|
-
})
|
|
1784
|
-
.s("AmazonPrometheusService", "DescribeWorkspace", {})
|
|
1785
|
-
.n("AmpClient", "DescribeWorkspaceCommand")
|
|
1786
|
-
.sc(DescribeWorkspace$)
|
|
1787
|
-
.build() {
|
|
1567
|
+
class DescribeWorkspaceCommand extends command(_ep0, _mw0, "DescribeWorkspace", DescribeWorkspace$) {
|
|
1788
1568
|
}
|
|
1789
1569
|
|
|
1790
|
-
class DescribeWorkspaceConfigurationCommand extends
|
|
1791
|
-
.classBuilder()
|
|
1792
|
-
.ep(commonParams)
|
|
1793
|
-
.m(function (Command, cs, config, o) {
|
|
1794
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1795
|
-
})
|
|
1796
|
-
.s("AmazonPrometheusService", "DescribeWorkspaceConfiguration", {})
|
|
1797
|
-
.n("AmpClient", "DescribeWorkspaceConfigurationCommand")
|
|
1798
|
-
.sc(DescribeWorkspaceConfiguration$)
|
|
1799
|
-
.build() {
|
|
1570
|
+
class DescribeWorkspaceConfigurationCommand extends command(_ep0, _mw0, "DescribeWorkspaceConfiguration", DescribeWorkspaceConfiguration$) {
|
|
1800
1571
|
}
|
|
1801
1572
|
|
|
1802
|
-
class GetDefaultScraperConfigurationCommand extends
|
|
1803
|
-
.classBuilder()
|
|
1804
|
-
.ep(commonParams)
|
|
1805
|
-
.m(function (Command, cs, config, o) {
|
|
1806
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1807
|
-
})
|
|
1808
|
-
.s("AmazonPrometheusService", "GetDefaultScraperConfiguration", {})
|
|
1809
|
-
.n("AmpClient", "GetDefaultScraperConfigurationCommand")
|
|
1810
|
-
.sc(GetDefaultScraperConfiguration$)
|
|
1811
|
-
.build() {
|
|
1573
|
+
class GetDefaultScraperConfigurationCommand extends command(_ep0, _mw0, "GetDefaultScraperConfiguration", GetDefaultScraperConfiguration$) {
|
|
1812
1574
|
}
|
|
1813
1575
|
|
|
1814
|
-
class ListAnomalyDetectorsCommand extends
|
|
1815
|
-
.classBuilder()
|
|
1816
|
-
.ep(commonParams)
|
|
1817
|
-
.m(function (Command, cs, config, o) {
|
|
1818
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1819
|
-
})
|
|
1820
|
-
.s("AmazonPrometheusService", "ListAnomalyDetectors", {})
|
|
1821
|
-
.n("AmpClient", "ListAnomalyDetectorsCommand")
|
|
1822
|
-
.sc(ListAnomalyDetectors$)
|
|
1823
|
-
.build() {
|
|
1576
|
+
class ListAnomalyDetectorsCommand extends command(_ep0, _mw0, "ListAnomalyDetectors", ListAnomalyDetectors$) {
|
|
1824
1577
|
}
|
|
1825
1578
|
|
|
1826
|
-
class ListRuleGroupsNamespacesCommand extends
|
|
1827
|
-
.classBuilder()
|
|
1828
|
-
.ep(commonParams)
|
|
1829
|
-
.m(function (Command, cs, config, o) {
|
|
1830
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1831
|
-
})
|
|
1832
|
-
.s("AmazonPrometheusService", "ListRuleGroupsNamespaces", {})
|
|
1833
|
-
.n("AmpClient", "ListRuleGroupsNamespacesCommand")
|
|
1834
|
-
.sc(ListRuleGroupsNamespaces$)
|
|
1835
|
-
.build() {
|
|
1579
|
+
class ListRuleGroupsNamespacesCommand extends command(_ep0, _mw0, "ListRuleGroupsNamespaces", ListRuleGroupsNamespaces$) {
|
|
1836
1580
|
}
|
|
1837
1581
|
|
|
1838
|
-
class ListScrapersCommand extends
|
|
1839
|
-
.classBuilder()
|
|
1840
|
-
.ep(commonParams)
|
|
1841
|
-
.m(function (Command, cs, config, o) {
|
|
1842
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1843
|
-
})
|
|
1844
|
-
.s("AmazonPrometheusService", "ListScrapers", {})
|
|
1845
|
-
.n("AmpClient", "ListScrapersCommand")
|
|
1846
|
-
.sc(ListScrapers$)
|
|
1847
|
-
.build() {
|
|
1582
|
+
class ListScrapersCommand extends command(_ep0, _mw0, "ListScrapers", ListScrapers$) {
|
|
1848
1583
|
}
|
|
1849
1584
|
|
|
1850
|
-
class ListTagsForResourceCommand extends
|
|
1851
|
-
.classBuilder()
|
|
1852
|
-
.ep(commonParams)
|
|
1853
|
-
.m(function (Command, cs, config, o) {
|
|
1854
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1855
|
-
})
|
|
1856
|
-
.s("AmazonPrometheusService", "ListTagsForResource", {})
|
|
1857
|
-
.n("AmpClient", "ListTagsForResourceCommand")
|
|
1858
|
-
.sc(ListTagsForResource$)
|
|
1859
|
-
.build() {
|
|
1585
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1860
1586
|
}
|
|
1861
1587
|
|
|
1862
|
-
class ListWorkspacesCommand extends
|
|
1863
|
-
.classBuilder()
|
|
1864
|
-
.ep(commonParams)
|
|
1865
|
-
.m(function (Command, cs, config, o) {
|
|
1866
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1867
|
-
})
|
|
1868
|
-
.s("AmazonPrometheusService", "ListWorkspaces", {})
|
|
1869
|
-
.n("AmpClient", "ListWorkspacesCommand")
|
|
1870
|
-
.sc(ListWorkspaces$)
|
|
1871
|
-
.build() {
|
|
1588
|
+
class ListWorkspacesCommand extends command(_ep0, _mw0, "ListWorkspaces", ListWorkspaces$) {
|
|
1872
1589
|
}
|
|
1873
1590
|
|
|
1874
|
-
class PutAlertManagerDefinitionCommand extends
|
|
1875
|
-
.classBuilder()
|
|
1876
|
-
.ep(commonParams)
|
|
1877
|
-
.m(function (Command, cs, config, o) {
|
|
1878
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1879
|
-
})
|
|
1880
|
-
.s("AmazonPrometheusService", "PutAlertManagerDefinition", {})
|
|
1881
|
-
.n("AmpClient", "PutAlertManagerDefinitionCommand")
|
|
1882
|
-
.sc(PutAlertManagerDefinition$)
|
|
1883
|
-
.build() {
|
|
1591
|
+
class PutAlertManagerDefinitionCommand extends command(_ep0, _mw0, "PutAlertManagerDefinition", PutAlertManagerDefinition$) {
|
|
1884
1592
|
}
|
|
1885
1593
|
|
|
1886
|
-
class PutAnomalyDetectorCommand extends
|
|
1887
|
-
.classBuilder()
|
|
1888
|
-
.ep(commonParams)
|
|
1889
|
-
.m(function (Command, cs, config, o) {
|
|
1890
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1891
|
-
})
|
|
1892
|
-
.s("AmazonPrometheusService", "PutAnomalyDetector", {})
|
|
1893
|
-
.n("AmpClient", "PutAnomalyDetectorCommand")
|
|
1894
|
-
.sc(PutAnomalyDetector$)
|
|
1895
|
-
.build() {
|
|
1594
|
+
class PutAnomalyDetectorCommand extends command(_ep0, _mw0, "PutAnomalyDetector", PutAnomalyDetector$) {
|
|
1896
1595
|
}
|
|
1897
1596
|
|
|
1898
|
-
class PutResourcePolicyCommand extends
|
|
1899
|
-
.classBuilder()
|
|
1900
|
-
.ep(commonParams)
|
|
1901
|
-
.m(function (Command, cs, config, o) {
|
|
1902
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1903
|
-
})
|
|
1904
|
-
.s("AmazonPrometheusService", "PutResourcePolicy", {})
|
|
1905
|
-
.n("AmpClient", "PutResourcePolicyCommand")
|
|
1906
|
-
.sc(PutResourcePolicy$)
|
|
1907
|
-
.build() {
|
|
1597
|
+
class PutResourcePolicyCommand extends command(_ep0, _mw0, "PutResourcePolicy", PutResourcePolicy$) {
|
|
1908
1598
|
}
|
|
1909
1599
|
|
|
1910
|
-
class PutRuleGroupsNamespaceCommand extends
|
|
1911
|
-
.classBuilder()
|
|
1912
|
-
.ep(commonParams)
|
|
1913
|
-
.m(function (Command, cs, config, o) {
|
|
1914
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1915
|
-
})
|
|
1916
|
-
.s("AmazonPrometheusService", "PutRuleGroupsNamespace", {})
|
|
1917
|
-
.n("AmpClient", "PutRuleGroupsNamespaceCommand")
|
|
1918
|
-
.sc(PutRuleGroupsNamespace$)
|
|
1919
|
-
.build() {
|
|
1600
|
+
class PutRuleGroupsNamespaceCommand extends command(_ep0, _mw0, "PutRuleGroupsNamespace", PutRuleGroupsNamespace$) {
|
|
1920
1601
|
}
|
|
1921
1602
|
|
|
1922
|
-
class TagResourceCommand extends
|
|
1923
|
-
.classBuilder()
|
|
1924
|
-
.ep(commonParams)
|
|
1925
|
-
.m(function (Command, cs, config, o) {
|
|
1926
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1927
|
-
})
|
|
1928
|
-
.s("AmazonPrometheusService", "TagResource", {})
|
|
1929
|
-
.n("AmpClient", "TagResourceCommand")
|
|
1930
|
-
.sc(TagResource$)
|
|
1931
|
-
.build() {
|
|
1603
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1932
1604
|
}
|
|
1933
1605
|
|
|
1934
|
-
class UntagResourceCommand extends
|
|
1935
|
-
.classBuilder()
|
|
1936
|
-
.ep(commonParams)
|
|
1937
|
-
.m(function (Command, cs, config, o) {
|
|
1938
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1939
|
-
})
|
|
1940
|
-
.s("AmazonPrometheusService", "UntagResource", {})
|
|
1941
|
-
.n("AmpClient", "UntagResourceCommand")
|
|
1942
|
-
.sc(UntagResource$)
|
|
1943
|
-
.build() {
|
|
1606
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1944
1607
|
}
|
|
1945
1608
|
|
|
1946
|
-
class UpdateLoggingConfigurationCommand extends
|
|
1947
|
-
.classBuilder()
|
|
1948
|
-
.ep(commonParams)
|
|
1949
|
-
.m(function (Command, cs, config, o) {
|
|
1950
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1951
|
-
})
|
|
1952
|
-
.s("AmazonPrometheusService", "UpdateLoggingConfiguration", {})
|
|
1953
|
-
.n("AmpClient", "UpdateLoggingConfigurationCommand")
|
|
1954
|
-
.sc(UpdateLoggingConfiguration$)
|
|
1955
|
-
.build() {
|
|
1609
|
+
class UpdateLoggingConfigurationCommand extends command(_ep0, _mw0, "UpdateLoggingConfiguration", UpdateLoggingConfiguration$) {
|
|
1956
1610
|
}
|
|
1957
1611
|
|
|
1958
|
-
class UpdateQueryLoggingConfigurationCommand extends
|
|
1959
|
-
.classBuilder()
|
|
1960
|
-
.ep(commonParams)
|
|
1961
|
-
.m(function (Command, cs, config, o) {
|
|
1962
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1963
|
-
})
|
|
1964
|
-
.s("AmazonPrometheusService", "UpdateQueryLoggingConfiguration", {})
|
|
1965
|
-
.n("AmpClient", "UpdateQueryLoggingConfigurationCommand")
|
|
1966
|
-
.sc(UpdateQueryLoggingConfiguration$)
|
|
1967
|
-
.build() {
|
|
1612
|
+
class UpdateQueryLoggingConfigurationCommand extends command(_ep0, _mw0, "UpdateQueryLoggingConfiguration", UpdateQueryLoggingConfiguration$) {
|
|
1968
1613
|
}
|
|
1969
1614
|
|
|
1970
|
-
class UpdateScraperCommand extends
|
|
1971
|
-
.classBuilder()
|
|
1972
|
-
.ep(commonParams)
|
|
1973
|
-
.m(function (Command, cs, config, o) {
|
|
1974
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1975
|
-
})
|
|
1976
|
-
.s("AmazonPrometheusService", "UpdateScraper", {})
|
|
1977
|
-
.n("AmpClient", "UpdateScraperCommand")
|
|
1978
|
-
.sc(UpdateScraper$)
|
|
1979
|
-
.build() {
|
|
1615
|
+
class UpdateScraperCommand extends command(_ep0, _mw0, "UpdateScraper", UpdateScraper$) {
|
|
1980
1616
|
}
|
|
1981
1617
|
|
|
1982
|
-
class UpdateScraperLoggingConfigurationCommand extends
|
|
1983
|
-
.classBuilder()
|
|
1984
|
-
.ep(commonParams)
|
|
1985
|
-
.m(function (Command, cs, config, o) {
|
|
1986
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1987
|
-
})
|
|
1988
|
-
.s("AmazonPrometheusService", "UpdateScraperLoggingConfiguration", {})
|
|
1989
|
-
.n("AmpClient", "UpdateScraperLoggingConfigurationCommand")
|
|
1990
|
-
.sc(UpdateScraperLoggingConfiguration$)
|
|
1991
|
-
.build() {
|
|
1618
|
+
class UpdateScraperLoggingConfigurationCommand extends command(_ep0, _mw0, "UpdateScraperLoggingConfiguration", UpdateScraperLoggingConfiguration$) {
|
|
1992
1619
|
}
|
|
1993
1620
|
|
|
1994
|
-
class UpdateWorkspaceAliasCommand extends
|
|
1995
|
-
.classBuilder()
|
|
1996
|
-
.ep(commonParams)
|
|
1997
|
-
.m(function (Command, cs, config, o) {
|
|
1998
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1999
|
-
})
|
|
2000
|
-
.s("AmazonPrometheusService", "UpdateWorkspaceAlias", {})
|
|
2001
|
-
.n("AmpClient", "UpdateWorkspaceAliasCommand")
|
|
2002
|
-
.sc(UpdateWorkspaceAlias$)
|
|
2003
|
-
.build() {
|
|
1621
|
+
class UpdateWorkspaceAliasCommand extends command(_ep0, _mw0, "UpdateWorkspaceAlias", UpdateWorkspaceAlias$) {
|
|
2004
1622
|
}
|
|
2005
1623
|
|
|
2006
|
-
class UpdateWorkspaceConfigurationCommand extends
|
|
2007
|
-
.classBuilder()
|
|
2008
|
-
.ep(commonParams)
|
|
2009
|
-
.m(function (Command, cs, config, o) {
|
|
2010
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2011
|
-
})
|
|
2012
|
-
.s("AmazonPrometheusService", "UpdateWorkspaceConfiguration", {})
|
|
2013
|
-
.n("AmpClient", "UpdateWorkspaceConfigurationCommand")
|
|
2014
|
-
.sc(UpdateWorkspaceConfiguration$)
|
|
2015
|
-
.build() {
|
|
1624
|
+
class UpdateWorkspaceConfigurationCommand extends command(_ep0, _mw0, "UpdateWorkspaceConfiguration", UpdateWorkspaceConfiguration$) {
|
|
2016
1625
|
}
|
|
2017
1626
|
|
|
2018
1627
|
const paginateListAnomalyDetectors = createPaginator(AmpClient, ListAnomalyDetectorsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "AmazonPrometheusService", "AmpClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -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 { CreateAlertManagerDefinition$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateAlertManagerDefinitionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "CreateAlertManagerDefinition", {})
|
|
13
|
-
.n("AmpClient", "CreateAlertManagerDefinitionCommand")
|
|
14
|
-
.sc(CreateAlertManagerDefinition$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateAlertManagerDefinitionCommand extends command(_ep0, _mw0, "CreateAlertManagerDefinition", CreateAlertManagerDefinition$) {
|
|
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 { CreateAnomalyDetector$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateAnomalyDetectorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "CreateAnomalyDetector", {})
|
|
13
|
-
.n("AmpClient", "CreateAnomalyDetectorCommand")
|
|
14
|
-
.sc(CreateAnomalyDetector$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateAnomalyDetectorCommand extends command(_ep0, _mw0, "CreateAnomalyDetector", CreateAnomalyDetector$) {
|
|
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 { CreateLoggingConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateLoggingConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPrometheusService", "CreateLoggingConfiguration", {})
|
|
13
|
-
.n("AmpClient", "CreateLoggingConfigurationCommand")
|
|
14
|
-
.sc(CreateLoggingConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateLoggingConfigurationCommand extends command(_ep0, _mw0, "CreateLoggingConfiguration", CreateLoggingConfiguration$) {
|
|
16
4
|
}
|