@pulumi/aws-native 1.40.0-alpha.1765392947 → 1.40.0-alpha.1765482205
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/autoscaling/autoScalingGroup.d.ts +2 -0
- package/autoscaling/autoScalingGroup.js +2 -0
- package/autoscaling/autoScalingGroup.js.map +1 -1
- package/autoscaling/getAutoScalingGroup.d.ts +1 -0
- package/autoscaling/getAutoScalingGroup.js.map +1 -1
- package/backup/getLogicallyAirGappedBackupVault.d.ts +3 -0
- package/backup/getLogicallyAirGappedBackupVault.js.map +1 -1
- package/backup/logicallyAirGappedBackupVault.d.ts +10 -0
- package/backup/logicallyAirGappedBackupVault.js.map +1 -1
- package/cleanrooms/analysisTemplate.d.ts +2 -0
- package/cleanrooms/analysisTemplate.js +3 -1
- package/cleanrooms/analysisTemplate.js.map +1 -1
- package/connect/dataTable.d.ts +112 -0
- package/connect/dataTable.js +80 -0
- package/connect/dataTable.js.map +1 -0
- package/connect/dataTableAttribute.d.ts +54 -0
- package/connect/dataTableAttribute.js +78 -0
- package/connect/dataTableAttribute.js.map +1 -0
- package/connect/dataTableRecord.d.ts +42 -0
- package/connect/dataTableRecord.js +64 -0
- package/connect/dataTableRecord.js.map +1 -0
- package/connect/getDataTable.d.ts +73 -0
- package/connect/getDataTable.js +30 -0
- package/connect/getDataTable.js.map +1 -0
- package/connect/getDataTableAttribute.d.ts +32 -0
- package/connect/getDataTableAttribute.js +32 -0
- package/connect/getDataTableAttribute.js.map +1 -0
- package/connect/getDataTableRecord.d.ts +24 -0
- package/connect/getDataTableRecord.js +32 -0
- package/connect/getDataTableRecord.js.map +1 -0
- package/connect/getSecurityProfile.d.ts +3 -0
- package/connect/getSecurityProfile.js.map +1 -1
- package/connect/getWorkspace.d.ts +69 -0
- package/{robomaker/getRobot.js → connect/getWorkspace.js} +10 -10
- package/connect/getWorkspace.js.map +1 -0
- package/connect/index.d.ts +24 -0
- package/connect/index.js +30 -2
- package/connect/index.js.map +1 -1
- package/connect/securityProfile.d.ts +6 -0
- package/connect/securityProfile.js.map +1 -1
- package/connect/workspace.d.ts +124 -0
- package/connect/workspace.js +83 -0
- package/connect/workspace.js.map +1 -0
- package/connectcampaignsv2/campaign.d.ts +5 -2
- package/connectcampaignsv2/campaign.js +2 -3
- package/connectcampaignsv2/campaign.js.map +1 -1
- package/connectcampaignsv2/getCampaign.d.ts +2 -0
- package/connectcampaignsv2/getCampaign.js.map +1 -1
- package/dsql/cluster.d.ts +4 -0
- package/dsql/cluster.js +2 -0
- package/dsql/cluster.js.map +1 -1
- package/dsql/getCluster.d.ts +4 -0
- package/dsql/getCluster.js.map +1 -1
- package/ec2/getNatGateway.d.ts +26 -0
- package/ec2/getNatGateway.js.map +1 -1
- package/ec2/getNetworkInterface.d.ts +1 -0
- package/ec2/getNetworkInterface.js.map +1 -1
- package/ec2/getNetworkInterfaceAttachment.d.ts +4 -4
- package/ec2/getNetworkInterfaceAttachment.js +2 -2
- package/ec2/natGateway.d.ts +50 -0
- package/ec2/natGateway.js +11 -1
- package/ec2/natGateway.js.map +1 -1
- package/ec2/networkInterface.d.ts +10 -0
- package/ec2/networkInterface.js +4 -0
- package/ec2/networkInterface.js.map +1 -1
- package/ec2/networkInterfaceAttachment.d.ts +7 -7
- package/ec2/networkInterfaceAttachment.js +1 -1
- package/ecs/expressGatewayService.d.ts +2 -0
- package/ecs/expressGatewayService.js +4 -0
- package/ecs/expressGatewayService.js.map +1 -1
- package/ecs/getExpressGatewayService.d.ts +2 -0
- package/ecs/getExpressGatewayService.js.map +1 -1
- package/index.d.ts +1 -3
- package/index.js +3 -7
- package/index.js.map +1 -1
- package/lambda/function.d.ts +2 -0
- package/lambda/function.js +2 -0
- package/lambda/function.js.map +1 -1
- package/lambda/getFunction.d.ts +1 -0
- package/lambda/getFunction.js.map +1 -1
- package/networkmanager/connectAttachment.d.ts +8 -0
- package/networkmanager/connectAttachment.js +3 -1
- package/networkmanager/connectAttachment.js.map +1 -1
- package/networkmanager/coreNetworkPrefixListAssociation.d.ts +57 -0
- package/networkmanager/coreNetworkPrefixListAssociation.js +71 -0
- package/networkmanager/coreNetworkPrefixListAssociation.js.map +1 -0
- package/networkmanager/directConnectGatewayAttachment.d.ts +8 -0
- package/networkmanager/directConnectGatewayAttachment.js +3 -1
- package/networkmanager/directConnectGatewayAttachment.js.map +1 -1
- package/networkmanager/index.d.ts +3 -0
- package/networkmanager/index.js +5 -1
- package/networkmanager/index.js.map +1 -1
- package/networkmanager/siteToSiteVpnAttachment.d.ts +8 -0
- package/networkmanager/siteToSiteVpnAttachment.js +3 -1
- package/networkmanager/siteToSiteVpnAttachment.js.map +1 -1
- package/networkmanager/transitGatewayRouteTableAttachment.d.ts +8 -0
- package/networkmanager/transitGatewayRouteTableAttachment.js +3 -1
- package/networkmanager/transitGatewayRouteTableAttachment.js.map +1 -1
- package/networkmanager/vpcAttachment.d.ts +8 -0
- package/networkmanager/vpcAttachment.js +3 -1
- package/networkmanager/vpcAttachment.js.map +1 -1
- package/observabilityadmin/getTelemetryPipelines.d.ts +29 -0
- package/observabilityadmin/getTelemetryPipelines.js +28 -0
- package/observabilityadmin/getTelemetryPipelines.js.map +1 -0
- package/observabilityadmin/index.d.ts +6 -0
- package/observabilityadmin/index.js +8 -1
- package/observabilityadmin/index.js.map +1 -1
- package/observabilityadmin/telemetryPipelines.d.ts +53 -0
- package/{robomaker/robot.js → observabilityadmin/telemetryPipelines.js} +25 -24
- package/observabilityadmin/telemetryPipelines.js.map +1 -0
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/paymentcryptography/getKey.d.ts +3 -0
- package/paymentcryptography/getKey.js.map +1 -1
- package/paymentcryptography/key.d.ts +5 -0
- package/paymentcryptography/key.js +4 -0
- package/paymentcryptography/key.js.map +1 -1
- package/ram/getResourceShare.d.ts +21 -0
- package/ram/getResourceShare.js.map +1 -1
- package/ram/index.d.ts +1 -0
- package/ram/index.js +16 -0
- package/ram/index.js.map +1 -1
- package/ram/resourceShare.d.ts +21 -0
- package/ram/resourceShare.js +10 -0
- package/ram/resourceShare.js.map +1 -1
- package/route53/getHostedZone.d.ts +1 -0
- package/route53/getHostedZone.js.map +1 -1
- package/route53/hostedZone.d.ts +2 -0
- package/route53/hostedZone.js +2 -0
- package/route53/hostedZone.js.map +1 -1
- package/s3/bucket.js +1 -1
- package/s3/bucket.js.map +1 -1
- package/s3tables/getTableBucket.d.ts +1 -0
- package/s3tables/getTableBucket.js.map +1 -1
- package/s3tables/table.d.ts +2 -0
- package/s3tables/table.js +3 -1
- package/s3tables/table.js.map +1 -1
- package/s3tables/tableBucket.d.ts +2 -0
- package/s3tables/tableBucket.js +2 -0
- package/s3tables/tableBucket.js.map +1 -1
- package/securityhub/connectorV2.d.ts +87 -0
- package/securityhub/connectorV2.js +83 -0
- package/securityhub/connectorV2.js.map +1 -0
- package/securityhub/getConnectorV2.d.ts +52 -0
- package/securityhub/getConnectorV2.js +28 -0
- package/securityhub/getConnectorV2.js.map +1 -0
- package/securityhub/index.d.ts +6 -0
- package/securityhub/index.js +8 -1
- package/securityhub/index.js.map +1 -1
- package/transfer/connector.d.ts +4 -0
- package/transfer/connector.js +2 -0
- package/transfer/connector.js.map +1 -1
- package/transfer/getConnector.d.ts +4 -0
- package/transfer/getConnector.js.map +1 -1
- package/types/enums/cleanrooms/index.d.ts +5 -0
- package/types/enums/cleanrooms/index.js +5 -1
- package/types/enums/cleanrooms/index.js.map +1 -1
- package/types/enums/connect/index.d.ts +50 -0
- package/types/enums/connect/index.js +34 -1
- package/types/enums/connect/index.js.map +1 -1
- package/types/enums/connectcampaignsv2/index.d.ts +8 -0
- package/types/enums/connectcampaignsv2/index.js +5 -1
- package/types/enums/connectcampaignsv2/index.js.map +1 -1
- package/types/enums/ec2/index.d.ts +9 -0
- package/types/enums/ec2/index.js +8 -3
- package/types/enums/ec2/index.js.map +1 -1
- package/types/enums/index.d.ts +2 -3
- package/types/enums/index.js +4 -6
- package/types/enums/index.js.map +1 -1
- package/types/enums/observabilityadmin/index.d.ts +132 -0
- package/types/enums/observabilityadmin/index.js +89 -1
- package/types/enums/observabilityadmin/index.js.map +1 -1
- package/types/enums/paymentcryptography/index.d.ts +10 -0
- package/types/enums/paymentcryptography/index.js +7 -1
- package/types/enums/paymentcryptography/index.js.map +1 -1
- package/types/enums/ram/index.d.ts +20 -0
- package/types/enums/ram/index.js +18 -0
- package/types/enums/ram/index.js.map +1 -0
- package/types/enums/s3tables/index.d.ts +16 -0
- package/types/enums/s3tables/index.js +9 -1
- package/types/enums/s3tables/index.js.map +1 -1
- package/types/enums/securityhub/index.d.ts +10 -0
- package/types/enums/securityhub/index.js +7 -1
- package/types/enums/securityhub/index.js.map +1 -1
- package/types/input.d.ts +674 -374
- package/types/output.d.ts +739 -374
- package/types/output.js.map +1 -1
- package/lookoutmetrics/alert.d.ts +0 -79
- package/lookoutmetrics/alert.js +0 -77
- package/lookoutmetrics/alert.js.map +0 -1
- package/lookoutmetrics/anomalyDetector.d.ts +0 -79
- package/lookoutmetrics/anomalyDetector.js +0 -74
- package/lookoutmetrics/anomalyDetector.js.map +0 -1
- package/lookoutmetrics/getAlert.d.ts +0 -27
- package/lookoutmetrics/getAlert.js +0 -28
- package/lookoutmetrics/getAlert.js.map +0 -1
- package/lookoutmetrics/getAnomalyDetector.d.ts +0 -44
- package/lookoutmetrics/getAnomalyDetector.js +0 -28
- package/lookoutmetrics/getAnomalyDetector.js.map +0 -1
- package/lookoutmetrics/index.d.ts +0 -13
- package/lookoutmetrics/index.js +0 -48
- package/lookoutmetrics/index.js.map +0 -1
- package/robomaker/fleet.d.ts +0 -131
- package/robomaker/fleet.js +0 -136
- package/robomaker/fleet.js.map +0 -1
- package/robomaker/getFleet.d.ts +0 -33
- package/robomaker/getFleet.js +0 -28
- package/robomaker/getFleet.js.map +0 -1
- package/robomaker/getRobot.d.ts +0 -33
- package/robomaker/getRobot.js.map +0 -1
- package/robomaker/getRobotApplication.d.ts +0 -46
- package/robomaker/getRobotApplication.js +0 -28
- package/robomaker/getRobotApplication.js.map +0 -1
- package/robomaker/getRobotApplicationVersion.d.ts +0 -31
- package/robomaker/getRobotApplicationVersion.js +0 -28
- package/robomaker/getRobotApplicationVersion.js.map +0 -1
- package/robomaker/getSimulationApplication.d.ts +0 -50
- package/robomaker/getSimulationApplication.js +0 -28
- package/robomaker/getSimulationApplication.js.map +0 -1
- package/robomaker/getSimulationApplicationVersion.d.ts +0 -31
- package/robomaker/getSimulationApplicationVersion.js +0 -28
- package/robomaker/getSimulationApplicationVersion.js.map +0 -1
- package/robomaker/index.d.ts +0 -37
- package/robomaker/index.js +0 -76
- package/robomaker/index.js.map +0 -1
- package/robomaker/robot.d.ts +0 -82
- package/robomaker/robot.js.map +0 -1
- package/robomaker/robotApplication.d.ts +0 -173
- package/robomaker/robotApplication.js +0 -155
- package/robomaker/robotApplication.js.map +0 -1
- package/robomaker/robotApplicationVersion.d.ts +0 -57
- package/robomaker/robotApplicationVersion.js +0 -67
- package/robomaker/robotApplicationVersion.js.map +0 -1
- package/robomaker/simulationApplication.d.ts +0 -201
- package/robomaker/simulationApplication.js +0 -174
- package/robomaker/simulationApplication.js.map +0 -1
- package/robomaker/simulationApplicationVersion.d.ts +0 -57
- package/robomaker/simulationApplicationVersion.js +0 -67
- package/robomaker/simulationApplicationVersion.js.map +0 -1
- package/types/enums/lookoutmetrics/index.d.ts +0 -44
- package/types/enums/lookoutmetrics/index.js +0 -30
- package/types/enums/lookoutmetrics/index.js.map +0 -1
- package/types/enums/robomaker/index.d.ts +0 -93
- package/types/enums/robomaker/index.js +0 -59
- package/types/enums/robomaker/index.js.map +0 -1
package/robomaker/fleet.d.ts
DELETED
|
@@ -1,131 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
/**
|
|
3
|
-
* AWS::RoboMaker::Fleet resource creates an AWS RoboMaker fleet. Fleets contain robots and can receive deployments.
|
|
4
|
-
*
|
|
5
|
-
* ## Example Usage
|
|
6
|
-
* ### Example
|
|
7
|
-
*
|
|
8
|
-
* ```typescript
|
|
9
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
-
* import * as aws_native from "@pulumi/aws-native";
|
|
11
|
-
*
|
|
12
|
-
* const basicFleet = new aws_native.robomaker.Fleet("basicFleet", {
|
|
13
|
-
* name: "MyFleet",
|
|
14
|
-
* tags: {
|
|
15
|
-
* name: "BasicFleet",
|
|
16
|
-
* type: "CFN",
|
|
17
|
-
* },
|
|
18
|
-
* });
|
|
19
|
-
* export const fleet = "BasicFleet";
|
|
20
|
-
*
|
|
21
|
-
* ```
|
|
22
|
-
* ### Example
|
|
23
|
-
*
|
|
24
|
-
* ```typescript
|
|
25
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
26
|
-
* import * as aws_native from "@pulumi/aws-native";
|
|
27
|
-
*
|
|
28
|
-
* const basicFleet = new aws_native.robomaker.Fleet("basicFleet", {
|
|
29
|
-
* name: "MyFleet",
|
|
30
|
-
* tags: {
|
|
31
|
-
* name: "BasicFleet",
|
|
32
|
-
* type: "CFN",
|
|
33
|
-
* },
|
|
34
|
-
* });
|
|
35
|
-
* export const fleet = basicFleet.id;
|
|
36
|
-
*
|
|
37
|
-
* ```
|
|
38
|
-
* ### Example
|
|
39
|
-
*
|
|
40
|
-
* ```typescript
|
|
41
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
-
* import * as aws_native from "@pulumi/aws-native";
|
|
43
|
-
*
|
|
44
|
-
* const basicFleet = new aws_native.robomaker.Fleet("basicFleet", {name: "MyFleet"});
|
|
45
|
-
* const basicRobot = new aws_native.robomaker.Robot("basicRobot", {
|
|
46
|
-
* name: "MyRobot",
|
|
47
|
-
* greengrassGroupId: "51229986-abdc-4ca6-94f8-04735a0c9f07",
|
|
48
|
-
* architecture: aws_native.robomaker.RobotArchitecture.Armhf,
|
|
49
|
-
* fleet: basicFleet.arn,
|
|
50
|
-
* tags: {
|
|
51
|
-
* name: "BasicRobot",
|
|
52
|
-
* type: "CFN",
|
|
53
|
-
* },
|
|
54
|
-
* });
|
|
55
|
-
* export const robot = "BasicRobot";
|
|
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 basicFleet = new aws_native.robomaker.Fleet("basicFleet", {name: "MyFleet"});
|
|
65
|
-
* const basicRobot = new aws_native.robomaker.Robot("basicRobot", {
|
|
66
|
-
* name: "MyRobot",
|
|
67
|
-
* greengrassGroupId: "51229986-abdc-4ca6-94f8-04735a0c9f07",
|
|
68
|
-
* architecture: aws_native.robomaker.RobotArchitecture.Armhf,
|
|
69
|
-
* fleet: basicFleet.arn,
|
|
70
|
-
* tags: {
|
|
71
|
-
* name: "BasicRobot",
|
|
72
|
-
* type: "CFN",
|
|
73
|
-
* },
|
|
74
|
-
* });
|
|
75
|
-
* export const robot = basicRobot.id;
|
|
76
|
-
*
|
|
77
|
-
* ```
|
|
78
|
-
*/
|
|
79
|
-
export declare class Fleet extends pulumi.CustomResource {
|
|
80
|
-
/**
|
|
81
|
-
* Get an existing Fleet resource's state with the given name, ID, and optional extra
|
|
82
|
-
* properties used to qualify the lookup.
|
|
83
|
-
*
|
|
84
|
-
* @param name The _unique_ name of the resulting resource.
|
|
85
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
86
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
87
|
-
*/
|
|
88
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Fleet;
|
|
89
|
-
/**
|
|
90
|
-
* Returns true if the given object is an instance of Fleet. This is designed to work even
|
|
91
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
92
|
-
*/
|
|
93
|
-
static isInstance(obj: any): obj is Fleet;
|
|
94
|
-
/**
|
|
95
|
-
* The Amazon Resource Name (ARN) of the fleet, such as `arn:aws:robomaker:us-west-2:123456789012:deployment-fleet/MyFleet/1539894765711` .
|
|
96
|
-
*/
|
|
97
|
-
readonly arn: pulumi.Output<string>;
|
|
98
|
-
/**
|
|
99
|
-
* The name of the fleet.
|
|
100
|
-
*/
|
|
101
|
-
readonly name: pulumi.Output<string | undefined>;
|
|
102
|
-
/**
|
|
103
|
-
* The list of all tags added to the fleet.
|
|
104
|
-
*/
|
|
105
|
-
readonly tags: pulumi.Output<{
|
|
106
|
-
[key: string]: string;
|
|
107
|
-
} | undefined>;
|
|
108
|
-
/**
|
|
109
|
-
* Create a Fleet resource with the given unique name, arguments, and options.
|
|
110
|
-
*
|
|
111
|
-
* @param name The _unique_ name of the resource.
|
|
112
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
113
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
114
|
-
*/
|
|
115
|
-
constructor(name: string, args?: FleetArgs, opts?: pulumi.CustomResourceOptions);
|
|
116
|
-
}
|
|
117
|
-
/**
|
|
118
|
-
* The set of arguments for constructing a Fleet resource.
|
|
119
|
-
*/
|
|
120
|
-
export interface FleetArgs {
|
|
121
|
-
/**
|
|
122
|
-
* The name of the fleet.
|
|
123
|
-
*/
|
|
124
|
-
name?: pulumi.Input<string>;
|
|
125
|
-
/**
|
|
126
|
-
* The list of all tags added to the fleet.
|
|
127
|
-
*/
|
|
128
|
-
tags?: pulumi.Input<{
|
|
129
|
-
[key: string]: pulumi.Input<string>;
|
|
130
|
-
}>;
|
|
131
|
-
}
|
package/robomaker/fleet.js
DELETED
|
@@ -1,136 +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.Fleet = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("../utilities");
|
|
8
|
-
/**
|
|
9
|
-
* AWS::RoboMaker::Fleet resource creates an AWS RoboMaker fleet. Fleets contain robots and can receive deployments.
|
|
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 basicFleet = new aws_native.robomaker.Fleet("basicFleet", {
|
|
19
|
-
* name: "MyFleet",
|
|
20
|
-
* tags: {
|
|
21
|
-
* name: "BasicFleet",
|
|
22
|
-
* type: "CFN",
|
|
23
|
-
* },
|
|
24
|
-
* });
|
|
25
|
-
* export const fleet = "BasicFleet";
|
|
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 basicFleet = new aws_native.robomaker.Fleet("basicFleet", {
|
|
35
|
-
* name: "MyFleet",
|
|
36
|
-
* tags: {
|
|
37
|
-
* name: "BasicFleet",
|
|
38
|
-
* type: "CFN",
|
|
39
|
-
* },
|
|
40
|
-
* });
|
|
41
|
-
* export const fleet = basicFleet.id;
|
|
42
|
-
*
|
|
43
|
-
* ```
|
|
44
|
-
* ### Example
|
|
45
|
-
*
|
|
46
|
-
* ```typescript
|
|
47
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
48
|
-
* import * as aws_native from "@pulumi/aws-native";
|
|
49
|
-
*
|
|
50
|
-
* const basicFleet = new aws_native.robomaker.Fleet("basicFleet", {name: "MyFleet"});
|
|
51
|
-
* const basicRobot = new aws_native.robomaker.Robot("basicRobot", {
|
|
52
|
-
* name: "MyRobot",
|
|
53
|
-
* greengrassGroupId: "51229986-abdc-4ca6-94f8-04735a0c9f07",
|
|
54
|
-
* architecture: aws_native.robomaker.RobotArchitecture.Armhf,
|
|
55
|
-
* fleet: basicFleet.arn,
|
|
56
|
-
* tags: {
|
|
57
|
-
* name: "BasicRobot",
|
|
58
|
-
* type: "CFN",
|
|
59
|
-
* },
|
|
60
|
-
* });
|
|
61
|
-
* export const robot = "BasicRobot";
|
|
62
|
-
*
|
|
63
|
-
* ```
|
|
64
|
-
* ### Example
|
|
65
|
-
*
|
|
66
|
-
* ```typescript
|
|
67
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
68
|
-
* import * as aws_native from "@pulumi/aws-native";
|
|
69
|
-
*
|
|
70
|
-
* const basicFleet = new aws_native.robomaker.Fleet("basicFleet", {name: "MyFleet"});
|
|
71
|
-
* const basicRobot = new aws_native.robomaker.Robot("basicRobot", {
|
|
72
|
-
* name: "MyRobot",
|
|
73
|
-
* greengrassGroupId: "51229986-abdc-4ca6-94f8-04735a0c9f07",
|
|
74
|
-
* architecture: aws_native.robomaker.RobotArchitecture.Armhf,
|
|
75
|
-
* fleet: basicFleet.arn,
|
|
76
|
-
* tags: {
|
|
77
|
-
* name: "BasicRobot",
|
|
78
|
-
* type: "CFN",
|
|
79
|
-
* },
|
|
80
|
-
* });
|
|
81
|
-
* export const robot = basicRobot.id;
|
|
82
|
-
*
|
|
83
|
-
* ```
|
|
84
|
-
*/
|
|
85
|
-
class Fleet extends pulumi.CustomResource {
|
|
86
|
-
/**
|
|
87
|
-
* Get an existing Fleet resource's state with the given name, ID, and optional extra
|
|
88
|
-
* properties used to qualify the lookup.
|
|
89
|
-
*
|
|
90
|
-
* @param name The _unique_ name of the resulting resource.
|
|
91
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
92
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
93
|
-
*/
|
|
94
|
-
static get(name, id, opts) {
|
|
95
|
-
return new Fleet(name, undefined, { ...opts, id: id });
|
|
96
|
-
}
|
|
97
|
-
/**
|
|
98
|
-
* Returns true if the given object is an instance of Fleet. This is designed to work even
|
|
99
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
100
|
-
*/
|
|
101
|
-
static isInstance(obj) {
|
|
102
|
-
if (obj === undefined || obj === null) {
|
|
103
|
-
return false;
|
|
104
|
-
}
|
|
105
|
-
return obj['__pulumiType'] === Fleet.__pulumiType;
|
|
106
|
-
}
|
|
107
|
-
/**
|
|
108
|
-
* Create a Fleet resource with the given unique name, arguments, and options.
|
|
109
|
-
*
|
|
110
|
-
* @param name The _unique_ name of the resource.
|
|
111
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
112
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
113
|
-
*/
|
|
114
|
-
constructor(name, args, opts) {
|
|
115
|
-
let resourceInputs = {};
|
|
116
|
-
opts = opts || {};
|
|
117
|
-
if (!opts.id) {
|
|
118
|
-
resourceInputs["name"] = args?.name;
|
|
119
|
-
resourceInputs["tags"] = args?.tags;
|
|
120
|
-
resourceInputs["arn"] = undefined /*out*/;
|
|
121
|
-
}
|
|
122
|
-
else {
|
|
123
|
-
resourceInputs["arn"] = undefined /*out*/;
|
|
124
|
-
resourceInputs["name"] = undefined /*out*/;
|
|
125
|
-
resourceInputs["tags"] = undefined /*out*/;
|
|
126
|
-
}
|
|
127
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
128
|
-
const replaceOnChanges = { replaceOnChanges: ["name"] };
|
|
129
|
-
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
130
|
-
super(Fleet.__pulumiType, name, resourceInputs, opts);
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
exports.Fleet = Fleet;
|
|
134
|
-
/** @internal */
|
|
135
|
-
Fleet.__pulumiType = 'aws-native:robomaker:Fleet';
|
|
136
|
-
//# sourceMappingURL=fleet.js.map
|
package/robomaker/fleet.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fleet.js","sourceRoot":"","sources":["../../robomaker/fleet.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4EG;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;IAeD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAgB,EAAE,IAAmC;QAC3E,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,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,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,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,MAAM,CAAC,EAAE,CAAC;QACxD,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;;AA/DL,sBAgEC;AAnDG,gBAAgB;AACO,kBAAY,GAAG,4BAA4B,CAAC"}
|
package/robomaker/getFleet.d.ts
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
/**
|
|
3
|
-
* AWS::RoboMaker::Fleet resource creates an AWS RoboMaker fleet. Fleets contain robots and can receive deployments.
|
|
4
|
-
*/
|
|
5
|
-
export declare function getFleet(args: GetFleetArgs, opts?: pulumi.InvokeOptions): Promise<GetFleetResult>;
|
|
6
|
-
export interface GetFleetArgs {
|
|
7
|
-
/**
|
|
8
|
-
* The Amazon Resource Name (ARN) of the fleet, such as `arn:aws:robomaker:us-west-2:123456789012:deployment-fleet/MyFleet/1539894765711` .
|
|
9
|
-
*/
|
|
10
|
-
arn: string;
|
|
11
|
-
}
|
|
12
|
-
export interface GetFleetResult {
|
|
13
|
-
/**
|
|
14
|
-
* The Amazon Resource Name (ARN) of the fleet, such as `arn:aws:robomaker:us-west-2:123456789012:deployment-fleet/MyFleet/1539894765711` .
|
|
15
|
-
*/
|
|
16
|
-
readonly arn?: string;
|
|
17
|
-
/**
|
|
18
|
-
* The list of all tags added to the fleet.
|
|
19
|
-
*/
|
|
20
|
-
readonly tags?: {
|
|
21
|
-
[key: string]: string;
|
|
22
|
-
};
|
|
23
|
-
}
|
|
24
|
-
/**
|
|
25
|
-
* AWS::RoboMaker::Fleet resource creates an AWS RoboMaker fleet. Fleets contain robots and can receive deployments.
|
|
26
|
-
*/
|
|
27
|
-
export declare function getFleetOutput(args: GetFleetOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetFleetResult>;
|
|
28
|
-
export interface GetFleetOutputArgs {
|
|
29
|
-
/**
|
|
30
|
-
* The Amazon Resource Name (ARN) of the fleet, such as `arn:aws:robomaker:us-west-2:123456789012:deployment-fleet/MyFleet/1539894765711` .
|
|
31
|
-
*/
|
|
32
|
-
arn: pulumi.Input<string>;
|
|
33
|
-
}
|
package/robomaker/getFleet.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
-
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.getFleetOutput = exports.getFleet = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("../utilities");
|
|
8
|
-
/**
|
|
9
|
-
* AWS::RoboMaker::Fleet resource creates an AWS RoboMaker fleet. Fleets contain robots and can receive deployments.
|
|
10
|
-
*/
|
|
11
|
-
function getFleet(args, opts) {
|
|
12
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
-
return pulumi.runtime.invoke("aws-native:robomaker:getFleet", {
|
|
14
|
-
"arn": args.arn,
|
|
15
|
-
}, opts);
|
|
16
|
-
}
|
|
17
|
-
exports.getFleet = getFleet;
|
|
18
|
-
/**
|
|
19
|
-
* AWS::RoboMaker::Fleet resource creates an AWS RoboMaker fleet. Fleets contain robots and can receive deployments.
|
|
20
|
-
*/
|
|
21
|
-
function getFleetOutput(args, opts) {
|
|
22
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
-
return pulumi.runtime.invokeOutput("aws-native:robomaker:getFleet", {
|
|
24
|
-
"arn": args.arn,
|
|
25
|
-
}, opts);
|
|
26
|
-
}
|
|
27
|
-
exports.getFleetOutput = getFleetOutput;
|
|
28
|
-
//# sourceMappingURL=getFleet.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getFleet.js","sourceRoot":"","sources":["../../robomaker/getFleet.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+BAA+B,EAAE;QAC1D,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;AAmBD;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+BAA+B,EAAE;QAChE,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC"}
|
package/robomaker/getRobot.d.ts
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
/**
|
|
3
|
-
* AWS::RoboMaker::Robot resource creates an AWS RoboMaker Robot.
|
|
4
|
-
*/
|
|
5
|
-
export declare function getRobot(args: GetRobotArgs, opts?: pulumi.InvokeOptions): Promise<GetRobotResult>;
|
|
6
|
-
export interface GetRobotArgs {
|
|
7
|
-
/**
|
|
8
|
-
* The Amazon Resource Name (ARN) of the robot.
|
|
9
|
-
*/
|
|
10
|
-
arn: string;
|
|
11
|
-
}
|
|
12
|
-
export interface GetRobotResult {
|
|
13
|
-
/**
|
|
14
|
-
* The Amazon Resource Name (ARN) of the robot.
|
|
15
|
-
*/
|
|
16
|
-
readonly arn?: string;
|
|
17
|
-
/**
|
|
18
|
-
* A map that contains tag keys and tag values that are attached to the robot.
|
|
19
|
-
*/
|
|
20
|
-
readonly tags?: {
|
|
21
|
-
[key: string]: string;
|
|
22
|
-
};
|
|
23
|
-
}
|
|
24
|
-
/**
|
|
25
|
-
* AWS::RoboMaker::Robot resource creates an AWS RoboMaker Robot.
|
|
26
|
-
*/
|
|
27
|
-
export declare function getRobotOutput(args: GetRobotOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRobotResult>;
|
|
28
|
-
export interface GetRobotOutputArgs {
|
|
29
|
-
/**
|
|
30
|
-
* The Amazon Resource Name (ARN) of the robot.
|
|
31
|
-
*/
|
|
32
|
-
arn: pulumi.Input<string>;
|
|
33
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getRobot.js","sourceRoot":"","sources":["../../robomaker/getRobot.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+BAA+B,EAAE;QAC1D,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;AAmBD;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+BAA+B,EAAE;QAChE,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as outputs from "../types/output";
|
|
3
|
-
/**
|
|
4
|
-
* This schema is for testing purpose only.
|
|
5
|
-
*/
|
|
6
|
-
export declare function getRobotApplication(args: GetRobotApplicationArgs, opts?: pulumi.InvokeOptions): Promise<GetRobotApplicationResult>;
|
|
7
|
-
export interface GetRobotApplicationArgs {
|
|
8
|
-
/**
|
|
9
|
-
* The Amazon Resource Name (ARN) of the robot application.
|
|
10
|
-
*/
|
|
11
|
-
arn: string;
|
|
12
|
-
}
|
|
13
|
-
export interface GetRobotApplicationResult {
|
|
14
|
-
/**
|
|
15
|
-
* The Amazon Resource Name (ARN) of the robot application.
|
|
16
|
-
*/
|
|
17
|
-
readonly arn?: string;
|
|
18
|
-
/**
|
|
19
|
-
* The revision ID of robot application.
|
|
20
|
-
*/
|
|
21
|
-
readonly currentRevisionId?: string;
|
|
22
|
-
/**
|
|
23
|
-
* The URI of the Docker image for the robot application.
|
|
24
|
-
*/
|
|
25
|
-
readonly environment?: string;
|
|
26
|
-
/**
|
|
27
|
-
* The robot software suite used by the robot application.
|
|
28
|
-
*/
|
|
29
|
-
readonly robotSoftwareSuite?: outputs.robomaker.RobotApplicationRobotSoftwareSuite;
|
|
30
|
-
/**
|
|
31
|
-
* A map that contains tag keys and tag values that are attached to the robot application.
|
|
32
|
-
*/
|
|
33
|
-
readonly tags?: {
|
|
34
|
-
[key: string]: string;
|
|
35
|
-
};
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* This schema is for testing purpose only.
|
|
39
|
-
*/
|
|
40
|
-
export declare function getRobotApplicationOutput(args: GetRobotApplicationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRobotApplicationResult>;
|
|
41
|
-
export interface GetRobotApplicationOutputArgs {
|
|
42
|
-
/**
|
|
43
|
-
* The Amazon Resource Name (ARN) of the robot application.
|
|
44
|
-
*/
|
|
45
|
-
arn: pulumi.Input<string>;
|
|
46
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
-
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.getRobotApplicationOutput = exports.getRobotApplication = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("../utilities");
|
|
8
|
-
/**
|
|
9
|
-
* This schema is for testing purpose only.
|
|
10
|
-
*/
|
|
11
|
-
function getRobotApplication(args, opts) {
|
|
12
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
-
return pulumi.runtime.invoke("aws-native:robomaker:getRobotApplication", {
|
|
14
|
-
"arn": args.arn,
|
|
15
|
-
}, opts);
|
|
16
|
-
}
|
|
17
|
-
exports.getRobotApplication = getRobotApplication;
|
|
18
|
-
/**
|
|
19
|
-
* This schema is for testing purpose only.
|
|
20
|
-
*/
|
|
21
|
-
function getRobotApplicationOutput(args, opts) {
|
|
22
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
-
return pulumi.runtime.invokeOutput("aws-native:robomaker:getRobotApplication", {
|
|
24
|
-
"arn": args.arn,
|
|
25
|
-
}, opts);
|
|
26
|
-
}
|
|
27
|
-
exports.getRobotApplicationOutput = getRobotApplicationOutput;
|
|
28
|
-
//# sourceMappingURL=getRobotApplication.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getRobotApplication.js","sourceRoot":"","sources":["../../robomaker/getRobotApplication.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;AA+BD;;GAEG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC"}
|
|
@@ -1,31 +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 function getRobotApplicationVersion(args: GetRobotApplicationVersionArgs, opts?: pulumi.InvokeOptions): Promise<GetRobotApplicationVersionResult>;
|
|
6
|
-
export interface GetRobotApplicationVersionArgs {
|
|
7
|
-
/**
|
|
8
|
-
* The Amazon Resource Name (ARN) of the robot application version.
|
|
9
|
-
*/
|
|
10
|
-
arn: string;
|
|
11
|
-
}
|
|
12
|
-
export interface GetRobotApplicationVersionResult {
|
|
13
|
-
/**
|
|
14
|
-
* The robot application version.
|
|
15
|
-
*/
|
|
16
|
-
readonly applicationVersion?: string;
|
|
17
|
-
/**
|
|
18
|
-
* The Amazon Resource Name (ARN) of the robot application version.
|
|
19
|
-
*/
|
|
20
|
-
readonly arn?: string;
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* AWS::RoboMaker::RobotApplicationVersion resource creates an AWS RoboMaker RobotApplicationVersion. This helps you control which code your robot uses.
|
|
24
|
-
*/
|
|
25
|
-
export declare function getRobotApplicationVersionOutput(args: GetRobotApplicationVersionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRobotApplicationVersionResult>;
|
|
26
|
-
export interface GetRobotApplicationVersionOutputArgs {
|
|
27
|
-
/**
|
|
28
|
-
* The Amazon Resource Name (ARN) of the robot application version.
|
|
29
|
-
*/
|
|
30
|
-
arn: pulumi.Input<string>;
|
|
31
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
-
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.getRobotApplicationVersionOutput = exports.getRobotApplicationVersion = 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
|
-
function getRobotApplicationVersion(args, opts) {
|
|
12
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
-
return pulumi.runtime.invoke("aws-native:robomaker:getRobotApplicationVersion", {
|
|
14
|
-
"arn": args.arn,
|
|
15
|
-
}, opts);
|
|
16
|
-
}
|
|
17
|
-
exports.getRobotApplicationVersion = getRobotApplicationVersion;
|
|
18
|
-
/**
|
|
19
|
-
* AWS::RoboMaker::RobotApplicationVersion resource creates an AWS RoboMaker RobotApplicationVersion. This helps you control which code your robot uses.
|
|
20
|
-
*/
|
|
21
|
-
function getRobotApplicationVersionOutput(args, opts) {
|
|
22
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
-
return pulumi.runtime.invokeOutput("aws-native:robomaker:getRobotApplicationVersion", {
|
|
24
|
-
"arn": args.arn,
|
|
25
|
-
}, opts);
|
|
26
|
-
}
|
|
27
|
-
exports.getRobotApplicationVersionOutput = getRobotApplicationVersionOutput;
|
|
28
|
-
//# sourceMappingURL=getRobotApplicationVersion.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getRobotApplicationVersion.js","sourceRoot":"","sources":["../../robomaker/getRobotApplicationVersion.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iDAAiD,EAAE;QAC5E,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gEAKC;AAmBD;;GAEG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAAiC;IAC1H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iDAAiD,EAAE;QAClF,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4EAKC"}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as outputs from "../types/output";
|
|
3
|
-
/**
|
|
4
|
-
* This schema is for testing purpose only.
|
|
5
|
-
*/
|
|
6
|
-
export declare function getSimulationApplication(args: GetSimulationApplicationArgs, opts?: pulumi.InvokeOptions): Promise<GetSimulationApplicationResult>;
|
|
7
|
-
export interface GetSimulationApplicationArgs {
|
|
8
|
-
/**
|
|
9
|
-
* The Amazon Resource Name (ARN) of the simulation application.
|
|
10
|
-
*/
|
|
11
|
-
arn: string;
|
|
12
|
-
}
|
|
13
|
-
export interface GetSimulationApplicationResult {
|
|
14
|
-
/**
|
|
15
|
-
* The Amazon Resource Name (ARN) of the simulation application.
|
|
16
|
-
*/
|
|
17
|
-
readonly arn?: string;
|
|
18
|
-
/**
|
|
19
|
-
* The current revision id.
|
|
20
|
-
*/
|
|
21
|
-
readonly currentRevisionId?: string;
|
|
22
|
-
/**
|
|
23
|
-
* The URI of the Docker image for the robot application.
|
|
24
|
-
*/
|
|
25
|
-
readonly environment?: string;
|
|
26
|
-
/**
|
|
27
|
-
* The robot software suite used by the simulation application.
|
|
28
|
-
*/
|
|
29
|
-
readonly robotSoftwareSuite?: outputs.robomaker.SimulationApplicationRobotSoftwareSuite;
|
|
30
|
-
/**
|
|
31
|
-
* The simulation software suite used by the simulation application.
|
|
32
|
-
*/
|
|
33
|
-
readonly simulationSoftwareSuite?: outputs.robomaker.SimulationApplicationSimulationSoftwareSuite;
|
|
34
|
-
/**
|
|
35
|
-
* A map that contains tag keys and tag values that are attached to the simulation application.
|
|
36
|
-
*/
|
|
37
|
-
readonly tags?: {
|
|
38
|
-
[key: string]: string;
|
|
39
|
-
};
|
|
40
|
-
}
|
|
41
|
-
/**
|
|
42
|
-
* This schema is for testing purpose only.
|
|
43
|
-
*/
|
|
44
|
-
export declare function getSimulationApplicationOutput(args: GetSimulationApplicationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSimulationApplicationResult>;
|
|
45
|
-
export interface GetSimulationApplicationOutputArgs {
|
|
46
|
-
/**
|
|
47
|
-
* The Amazon Resource Name (ARN) of the simulation application.
|
|
48
|
-
*/
|
|
49
|
-
arn: pulumi.Input<string>;
|
|
50
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
-
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.getSimulationApplicationOutput = exports.getSimulationApplication = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("../utilities");
|
|
8
|
-
/**
|
|
9
|
-
* This schema is for testing purpose only.
|
|
10
|
-
*/
|
|
11
|
-
function getSimulationApplication(args, opts) {
|
|
12
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
-
return pulumi.runtime.invoke("aws-native:robomaker:getSimulationApplication", {
|
|
14
|
-
"arn": args.arn,
|
|
15
|
-
}, opts);
|
|
16
|
-
}
|
|
17
|
-
exports.getSimulationApplication = getSimulationApplication;
|
|
18
|
-
/**
|
|
19
|
-
* This schema is for testing purpose only.
|
|
20
|
-
*/
|
|
21
|
-
function getSimulationApplicationOutput(args, opts) {
|
|
22
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
-
return pulumi.runtime.invokeOutput("aws-native:robomaker:getSimulationApplication", {
|
|
24
|
-
"arn": args.arn,
|
|
25
|
-
}, opts);
|
|
26
|
-
}
|
|
27
|
-
exports.getSimulationApplicationOutput = getSimulationApplicationOutput;
|
|
28
|
-
//# sourceMappingURL=getSimulationApplication.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getSimulationApplication.js","sourceRoot":"","sources":["../../robomaker/getSimulationApplication.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+CAA+C,EAAE;QAC1E,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC;AAmCD;;GAEG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAAiC;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+CAA+C,EAAE;QAChF,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wEAKC"}
|
|
@@ -1,31 +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 function getSimulationApplicationVersion(args: GetSimulationApplicationVersionArgs, opts?: pulumi.InvokeOptions): Promise<GetSimulationApplicationVersionResult>;
|
|
6
|
-
export interface GetSimulationApplicationVersionArgs {
|
|
7
|
-
/**
|
|
8
|
-
* The Amazon Resource Name (ARN) of the simulation application version.
|
|
9
|
-
*/
|
|
10
|
-
arn: string;
|
|
11
|
-
}
|
|
12
|
-
export interface GetSimulationApplicationVersionResult {
|
|
13
|
-
/**
|
|
14
|
-
* The simulation application version.
|
|
15
|
-
*/
|
|
16
|
-
readonly applicationVersion?: string;
|
|
17
|
-
/**
|
|
18
|
-
* The Amazon Resource Name (ARN) of the simulation application version.
|
|
19
|
-
*/
|
|
20
|
-
readonly arn?: string;
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* AWS::RoboMaker::SimulationApplicationVersion resource creates an AWS RoboMaker SimulationApplicationVersion. This helps you control which code your simulation uses.
|
|
24
|
-
*/
|
|
25
|
-
export declare function getSimulationApplicationVersionOutput(args: GetSimulationApplicationVersionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSimulationApplicationVersionResult>;
|
|
26
|
-
export interface GetSimulationApplicationVersionOutputArgs {
|
|
27
|
-
/**
|
|
28
|
-
* The Amazon Resource Name (ARN) of the simulation application version.
|
|
29
|
-
*/
|
|
30
|
-
arn: pulumi.Input<string>;
|
|
31
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
-
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.getSimulationApplicationVersionOutput = exports.getSimulationApplicationVersion = 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
|
-
function getSimulationApplicationVersion(args, opts) {
|
|
12
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
-
return pulumi.runtime.invoke("aws-native:robomaker:getSimulationApplicationVersion", {
|
|
14
|
-
"arn": args.arn,
|
|
15
|
-
}, opts);
|
|
16
|
-
}
|
|
17
|
-
exports.getSimulationApplicationVersion = getSimulationApplicationVersion;
|
|
18
|
-
/**
|
|
19
|
-
* AWS::RoboMaker::SimulationApplicationVersion resource creates an AWS RoboMaker SimulationApplicationVersion. This helps you control which code your simulation uses.
|
|
20
|
-
*/
|
|
21
|
-
function getSimulationApplicationVersionOutput(args, opts) {
|
|
22
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
-
return pulumi.runtime.invokeOutput("aws-native:robomaker:getSimulationApplicationVersion", {
|
|
24
|
-
"arn": args.arn,
|
|
25
|
-
}, opts);
|
|
26
|
-
}
|
|
27
|
-
exports.getSimulationApplicationVersionOutput = getSimulationApplicationVersionOutput;
|
|
28
|
-
//# sourceMappingURL=getSimulationApplicationVersion.js.map
|