@pulumi/aws-native 1.40.0-alpha.1765392947 → 1.40.0-alpha.1765482205
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/autoscaling/autoScalingGroup.d.ts +2 -0
- package/autoscaling/autoScalingGroup.js +2 -0
- package/autoscaling/autoScalingGroup.js.map +1 -1
- package/autoscaling/getAutoScalingGroup.d.ts +1 -0
- package/autoscaling/getAutoScalingGroup.js.map +1 -1
- package/backup/getLogicallyAirGappedBackupVault.d.ts +3 -0
- package/backup/getLogicallyAirGappedBackupVault.js.map +1 -1
- package/backup/logicallyAirGappedBackupVault.d.ts +10 -0
- package/backup/logicallyAirGappedBackupVault.js.map +1 -1
- package/cleanrooms/analysisTemplate.d.ts +2 -0
- package/cleanrooms/analysisTemplate.js +3 -1
- package/cleanrooms/analysisTemplate.js.map +1 -1
- package/connect/dataTable.d.ts +112 -0
- package/connect/dataTable.js +80 -0
- package/connect/dataTable.js.map +1 -0
- package/connect/dataTableAttribute.d.ts +54 -0
- package/connect/dataTableAttribute.js +78 -0
- package/connect/dataTableAttribute.js.map +1 -0
- package/connect/dataTableRecord.d.ts +42 -0
- package/connect/dataTableRecord.js +64 -0
- package/connect/dataTableRecord.js.map +1 -0
- package/connect/getDataTable.d.ts +73 -0
- package/connect/getDataTable.js +30 -0
- package/connect/getDataTable.js.map +1 -0
- package/connect/getDataTableAttribute.d.ts +32 -0
- package/connect/getDataTableAttribute.js +32 -0
- package/connect/getDataTableAttribute.js.map +1 -0
- package/connect/getDataTableRecord.d.ts +24 -0
- package/connect/getDataTableRecord.js +32 -0
- package/connect/getDataTableRecord.js.map +1 -0
- package/connect/getSecurityProfile.d.ts +3 -0
- package/connect/getSecurityProfile.js.map +1 -1
- package/connect/getWorkspace.d.ts +69 -0
- package/{robomaker/getRobot.js → connect/getWorkspace.js} +10 -10
- package/connect/getWorkspace.js.map +1 -0
- package/connect/index.d.ts +24 -0
- package/connect/index.js +30 -2
- package/connect/index.js.map +1 -1
- package/connect/securityProfile.d.ts +6 -0
- package/connect/securityProfile.js.map +1 -1
- package/connect/workspace.d.ts +124 -0
- package/connect/workspace.js +83 -0
- package/connect/workspace.js.map +1 -0
- package/connectcampaignsv2/campaign.d.ts +5 -2
- package/connectcampaignsv2/campaign.js +2 -3
- package/connectcampaignsv2/campaign.js.map +1 -1
- package/connectcampaignsv2/getCampaign.d.ts +2 -0
- package/connectcampaignsv2/getCampaign.js.map +1 -1
- package/dsql/cluster.d.ts +4 -0
- package/dsql/cluster.js +2 -0
- package/dsql/cluster.js.map +1 -1
- package/dsql/getCluster.d.ts +4 -0
- package/dsql/getCluster.js.map +1 -1
- package/ec2/getNatGateway.d.ts +26 -0
- package/ec2/getNatGateway.js.map +1 -1
- package/ec2/getNetworkInterface.d.ts +1 -0
- package/ec2/getNetworkInterface.js.map +1 -1
- package/ec2/getNetworkInterfaceAttachment.d.ts +4 -4
- package/ec2/getNetworkInterfaceAttachment.js +2 -2
- package/ec2/natGateway.d.ts +50 -0
- package/ec2/natGateway.js +11 -1
- package/ec2/natGateway.js.map +1 -1
- package/ec2/networkInterface.d.ts +10 -0
- package/ec2/networkInterface.js +4 -0
- package/ec2/networkInterface.js.map +1 -1
- package/ec2/networkInterfaceAttachment.d.ts +7 -7
- package/ec2/networkInterfaceAttachment.js +1 -1
- package/ecs/expressGatewayService.d.ts +2 -0
- package/ecs/expressGatewayService.js +4 -0
- package/ecs/expressGatewayService.js.map +1 -1
- package/ecs/getExpressGatewayService.d.ts +2 -0
- package/ecs/getExpressGatewayService.js.map +1 -1
- package/index.d.ts +1 -3
- package/index.js +3 -7
- package/index.js.map +1 -1
- package/lambda/function.d.ts +2 -0
- package/lambda/function.js +2 -0
- package/lambda/function.js.map +1 -1
- package/lambda/getFunction.d.ts +1 -0
- package/lambda/getFunction.js.map +1 -1
- package/networkmanager/connectAttachment.d.ts +8 -0
- package/networkmanager/connectAttachment.js +3 -1
- package/networkmanager/connectAttachment.js.map +1 -1
- package/networkmanager/coreNetworkPrefixListAssociation.d.ts +57 -0
- package/networkmanager/coreNetworkPrefixListAssociation.js +71 -0
- package/networkmanager/coreNetworkPrefixListAssociation.js.map +1 -0
- package/networkmanager/directConnectGatewayAttachment.d.ts +8 -0
- package/networkmanager/directConnectGatewayAttachment.js +3 -1
- package/networkmanager/directConnectGatewayAttachment.js.map +1 -1
- package/networkmanager/index.d.ts +3 -0
- package/networkmanager/index.js +5 -1
- package/networkmanager/index.js.map +1 -1
- package/networkmanager/siteToSiteVpnAttachment.d.ts +8 -0
- package/networkmanager/siteToSiteVpnAttachment.js +3 -1
- package/networkmanager/siteToSiteVpnAttachment.js.map +1 -1
- package/networkmanager/transitGatewayRouteTableAttachment.d.ts +8 -0
- package/networkmanager/transitGatewayRouteTableAttachment.js +3 -1
- package/networkmanager/transitGatewayRouteTableAttachment.js.map +1 -1
- package/networkmanager/vpcAttachment.d.ts +8 -0
- package/networkmanager/vpcAttachment.js +3 -1
- package/networkmanager/vpcAttachment.js.map +1 -1
- package/observabilityadmin/getTelemetryPipelines.d.ts +29 -0
- package/observabilityadmin/getTelemetryPipelines.js +28 -0
- package/observabilityadmin/getTelemetryPipelines.js.map +1 -0
- package/observabilityadmin/index.d.ts +6 -0
- package/observabilityadmin/index.js +8 -1
- package/observabilityadmin/index.js.map +1 -1
- package/observabilityadmin/telemetryPipelines.d.ts +53 -0
- package/{robomaker/robot.js → observabilityadmin/telemetryPipelines.js} +25 -24
- package/observabilityadmin/telemetryPipelines.js.map +1 -0
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/paymentcryptography/getKey.d.ts +3 -0
- package/paymentcryptography/getKey.js.map +1 -1
- package/paymentcryptography/key.d.ts +5 -0
- package/paymentcryptography/key.js +4 -0
- package/paymentcryptography/key.js.map +1 -1
- package/ram/getResourceShare.d.ts +21 -0
- package/ram/getResourceShare.js.map +1 -1
- package/ram/index.d.ts +1 -0
- package/ram/index.js +16 -0
- package/ram/index.js.map +1 -1
- package/ram/resourceShare.d.ts +21 -0
- package/ram/resourceShare.js +10 -0
- package/ram/resourceShare.js.map +1 -1
- package/route53/getHostedZone.d.ts +1 -0
- package/route53/getHostedZone.js.map +1 -1
- package/route53/hostedZone.d.ts +2 -0
- package/route53/hostedZone.js +2 -0
- package/route53/hostedZone.js.map +1 -1
- package/s3/bucket.js +1 -1
- package/s3/bucket.js.map +1 -1
- package/s3tables/getTableBucket.d.ts +1 -0
- package/s3tables/getTableBucket.js.map +1 -1
- package/s3tables/table.d.ts +2 -0
- package/s3tables/table.js +3 -1
- package/s3tables/table.js.map +1 -1
- package/s3tables/tableBucket.d.ts +2 -0
- package/s3tables/tableBucket.js +2 -0
- package/s3tables/tableBucket.js.map +1 -1
- package/securityhub/connectorV2.d.ts +87 -0
- package/securityhub/connectorV2.js +83 -0
- package/securityhub/connectorV2.js.map +1 -0
- package/securityhub/getConnectorV2.d.ts +52 -0
- package/securityhub/getConnectorV2.js +28 -0
- package/securityhub/getConnectorV2.js.map +1 -0
- package/securityhub/index.d.ts +6 -0
- package/securityhub/index.js +8 -1
- package/securityhub/index.js.map +1 -1
- package/transfer/connector.d.ts +4 -0
- package/transfer/connector.js +2 -0
- package/transfer/connector.js.map +1 -1
- package/transfer/getConnector.d.ts +4 -0
- package/transfer/getConnector.js.map +1 -1
- package/types/enums/cleanrooms/index.d.ts +5 -0
- package/types/enums/cleanrooms/index.js +5 -1
- package/types/enums/cleanrooms/index.js.map +1 -1
- package/types/enums/connect/index.d.ts +50 -0
- package/types/enums/connect/index.js +34 -1
- package/types/enums/connect/index.js.map +1 -1
- package/types/enums/connectcampaignsv2/index.d.ts +8 -0
- package/types/enums/connectcampaignsv2/index.js +5 -1
- package/types/enums/connectcampaignsv2/index.js.map +1 -1
- package/types/enums/ec2/index.d.ts +9 -0
- package/types/enums/ec2/index.js +8 -3
- package/types/enums/ec2/index.js.map +1 -1
- package/types/enums/index.d.ts +2 -3
- package/types/enums/index.js +4 -6
- package/types/enums/index.js.map +1 -1
- package/types/enums/observabilityadmin/index.d.ts +132 -0
- package/types/enums/observabilityadmin/index.js +89 -1
- package/types/enums/observabilityadmin/index.js.map +1 -1
- package/types/enums/paymentcryptography/index.d.ts +10 -0
- package/types/enums/paymentcryptography/index.js +7 -1
- package/types/enums/paymentcryptography/index.js.map +1 -1
- package/types/enums/ram/index.d.ts +20 -0
- package/types/enums/ram/index.js +18 -0
- package/types/enums/ram/index.js.map +1 -0
- package/types/enums/s3tables/index.d.ts +16 -0
- package/types/enums/s3tables/index.js +9 -1
- package/types/enums/s3tables/index.js.map +1 -1
- package/types/enums/securityhub/index.d.ts +10 -0
- package/types/enums/securityhub/index.js +7 -1
- package/types/enums/securityhub/index.js.map +1 -1
- package/types/input.d.ts +674 -374
- package/types/output.d.ts +739 -374
- package/types/output.js.map +1 -1
- package/lookoutmetrics/alert.d.ts +0 -79
- package/lookoutmetrics/alert.js +0 -77
- package/lookoutmetrics/alert.js.map +0 -1
- package/lookoutmetrics/anomalyDetector.d.ts +0 -79
- package/lookoutmetrics/anomalyDetector.js +0 -74
- package/lookoutmetrics/anomalyDetector.js.map +0 -1
- package/lookoutmetrics/getAlert.d.ts +0 -27
- package/lookoutmetrics/getAlert.js +0 -28
- package/lookoutmetrics/getAlert.js.map +0 -1
- package/lookoutmetrics/getAnomalyDetector.d.ts +0 -44
- package/lookoutmetrics/getAnomalyDetector.js +0 -28
- package/lookoutmetrics/getAnomalyDetector.js.map +0 -1
- package/lookoutmetrics/index.d.ts +0 -13
- package/lookoutmetrics/index.js +0 -48
- package/lookoutmetrics/index.js.map +0 -1
- package/robomaker/fleet.d.ts +0 -131
- package/robomaker/fleet.js +0 -136
- package/robomaker/fleet.js.map +0 -1
- package/robomaker/getFleet.d.ts +0 -33
- package/robomaker/getFleet.js +0 -28
- package/robomaker/getFleet.js.map +0 -1
- package/robomaker/getRobot.d.ts +0 -33
- package/robomaker/getRobot.js.map +0 -1
- package/robomaker/getRobotApplication.d.ts +0 -46
- package/robomaker/getRobotApplication.js +0 -28
- package/robomaker/getRobotApplication.js.map +0 -1
- package/robomaker/getRobotApplicationVersion.d.ts +0 -31
- package/robomaker/getRobotApplicationVersion.js +0 -28
- package/robomaker/getRobotApplicationVersion.js.map +0 -1
- package/robomaker/getSimulationApplication.d.ts +0 -50
- package/robomaker/getSimulationApplication.js +0 -28
- package/robomaker/getSimulationApplication.js.map +0 -1
- package/robomaker/getSimulationApplicationVersion.d.ts +0 -31
- package/robomaker/getSimulationApplicationVersion.js +0 -28
- package/robomaker/getSimulationApplicationVersion.js.map +0 -1
- package/robomaker/index.d.ts +0 -37
- package/robomaker/index.js +0 -76
- package/robomaker/index.js.map +0 -1
- package/robomaker/robot.d.ts +0 -82
- package/robomaker/robot.js.map +0 -1
- package/robomaker/robotApplication.d.ts +0 -173
- package/robomaker/robotApplication.js +0 -155
- package/robomaker/robotApplication.js.map +0 -1
- package/robomaker/robotApplicationVersion.d.ts +0 -57
- package/robomaker/robotApplicationVersion.js +0 -67
- package/robomaker/robotApplicationVersion.js.map +0 -1
- package/robomaker/simulationApplication.d.ts +0 -201
- package/robomaker/simulationApplication.js +0 -174
- package/robomaker/simulationApplication.js.map +0 -1
- package/robomaker/simulationApplicationVersion.d.ts +0 -57
- package/robomaker/simulationApplicationVersion.js +0 -67
- package/robomaker/simulationApplicationVersion.js.map +0 -1
- package/types/enums/lookoutmetrics/index.d.ts +0 -44
- package/types/enums/lookoutmetrics/index.js +0 -30
- package/types/enums/lookoutmetrics/index.js.map +0 -1
- package/types/enums/robomaker/index.d.ts +0 -93
- package/types/enums/robomaker/index.js +0 -59
- package/types/enums/robomaker/index.js.map +0 -1
package/types/output.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;
|
|
1
|
+
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AA24qBjF,IAAiB,MAAM,CAgHtB;AAhHD,WAAiB,MAAM;IAoDnB;;OAEG;IACH,SAAgB,yBAAyB,CAAC,GAAe;QACrD,OAAO;YACH,GAAG,GAAG;YACN,qBAAqB,EAAE,CAAC,GAAG,CAAC,qBAAqB,CAAC,IAAI,CAAC;SAC1D,CAAC;IACN,CAAC;IALe,gCAAyB,4BAKxC,CAAA;AAoDL,CAAC,EAhHgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAgHtB"}
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as inputs from "../types/input";
|
|
3
|
-
import * as outputs from "../types/output";
|
|
4
|
-
/**
|
|
5
|
-
* Resource Type definition for AWS::LookoutMetrics::Alert
|
|
6
|
-
*/
|
|
7
|
-
export declare class Alert extends pulumi.CustomResource {
|
|
8
|
-
/**
|
|
9
|
-
* Get an existing Alert resource's state with the given name, ID, and optional extra
|
|
10
|
-
* properties used to qualify the lookup.
|
|
11
|
-
*
|
|
12
|
-
* @param name The _unique_ name of the resulting resource.
|
|
13
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
14
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
15
|
-
*/
|
|
16
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Alert;
|
|
17
|
-
/**
|
|
18
|
-
* Returns true if the given object is an instance of Alert. This is designed to work even
|
|
19
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
20
|
-
*/
|
|
21
|
-
static isInstance(obj: any): obj is Alert;
|
|
22
|
-
/**
|
|
23
|
-
* The action to be taken by the alert when an anomaly is detected.
|
|
24
|
-
*/
|
|
25
|
-
readonly action: pulumi.Output<outputs.lookoutmetrics.AlertAction>;
|
|
26
|
-
/**
|
|
27
|
-
* A description for the alert.
|
|
28
|
-
*/
|
|
29
|
-
readonly alertDescription: pulumi.Output<string | undefined>;
|
|
30
|
-
/**
|
|
31
|
-
* The name of the alert. If not provided, a name is generated automatically.
|
|
32
|
-
*/
|
|
33
|
-
readonly alertName: pulumi.Output<string | undefined>;
|
|
34
|
-
/**
|
|
35
|
-
* A number between 0 and 100 (inclusive) that tunes the sensitivity of the alert.
|
|
36
|
-
*/
|
|
37
|
-
readonly alertSensitivityThreshold: pulumi.Output<number>;
|
|
38
|
-
/**
|
|
39
|
-
* The Amazon resource name (ARN) of the Anomaly Detector to alert.
|
|
40
|
-
*/
|
|
41
|
-
readonly anomalyDetectorArn: pulumi.Output<string>;
|
|
42
|
-
/**
|
|
43
|
-
* ARN assigned to the alert.
|
|
44
|
-
*/
|
|
45
|
-
readonly arn: pulumi.Output<string>;
|
|
46
|
-
/**
|
|
47
|
-
* Create a Alert resource with the given unique name, arguments, and options.
|
|
48
|
-
*
|
|
49
|
-
* @param name The _unique_ name of the resource.
|
|
50
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
51
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
52
|
-
*/
|
|
53
|
-
constructor(name: string, args: AlertArgs, opts?: pulumi.CustomResourceOptions);
|
|
54
|
-
}
|
|
55
|
-
/**
|
|
56
|
-
* The set of arguments for constructing a Alert resource.
|
|
57
|
-
*/
|
|
58
|
-
export interface AlertArgs {
|
|
59
|
-
/**
|
|
60
|
-
* The action to be taken by the alert when an anomaly is detected.
|
|
61
|
-
*/
|
|
62
|
-
action: pulumi.Input<inputs.lookoutmetrics.AlertActionArgs>;
|
|
63
|
-
/**
|
|
64
|
-
* A description for the alert.
|
|
65
|
-
*/
|
|
66
|
-
alertDescription?: pulumi.Input<string>;
|
|
67
|
-
/**
|
|
68
|
-
* The name of the alert. If not provided, a name is generated automatically.
|
|
69
|
-
*/
|
|
70
|
-
alertName?: pulumi.Input<string>;
|
|
71
|
-
/**
|
|
72
|
-
* A number between 0 and 100 (inclusive) that tunes the sensitivity of the alert.
|
|
73
|
-
*/
|
|
74
|
-
alertSensitivityThreshold: pulumi.Input<number>;
|
|
75
|
-
/**
|
|
76
|
-
* The Amazon resource name (ARN) of the Anomaly Detector to alert.
|
|
77
|
-
*/
|
|
78
|
-
anomalyDetectorArn: pulumi.Input<string>;
|
|
79
|
-
}
|
package/lookoutmetrics/alert.js
DELETED
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
-
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.Alert = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("../utilities");
|
|
8
|
-
/**
|
|
9
|
-
* Resource Type definition for AWS::LookoutMetrics::Alert
|
|
10
|
-
*/
|
|
11
|
-
class Alert extends pulumi.CustomResource {
|
|
12
|
-
/**
|
|
13
|
-
* Get an existing Alert resource's state with the given name, ID, and optional extra
|
|
14
|
-
* properties used to qualify the lookup.
|
|
15
|
-
*
|
|
16
|
-
* @param name The _unique_ name of the resulting resource.
|
|
17
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
19
|
-
*/
|
|
20
|
-
static get(name, id, opts) {
|
|
21
|
-
return new Alert(name, undefined, { ...opts, id: id });
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* Returns true if the given object is an instance of Alert. This is designed to work even
|
|
25
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
26
|
-
*/
|
|
27
|
-
static isInstance(obj) {
|
|
28
|
-
if (obj === undefined || obj === null) {
|
|
29
|
-
return false;
|
|
30
|
-
}
|
|
31
|
-
return obj['__pulumiType'] === Alert.__pulumiType;
|
|
32
|
-
}
|
|
33
|
-
/**
|
|
34
|
-
* Create a Alert resource with the given unique name, arguments, and options.
|
|
35
|
-
*
|
|
36
|
-
* @param name The _unique_ name of the resource.
|
|
37
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
38
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
39
|
-
*/
|
|
40
|
-
constructor(name, args, opts) {
|
|
41
|
-
let resourceInputs = {};
|
|
42
|
-
opts = opts || {};
|
|
43
|
-
if (!opts.id) {
|
|
44
|
-
if (args?.action === undefined && !opts.urn) {
|
|
45
|
-
throw new Error("Missing required property 'action'");
|
|
46
|
-
}
|
|
47
|
-
if (args?.alertSensitivityThreshold === undefined && !opts.urn) {
|
|
48
|
-
throw new Error("Missing required property 'alertSensitivityThreshold'");
|
|
49
|
-
}
|
|
50
|
-
if (args?.anomalyDetectorArn === undefined && !opts.urn) {
|
|
51
|
-
throw new Error("Missing required property 'anomalyDetectorArn'");
|
|
52
|
-
}
|
|
53
|
-
resourceInputs["action"] = args?.action;
|
|
54
|
-
resourceInputs["alertDescription"] = args?.alertDescription;
|
|
55
|
-
resourceInputs["alertName"] = args?.alertName;
|
|
56
|
-
resourceInputs["alertSensitivityThreshold"] = args?.alertSensitivityThreshold;
|
|
57
|
-
resourceInputs["anomalyDetectorArn"] = args?.anomalyDetectorArn;
|
|
58
|
-
resourceInputs["arn"] = undefined /*out*/;
|
|
59
|
-
}
|
|
60
|
-
else {
|
|
61
|
-
resourceInputs["action"] = undefined /*out*/;
|
|
62
|
-
resourceInputs["alertDescription"] = undefined /*out*/;
|
|
63
|
-
resourceInputs["alertName"] = undefined /*out*/;
|
|
64
|
-
resourceInputs["alertSensitivityThreshold"] = undefined /*out*/;
|
|
65
|
-
resourceInputs["anomalyDetectorArn"] = undefined /*out*/;
|
|
66
|
-
resourceInputs["arn"] = undefined /*out*/;
|
|
67
|
-
}
|
|
68
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
69
|
-
const replaceOnChanges = { replaceOnChanges: ["action", "alertDescription", "alertName", "alertSensitivityThreshold", "anomalyDetectorArn"] };
|
|
70
|
-
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
71
|
-
super(Alert.__pulumiType, name, resourceInputs, opts);
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
exports.Alert = Alert;
|
|
75
|
-
/** @internal */
|
|
76
|
-
Alert.__pulumiType = 'aws-native:lookoutmetrics:Alert';
|
|
77
|
-
//# sourceMappingURL=alert.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"alert.js","sourceRoot":"","sources":["../../lookoutmetrics/alert.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as inputs from "../types/input";
|
|
3
|
-
import * as outputs from "../types/output";
|
|
4
|
-
/**
|
|
5
|
-
* An Amazon Lookout for Metrics Detector
|
|
6
|
-
*/
|
|
7
|
-
export declare class AnomalyDetector extends pulumi.CustomResource {
|
|
8
|
-
/**
|
|
9
|
-
* Get an existing AnomalyDetector resource's state with the given name, ID, and optional extra
|
|
10
|
-
* properties used to qualify the lookup.
|
|
11
|
-
*
|
|
12
|
-
* @param name The _unique_ name of the resulting resource.
|
|
13
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
14
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
15
|
-
*/
|
|
16
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): AnomalyDetector;
|
|
17
|
-
/**
|
|
18
|
-
* Returns true if the given object is an instance of AnomalyDetector. This is designed to work even
|
|
19
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
20
|
-
*/
|
|
21
|
-
static isInstance(obj: any): obj is AnomalyDetector;
|
|
22
|
-
/**
|
|
23
|
-
* Configuration options for the AnomalyDetector
|
|
24
|
-
*/
|
|
25
|
-
readonly anomalyDetectorConfig: pulumi.Output<outputs.lookoutmetrics.AnomalyDetectorConfig>;
|
|
26
|
-
/**
|
|
27
|
-
* A description for the AnomalyDetector.
|
|
28
|
-
*/
|
|
29
|
-
readonly anomalyDetectorDescription: pulumi.Output<string | undefined>;
|
|
30
|
-
/**
|
|
31
|
-
* Name for the Amazon Lookout for Metrics Anomaly Detector
|
|
32
|
-
*/
|
|
33
|
-
readonly anomalyDetectorName: pulumi.Output<string | undefined>;
|
|
34
|
-
/**
|
|
35
|
-
* The Amazon Resource Name (ARN) of the detector. For example, `arn:aws:lookoutmetrics:us-east-2:123456789012:AnomalyDetector:my-detector`
|
|
36
|
-
*/
|
|
37
|
-
readonly arn: pulumi.Output<string>;
|
|
38
|
-
/**
|
|
39
|
-
* KMS key used to encrypt the AnomalyDetector data
|
|
40
|
-
*/
|
|
41
|
-
readonly kmsKeyArn: pulumi.Output<string | undefined>;
|
|
42
|
-
/**
|
|
43
|
-
* List of metric sets for anomaly detection
|
|
44
|
-
*/
|
|
45
|
-
readonly metricSetList: pulumi.Output<outputs.lookoutmetrics.AnomalyDetectorMetricSet[]>;
|
|
46
|
-
/**
|
|
47
|
-
* Create a AnomalyDetector resource with the given unique name, arguments, and options.
|
|
48
|
-
*
|
|
49
|
-
* @param name The _unique_ name of the resource.
|
|
50
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
51
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
52
|
-
*/
|
|
53
|
-
constructor(name: string, args: AnomalyDetectorArgs, opts?: pulumi.CustomResourceOptions);
|
|
54
|
-
}
|
|
55
|
-
/**
|
|
56
|
-
* The set of arguments for constructing a AnomalyDetector resource.
|
|
57
|
-
*/
|
|
58
|
-
export interface AnomalyDetectorArgs {
|
|
59
|
-
/**
|
|
60
|
-
* Configuration options for the AnomalyDetector
|
|
61
|
-
*/
|
|
62
|
-
anomalyDetectorConfig: pulumi.Input<inputs.lookoutmetrics.AnomalyDetectorConfigArgs>;
|
|
63
|
-
/**
|
|
64
|
-
* A description for the AnomalyDetector.
|
|
65
|
-
*/
|
|
66
|
-
anomalyDetectorDescription?: pulumi.Input<string>;
|
|
67
|
-
/**
|
|
68
|
-
* Name for the Amazon Lookout for Metrics Anomaly Detector
|
|
69
|
-
*/
|
|
70
|
-
anomalyDetectorName?: pulumi.Input<string>;
|
|
71
|
-
/**
|
|
72
|
-
* KMS key used to encrypt the AnomalyDetector data
|
|
73
|
-
*/
|
|
74
|
-
kmsKeyArn?: pulumi.Input<string>;
|
|
75
|
-
/**
|
|
76
|
-
* List of metric sets for anomaly detection
|
|
77
|
-
*/
|
|
78
|
-
metricSetList: pulumi.Input<pulumi.Input<inputs.lookoutmetrics.AnomalyDetectorMetricSetArgs>[]>;
|
|
79
|
-
}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
-
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.AnomalyDetector = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("../utilities");
|
|
8
|
-
/**
|
|
9
|
-
* An Amazon Lookout for Metrics Detector
|
|
10
|
-
*/
|
|
11
|
-
class AnomalyDetector extends pulumi.CustomResource {
|
|
12
|
-
/**
|
|
13
|
-
* Get an existing AnomalyDetector resource's state with the given name, ID, and optional extra
|
|
14
|
-
* properties used to qualify the lookup.
|
|
15
|
-
*
|
|
16
|
-
* @param name The _unique_ name of the resulting resource.
|
|
17
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
19
|
-
*/
|
|
20
|
-
static get(name, id, opts) {
|
|
21
|
-
return new AnomalyDetector(name, undefined, { ...opts, id: id });
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* Returns true if the given object is an instance of AnomalyDetector. This is designed to work even
|
|
25
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
26
|
-
*/
|
|
27
|
-
static isInstance(obj) {
|
|
28
|
-
if (obj === undefined || obj === null) {
|
|
29
|
-
return false;
|
|
30
|
-
}
|
|
31
|
-
return obj['__pulumiType'] === AnomalyDetector.__pulumiType;
|
|
32
|
-
}
|
|
33
|
-
/**
|
|
34
|
-
* Create a AnomalyDetector resource with the given unique name, arguments, and options.
|
|
35
|
-
*
|
|
36
|
-
* @param name The _unique_ name of the resource.
|
|
37
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
38
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
39
|
-
*/
|
|
40
|
-
constructor(name, args, opts) {
|
|
41
|
-
let resourceInputs = {};
|
|
42
|
-
opts = opts || {};
|
|
43
|
-
if (!opts.id) {
|
|
44
|
-
if (args?.anomalyDetectorConfig === undefined && !opts.urn) {
|
|
45
|
-
throw new Error("Missing required property 'anomalyDetectorConfig'");
|
|
46
|
-
}
|
|
47
|
-
if (args?.metricSetList === undefined && !opts.urn) {
|
|
48
|
-
throw new Error("Missing required property 'metricSetList'");
|
|
49
|
-
}
|
|
50
|
-
resourceInputs["anomalyDetectorConfig"] = args?.anomalyDetectorConfig;
|
|
51
|
-
resourceInputs["anomalyDetectorDescription"] = args?.anomalyDetectorDescription;
|
|
52
|
-
resourceInputs["anomalyDetectorName"] = args?.anomalyDetectorName;
|
|
53
|
-
resourceInputs["kmsKeyArn"] = args?.kmsKeyArn;
|
|
54
|
-
resourceInputs["metricSetList"] = args?.metricSetList;
|
|
55
|
-
resourceInputs["arn"] = undefined /*out*/;
|
|
56
|
-
}
|
|
57
|
-
else {
|
|
58
|
-
resourceInputs["anomalyDetectorConfig"] = undefined /*out*/;
|
|
59
|
-
resourceInputs["anomalyDetectorDescription"] = undefined /*out*/;
|
|
60
|
-
resourceInputs["anomalyDetectorName"] = undefined /*out*/;
|
|
61
|
-
resourceInputs["arn"] = undefined /*out*/;
|
|
62
|
-
resourceInputs["kmsKeyArn"] = undefined /*out*/;
|
|
63
|
-
resourceInputs["metricSetList"] = undefined /*out*/;
|
|
64
|
-
}
|
|
65
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
66
|
-
const replaceOnChanges = { replaceOnChanges: ["anomalyDetectorName"] };
|
|
67
|
-
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
68
|
-
super(AnomalyDetector.__pulumiType, name, resourceInputs, opts);
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
exports.AnomalyDetector = AnomalyDetector;
|
|
72
|
-
/** @internal */
|
|
73
|
-
AnomalyDetector.__pulumiType = 'aws-native:lookoutmetrics:AnomalyDetector';
|
|
74
|
-
//# sourceMappingURL=anomalyDetector.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"anomalyDetector.js","sourceRoot":"","sources":["../../lookoutmetrics/anomalyDetector.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IACtD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,eAAe,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC5E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,eAAe,CAAC,YAAY,CAAC;IAChE,CAAC;IA2BD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAyB,EAAE,IAAmC;QACpF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,IAAI,EAAE,qBAAqB,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,mDAAmD,CAAC,CAAC;aACxE;YACD,IAAI,IAAI,EAAE,aAAa,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChD,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,EAAE,qBAAqB,CAAC;YACtE,cAAc,CAAC,4BAA4B,CAAC,GAAG,IAAI,EAAE,0BAA0B,CAAC;YAChF,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,EAAE,mBAAmB,CAAC;YAClE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC7C;aAAM;YACH,cAAc,CAAC,uBAAuB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5D,cAAc,CAAC,4BAA4B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjE,cAAc,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1D,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACvD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,qBAAqB,CAAC,EAAE,CAAC;QACvE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,eAAe,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACpE,CAAC;;AAvFL,0CAwFC;AA3EG,gBAAgB;AACO,4BAAY,GAAG,2CAA2C,CAAC"}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
/**
|
|
3
|
-
* Resource Type definition for AWS::LookoutMetrics::Alert
|
|
4
|
-
*/
|
|
5
|
-
export declare function getAlert(args: GetAlertArgs, opts?: pulumi.InvokeOptions): Promise<GetAlertResult>;
|
|
6
|
-
export interface GetAlertArgs {
|
|
7
|
-
/**
|
|
8
|
-
* ARN assigned to the alert.
|
|
9
|
-
*/
|
|
10
|
-
arn: string;
|
|
11
|
-
}
|
|
12
|
-
export interface GetAlertResult {
|
|
13
|
-
/**
|
|
14
|
-
* ARN assigned to the alert.
|
|
15
|
-
*/
|
|
16
|
-
readonly arn?: string;
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* Resource Type definition for AWS::LookoutMetrics::Alert
|
|
20
|
-
*/
|
|
21
|
-
export declare function getAlertOutput(args: GetAlertOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAlertResult>;
|
|
22
|
-
export interface GetAlertOutputArgs {
|
|
23
|
-
/**
|
|
24
|
-
* ARN assigned to the alert.
|
|
25
|
-
*/
|
|
26
|
-
arn: pulumi.Input<string>;
|
|
27
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
-
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.getAlertOutput = exports.getAlert = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("../utilities");
|
|
8
|
-
/**
|
|
9
|
-
* Resource Type definition for AWS::LookoutMetrics::Alert
|
|
10
|
-
*/
|
|
11
|
-
function getAlert(args, opts) {
|
|
12
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
-
return pulumi.runtime.invoke("aws-native:lookoutmetrics:getAlert", {
|
|
14
|
-
"arn": args.arn,
|
|
15
|
-
}, opts);
|
|
16
|
-
}
|
|
17
|
-
exports.getAlert = getAlert;
|
|
18
|
-
/**
|
|
19
|
-
* Resource Type definition for AWS::LookoutMetrics::Alert
|
|
20
|
-
*/
|
|
21
|
-
function getAlertOutput(args, opts) {
|
|
22
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
-
return pulumi.runtime.invokeOutput("aws-native:lookoutmetrics:getAlert", {
|
|
24
|
-
"arn": args.arn,
|
|
25
|
-
}, opts);
|
|
26
|
-
}
|
|
27
|
-
exports.getAlertOutput = getAlertOutput;
|
|
28
|
-
//# sourceMappingURL=getAlert.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getAlert.js","sourceRoot":"","sources":["../../lookoutmetrics/getAlert.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;AAeD;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE;QACrE,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC"}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as outputs from "../types/output";
|
|
3
|
-
/**
|
|
4
|
-
* An Amazon Lookout for Metrics Detector
|
|
5
|
-
*/
|
|
6
|
-
export declare function getAnomalyDetector(args: GetAnomalyDetectorArgs, opts?: pulumi.InvokeOptions): Promise<GetAnomalyDetectorResult>;
|
|
7
|
-
export interface GetAnomalyDetectorArgs {
|
|
8
|
-
/**
|
|
9
|
-
* The Amazon Resource Name (ARN) of the detector. For example, `arn:aws:lookoutmetrics:us-east-2:123456789012:AnomalyDetector:my-detector`
|
|
10
|
-
*/
|
|
11
|
-
arn: string;
|
|
12
|
-
}
|
|
13
|
-
export interface GetAnomalyDetectorResult {
|
|
14
|
-
/**
|
|
15
|
-
* Configuration options for the AnomalyDetector
|
|
16
|
-
*/
|
|
17
|
-
readonly anomalyDetectorConfig?: outputs.lookoutmetrics.AnomalyDetectorConfig;
|
|
18
|
-
/**
|
|
19
|
-
* A description for the AnomalyDetector.
|
|
20
|
-
*/
|
|
21
|
-
readonly anomalyDetectorDescription?: string;
|
|
22
|
-
/**
|
|
23
|
-
* The Amazon Resource Name (ARN) of the detector. For example, `arn:aws:lookoutmetrics:us-east-2:123456789012:AnomalyDetector:my-detector`
|
|
24
|
-
*/
|
|
25
|
-
readonly arn?: string;
|
|
26
|
-
/**
|
|
27
|
-
* KMS key used to encrypt the AnomalyDetector data
|
|
28
|
-
*/
|
|
29
|
-
readonly kmsKeyArn?: string;
|
|
30
|
-
/**
|
|
31
|
-
* List of metric sets for anomaly detection
|
|
32
|
-
*/
|
|
33
|
-
readonly metricSetList?: outputs.lookoutmetrics.AnomalyDetectorMetricSet[];
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* An Amazon Lookout for Metrics Detector
|
|
37
|
-
*/
|
|
38
|
-
export declare function getAnomalyDetectorOutput(args: GetAnomalyDetectorOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAnomalyDetectorResult>;
|
|
39
|
-
export interface GetAnomalyDetectorOutputArgs {
|
|
40
|
-
/**
|
|
41
|
-
* The Amazon Resource Name (ARN) of the detector. For example, `arn:aws:lookoutmetrics:us-east-2:123456789012:AnomalyDetector:my-detector`
|
|
42
|
-
*/
|
|
43
|
-
arn: pulumi.Input<string>;
|
|
44
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
-
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.getAnomalyDetectorOutput = exports.getAnomalyDetector = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("../utilities");
|
|
8
|
-
/**
|
|
9
|
-
* An Amazon Lookout for Metrics Detector
|
|
10
|
-
*/
|
|
11
|
-
function getAnomalyDetector(args, opts) {
|
|
12
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
-
return pulumi.runtime.invoke("aws-native:lookoutmetrics:getAnomalyDetector", {
|
|
14
|
-
"arn": args.arn,
|
|
15
|
-
}, opts);
|
|
16
|
-
}
|
|
17
|
-
exports.getAnomalyDetector = getAnomalyDetector;
|
|
18
|
-
/**
|
|
19
|
-
* An Amazon Lookout for Metrics Detector
|
|
20
|
-
*/
|
|
21
|
-
function getAnomalyDetectorOutput(args, opts) {
|
|
22
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
-
return pulumi.runtime.invokeOutput("aws-native:lookoutmetrics:getAnomalyDetector", {
|
|
24
|
-
"arn": args.arn,
|
|
25
|
-
}, opts);
|
|
26
|
-
}
|
|
27
|
-
exports.getAnomalyDetectorOutput = getAnomalyDetectorOutput;
|
|
28
|
-
//# sourceMappingURL=getAnomalyDetector.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getAnomalyDetector.js","sourceRoot":"","sources":["../../lookoutmetrics/getAnomalyDetector.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC;AA+BD;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export { AlertArgs } from "./alert";
|
|
2
|
-
export type Alert = import("./alert").Alert;
|
|
3
|
-
export declare const Alert: typeof import("./alert").Alert;
|
|
4
|
-
export { AnomalyDetectorArgs } from "./anomalyDetector";
|
|
5
|
-
export type AnomalyDetector = import("./anomalyDetector").AnomalyDetector;
|
|
6
|
-
export declare const AnomalyDetector: typeof import("./anomalyDetector").AnomalyDetector;
|
|
7
|
-
export { GetAlertArgs, GetAlertResult, GetAlertOutputArgs } from "./getAlert";
|
|
8
|
-
export declare const getAlert: typeof import("./getAlert").getAlert;
|
|
9
|
-
export declare const getAlertOutput: typeof import("./getAlert").getAlertOutput;
|
|
10
|
-
export { GetAnomalyDetectorArgs, GetAnomalyDetectorResult, GetAnomalyDetectorOutputArgs } from "./getAnomalyDetector";
|
|
11
|
-
export declare const getAnomalyDetector: typeof import("./getAnomalyDetector").getAnomalyDetector;
|
|
12
|
-
export declare const getAnomalyDetectorOutput: typeof import("./getAnomalyDetector").getAnomalyDetectorOutput;
|
|
13
|
-
export * from "../types/enums/lookoutmetrics";
|
package/lookoutmetrics/index.js
DELETED
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
-
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
-
if (k2 === undefined) k2 = k;
|
|
6
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
-
}
|
|
10
|
-
Object.defineProperty(o, k2, desc);
|
|
11
|
-
}) : (function(o, m, k, k2) {
|
|
12
|
-
if (k2 === undefined) k2 = k;
|
|
13
|
-
o[k2] = m[k];
|
|
14
|
-
}));
|
|
15
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
16
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
|
-
};
|
|
18
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.getAnomalyDetectorOutput = exports.getAnomalyDetector = exports.getAlertOutput = exports.getAlert = exports.AnomalyDetector = exports.Alert = void 0;
|
|
20
|
-
const pulumi = require("@pulumi/pulumi");
|
|
21
|
-
const utilities = require("../utilities");
|
|
22
|
-
exports.Alert = null;
|
|
23
|
-
utilities.lazyLoad(exports, ["Alert"], () => require("./alert"));
|
|
24
|
-
exports.AnomalyDetector = null;
|
|
25
|
-
utilities.lazyLoad(exports, ["AnomalyDetector"], () => require("./anomalyDetector"));
|
|
26
|
-
exports.getAlert = null;
|
|
27
|
-
exports.getAlertOutput = null;
|
|
28
|
-
utilities.lazyLoad(exports, ["getAlert", "getAlertOutput"], () => require("./getAlert"));
|
|
29
|
-
exports.getAnomalyDetector = null;
|
|
30
|
-
exports.getAnomalyDetectorOutput = null;
|
|
31
|
-
utilities.lazyLoad(exports, ["getAnomalyDetector", "getAnomalyDetectorOutput"], () => require("./getAnomalyDetector"));
|
|
32
|
-
// Export enums:
|
|
33
|
-
__exportStar(require("../types/enums/lookoutmetrics"), exports);
|
|
34
|
-
const _module = {
|
|
35
|
-
version: utilities.getVersion(),
|
|
36
|
-
construct: (name, type, urn) => {
|
|
37
|
-
switch (type) {
|
|
38
|
-
case "aws-native:lookoutmetrics:Alert":
|
|
39
|
-
return new exports.Alert(name, undefined, { urn });
|
|
40
|
-
case "aws-native:lookoutmetrics:AnomalyDetector":
|
|
41
|
-
return new exports.AnomalyDetector(name, undefined, { urn });
|
|
42
|
-
default:
|
|
43
|
-
throw new Error(`unknown resource type ${type}`);
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
};
|
|
47
|
-
pulumi.runtime.registerResourceModule("aws-native", "lookoutmetrics", _module);
|
|
48
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../lookoutmetrics/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,KAAK,GAAmC,IAAW,CAAC;AACjE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC;AAIpD,QAAA,eAAe,GAAuD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAGxE,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC7D,QAAA,cAAc,GAA+C,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,EAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAG3E,QAAA,kBAAkB,GAA6D,IAAW,CAAC;AAC3F,QAAA,wBAAwB,GAAmE,IAAW,CAAC;AACpH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,oBAAoB,EAAC,0BAA0B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAGtH,gBAAgB;AAChB,gEAA8C;AAE9C,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,iCAAiC;gBAClC,OAAO,IAAI,aAAK,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACnD,KAAK,2CAA2C;gBAC5C,OAAO,IAAI,uBAAe,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC7D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,gBAAgB,EAAE,OAAO,CAAC,CAAA"}
|