@pulumi/aws-native 1.40.0-alpha.1765431535 → 1.40.0-alpha.1765489566
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
|
@@ -1,67 +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.RobotApplicationVersion = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("../utilities");
|
|
8
|
-
/**
|
|
9
|
-
* AWS::RoboMaker::RobotApplicationVersion resource creates an AWS RoboMaker RobotApplicationVersion. This helps you control which code your robot uses.
|
|
10
|
-
*/
|
|
11
|
-
class RobotApplicationVersion extends pulumi.CustomResource {
|
|
12
|
-
/**
|
|
13
|
-
* Get an existing RobotApplicationVersion 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 RobotApplicationVersion(name, undefined, { ...opts, id: id });
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* Returns true if the given object is an instance of RobotApplicationVersion. 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'] === RobotApplicationVersion.__pulumiType;
|
|
32
|
-
}
|
|
33
|
-
/**
|
|
34
|
-
* Create a RobotApplicationVersion 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?.application === undefined && !opts.urn) {
|
|
45
|
-
throw new Error("Missing required property 'application'");
|
|
46
|
-
}
|
|
47
|
-
resourceInputs["application"] = args?.application;
|
|
48
|
-
resourceInputs["currentRevisionId"] = args?.currentRevisionId;
|
|
49
|
-
resourceInputs["applicationVersion"] = undefined /*out*/;
|
|
50
|
-
resourceInputs["arn"] = undefined /*out*/;
|
|
51
|
-
}
|
|
52
|
-
else {
|
|
53
|
-
resourceInputs["application"] = undefined /*out*/;
|
|
54
|
-
resourceInputs["applicationVersion"] = undefined /*out*/;
|
|
55
|
-
resourceInputs["arn"] = undefined /*out*/;
|
|
56
|
-
resourceInputs["currentRevisionId"] = undefined /*out*/;
|
|
57
|
-
}
|
|
58
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
59
|
-
const replaceOnChanges = { replaceOnChanges: ["application", "currentRevisionId"] };
|
|
60
|
-
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
61
|
-
super(RobotApplicationVersion.__pulumiType, name, resourceInputs, opts);
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
exports.RobotApplicationVersion = RobotApplicationVersion;
|
|
65
|
-
/** @internal */
|
|
66
|
-
RobotApplicationVersion.__pulumiType = 'aws-native:robomaker:RobotApplicationVersion';
|
|
67
|
-
//# sourceMappingURL=robotApplicationVersion.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"robotApplicationVersion.js","sourceRoot":"","sources":["../../robomaker/robotApplicationVersion.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,uBAAwB,SAAQ,MAAM,CAAC,cAAc;IAC9D;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,uBAAuB,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACpF,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,uBAAuB,CAAC,YAAY,CAAC;IACxE,CAAC;IAmBD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAiC,EAAE,IAAmC;QAC5F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,IAAI,EAAE,WAAW,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC9C,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACzD,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC7C;aAAM;YACH,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACzD,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC3D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,aAAa,EAAE,mBAAmB,CAAC,EAAE,CAAC;QACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,uBAAuB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5E,CAAC;;AAxEL,0DAyEC;AA5DG,gBAAgB;AACO,oCAAY,GAAG,8CAA8C,CAAC"}
|
|
@@ -1,201 +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
|
-
* This schema is for testing purpose only.
|
|
6
|
-
*
|
|
7
|
-
* ## Example Usage
|
|
8
|
-
* ### Example
|
|
9
|
-
*
|
|
10
|
-
* ```typescript
|
|
11
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
-
* import * as aws_native from "@pulumi/aws-native";
|
|
13
|
-
*
|
|
14
|
-
* const basicSimulationApplication = new aws_native.robomaker.SimulationApplication("basicSimulationApplication", {
|
|
15
|
-
* name: "MySimulationApplication",
|
|
16
|
-
* environment: "111122223333.dkr.ecr.us-west-2.amazonaws.com/my-sim-app:latest",
|
|
17
|
-
* robotSoftwareSuite: {
|
|
18
|
-
* name: aws_native.robomaker.SimulationApplicationRobotSoftwareSuiteName.General,
|
|
19
|
-
* },
|
|
20
|
-
* simulationSoftwareSuite: {
|
|
21
|
-
* name: aws_native.robomaker.SimulationApplicationSimulationSoftwareSuiteName.SimulationRuntime,
|
|
22
|
-
* },
|
|
23
|
-
* tags: {
|
|
24
|
-
* name: "BasicSimulationApplication",
|
|
25
|
-
* type: "CFN",
|
|
26
|
-
* },
|
|
27
|
-
* });
|
|
28
|
-
* export const simulationApplication = "BasicSimulationApplication";
|
|
29
|
-
*
|
|
30
|
-
* ```
|
|
31
|
-
* ### Example
|
|
32
|
-
*
|
|
33
|
-
* ```typescript
|
|
34
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
35
|
-
* import * as aws_native from "@pulumi/aws-native";
|
|
36
|
-
*
|
|
37
|
-
* const basicSimulationApplication = new aws_native.robomaker.SimulationApplication("basicSimulationApplication", {
|
|
38
|
-
* name: "MySimulationApplication",
|
|
39
|
-
* environment: "111122223333.dkr.ecr.us-west-2.amazonaws.com/my-sim-app:latest",
|
|
40
|
-
* robotSoftwareSuite: {
|
|
41
|
-
* name: aws_native.robomaker.SimulationApplicationRobotSoftwareSuiteName.General,
|
|
42
|
-
* },
|
|
43
|
-
* simulationSoftwareSuite: {
|
|
44
|
-
* name: aws_native.robomaker.SimulationApplicationSimulationSoftwareSuiteName.SimulationRuntime,
|
|
45
|
-
* },
|
|
46
|
-
* tags: {
|
|
47
|
-
* name: "BasicSimulationApplication",
|
|
48
|
-
* type: "CFN",
|
|
49
|
-
* },
|
|
50
|
-
* });
|
|
51
|
-
* export const simulationApplication = basicSimulationApplication.id;
|
|
52
|
-
*
|
|
53
|
-
* ```
|
|
54
|
-
* ### Example
|
|
55
|
-
*
|
|
56
|
-
* ```typescript
|
|
57
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
58
|
-
* import * as aws_native from "@pulumi/aws-native";
|
|
59
|
-
*
|
|
60
|
-
* const basicSimulationApplication = new aws_native.robomaker.SimulationApplication("basicSimulationApplication", {
|
|
61
|
-
* name: "MySimulationApplication",
|
|
62
|
-
* environment: "111122223333.dkr.ecr.us-west-2.amazonaws.com/my-sim-app:latest",
|
|
63
|
-
* robotSoftwareSuite: {
|
|
64
|
-
* name: aws_native.robomaker.SimulationApplicationRobotSoftwareSuiteName.General,
|
|
65
|
-
* },
|
|
66
|
-
* simulationSoftwareSuite: {
|
|
67
|
-
* name: aws_native.robomaker.SimulationApplicationSimulationSoftwareSuiteName.SimulationRuntime,
|
|
68
|
-
* },
|
|
69
|
-
* });
|
|
70
|
-
* const basicSimulationApplicationVersion = new aws_native.robomaker.SimulationApplicationVersion("basicSimulationApplicationVersion", {
|
|
71
|
-
* application: basicSimulationApplication.arn,
|
|
72
|
-
* currentRevisionId: basicSimulationApplication.currentRevisionId,
|
|
73
|
-
* });
|
|
74
|
-
* export const simulationApplicationVersion = "BasicSimulationApplicationVersion";
|
|
75
|
-
*
|
|
76
|
-
* ```
|
|
77
|
-
* ### Example
|
|
78
|
-
*
|
|
79
|
-
* ```typescript
|
|
80
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
81
|
-
* import * as aws_native from "@pulumi/aws-native";
|
|
82
|
-
*
|
|
83
|
-
* const basicSimulationApplication = new aws_native.robomaker.SimulationApplication("basicSimulationApplication", {
|
|
84
|
-
* name: "MySimulationApplication",
|
|
85
|
-
* environment: "111122223333.dkr.ecr.us-west-2.amazonaws.com/my-sim-app:latest",
|
|
86
|
-
* robotSoftwareSuite: {
|
|
87
|
-
* name: aws_native.robomaker.SimulationApplicationRobotSoftwareSuiteName.General,
|
|
88
|
-
* },
|
|
89
|
-
* simulationSoftwareSuite: {
|
|
90
|
-
* name: aws_native.robomaker.SimulationApplicationSimulationSoftwareSuiteName.SimulationRuntime,
|
|
91
|
-
* },
|
|
92
|
-
* });
|
|
93
|
-
* const basicSimulationApplicationVersion = new aws_native.robomaker.SimulationApplicationVersion("basicSimulationApplicationVersion", {
|
|
94
|
-
* application: basicSimulationApplication.arn,
|
|
95
|
-
* currentRevisionId: basicSimulationApplication.currentRevisionId,
|
|
96
|
-
* });
|
|
97
|
-
* export const simulationApplicationVersion = basicSimulationApplicationVersion.id;
|
|
98
|
-
*
|
|
99
|
-
* ```
|
|
100
|
-
*/
|
|
101
|
-
export declare class SimulationApplication extends pulumi.CustomResource {
|
|
102
|
-
/**
|
|
103
|
-
* Get an existing SimulationApplication resource's state with the given name, ID, and optional extra
|
|
104
|
-
* properties used to qualify the lookup.
|
|
105
|
-
*
|
|
106
|
-
* @param name The _unique_ name of the resulting resource.
|
|
107
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
108
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
109
|
-
*/
|
|
110
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): SimulationApplication;
|
|
111
|
-
/**
|
|
112
|
-
* Returns true if the given object is an instance of SimulationApplication. This is designed to work even
|
|
113
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
114
|
-
*/
|
|
115
|
-
static isInstance(obj: any): obj is SimulationApplication;
|
|
116
|
-
/**
|
|
117
|
-
* The Amazon Resource Name (ARN) of the simulation application.
|
|
118
|
-
*/
|
|
119
|
-
readonly arn: pulumi.Output<string>;
|
|
120
|
-
/**
|
|
121
|
-
* The current revision id.
|
|
122
|
-
*/
|
|
123
|
-
readonly currentRevisionId: pulumi.Output<string | undefined>;
|
|
124
|
-
/**
|
|
125
|
-
* The URI of the Docker image for the robot application.
|
|
126
|
-
*/
|
|
127
|
-
readonly environment: pulumi.Output<string | undefined>;
|
|
128
|
-
/**
|
|
129
|
-
* The name of the simulation application.
|
|
130
|
-
*/
|
|
131
|
-
readonly name: pulumi.Output<string | undefined>;
|
|
132
|
-
/**
|
|
133
|
-
* The rendering engine for the simulation application.
|
|
134
|
-
*/
|
|
135
|
-
readonly renderingEngine: pulumi.Output<outputs.robomaker.SimulationApplicationRenderingEngine | undefined>;
|
|
136
|
-
/**
|
|
137
|
-
* The robot software suite used by the simulation application.
|
|
138
|
-
*/
|
|
139
|
-
readonly robotSoftwareSuite: pulumi.Output<outputs.robomaker.SimulationApplicationRobotSoftwareSuite>;
|
|
140
|
-
/**
|
|
141
|
-
* The simulation software suite used by the simulation application.
|
|
142
|
-
*/
|
|
143
|
-
readonly simulationSoftwareSuite: pulumi.Output<outputs.robomaker.SimulationApplicationSimulationSoftwareSuite>;
|
|
144
|
-
/**
|
|
145
|
-
* The sources of the simulation application.
|
|
146
|
-
*/
|
|
147
|
-
readonly sources: pulumi.Output<outputs.robomaker.SimulationApplicationSourceConfig[] | undefined>;
|
|
148
|
-
/**
|
|
149
|
-
* A map that contains tag keys and tag values that are attached to the simulation application.
|
|
150
|
-
*/
|
|
151
|
-
readonly tags: pulumi.Output<{
|
|
152
|
-
[key: string]: string;
|
|
153
|
-
} | undefined>;
|
|
154
|
-
/**
|
|
155
|
-
* Create a SimulationApplication resource with the given unique name, arguments, and options.
|
|
156
|
-
*
|
|
157
|
-
* @param name The _unique_ name of the resource.
|
|
158
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
159
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
160
|
-
*/
|
|
161
|
-
constructor(name: string, args: SimulationApplicationArgs, opts?: pulumi.CustomResourceOptions);
|
|
162
|
-
}
|
|
163
|
-
/**
|
|
164
|
-
* The set of arguments for constructing a SimulationApplication resource.
|
|
165
|
-
*/
|
|
166
|
-
export interface SimulationApplicationArgs {
|
|
167
|
-
/**
|
|
168
|
-
* The current revision id.
|
|
169
|
-
*/
|
|
170
|
-
currentRevisionId?: pulumi.Input<string>;
|
|
171
|
-
/**
|
|
172
|
-
* The URI of the Docker image for the robot application.
|
|
173
|
-
*/
|
|
174
|
-
environment?: pulumi.Input<string>;
|
|
175
|
-
/**
|
|
176
|
-
* The name of the simulation application.
|
|
177
|
-
*/
|
|
178
|
-
name?: pulumi.Input<string>;
|
|
179
|
-
/**
|
|
180
|
-
* The rendering engine for the simulation application.
|
|
181
|
-
*/
|
|
182
|
-
renderingEngine?: pulumi.Input<inputs.robomaker.SimulationApplicationRenderingEngineArgs>;
|
|
183
|
-
/**
|
|
184
|
-
* The robot software suite used by the simulation application.
|
|
185
|
-
*/
|
|
186
|
-
robotSoftwareSuite: pulumi.Input<inputs.robomaker.SimulationApplicationRobotSoftwareSuiteArgs>;
|
|
187
|
-
/**
|
|
188
|
-
* The simulation software suite used by the simulation application.
|
|
189
|
-
*/
|
|
190
|
-
simulationSoftwareSuite: pulumi.Input<inputs.robomaker.SimulationApplicationSimulationSoftwareSuiteArgs>;
|
|
191
|
-
/**
|
|
192
|
-
* The sources of the simulation application.
|
|
193
|
-
*/
|
|
194
|
-
sources?: pulumi.Input<pulumi.Input<inputs.robomaker.SimulationApplicationSourceConfigArgs>[]>;
|
|
195
|
-
/**
|
|
196
|
-
* A map that contains tag keys and tag values that are attached to the simulation application.
|
|
197
|
-
*/
|
|
198
|
-
tags?: pulumi.Input<{
|
|
199
|
-
[key: string]: pulumi.Input<string>;
|
|
200
|
-
}>;
|
|
201
|
-
}
|
|
@@ -1,174 +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.SimulationApplication = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("../utilities");
|
|
8
|
-
/**
|
|
9
|
-
* This schema is for testing purpose only.
|
|
10
|
-
*
|
|
11
|
-
* ## Example Usage
|
|
12
|
-
* ### Example
|
|
13
|
-
*
|
|
14
|
-
* ```typescript
|
|
15
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
-
* import * as aws_native from "@pulumi/aws-native";
|
|
17
|
-
*
|
|
18
|
-
* const basicSimulationApplication = new aws_native.robomaker.SimulationApplication("basicSimulationApplication", {
|
|
19
|
-
* name: "MySimulationApplication",
|
|
20
|
-
* environment: "111122223333.dkr.ecr.us-west-2.amazonaws.com/my-sim-app:latest",
|
|
21
|
-
* robotSoftwareSuite: {
|
|
22
|
-
* name: aws_native.robomaker.SimulationApplicationRobotSoftwareSuiteName.General,
|
|
23
|
-
* },
|
|
24
|
-
* simulationSoftwareSuite: {
|
|
25
|
-
* name: aws_native.robomaker.SimulationApplicationSimulationSoftwareSuiteName.SimulationRuntime,
|
|
26
|
-
* },
|
|
27
|
-
* tags: {
|
|
28
|
-
* name: "BasicSimulationApplication",
|
|
29
|
-
* type: "CFN",
|
|
30
|
-
* },
|
|
31
|
-
* });
|
|
32
|
-
* export const simulationApplication = "BasicSimulationApplication";
|
|
33
|
-
*
|
|
34
|
-
* ```
|
|
35
|
-
* ### Example
|
|
36
|
-
*
|
|
37
|
-
* ```typescript
|
|
38
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
39
|
-
* import * as aws_native from "@pulumi/aws-native";
|
|
40
|
-
*
|
|
41
|
-
* const basicSimulationApplication = new aws_native.robomaker.SimulationApplication("basicSimulationApplication", {
|
|
42
|
-
* name: "MySimulationApplication",
|
|
43
|
-
* environment: "111122223333.dkr.ecr.us-west-2.amazonaws.com/my-sim-app:latest",
|
|
44
|
-
* robotSoftwareSuite: {
|
|
45
|
-
* name: aws_native.robomaker.SimulationApplicationRobotSoftwareSuiteName.General,
|
|
46
|
-
* },
|
|
47
|
-
* simulationSoftwareSuite: {
|
|
48
|
-
* name: aws_native.robomaker.SimulationApplicationSimulationSoftwareSuiteName.SimulationRuntime,
|
|
49
|
-
* },
|
|
50
|
-
* tags: {
|
|
51
|
-
* name: "BasicSimulationApplication",
|
|
52
|
-
* type: "CFN",
|
|
53
|
-
* },
|
|
54
|
-
* });
|
|
55
|
-
* export const simulationApplication = basicSimulationApplication.id;
|
|
56
|
-
*
|
|
57
|
-
* ```
|
|
58
|
-
* ### Example
|
|
59
|
-
*
|
|
60
|
-
* ```typescript
|
|
61
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
62
|
-
* import * as aws_native from "@pulumi/aws-native";
|
|
63
|
-
*
|
|
64
|
-
* const basicSimulationApplication = new aws_native.robomaker.SimulationApplication("basicSimulationApplication", {
|
|
65
|
-
* name: "MySimulationApplication",
|
|
66
|
-
* environment: "111122223333.dkr.ecr.us-west-2.amazonaws.com/my-sim-app:latest",
|
|
67
|
-
* robotSoftwareSuite: {
|
|
68
|
-
* name: aws_native.robomaker.SimulationApplicationRobotSoftwareSuiteName.General,
|
|
69
|
-
* },
|
|
70
|
-
* simulationSoftwareSuite: {
|
|
71
|
-
* name: aws_native.robomaker.SimulationApplicationSimulationSoftwareSuiteName.SimulationRuntime,
|
|
72
|
-
* },
|
|
73
|
-
* });
|
|
74
|
-
* const basicSimulationApplicationVersion = new aws_native.robomaker.SimulationApplicationVersion("basicSimulationApplicationVersion", {
|
|
75
|
-
* application: basicSimulationApplication.arn,
|
|
76
|
-
* currentRevisionId: basicSimulationApplication.currentRevisionId,
|
|
77
|
-
* });
|
|
78
|
-
* export const simulationApplicationVersion = "BasicSimulationApplicationVersion";
|
|
79
|
-
*
|
|
80
|
-
* ```
|
|
81
|
-
* ### Example
|
|
82
|
-
*
|
|
83
|
-
* ```typescript
|
|
84
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
85
|
-
* import * as aws_native from "@pulumi/aws-native";
|
|
86
|
-
*
|
|
87
|
-
* const basicSimulationApplication = new aws_native.robomaker.SimulationApplication("basicSimulationApplication", {
|
|
88
|
-
* name: "MySimulationApplication",
|
|
89
|
-
* environment: "111122223333.dkr.ecr.us-west-2.amazonaws.com/my-sim-app:latest",
|
|
90
|
-
* robotSoftwareSuite: {
|
|
91
|
-
* name: aws_native.robomaker.SimulationApplicationRobotSoftwareSuiteName.General,
|
|
92
|
-
* },
|
|
93
|
-
* simulationSoftwareSuite: {
|
|
94
|
-
* name: aws_native.robomaker.SimulationApplicationSimulationSoftwareSuiteName.SimulationRuntime,
|
|
95
|
-
* },
|
|
96
|
-
* });
|
|
97
|
-
* const basicSimulationApplicationVersion = new aws_native.robomaker.SimulationApplicationVersion("basicSimulationApplicationVersion", {
|
|
98
|
-
* application: basicSimulationApplication.arn,
|
|
99
|
-
* currentRevisionId: basicSimulationApplication.currentRevisionId,
|
|
100
|
-
* });
|
|
101
|
-
* export const simulationApplicationVersion = basicSimulationApplicationVersion.id;
|
|
102
|
-
*
|
|
103
|
-
* ```
|
|
104
|
-
*/
|
|
105
|
-
class SimulationApplication extends pulumi.CustomResource {
|
|
106
|
-
/**
|
|
107
|
-
* Get an existing SimulationApplication resource's state with the given name, ID, and optional extra
|
|
108
|
-
* properties used to qualify the lookup.
|
|
109
|
-
*
|
|
110
|
-
* @param name The _unique_ name of the resulting resource.
|
|
111
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
112
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
113
|
-
*/
|
|
114
|
-
static get(name, id, opts) {
|
|
115
|
-
return new SimulationApplication(name, undefined, { ...opts, id: id });
|
|
116
|
-
}
|
|
117
|
-
/**
|
|
118
|
-
* Returns true if the given object is an instance of SimulationApplication. This is designed to work even
|
|
119
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
120
|
-
*/
|
|
121
|
-
static isInstance(obj) {
|
|
122
|
-
if (obj === undefined || obj === null) {
|
|
123
|
-
return false;
|
|
124
|
-
}
|
|
125
|
-
return obj['__pulumiType'] === SimulationApplication.__pulumiType;
|
|
126
|
-
}
|
|
127
|
-
/**
|
|
128
|
-
* Create a SimulationApplication resource with the given unique name, arguments, and options.
|
|
129
|
-
*
|
|
130
|
-
* @param name The _unique_ name of the resource.
|
|
131
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
132
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
133
|
-
*/
|
|
134
|
-
constructor(name, args, opts) {
|
|
135
|
-
let resourceInputs = {};
|
|
136
|
-
opts = opts || {};
|
|
137
|
-
if (!opts.id) {
|
|
138
|
-
if (args?.robotSoftwareSuite === undefined && !opts.urn) {
|
|
139
|
-
throw new Error("Missing required property 'robotSoftwareSuite'");
|
|
140
|
-
}
|
|
141
|
-
if (args?.simulationSoftwareSuite === undefined && !opts.urn) {
|
|
142
|
-
throw new Error("Missing required property 'simulationSoftwareSuite'");
|
|
143
|
-
}
|
|
144
|
-
resourceInputs["currentRevisionId"] = args?.currentRevisionId;
|
|
145
|
-
resourceInputs["environment"] = args?.environment;
|
|
146
|
-
resourceInputs["name"] = args?.name;
|
|
147
|
-
resourceInputs["renderingEngine"] = args?.renderingEngine;
|
|
148
|
-
resourceInputs["robotSoftwareSuite"] = args?.robotSoftwareSuite;
|
|
149
|
-
resourceInputs["simulationSoftwareSuite"] = args?.simulationSoftwareSuite;
|
|
150
|
-
resourceInputs["sources"] = args?.sources;
|
|
151
|
-
resourceInputs["tags"] = args?.tags;
|
|
152
|
-
resourceInputs["arn"] = undefined /*out*/;
|
|
153
|
-
}
|
|
154
|
-
else {
|
|
155
|
-
resourceInputs["arn"] = undefined /*out*/;
|
|
156
|
-
resourceInputs["currentRevisionId"] = undefined /*out*/;
|
|
157
|
-
resourceInputs["environment"] = undefined /*out*/;
|
|
158
|
-
resourceInputs["name"] = undefined /*out*/;
|
|
159
|
-
resourceInputs["renderingEngine"] = undefined /*out*/;
|
|
160
|
-
resourceInputs["robotSoftwareSuite"] = undefined /*out*/;
|
|
161
|
-
resourceInputs["simulationSoftwareSuite"] = undefined /*out*/;
|
|
162
|
-
resourceInputs["sources"] = undefined /*out*/;
|
|
163
|
-
resourceInputs["tags"] = undefined /*out*/;
|
|
164
|
-
}
|
|
165
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
166
|
-
const replaceOnChanges = { replaceOnChanges: ["name"] };
|
|
167
|
-
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
168
|
-
super(SimulationApplication.__pulumiType, name, resourceInputs, opts);
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
exports.SimulationApplication = SimulationApplication;
|
|
172
|
-
/** @internal */
|
|
173
|
-
SimulationApplication.__pulumiType = 'aws-native:robomaker:SimulationApplication';
|
|
174
|
-
//# sourceMappingURL=simulationApplication.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"simulationApplication.js","sourceRoot":"","sources":["../../robomaker/simulationApplication.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
/**
|
|
3
|
-
* AWS::RoboMaker::SimulationApplicationVersion resource creates an AWS RoboMaker SimulationApplicationVersion. This helps you control which code your simulation uses.
|
|
4
|
-
*/
|
|
5
|
-
export declare class SimulationApplicationVersion extends pulumi.CustomResource {
|
|
6
|
-
/**
|
|
7
|
-
* Get an existing SimulationApplicationVersion resource's state with the given name, ID, and optional extra
|
|
8
|
-
* properties used to qualify the lookup.
|
|
9
|
-
*
|
|
10
|
-
* @param name The _unique_ name of the resulting resource.
|
|
11
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
12
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
13
|
-
*/
|
|
14
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): SimulationApplicationVersion;
|
|
15
|
-
/**
|
|
16
|
-
* Returns true if the given object is an instance of SimulationApplicationVersion. This is designed to work even
|
|
17
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
18
|
-
*/
|
|
19
|
-
static isInstance(obj: any): obj is SimulationApplicationVersion;
|
|
20
|
-
/**
|
|
21
|
-
* The application information for the simulation application.
|
|
22
|
-
*/
|
|
23
|
-
readonly application: pulumi.Output<string>;
|
|
24
|
-
/**
|
|
25
|
-
* The simulation application version.
|
|
26
|
-
*/
|
|
27
|
-
readonly applicationVersion: pulumi.Output<string>;
|
|
28
|
-
/**
|
|
29
|
-
* The Amazon Resource Name (ARN) of the simulation application version.
|
|
30
|
-
*/
|
|
31
|
-
readonly arn: pulumi.Output<string>;
|
|
32
|
-
/**
|
|
33
|
-
* The revision ID of robot application.
|
|
34
|
-
*/
|
|
35
|
-
readonly currentRevisionId: pulumi.Output<string | undefined>;
|
|
36
|
-
/**
|
|
37
|
-
* Create a SimulationApplicationVersion resource with the given unique name, arguments, and options.
|
|
38
|
-
*
|
|
39
|
-
* @param name The _unique_ name of the resource.
|
|
40
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
41
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
42
|
-
*/
|
|
43
|
-
constructor(name: string, args: SimulationApplicationVersionArgs, opts?: pulumi.CustomResourceOptions);
|
|
44
|
-
}
|
|
45
|
-
/**
|
|
46
|
-
* The set of arguments for constructing a SimulationApplicationVersion resource.
|
|
47
|
-
*/
|
|
48
|
-
export interface SimulationApplicationVersionArgs {
|
|
49
|
-
/**
|
|
50
|
-
* The application information for the simulation application.
|
|
51
|
-
*/
|
|
52
|
-
application: pulumi.Input<string>;
|
|
53
|
-
/**
|
|
54
|
-
* The revision ID of robot application.
|
|
55
|
-
*/
|
|
56
|
-
currentRevisionId?: pulumi.Input<string>;
|
|
57
|
-
}
|
|
@@ -1,67 +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.SimulationApplicationVersion = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("../utilities");
|
|
8
|
-
/**
|
|
9
|
-
* AWS::RoboMaker::SimulationApplicationVersion resource creates an AWS RoboMaker SimulationApplicationVersion. This helps you control which code your simulation uses.
|
|
10
|
-
*/
|
|
11
|
-
class SimulationApplicationVersion extends pulumi.CustomResource {
|
|
12
|
-
/**
|
|
13
|
-
* Get an existing SimulationApplicationVersion 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 SimulationApplicationVersion(name, undefined, { ...opts, id: id });
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* Returns true if the given object is an instance of SimulationApplicationVersion. 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'] === SimulationApplicationVersion.__pulumiType;
|
|
32
|
-
}
|
|
33
|
-
/**
|
|
34
|
-
* Create a SimulationApplicationVersion 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?.application === undefined && !opts.urn) {
|
|
45
|
-
throw new Error("Missing required property 'application'");
|
|
46
|
-
}
|
|
47
|
-
resourceInputs["application"] = args?.application;
|
|
48
|
-
resourceInputs["currentRevisionId"] = args?.currentRevisionId;
|
|
49
|
-
resourceInputs["applicationVersion"] = undefined /*out*/;
|
|
50
|
-
resourceInputs["arn"] = undefined /*out*/;
|
|
51
|
-
}
|
|
52
|
-
else {
|
|
53
|
-
resourceInputs["application"] = undefined /*out*/;
|
|
54
|
-
resourceInputs["applicationVersion"] = undefined /*out*/;
|
|
55
|
-
resourceInputs["arn"] = undefined /*out*/;
|
|
56
|
-
resourceInputs["currentRevisionId"] = undefined /*out*/;
|
|
57
|
-
}
|
|
58
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
59
|
-
const replaceOnChanges = { replaceOnChanges: ["application", "currentRevisionId"] };
|
|
60
|
-
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
61
|
-
super(SimulationApplicationVersion.__pulumiType, name, resourceInputs, opts);
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
exports.SimulationApplicationVersion = SimulationApplicationVersion;
|
|
65
|
-
/** @internal */
|
|
66
|
-
SimulationApplicationVersion.__pulumiType = 'aws-native:robomaker:SimulationApplicationVersion';
|
|
67
|
-
//# sourceMappingURL=simulationApplicationVersion.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"simulationApplicationVersion.js","sourceRoot":"","sources":["../../robomaker/simulationApplicationVersion.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,4BAA6B,SAAQ,MAAM,CAAC,cAAc;IACnE;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,4BAA4B,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACzF,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,4BAA4B,CAAC,YAAY,CAAC;IAC7E,CAAC;IAmBD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAsC,EAAE,IAAmC;QACjG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,IAAI,EAAE,WAAW,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC9C,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACzD,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC7C;aAAM;YACH,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACzD,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC3D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,aAAa,EAAE,mBAAmB,CAAC,EAAE,CAAC;QACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,4BAA4B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACjF,CAAC;;AAxEL,oEAyEC;AA5DG,gBAAgB;AACO,yCAAY,GAAG,mDAAmD,CAAC"}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
export declare const AnomalyDetectorCsvFormatDescriptorFileCompression: {
|
|
2
|
-
readonly None: "NONE";
|
|
3
|
-
readonly Gzip: "GZIP";
|
|
4
|
-
};
|
|
5
|
-
/**
|
|
6
|
-
* The level of compression of the source CSV file.
|
|
7
|
-
*/
|
|
8
|
-
export type AnomalyDetectorCsvFormatDescriptorFileCompression = (typeof AnomalyDetectorCsvFormatDescriptorFileCompression)[keyof typeof AnomalyDetectorCsvFormatDescriptorFileCompression];
|
|
9
|
-
export declare const AnomalyDetectorFrequency: {
|
|
10
|
-
readonly Pt5m: "PT5M";
|
|
11
|
-
readonly Pt10m: "PT10M";
|
|
12
|
-
readonly Pt1h: "PT1H";
|
|
13
|
-
readonly P1d: "P1D";
|
|
14
|
-
};
|
|
15
|
-
/**
|
|
16
|
-
* Frequency of anomaly detection
|
|
17
|
-
*/
|
|
18
|
-
export type AnomalyDetectorFrequency = (typeof AnomalyDetectorFrequency)[keyof typeof AnomalyDetectorFrequency];
|
|
19
|
-
export declare const AnomalyDetectorJsonFormatDescriptorFileCompression: {
|
|
20
|
-
readonly None: "NONE";
|
|
21
|
-
readonly Gzip: "GZIP";
|
|
22
|
-
};
|
|
23
|
-
/**
|
|
24
|
-
* The level of compression of the source CSV file.
|
|
25
|
-
*/
|
|
26
|
-
export type AnomalyDetectorJsonFormatDescriptorFileCompression = (typeof AnomalyDetectorJsonFormatDescriptorFileCompression)[keyof typeof AnomalyDetectorJsonFormatDescriptorFileCompression];
|
|
27
|
-
export declare const AnomalyDetectorMetricAggregationFunction: {
|
|
28
|
-
readonly Avg: "AVG";
|
|
29
|
-
readonly Sum: "SUM";
|
|
30
|
-
};
|
|
31
|
-
/**
|
|
32
|
-
* Operator used to aggregate metric values
|
|
33
|
-
*/
|
|
34
|
-
export type AnomalyDetectorMetricAggregationFunction = (typeof AnomalyDetectorMetricAggregationFunction)[keyof typeof AnomalyDetectorMetricAggregationFunction];
|
|
35
|
-
export declare const AnomalyDetectorMetricSetMetricSetFrequency: {
|
|
36
|
-
readonly Pt5m: "PT5M";
|
|
37
|
-
readonly Pt10m: "PT10M";
|
|
38
|
-
readonly Pt1h: "PT1H";
|
|
39
|
-
readonly P1d: "P1D";
|
|
40
|
-
};
|
|
41
|
-
/**
|
|
42
|
-
* A frequency period to aggregate the data
|
|
43
|
-
*/
|
|
44
|
-
export type AnomalyDetectorMetricSetMetricSetFrequency = (typeof AnomalyDetectorMetricSetMetricSetFrequency)[keyof typeof AnomalyDetectorMetricSetMetricSetFrequency];
|
|
@@ -1,30 +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.AnomalyDetectorMetricSetMetricSetFrequency = exports.AnomalyDetectorMetricAggregationFunction = exports.AnomalyDetectorJsonFormatDescriptorFileCompression = exports.AnomalyDetectorFrequency = exports.AnomalyDetectorCsvFormatDescriptorFileCompression = void 0;
|
|
6
|
-
exports.AnomalyDetectorCsvFormatDescriptorFileCompression = {
|
|
7
|
-
None: "NONE",
|
|
8
|
-
Gzip: "GZIP",
|
|
9
|
-
};
|
|
10
|
-
exports.AnomalyDetectorFrequency = {
|
|
11
|
-
Pt5m: "PT5M",
|
|
12
|
-
Pt10m: "PT10M",
|
|
13
|
-
Pt1h: "PT1H",
|
|
14
|
-
P1d: "P1D",
|
|
15
|
-
};
|
|
16
|
-
exports.AnomalyDetectorJsonFormatDescriptorFileCompression = {
|
|
17
|
-
None: "NONE",
|
|
18
|
-
Gzip: "GZIP",
|
|
19
|
-
};
|
|
20
|
-
exports.AnomalyDetectorMetricAggregationFunction = {
|
|
21
|
-
Avg: "AVG",
|
|
22
|
-
Sum: "SUM",
|
|
23
|
-
};
|
|
24
|
-
exports.AnomalyDetectorMetricSetMetricSetFrequency = {
|
|
25
|
-
Pt5m: "PT5M",
|
|
26
|
-
Pt10m: "PT10M",
|
|
27
|
-
Pt1h: "PT1H",
|
|
28
|
-
P1d: "P1D",
|
|
29
|
-
};
|
|
30
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/lookoutmetrics/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,iDAAiD,GAAG;IAC7D,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;CACN,CAAC;AAOE,QAAA,wBAAwB,GAAG;IACpC,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,KAAK;CACJ,CAAC;AAOE,QAAA,kDAAkD,GAAG;IAC9D,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;CACN,CAAC;AAOE,QAAA,wCAAwC,GAAG;IACpD,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;CACJ,CAAC;AAOE,QAAA,0CAA0C,GAAG;IACtD,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,KAAK;CACJ,CAAC"}
|