@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.
Files changed (245) hide show
  1. package/autoscaling/autoScalingGroup.d.ts +2 -0
  2. package/autoscaling/autoScalingGroup.js +2 -0
  3. package/autoscaling/autoScalingGroup.js.map +1 -1
  4. package/autoscaling/getAutoScalingGroup.d.ts +1 -0
  5. package/autoscaling/getAutoScalingGroup.js.map +1 -1
  6. package/backup/getLogicallyAirGappedBackupVault.d.ts +3 -0
  7. package/backup/getLogicallyAirGappedBackupVault.js.map +1 -1
  8. package/backup/logicallyAirGappedBackupVault.d.ts +10 -0
  9. package/backup/logicallyAirGappedBackupVault.js.map +1 -1
  10. package/cleanrooms/analysisTemplate.d.ts +2 -0
  11. package/cleanrooms/analysisTemplate.js +3 -1
  12. package/cleanrooms/analysisTemplate.js.map +1 -1
  13. package/connect/dataTable.d.ts +112 -0
  14. package/connect/dataTable.js +80 -0
  15. package/connect/dataTable.js.map +1 -0
  16. package/connect/dataTableAttribute.d.ts +54 -0
  17. package/connect/dataTableAttribute.js +78 -0
  18. package/connect/dataTableAttribute.js.map +1 -0
  19. package/connect/dataTableRecord.d.ts +42 -0
  20. package/connect/dataTableRecord.js +64 -0
  21. package/connect/dataTableRecord.js.map +1 -0
  22. package/connect/getDataTable.d.ts +73 -0
  23. package/connect/getDataTable.js +30 -0
  24. package/connect/getDataTable.js.map +1 -0
  25. package/connect/getDataTableAttribute.d.ts +32 -0
  26. package/connect/getDataTableAttribute.js +32 -0
  27. package/connect/getDataTableAttribute.js.map +1 -0
  28. package/connect/getDataTableRecord.d.ts +24 -0
  29. package/connect/getDataTableRecord.js +32 -0
  30. package/connect/getDataTableRecord.js.map +1 -0
  31. package/connect/getSecurityProfile.d.ts +3 -0
  32. package/connect/getSecurityProfile.js.map +1 -1
  33. package/connect/getWorkspace.d.ts +69 -0
  34. package/{robomaker/getRobot.js → connect/getWorkspace.js} +10 -10
  35. package/connect/getWorkspace.js.map +1 -0
  36. package/connect/index.d.ts +24 -0
  37. package/connect/index.js +30 -2
  38. package/connect/index.js.map +1 -1
  39. package/connect/securityProfile.d.ts +6 -0
  40. package/connect/securityProfile.js.map +1 -1
  41. package/connect/workspace.d.ts +124 -0
  42. package/connect/workspace.js +83 -0
  43. package/connect/workspace.js.map +1 -0
  44. package/connectcampaignsv2/campaign.d.ts +5 -2
  45. package/connectcampaignsv2/campaign.js +2 -3
  46. package/connectcampaignsv2/campaign.js.map +1 -1
  47. package/connectcampaignsv2/getCampaign.d.ts +2 -0
  48. package/connectcampaignsv2/getCampaign.js.map +1 -1
  49. package/dsql/cluster.d.ts +4 -0
  50. package/dsql/cluster.js +2 -0
  51. package/dsql/cluster.js.map +1 -1
  52. package/dsql/getCluster.d.ts +4 -0
  53. package/dsql/getCluster.js.map +1 -1
  54. package/ec2/getNatGateway.d.ts +26 -0
  55. package/ec2/getNatGateway.js.map +1 -1
  56. package/ec2/getNetworkInterface.d.ts +1 -0
  57. package/ec2/getNetworkInterface.js.map +1 -1
  58. package/ec2/getNetworkInterfaceAttachment.d.ts +4 -4
  59. package/ec2/getNetworkInterfaceAttachment.js +2 -2
  60. package/ec2/natGateway.d.ts +50 -0
  61. package/ec2/natGateway.js +11 -1
  62. package/ec2/natGateway.js.map +1 -1
  63. package/ec2/networkInterface.d.ts +10 -0
  64. package/ec2/networkInterface.js +4 -0
  65. package/ec2/networkInterface.js.map +1 -1
  66. package/ec2/networkInterfaceAttachment.d.ts +7 -7
  67. package/ec2/networkInterfaceAttachment.js +1 -1
  68. package/ecs/expressGatewayService.d.ts +2 -0
  69. package/ecs/expressGatewayService.js +4 -0
  70. package/ecs/expressGatewayService.js.map +1 -1
  71. package/ecs/getExpressGatewayService.d.ts +2 -0
  72. package/ecs/getExpressGatewayService.js.map +1 -1
  73. package/index.d.ts +1 -3
  74. package/index.js +3 -7
  75. package/index.js.map +1 -1
  76. package/lambda/function.d.ts +2 -0
  77. package/lambda/function.js +2 -0
  78. package/lambda/function.js.map +1 -1
  79. package/lambda/getFunction.d.ts +1 -0
  80. package/lambda/getFunction.js.map +1 -1
  81. package/networkmanager/connectAttachment.d.ts +8 -0
  82. package/networkmanager/connectAttachment.js +3 -1
  83. package/networkmanager/connectAttachment.js.map +1 -1
  84. package/networkmanager/coreNetworkPrefixListAssociation.d.ts +57 -0
  85. package/networkmanager/coreNetworkPrefixListAssociation.js +71 -0
  86. package/networkmanager/coreNetworkPrefixListAssociation.js.map +1 -0
  87. package/networkmanager/directConnectGatewayAttachment.d.ts +8 -0
  88. package/networkmanager/directConnectGatewayAttachment.js +3 -1
  89. package/networkmanager/directConnectGatewayAttachment.js.map +1 -1
  90. package/networkmanager/index.d.ts +3 -0
  91. package/networkmanager/index.js +5 -1
  92. package/networkmanager/index.js.map +1 -1
  93. package/networkmanager/siteToSiteVpnAttachment.d.ts +8 -0
  94. package/networkmanager/siteToSiteVpnAttachment.js +3 -1
  95. package/networkmanager/siteToSiteVpnAttachment.js.map +1 -1
  96. package/networkmanager/transitGatewayRouteTableAttachment.d.ts +8 -0
  97. package/networkmanager/transitGatewayRouteTableAttachment.js +3 -1
  98. package/networkmanager/transitGatewayRouteTableAttachment.js.map +1 -1
  99. package/networkmanager/vpcAttachment.d.ts +8 -0
  100. package/networkmanager/vpcAttachment.js +3 -1
  101. package/networkmanager/vpcAttachment.js.map +1 -1
  102. package/observabilityadmin/getTelemetryPipelines.d.ts +29 -0
  103. package/observabilityadmin/getTelemetryPipelines.js +28 -0
  104. package/observabilityadmin/getTelemetryPipelines.js.map +1 -0
  105. package/observabilityadmin/index.d.ts +6 -0
  106. package/observabilityadmin/index.js +8 -1
  107. package/observabilityadmin/index.js.map +1 -1
  108. package/observabilityadmin/telemetryPipelines.d.ts +53 -0
  109. package/{robomaker/robot.js → observabilityadmin/telemetryPipelines.js} +25 -24
  110. package/observabilityadmin/telemetryPipelines.js.map +1 -0
  111. package/package.json +3 -3
  112. package/package.json.dev +2 -2
  113. package/paymentcryptography/getKey.d.ts +3 -0
  114. package/paymentcryptography/getKey.js.map +1 -1
  115. package/paymentcryptography/key.d.ts +5 -0
  116. package/paymentcryptography/key.js +4 -0
  117. package/paymentcryptography/key.js.map +1 -1
  118. package/ram/getResourceShare.d.ts +21 -0
  119. package/ram/getResourceShare.js.map +1 -1
  120. package/ram/index.d.ts +1 -0
  121. package/ram/index.js +16 -0
  122. package/ram/index.js.map +1 -1
  123. package/ram/resourceShare.d.ts +21 -0
  124. package/ram/resourceShare.js +10 -0
  125. package/ram/resourceShare.js.map +1 -1
  126. package/route53/getHostedZone.d.ts +1 -0
  127. package/route53/getHostedZone.js.map +1 -1
  128. package/route53/hostedZone.d.ts +2 -0
  129. package/route53/hostedZone.js +2 -0
  130. package/route53/hostedZone.js.map +1 -1
  131. package/s3/bucket.js +1 -1
  132. package/s3/bucket.js.map +1 -1
  133. package/s3tables/getTableBucket.d.ts +1 -0
  134. package/s3tables/getTableBucket.js.map +1 -1
  135. package/s3tables/table.d.ts +2 -0
  136. package/s3tables/table.js +3 -1
  137. package/s3tables/table.js.map +1 -1
  138. package/s3tables/tableBucket.d.ts +2 -0
  139. package/s3tables/tableBucket.js +2 -0
  140. package/s3tables/tableBucket.js.map +1 -1
  141. package/securityhub/connectorV2.d.ts +87 -0
  142. package/securityhub/connectorV2.js +83 -0
  143. package/securityhub/connectorV2.js.map +1 -0
  144. package/securityhub/getConnectorV2.d.ts +52 -0
  145. package/securityhub/getConnectorV2.js +28 -0
  146. package/securityhub/getConnectorV2.js.map +1 -0
  147. package/securityhub/index.d.ts +6 -0
  148. package/securityhub/index.js +8 -1
  149. package/securityhub/index.js.map +1 -1
  150. package/transfer/connector.d.ts +4 -0
  151. package/transfer/connector.js +2 -0
  152. package/transfer/connector.js.map +1 -1
  153. package/transfer/getConnector.d.ts +4 -0
  154. package/transfer/getConnector.js.map +1 -1
  155. package/types/enums/cleanrooms/index.d.ts +5 -0
  156. package/types/enums/cleanrooms/index.js +5 -1
  157. package/types/enums/cleanrooms/index.js.map +1 -1
  158. package/types/enums/connect/index.d.ts +50 -0
  159. package/types/enums/connect/index.js +34 -1
  160. package/types/enums/connect/index.js.map +1 -1
  161. package/types/enums/connectcampaignsv2/index.d.ts +8 -0
  162. package/types/enums/connectcampaignsv2/index.js +5 -1
  163. package/types/enums/connectcampaignsv2/index.js.map +1 -1
  164. package/types/enums/ec2/index.d.ts +9 -0
  165. package/types/enums/ec2/index.js +8 -3
  166. package/types/enums/ec2/index.js.map +1 -1
  167. package/types/enums/index.d.ts +2 -3
  168. package/types/enums/index.js +4 -6
  169. package/types/enums/index.js.map +1 -1
  170. package/types/enums/observabilityadmin/index.d.ts +132 -0
  171. package/types/enums/observabilityadmin/index.js +89 -1
  172. package/types/enums/observabilityadmin/index.js.map +1 -1
  173. package/types/enums/paymentcryptography/index.d.ts +10 -0
  174. package/types/enums/paymentcryptography/index.js +7 -1
  175. package/types/enums/paymentcryptography/index.js.map +1 -1
  176. package/types/enums/ram/index.d.ts +20 -0
  177. package/types/enums/ram/index.js +18 -0
  178. package/types/enums/ram/index.js.map +1 -0
  179. package/types/enums/s3tables/index.d.ts +16 -0
  180. package/types/enums/s3tables/index.js +9 -1
  181. package/types/enums/s3tables/index.js.map +1 -1
  182. package/types/enums/securityhub/index.d.ts +10 -0
  183. package/types/enums/securityhub/index.js +7 -1
  184. package/types/enums/securityhub/index.js.map +1 -1
  185. package/types/input.d.ts +674 -374
  186. package/types/output.d.ts +739 -374
  187. package/types/output.js.map +1 -1
  188. package/lookoutmetrics/alert.d.ts +0 -79
  189. package/lookoutmetrics/alert.js +0 -77
  190. package/lookoutmetrics/alert.js.map +0 -1
  191. package/lookoutmetrics/anomalyDetector.d.ts +0 -79
  192. package/lookoutmetrics/anomalyDetector.js +0 -74
  193. package/lookoutmetrics/anomalyDetector.js.map +0 -1
  194. package/lookoutmetrics/getAlert.d.ts +0 -27
  195. package/lookoutmetrics/getAlert.js +0 -28
  196. package/lookoutmetrics/getAlert.js.map +0 -1
  197. package/lookoutmetrics/getAnomalyDetector.d.ts +0 -44
  198. package/lookoutmetrics/getAnomalyDetector.js +0 -28
  199. package/lookoutmetrics/getAnomalyDetector.js.map +0 -1
  200. package/lookoutmetrics/index.d.ts +0 -13
  201. package/lookoutmetrics/index.js +0 -48
  202. package/lookoutmetrics/index.js.map +0 -1
  203. package/robomaker/fleet.d.ts +0 -131
  204. package/robomaker/fleet.js +0 -136
  205. package/robomaker/fleet.js.map +0 -1
  206. package/robomaker/getFleet.d.ts +0 -33
  207. package/robomaker/getFleet.js +0 -28
  208. package/robomaker/getFleet.js.map +0 -1
  209. package/robomaker/getRobot.d.ts +0 -33
  210. package/robomaker/getRobot.js.map +0 -1
  211. package/robomaker/getRobotApplication.d.ts +0 -46
  212. package/robomaker/getRobotApplication.js +0 -28
  213. package/robomaker/getRobotApplication.js.map +0 -1
  214. package/robomaker/getRobotApplicationVersion.d.ts +0 -31
  215. package/robomaker/getRobotApplicationVersion.js +0 -28
  216. package/robomaker/getRobotApplicationVersion.js.map +0 -1
  217. package/robomaker/getSimulationApplication.d.ts +0 -50
  218. package/robomaker/getSimulationApplication.js +0 -28
  219. package/robomaker/getSimulationApplication.js.map +0 -1
  220. package/robomaker/getSimulationApplicationVersion.d.ts +0 -31
  221. package/robomaker/getSimulationApplicationVersion.js +0 -28
  222. package/robomaker/getSimulationApplicationVersion.js.map +0 -1
  223. package/robomaker/index.d.ts +0 -37
  224. package/robomaker/index.js +0 -76
  225. package/robomaker/index.js.map +0 -1
  226. package/robomaker/robot.d.ts +0 -82
  227. package/robomaker/robot.js.map +0 -1
  228. package/robomaker/robotApplication.d.ts +0 -173
  229. package/robomaker/robotApplication.js +0 -155
  230. package/robomaker/robotApplication.js.map +0 -1
  231. package/robomaker/robotApplicationVersion.d.ts +0 -57
  232. package/robomaker/robotApplicationVersion.js +0 -67
  233. package/robomaker/robotApplicationVersion.js.map +0 -1
  234. package/robomaker/simulationApplication.d.ts +0 -201
  235. package/robomaker/simulationApplication.js +0 -174
  236. package/robomaker/simulationApplication.js.map +0 -1
  237. package/robomaker/simulationApplicationVersion.d.ts +0 -57
  238. package/robomaker/simulationApplicationVersion.js +0 -67
  239. package/robomaker/simulationApplicationVersion.js.map +0 -1
  240. package/types/enums/lookoutmetrics/index.d.ts +0 -44
  241. package/types/enums/lookoutmetrics/index.js +0 -30
  242. package/types/enums/lookoutmetrics/index.js.map +0 -1
  243. package/types/enums/robomaker/index.d.ts +0 -93
  244. package/types/enums/robomaker/index.js +0 -59
  245. 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"}