@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.
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 +0,0 @@
1
- {"version":3,"file":"getSimulationApplicationVersion.js","sourceRoot":"","sources":["../../robomaker/getSimulationApplicationVersion.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAA2B;IAClH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0EAKC;AAmBD;;GAEG;AACH,SAAgB,qCAAqC,CAAC,IAA+C,EAAE,IAAiC;IACpI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sDAAsD,EAAE;QACvF,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sFAKC"}
@@ -1,37 +0,0 @@
1
- export { FleetArgs } from "./fleet";
2
- export type Fleet = import("./fleet").Fleet;
3
- export declare const Fleet: typeof import("./fleet").Fleet;
4
- export { GetFleetArgs, GetFleetResult, GetFleetOutputArgs } from "./getFleet";
5
- export declare const getFleet: typeof import("./getFleet").getFleet;
6
- export declare const getFleetOutput: typeof import("./getFleet").getFleetOutput;
7
- export { GetRobotArgs, GetRobotResult, GetRobotOutputArgs } from "./getRobot";
8
- export declare const getRobot: typeof import("./getRobot").getRobot;
9
- export declare const getRobotOutput: typeof import("./getRobot").getRobotOutput;
10
- export { GetRobotApplicationArgs, GetRobotApplicationResult, GetRobotApplicationOutputArgs } from "./getRobotApplication";
11
- export declare const getRobotApplication: typeof import("./getRobotApplication").getRobotApplication;
12
- export declare const getRobotApplicationOutput: typeof import("./getRobotApplication").getRobotApplicationOutput;
13
- export { GetRobotApplicationVersionArgs, GetRobotApplicationVersionResult, GetRobotApplicationVersionOutputArgs } from "./getRobotApplicationVersion";
14
- export declare const getRobotApplicationVersion: typeof import("./getRobotApplicationVersion").getRobotApplicationVersion;
15
- export declare const getRobotApplicationVersionOutput: typeof import("./getRobotApplicationVersion").getRobotApplicationVersionOutput;
16
- export { GetSimulationApplicationArgs, GetSimulationApplicationResult, GetSimulationApplicationOutputArgs } from "./getSimulationApplication";
17
- export declare const getSimulationApplication: typeof import("./getSimulationApplication").getSimulationApplication;
18
- export declare const getSimulationApplicationOutput: typeof import("./getSimulationApplication").getSimulationApplicationOutput;
19
- export { GetSimulationApplicationVersionArgs, GetSimulationApplicationVersionResult, GetSimulationApplicationVersionOutputArgs } from "./getSimulationApplicationVersion";
20
- export declare const getSimulationApplicationVersion: typeof import("./getSimulationApplicationVersion").getSimulationApplicationVersion;
21
- export declare const getSimulationApplicationVersionOutput: typeof import("./getSimulationApplicationVersion").getSimulationApplicationVersionOutput;
22
- export { RobotArgs } from "./robot";
23
- export type Robot = import("./robot").Robot;
24
- export declare const Robot: typeof import("./robot").Robot;
25
- export { RobotApplicationArgs } from "./robotApplication";
26
- export type RobotApplication = import("./robotApplication").RobotApplication;
27
- export declare const RobotApplication: typeof import("./robotApplication").RobotApplication;
28
- export { RobotApplicationVersionArgs } from "./robotApplicationVersion";
29
- export type RobotApplicationVersion = import("./robotApplicationVersion").RobotApplicationVersion;
30
- export declare const RobotApplicationVersion: typeof import("./robotApplicationVersion").RobotApplicationVersion;
31
- export { SimulationApplicationArgs } from "./simulationApplication";
32
- export type SimulationApplication = import("./simulationApplication").SimulationApplication;
33
- export declare const SimulationApplication: typeof import("./simulationApplication").SimulationApplication;
34
- export { SimulationApplicationVersionArgs } from "./simulationApplicationVersion";
35
- export type SimulationApplicationVersion = import("./simulationApplicationVersion").SimulationApplicationVersion;
36
- export declare const SimulationApplicationVersion: typeof import("./simulationApplicationVersion").SimulationApplicationVersion;
37
- export * from "../types/enums/robomaker";
@@ -1,76 +0,0 @@
1
- "use strict";
2
- // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
- // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
- if (k2 === undefined) k2 = k;
6
- var desc = Object.getOwnPropertyDescriptor(m, k);
7
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
- desc = { enumerable: true, get: function() { return m[k]; } };
9
- }
10
- Object.defineProperty(o, k2, desc);
11
- }) : (function(o, m, k, k2) {
12
- if (k2 === undefined) k2 = k;
13
- o[k2] = m[k];
14
- }));
15
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
17
- };
18
- Object.defineProperty(exports, "__esModule", { value: true });
19
- exports.SimulationApplicationVersion = exports.SimulationApplication = exports.RobotApplicationVersion = exports.RobotApplication = exports.Robot = exports.getSimulationApplicationVersionOutput = exports.getSimulationApplicationVersion = exports.getSimulationApplicationOutput = exports.getSimulationApplication = exports.getRobotApplicationVersionOutput = exports.getRobotApplicationVersion = exports.getRobotApplicationOutput = exports.getRobotApplication = exports.getRobotOutput = exports.getRobot = exports.getFleetOutput = exports.getFleet = exports.Fleet = void 0;
20
- const pulumi = require("@pulumi/pulumi");
21
- const utilities = require("../utilities");
22
- exports.Fleet = null;
23
- utilities.lazyLoad(exports, ["Fleet"], () => require("./fleet"));
24
- exports.getFleet = null;
25
- exports.getFleetOutput = null;
26
- utilities.lazyLoad(exports, ["getFleet", "getFleetOutput"], () => require("./getFleet"));
27
- exports.getRobot = null;
28
- exports.getRobotOutput = null;
29
- utilities.lazyLoad(exports, ["getRobot", "getRobotOutput"], () => require("./getRobot"));
30
- exports.getRobotApplication = null;
31
- exports.getRobotApplicationOutput = null;
32
- utilities.lazyLoad(exports, ["getRobotApplication", "getRobotApplicationOutput"], () => require("./getRobotApplication"));
33
- exports.getRobotApplicationVersion = null;
34
- exports.getRobotApplicationVersionOutput = null;
35
- utilities.lazyLoad(exports, ["getRobotApplicationVersion", "getRobotApplicationVersionOutput"], () => require("./getRobotApplicationVersion"));
36
- exports.getSimulationApplication = null;
37
- exports.getSimulationApplicationOutput = null;
38
- utilities.lazyLoad(exports, ["getSimulationApplication", "getSimulationApplicationOutput"], () => require("./getSimulationApplication"));
39
- exports.getSimulationApplicationVersion = null;
40
- exports.getSimulationApplicationVersionOutput = null;
41
- utilities.lazyLoad(exports, ["getSimulationApplicationVersion", "getSimulationApplicationVersionOutput"], () => require("./getSimulationApplicationVersion"));
42
- exports.Robot = null;
43
- utilities.lazyLoad(exports, ["Robot"], () => require("./robot"));
44
- exports.RobotApplication = null;
45
- utilities.lazyLoad(exports, ["RobotApplication"], () => require("./robotApplication"));
46
- exports.RobotApplicationVersion = null;
47
- utilities.lazyLoad(exports, ["RobotApplicationVersion"], () => require("./robotApplicationVersion"));
48
- exports.SimulationApplication = null;
49
- utilities.lazyLoad(exports, ["SimulationApplication"], () => require("./simulationApplication"));
50
- exports.SimulationApplicationVersion = null;
51
- utilities.lazyLoad(exports, ["SimulationApplicationVersion"], () => require("./simulationApplicationVersion"));
52
- // Export enums:
53
- __exportStar(require("../types/enums/robomaker"), exports);
54
- const _module = {
55
- version: utilities.getVersion(),
56
- construct: (name, type, urn) => {
57
- switch (type) {
58
- case "aws-native:robomaker:Fleet":
59
- return new exports.Fleet(name, undefined, { urn });
60
- case "aws-native:robomaker:Robot":
61
- return new exports.Robot(name, undefined, { urn });
62
- case "aws-native:robomaker:RobotApplication":
63
- return new exports.RobotApplication(name, undefined, { urn });
64
- case "aws-native:robomaker:RobotApplicationVersion":
65
- return new exports.RobotApplicationVersion(name, undefined, { urn });
66
- case "aws-native:robomaker:SimulationApplication":
67
- return new exports.SimulationApplication(name, undefined, { urn });
68
- case "aws-native:robomaker:SimulationApplicationVersion":
69
- return new exports.SimulationApplicationVersion(name, undefined, { urn });
70
- default:
71
- throw new Error(`unknown resource type ${type}`);
72
- }
73
- },
74
- };
75
- pulumi.runtime.registerResourceModule("aws-native", "robomaker", _module);
76
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../robomaker/index.ts"],"names":[],"mappings":"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"}
@@ -1,82 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- import * as enums from "../types/enums";
3
- /**
4
- * AWS::RoboMaker::Robot resource creates an AWS RoboMaker Robot.
5
- */
6
- export declare class Robot extends pulumi.CustomResource {
7
- /**
8
- * Get an existing Robot resource's state with the given name, ID, and optional extra
9
- * properties used to qualify the lookup.
10
- *
11
- * @param name The _unique_ name of the resulting resource.
12
- * @param id The _unique_ provider ID of the resource to lookup.
13
- * @param opts Optional settings to control the behavior of the CustomResource.
14
- */
15
- static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Robot;
16
- /**
17
- * Returns true if the given object is an instance of Robot. This is designed to work even
18
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
19
- */
20
- static isInstance(obj: any): obj is Robot;
21
- /**
22
- * The target architecture of the robot.
23
- */
24
- readonly architecture: pulumi.Output<enums.robomaker.RobotArchitecture>;
25
- /**
26
- * The Amazon Resource Name (ARN) of the robot.
27
- */
28
- readonly arn: pulumi.Output<string>;
29
- /**
30
- * The Amazon Resource Name (ARN) of the fleet.
31
- */
32
- readonly fleet: pulumi.Output<string | undefined>;
33
- /**
34
- * The Greengrass group id.
35
- */
36
- readonly greengrassGroupId: pulumi.Output<string>;
37
- /**
38
- * The name for the robot.
39
- */
40
- readonly name: pulumi.Output<string | undefined>;
41
- /**
42
- * A map that contains tag keys and tag values that are attached to the robot.
43
- */
44
- readonly tags: pulumi.Output<{
45
- [key: string]: string;
46
- } | undefined>;
47
- /**
48
- * Create a Robot resource with the given unique name, arguments, and options.
49
- *
50
- * @param name The _unique_ name of the resource.
51
- * @param args The arguments to use to populate this resource's properties.
52
- * @param opts A bag of options that control this resource's behavior.
53
- */
54
- constructor(name: string, args: RobotArgs, opts?: pulumi.CustomResourceOptions);
55
- }
56
- /**
57
- * The set of arguments for constructing a Robot resource.
58
- */
59
- export interface RobotArgs {
60
- /**
61
- * The target architecture of the robot.
62
- */
63
- architecture: pulumi.Input<enums.robomaker.RobotArchitecture>;
64
- /**
65
- * The Amazon Resource Name (ARN) of the fleet.
66
- */
67
- fleet?: pulumi.Input<string>;
68
- /**
69
- * The Greengrass group id.
70
- */
71
- greengrassGroupId: pulumi.Input<string>;
72
- /**
73
- * The name for the robot.
74
- */
75
- name?: pulumi.Input<string>;
76
- /**
77
- * A map that contains tag keys and tag values that are attached to the robot.
78
- */
79
- tags?: pulumi.Input<{
80
- [key: string]: pulumi.Input<string>;
81
- }>;
82
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"robot.js","sourceRoot":"","sources":["../../robomaker/robot.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,KAAK,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAClE,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,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;IA2BD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAe,EAAE,IAAmC;QAC1E,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,IAAI,EAAE,YAAY,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC/C,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;aAC/D;YACD,IAAI,IAAI,EAAE,iBAAiB,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,+CAA+C,CAAC,CAAC;aACpE;YACD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC7C;aAAM;YACH,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,cAAc,EAAE,OAAO,EAAE,mBAAmB,EAAE,MAAM,CAAC,EAAE,CAAC;QACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,KAAK,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;;AAvFL,sBAwFC;AA3EG,gBAAgB;AACO,kBAAY,GAAG,4BAA4B,CAAC"}
@@ -1,173 +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 basicRobotApplication = new aws_native.robomaker.RobotApplication("basicRobotApplication", {
15
- * name: "MyRobotApplication",
16
- * environment: "111122223333.dkr.ecr.us-west-2.amazonaws.com/my-robot-app:latest",
17
- * robotSoftwareSuite: {
18
- * name: aws_native.robomaker.RobotApplicationRobotSoftwareSuiteName.General,
19
- * },
20
- * tags: {
21
- * name: "BasicRobotApplication",
22
- * type: "CFN",
23
- * },
24
- * });
25
- * export const robotApplication = "BasicRobotApplication";
26
- *
27
- * ```
28
- * ### Example
29
- *
30
- * ```typescript
31
- * import * as pulumi from "@pulumi/pulumi";
32
- * import * as aws_native from "@pulumi/aws-native";
33
- *
34
- * const basicRobotApplication = new aws_native.robomaker.RobotApplication("basicRobotApplication", {
35
- * name: "MyRobotApplication",
36
- * environment: "111122223333.dkr.ecr.us-west-2.amazonaws.com/my-robot-app:latest",
37
- * robotSoftwareSuite: {
38
- * name: aws_native.robomaker.RobotApplicationRobotSoftwareSuiteName.General,
39
- * },
40
- * tags: {
41
- * name: "BasicRobotApplication",
42
- * type: "CFN",
43
- * },
44
- * });
45
- * export const robotApplication = basicRobotApplication.id;
46
- *
47
- * ```
48
- * ### Example
49
- *
50
- * ```typescript
51
- * import * as pulumi from "@pulumi/pulumi";
52
- * import * as aws_native from "@pulumi/aws-native";
53
- *
54
- * const basicRobotApplication = new aws_native.robomaker.RobotApplication("basicRobotApplication", {
55
- * name: "MyRobotApplication",
56
- * environment: "111122223333.dkr.ecr.us-west-2.amazonaws.com/my-robot-app:latest",
57
- * robotSoftwareSuite: {
58
- * name: aws_native.robomaker.RobotApplicationRobotSoftwareSuiteName.General,
59
- * },
60
- * });
61
- * const basicRobotApplicationVersion = new aws_native.robomaker.RobotApplicationVersion("basicRobotApplicationVersion", {
62
- * application: basicRobotApplication.arn,
63
- * currentRevisionId: basicRobotApplication.currentRevisionId,
64
- * });
65
- * export const robotApplicationVersion = "BasicRobotApplicationVersion";
66
- *
67
- * ```
68
- * ### Example
69
- *
70
- * ```typescript
71
- * import * as pulumi from "@pulumi/pulumi";
72
- * import * as aws_native from "@pulumi/aws-native";
73
- *
74
- * const basicRobotApplication = new aws_native.robomaker.RobotApplication("basicRobotApplication", {
75
- * name: "MyRobotApplication",
76
- * environment: "111122223333.dkr.ecr.us-west-2.amazonaws.com/my-robot-app:latest",
77
- * robotSoftwareSuite: {
78
- * name: aws_native.robomaker.RobotApplicationRobotSoftwareSuiteName.General,
79
- * },
80
- * });
81
- * const basicRobotApplicationVersion = new aws_native.robomaker.RobotApplicationVersion("basicRobotApplicationVersion", {
82
- * application: basicRobotApplication.arn,
83
- * currentRevisionId: basicRobotApplication.currentRevisionId,
84
- * });
85
- * export const robotApplicationVersion = basicRobotApplicationVersion.id;
86
- *
87
- * ```
88
- */
89
- export declare class RobotApplication extends pulumi.CustomResource {
90
- /**
91
- * Get an existing RobotApplication resource's state with the given name, ID, and optional extra
92
- * properties used to qualify the lookup.
93
- *
94
- * @param name The _unique_ name of the resulting resource.
95
- * @param id The _unique_ provider ID of the resource to lookup.
96
- * @param opts Optional settings to control the behavior of the CustomResource.
97
- */
98
- static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): RobotApplication;
99
- /**
100
- * Returns true if the given object is an instance of RobotApplication. This is designed to work even
101
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
102
- */
103
- static isInstance(obj: any): obj is RobotApplication;
104
- /**
105
- * The Amazon Resource Name (ARN) of the robot application.
106
- */
107
- readonly arn: pulumi.Output<string>;
108
- /**
109
- * The revision ID of robot application.
110
- */
111
- readonly currentRevisionId: pulumi.Output<string | undefined>;
112
- /**
113
- * The URI of the Docker image for the robot application.
114
- */
115
- readonly environment: pulumi.Output<string | undefined>;
116
- /**
117
- * The name of the robot application.
118
- */
119
- readonly name: pulumi.Output<string | undefined>;
120
- /**
121
- * The robot software suite used by the robot application.
122
- */
123
- readonly robotSoftwareSuite: pulumi.Output<outputs.robomaker.RobotApplicationRobotSoftwareSuite>;
124
- /**
125
- * The sources of the robot application.
126
- */
127
- readonly sources: pulumi.Output<outputs.robomaker.RobotApplicationSourceConfig[] | undefined>;
128
- /**
129
- * A map that contains tag keys and tag values that are attached to the robot application.
130
- */
131
- readonly tags: pulumi.Output<{
132
- [key: string]: string;
133
- } | undefined>;
134
- /**
135
- * Create a RobotApplication resource with the given unique name, arguments, and options.
136
- *
137
- * @param name The _unique_ name of the resource.
138
- * @param args The arguments to use to populate this resource's properties.
139
- * @param opts A bag of options that control this resource's behavior.
140
- */
141
- constructor(name: string, args: RobotApplicationArgs, opts?: pulumi.CustomResourceOptions);
142
- }
143
- /**
144
- * The set of arguments for constructing a RobotApplication resource.
145
- */
146
- export interface RobotApplicationArgs {
147
- /**
148
- * The revision ID of robot application.
149
- */
150
- currentRevisionId?: pulumi.Input<string>;
151
- /**
152
- * The URI of the Docker image for the robot application.
153
- */
154
- environment?: pulumi.Input<string>;
155
- /**
156
- * The name of the robot application.
157
- */
158
- name?: pulumi.Input<string>;
159
- /**
160
- * The robot software suite used by the robot application.
161
- */
162
- robotSoftwareSuite: pulumi.Input<inputs.robomaker.RobotApplicationRobotSoftwareSuiteArgs>;
163
- /**
164
- * The sources of the robot application.
165
- */
166
- sources?: pulumi.Input<pulumi.Input<inputs.robomaker.RobotApplicationSourceConfigArgs>[]>;
167
- /**
168
- * A map that contains tag keys and tag values that are attached to the robot application.
169
- */
170
- tags?: pulumi.Input<{
171
- [key: string]: pulumi.Input<string>;
172
- }>;
173
- }
@@ -1,155 +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.RobotApplication = 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 basicRobotApplication = new aws_native.robomaker.RobotApplication("basicRobotApplication", {
19
- * name: "MyRobotApplication",
20
- * environment: "111122223333.dkr.ecr.us-west-2.amazonaws.com/my-robot-app:latest",
21
- * robotSoftwareSuite: {
22
- * name: aws_native.robomaker.RobotApplicationRobotSoftwareSuiteName.General,
23
- * },
24
- * tags: {
25
- * name: "BasicRobotApplication",
26
- * type: "CFN",
27
- * },
28
- * });
29
- * export const robotApplication = "BasicRobotApplication";
30
- *
31
- * ```
32
- * ### Example
33
- *
34
- * ```typescript
35
- * import * as pulumi from "@pulumi/pulumi";
36
- * import * as aws_native from "@pulumi/aws-native";
37
- *
38
- * const basicRobotApplication = new aws_native.robomaker.RobotApplication("basicRobotApplication", {
39
- * name: "MyRobotApplication",
40
- * environment: "111122223333.dkr.ecr.us-west-2.amazonaws.com/my-robot-app:latest",
41
- * robotSoftwareSuite: {
42
- * name: aws_native.robomaker.RobotApplicationRobotSoftwareSuiteName.General,
43
- * },
44
- * tags: {
45
- * name: "BasicRobotApplication",
46
- * type: "CFN",
47
- * },
48
- * });
49
- * export const robotApplication = basicRobotApplication.id;
50
- *
51
- * ```
52
- * ### Example
53
- *
54
- * ```typescript
55
- * import * as pulumi from "@pulumi/pulumi";
56
- * import * as aws_native from "@pulumi/aws-native";
57
- *
58
- * const basicRobotApplication = new aws_native.robomaker.RobotApplication("basicRobotApplication", {
59
- * name: "MyRobotApplication",
60
- * environment: "111122223333.dkr.ecr.us-west-2.amazonaws.com/my-robot-app:latest",
61
- * robotSoftwareSuite: {
62
- * name: aws_native.robomaker.RobotApplicationRobotSoftwareSuiteName.General,
63
- * },
64
- * });
65
- * const basicRobotApplicationVersion = new aws_native.robomaker.RobotApplicationVersion("basicRobotApplicationVersion", {
66
- * application: basicRobotApplication.arn,
67
- * currentRevisionId: basicRobotApplication.currentRevisionId,
68
- * });
69
- * export const robotApplicationVersion = "BasicRobotApplicationVersion";
70
- *
71
- * ```
72
- * ### Example
73
- *
74
- * ```typescript
75
- * import * as pulumi from "@pulumi/pulumi";
76
- * import * as aws_native from "@pulumi/aws-native";
77
- *
78
- * const basicRobotApplication = new aws_native.robomaker.RobotApplication("basicRobotApplication", {
79
- * name: "MyRobotApplication",
80
- * environment: "111122223333.dkr.ecr.us-west-2.amazonaws.com/my-robot-app:latest",
81
- * robotSoftwareSuite: {
82
- * name: aws_native.robomaker.RobotApplicationRobotSoftwareSuiteName.General,
83
- * },
84
- * });
85
- * const basicRobotApplicationVersion = new aws_native.robomaker.RobotApplicationVersion("basicRobotApplicationVersion", {
86
- * application: basicRobotApplication.arn,
87
- * currentRevisionId: basicRobotApplication.currentRevisionId,
88
- * });
89
- * export const robotApplicationVersion = basicRobotApplicationVersion.id;
90
- *
91
- * ```
92
- */
93
- class RobotApplication extends pulumi.CustomResource {
94
- /**
95
- * Get an existing RobotApplication resource's state with the given name, ID, and optional extra
96
- * properties used to qualify the lookup.
97
- *
98
- * @param name The _unique_ name of the resulting resource.
99
- * @param id The _unique_ provider ID of the resource to lookup.
100
- * @param opts Optional settings to control the behavior of the CustomResource.
101
- */
102
- static get(name, id, opts) {
103
- return new RobotApplication(name, undefined, { ...opts, id: id });
104
- }
105
- /**
106
- * Returns true if the given object is an instance of RobotApplication. This is designed to work even
107
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
108
- */
109
- static isInstance(obj) {
110
- if (obj === undefined || obj === null) {
111
- return false;
112
- }
113
- return obj['__pulumiType'] === RobotApplication.__pulumiType;
114
- }
115
- /**
116
- * Create a RobotApplication resource with the given unique name, arguments, and options.
117
- *
118
- * @param name The _unique_ name of the resource.
119
- * @param args The arguments to use to populate this resource's properties.
120
- * @param opts A bag of options that control this resource's behavior.
121
- */
122
- constructor(name, args, opts) {
123
- let resourceInputs = {};
124
- opts = opts || {};
125
- if (!opts.id) {
126
- if (args?.robotSoftwareSuite === undefined && !opts.urn) {
127
- throw new Error("Missing required property 'robotSoftwareSuite'");
128
- }
129
- resourceInputs["currentRevisionId"] = args?.currentRevisionId;
130
- resourceInputs["environment"] = args?.environment;
131
- resourceInputs["name"] = args?.name;
132
- resourceInputs["robotSoftwareSuite"] = args?.robotSoftwareSuite;
133
- resourceInputs["sources"] = args?.sources;
134
- resourceInputs["tags"] = args?.tags;
135
- resourceInputs["arn"] = undefined /*out*/;
136
- }
137
- else {
138
- resourceInputs["arn"] = undefined /*out*/;
139
- resourceInputs["currentRevisionId"] = undefined /*out*/;
140
- resourceInputs["environment"] = undefined /*out*/;
141
- resourceInputs["name"] = undefined /*out*/;
142
- resourceInputs["robotSoftwareSuite"] = undefined /*out*/;
143
- resourceInputs["sources"] = undefined /*out*/;
144
- resourceInputs["tags"] = undefined /*out*/;
145
- }
146
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
147
- const replaceOnChanges = { replaceOnChanges: ["name"] };
148
- opts = pulumi.mergeOptions(opts, replaceOnChanges);
149
- super(RobotApplication.__pulumiType, name, resourceInputs, opts);
150
- }
151
- }
152
- exports.RobotApplication = RobotApplication;
153
- /** @internal */
154
- RobotApplication.__pulumiType = 'aws-native:robomaker:RobotApplication';
155
- //# sourceMappingURL=robotApplication.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"robotApplication.js","sourceRoot":"","sources":["../../robomaker/robotApplication.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoFG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC7E,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,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;IA+BD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA0B,EAAE,IAAmC;QACrF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,IAAI,EAAE,kBAAkB,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,gDAAgD,CAAC,CAAC;aACrE;YACD,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,EAAE,kBAAkB,CAAC;YAChE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC7C;aAAM;YACH,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACxD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACzD,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;QACxD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;;AA1FL,4CA2FC;AA9EG,gBAAgB;AACO,6BAAY,GAAG,uCAAuC,CAAC"}
@@ -1,57 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- /**
3
- * AWS::RoboMaker::RobotApplicationVersion resource creates an AWS RoboMaker RobotApplicationVersion. This helps you control which code your robot uses.
4
- */
5
- export declare class RobotApplicationVersion extends pulumi.CustomResource {
6
- /**
7
- * Get an existing RobotApplicationVersion 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): RobotApplicationVersion;
15
- /**
16
- * Returns true if the given object is an instance of RobotApplicationVersion. 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 RobotApplicationVersion;
20
- /**
21
- * The application information for the robot application.
22
- */
23
- readonly application: pulumi.Output<string>;
24
- /**
25
- * The robot application version.
26
- */
27
- readonly applicationVersion: pulumi.Output<string>;
28
- /**
29
- * The Amazon Resource Name (ARN) of the robot 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 RobotApplicationVersion 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: RobotApplicationVersionArgs, opts?: pulumi.CustomResourceOptions);
44
- }
45
- /**
46
- * The set of arguments for constructing a RobotApplicationVersion resource.
47
- */
48
- export interface RobotApplicationVersionArgs {
49
- /**
50
- * The application information for the robot application.
51
- */
52
- application: pulumi.Input<string>;
53
- /**
54
- * The revision ID of robot application.
55
- */
56
- currentRevisionId?: pulumi.Input<string>;
57
- }