@pulumi/aws 4.33.1 → 4.34.0

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 (198) hide show
  1. package/appstream/fleet.d.ts +3 -3
  2. package/batch/getJobQueue.d.ts +4 -0
  3. package/batch/getJobQueue.js.map +1 -1
  4. package/batch/getSchedulingPolicy.d.ts +69 -0
  5. package/batch/getSchedulingPolicy.js +39 -0
  6. package/batch/getSchedulingPolicy.js.map +1 -0
  7. package/batch/index.d.ts +2 -0
  8. package/batch/index.js +6 -0
  9. package/batch/index.js.map +1 -1
  10. package/batch/jobQueue.d.ts +37 -0
  11. package/batch/jobQueue.js +27 -0
  12. package/batch/jobQueue.js.map +1 -1
  13. package/batch/schedulingPolicy.d.ts +134 -0
  14. package/batch/schedulingPolicy.js +97 -0
  15. package/batch/schedulingPolicy.js.map +1 -0
  16. package/cloud9/environmentMembership.d.ts +106 -0
  17. package/cloud9/environmentMembership.js +92 -0
  18. package/cloud9/environmentMembership.js.map +1 -0
  19. package/cloud9/index.d.ts +1 -0
  20. package/cloud9/index.js +5 -0
  21. package/cloud9/index.js.map +1 -1
  22. package/cloudwatch/eventTarget.d.ts +48 -3
  23. package/cloudwatch/eventTarget.js +45 -0
  24. package/cloudwatch/eventTarget.js.map +1 -1
  25. package/codebuild/index.d.ts +1 -0
  26. package/codebuild/index.js +5 -0
  27. package/codebuild/index.js.map +1 -1
  28. package/codebuild/project.d.ts +49 -5
  29. package/codebuild/project.js +8 -0
  30. package/codebuild/project.js.map +1 -1
  31. package/codebuild/resourcePolicy.d.ts +108 -0
  32. package/codebuild/resourcePolicy.js +107 -0
  33. package/codebuild/resourcePolicy.js.map +1 -0
  34. package/codepipeline/webhook.d.ts +8 -0
  35. package/codepipeline/webhook.js +2 -0
  36. package/codepipeline/webhook.js.map +1 -1
  37. package/cognito/getUserPoolClients.d.ts +49 -0
  38. package/cognito/getUserPoolClients.js +38 -0
  39. package/cognito/getUserPoolClients.js.map +1 -0
  40. package/cognito/getUserPoolSigningCertificate.d.ts +49 -0
  41. package/cognito/getUserPoolSigningCertificate.js +38 -0
  42. package/cognito/getUserPoolSigningCertificate.js.map +1 -0
  43. package/cognito/index.d.ts +2 -0
  44. package/cognito/index.js +2 -0
  45. package/cognito/index.js.map +1 -1
  46. package/datasync/index.d.ts +2 -0
  47. package/datasync/index.js +10 -0
  48. package/datasync/index.js.map +1 -1
  49. package/datasync/locationFsxLustre.d.ts +155 -0
  50. package/datasync/locationFsxLustre.js +94 -0
  51. package/datasync/locationFsxLustre.js.map +1 -0
  52. package/datasync/locationHdfs.d.ts +257 -0
  53. package/datasync/locationHdfs.js +117 -0
  54. package/datasync/locationHdfs.js.map +1 -0
  55. package/dax/cluster.d.ts +18 -0
  56. package/dax/cluster.js +2 -0
  57. package/dax/cluster.js.map +1 -1
  58. package/devicefarm/devicePool.d.ts +170 -0
  59. package/devicefarm/devicePool.js +100 -0
  60. package/devicefarm/devicePool.js.map +1 -0
  61. package/devicefarm/index.d.ts +3 -0
  62. package/devicefarm/index.js +15 -0
  63. package/devicefarm/index.js.map +1 -1
  64. package/devicefarm/networkProfile.d.ts +247 -0
  65. package/devicefarm/networkProfile.js +105 -0
  66. package/devicefarm/networkProfile.js.map +1 -0
  67. package/devicefarm/upload.d.ts +142 -0
  68. package/devicefarm/upload.js +97 -0
  69. package/devicefarm/upload.js.map +1 -0
  70. package/directconnect/privateVirtualInterface.d.ts +3 -0
  71. package/directconnect/privateVirtualInterface.js +2 -0
  72. package/directconnect/privateVirtualInterface.js.map +1 -1
  73. package/directconnect/transitVirtualInterface.d.ts +3 -0
  74. package/directconnect/transitVirtualInterface.js +2 -0
  75. package/directconnect/transitVirtualInterface.js.map +1 -1
  76. package/ec2/defaultSubnet.d.ts +15 -0
  77. package/ec2/defaultSubnet.js +10 -0
  78. package/ec2/defaultSubnet.js.map +1 -1
  79. package/ec2/getSubnet.d.ts +20 -0
  80. package/ec2/getSubnet.js.map +1 -1
  81. package/ec2/index.d.ts +3 -0
  82. package/ec2/index.js +15 -0
  83. package/ec2/index.js.map +1 -1
  84. package/ec2/subnet.d.ts +65 -5
  85. package/ec2/subnet.js +10 -3
  86. package/ec2/subnet.js.map +1 -1
  87. package/ec2/vpcEndpointConnectionAccepter.d.ts +105 -0
  88. package/ec2/vpcEndpointConnectionAccepter.js +98 -0
  89. package/ec2/vpcEndpointConnectionAccepter.js.map +1 -0
  90. package/ec2/vpcIpamOrganizationAdminAccount.d.ts +94 -0
  91. package/ec2/vpcIpamOrganizationAdminAccount.js +85 -0
  92. package/ec2/vpcIpamOrganizationAdminAccount.js.map +1 -0
  93. package/ec2/vpcIpamPoolCidr.d.ts +3 -0
  94. package/ec2/vpcIpamPoolCidr.js +3 -0
  95. package/ec2/vpcIpamPoolCidr.js.map +1 -1
  96. package/ec2/vpcIpamPoolCidrAllocation.d.ts +3 -3
  97. package/ec2/vpcIpamPreviewNextCidr.d.ts +100 -0
  98. package/ec2/vpcIpamPreviewNextCidr.js +90 -0
  99. package/ec2/vpcIpamPreviewNextCidr.js.map +1 -0
  100. package/ecr/replicationConfiguration.d.ts +22 -0
  101. package/ecr/replicationConfiguration.js +22 -0
  102. package/ecr/replicationConfiguration.js.map +1 -1
  103. package/ecs/getTaskDefinition.d.ts +39 -0
  104. package/ecs/getTaskDefinition.js +35 -0
  105. package/ecs/getTaskDefinition.js.map +1 -1
  106. package/fsx/backup.d.ts +15 -0
  107. package/fsx/backup.js +15 -0
  108. package/fsx/backup.js.map +1 -1
  109. package/fsx/index.d.ts +3 -0
  110. package/fsx/index.js +15 -0
  111. package/fsx/index.js.map +1 -1
  112. package/fsx/openZfsFileSystem.d.ts +341 -0
  113. package/fsx/openZfsFileSystem.js +144 -0
  114. package/fsx/openZfsFileSystem.js.map +1 -0
  115. package/fsx/openZfsSnapshot.d.ts +149 -0
  116. package/fsx/openZfsSnapshot.js +107 -0
  117. package/fsx/openZfsSnapshot.js.map +1 -0
  118. package/fsx/openZfsVolume.d.ts +225 -0
  119. package/fsx/openZfsVolume.js +101 -0
  120. package/fsx/openZfsVolume.js.map +1 -0
  121. package/glue/trigger.d.ts +15 -3
  122. package/glue/trigger.js +2 -0
  123. package/glue/trigger.js.map +1 -1
  124. package/index.d.ts +3 -1
  125. package/index.js +7 -2
  126. package/index.js.map +1 -1
  127. package/memorydb/acl.d.ts +142 -0
  128. package/memorydb/acl.js +90 -0
  129. package/memorydb/acl.js.map +1 -0
  130. package/memorydb/cluster.d.ts +388 -0
  131. package/memorydb/cluster.js +140 -0
  132. package/memorydb/cluster.js.map +1 -0
  133. package/memorydb/index.d.ts +5 -0
  134. package/memorydb/index.js +53 -0
  135. package/memorydb/index.js.map +1 -0
  136. package/memorydb/parameterGroup.d.ts +160 -0
  137. package/memorydb/parameterGroup.js +96 -0
  138. package/memorydb/parameterGroup.js.map +1 -0
  139. package/memorydb/subnetGroup.d.ts +146 -0
  140. package/memorydb/subnetGroup.js +96 -0
  141. package/memorydb/subnetGroup.js.map +1 -0
  142. package/memorydb/user.d.ts +138 -0
  143. package/memorydb/user.js +83 -0
  144. package/memorydb/user.js.map +1 -0
  145. package/mskconnect/customPlugin.d.ts +144 -0
  146. package/mskconnect/customPlugin.js +104 -0
  147. package/mskconnect/customPlugin.js.map +1 -0
  148. package/mskconnect/getCustomPlugin.d.ts +61 -0
  149. package/mskconnect/getCustomPlugin.js +38 -0
  150. package/mskconnect/getCustomPlugin.js.map +1 -0
  151. package/mskconnect/getWorkerConfiguration.d.ts +61 -0
  152. package/mskconnect/getWorkerConfiguration.js +38 -0
  153. package/mskconnect/getWorkerConfiguration.js.map +1 -0
  154. package/mskconnect/index.d.ts +4 -0
  155. package/mskconnect/index.js +40 -0
  156. package/mskconnect/index.js.map +1 -0
  157. package/mskconnect/workerConfiguration.d.ts +113 -0
  158. package/mskconnect/workerConfiguration.js +87 -0
  159. package/mskconnect/workerConfiguration.js.map +1 -0
  160. package/organizations/getResourceTags.d.ts +63 -0
  161. package/organizations/getResourceTags.js +39 -0
  162. package/organizations/getResourceTags.js.map +1 -0
  163. package/organizations/index.d.ts +1 -0
  164. package/organizations/index.js +1 -0
  165. package/organizations/index.js.map +1 -1
  166. package/package.json +2 -2
  167. package/package.json.dev +1 -1
  168. package/sagemaker/device.d.ts +97 -0
  169. package/sagemaker/device.js +89 -0
  170. package/sagemaker/device.js.map +1 -0
  171. package/sagemaker/getPrebuiltEcrImage.d.ts +2 -2
  172. package/sagemaker/index.d.ts +1 -0
  173. package/sagemaker/index.js +5 -0
  174. package/sagemaker/index.js.map +1 -1
  175. package/ses/getActiveReceiptRuleSet.d.ts +31 -0
  176. package/ses/getActiveReceiptRuleSet.js +30 -0
  177. package/ses/getActiveReceiptRuleSet.js.map +1 -0
  178. package/ses/getDomainIdentity.d.ts +56 -0
  179. package/ses/getDomainIdentity.js +38 -0
  180. package/ses/getDomainIdentity.js.map +1 -0
  181. package/ses/getEmailIdentity.d.ts +52 -0
  182. package/ses/getEmailIdentity.js +38 -0
  183. package/ses/getEmailIdentity.js.map +1 -0
  184. package/ses/index.d.ts +3 -0
  185. package/ses/index.js +3 -0
  186. package/ses/index.js.map +1 -1
  187. package/sqs/queue.d.ts +16 -0
  188. package/sqs/queue.js +6 -0
  189. package/sqs/queue.js.map +1 -1
  190. package/ssm/getParametersByPath.d.ts +9 -0
  191. package/ssm/getParametersByPath.js +1 -0
  192. package/ssm/getParametersByPath.js.map +1 -1
  193. package/timestreamwrite/table.d.ts +12 -0
  194. package/timestreamwrite/table.js +2 -0
  195. package/timestreamwrite/table.js.map +1 -1
  196. package/types/input.d.ts +409 -11
  197. package/types/output.d.ts +430 -11
  198. package/wafv2/webAclLoggingConfiguration.d.ts +3 -3
package/dax/cluster.d.ts CHANGED
@@ -56,6 +56,12 @@ export declare class Cluster extends pulumi.CustomResource {
56
56
  * The DNS name of the DAX cluster without the port appended
57
57
  */
58
58
  readonly clusterAddress: pulumi.Output<string>;
59
+ /**
60
+ * The type of encryption the
61
+ * cluster's endpoint should support. Valid values are: `NONE` and `TLS`.
62
+ * Default value is `NONE`.
63
+ */
64
+ readonly clusterEndpointEncryptionType: pulumi.Output<string | undefined>;
59
65
  /**
60
66
  * Group identifier. DAX converts this name to
61
67
  * lowercase
@@ -167,6 +173,12 @@ export interface ClusterState {
167
173
  * The DNS name of the DAX cluster without the port appended
168
174
  */
169
175
  clusterAddress?: pulumi.Input<string>;
176
+ /**
177
+ * The type of encryption the
178
+ * cluster's endpoint should support. Valid values are: `NONE` and `TLS`.
179
+ * Default value is `NONE`.
180
+ */
181
+ clusterEndpointEncryptionType?: pulumi.Input<string>;
170
182
  /**
171
183
  * Group identifier. DAX converts this name to
172
184
  * lowercase
@@ -262,6 +274,12 @@ export interface ClusterArgs {
262
274
  * nodes will be created
263
275
  */
264
276
  availabilityZones?: pulumi.Input<pulumi.Input<string>[]>;
277
+ /**
278
+ * The type of encryption the
279
+ * cluster's endpoint should support. Valid values are: `NONE` and `TLS`.
280
+ * Default value is `NONE`.
281
+ */
282
+ clusterEndpointEncryptionType?: pulumi.Input<string>;
265
283
  /**
266
284
  * Group identifier. DAX converts this name to
267
285
  * lowercase
package/dax/cluster.js CHANGED
@@ -41,6 +41,7 @@ class Cluster extends pulumi.CustomResource {
41
41
  inputs["arn"] = state ? state.arn : undefined;
42
42
  inputs["availabilityZones"] = state ? state.availabilityZones : undefined;
43
43
  inputs["clusterAddress"] = state ? state.clusterAddress : undefined;
44
+ inputs["clusterEndpointEncryptionType"] = state ? state.clusterEndpointEncryptionType : undefined;
44
45
  inputs["clusterName"] = state ? state.clusterName : undefined;
45
46
  inputs["configurationEndpoint"] = state ? state.configurationEndpoint : undefined;
46
47
  inputs["description"] = state ? state.description : undefined;
@@ -73,6 +74,7 @@ class Cluster extends pulumi.CustomResource {
73
74
  throw new Error("Missing required property 'replicationFactor'");
74
75
  }
75
76
  inputs["availabilityZones"] = args ? args.availabilityZones : undefined;
77
+ inputs["clusterEndpointEncryptionType"] = args ? args.clusterEndpointEncryptionType : undefined;
76
78
  inputs["clusterName"] = args ? args.clusterName : undefined;
77
79
  inputs["description"] = args ? args.description : undefined;
78
80
  inputs["iamRoleArn"] = args ? args.iamRoleArn : undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../dax/cluster.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../dax/cluster.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,170 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs } from "../types";
3
+ /**
4
+ * Provides a resource to manage AWS Device Farm Device Pools.
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as aws from "@pulumi/aws";
11
+ *
12
+ * const example = new aws.devicefarm.DevicePool("example", {
13
+ * projectArn: aws_devicefarm_project.example.arn,
14
+ * rules: [{
15
+ * attribute: "OS_VERSION",
16
+ * operator: "EQUALS",
17
+ * value: "\"AVAILABLE\"",
18
+ * }],
19
+ * });
20
+ * ```
21
+ *
22
+ * ## Import
23
+ *
24
+ * DeviceFarm Device Pools can be imported by their arn
25
+ *
26
+ * ```sh
27
+ * $ pulumi import aws:devicefarm/devicePool:DevicePool example arn:aws:devicefarm:us-west-2:123456789012:devicepool:4fa784c7-ccb4-4dbf-ba4f-02198320daa1/4fa784c7-ccb4-4dbf-ba4f-02198320daa1
28
+ * ```
29
+ */
30
+ export declare class DevicePool extends pulumi.CustomResource {
31
+ /**
32
+ * Get an existing DevicePool resource's state with the given name, ID, and optional extra
33
+ * properties used to qualify the lookup.
34
+ *
35
+ * @param name The _unique_ name of the resulting resource.
36
+ * @param id The _unique_ provider ID of the resource to lookup.
37
+ * @param state Any extra arguments used during the lookup.
38
+ * @param opts Optional settings to control the behavior of the CustomResource.
39
+ */
40
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: DevicePoolState, opts?: pulumi.CustomResourceOptions): DevicePool;
41
+ /**
42
+ * Returns true if the given object is an instance of DevicePool. This is designed to work even
43
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
44
+ */
45
+ static isInstance(obj: any): obj is DevicePool;
46
+ /**
47
+ * The Amazon Resource Name of this Device Pool
48
+ */
49
+ readonly arn: pulumi.Output<string>;
50
+ /**
51
+ * The device pool's description.
52
+ */
53
+ readonly description: pulumi.Output<string | undefined>;
54
+ /**
55
+ * The number of devices that Device Farm can add to your device pool.
56
+ */
57
+ readonly maxDevices: pulumi.Output<number | undefined>;
58
+ /**
59
+ * The name of the Device Pool
60
+ */
61
+ readonly name: pulumi.Output<string>;
62
+ /**
63
+ * The ARN of the project for the device pool.
64
+ */
65
+ readonly projectArn: pulumi.Output<string>;
66
+ /**
67
+ * The device pool's rules. See Rule.
68
+ */
69
+ readonly rules: pulumi.Output<outputs.devicefarm.DevicePoolRule[]>;
70
+ /**
71
+ * A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
72
+ */
73
+ readonly tags: pulumi.Output<{
74
+ [key: string]: string;
75
+ } | undefined>;
76
+ /**
77
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
78
+ */
79
+ readonly tagsAll: pulumi.Output<{
80
+ [key: string]: string;
81
+ }>;
82
+ readonly type: pulumi.Output<string>;
83
+ /**
84
+ * Create a DevicePool resource with the given unique name, arguments, and options.
85
+ *
86
+ * @param name The _unique_ name of the resource.
87
+ * @param args The arguments to use to populate this resource's properties.
88
+ * @param opts A bag of options that control this resource's behavior.
89
+ */
90
+ constructor(name: string, args: DevicePoolArgs, opts?: pulumi.CustomResourceOptions);
91
+ }
92
+ /**
93
+ * Input properties used for looking up and filtering DevicePool resources.
94
+ */
95
+ export interface DevicePoolState {
96
+ /**
97
+ * The Amazon Resource Name of this Device Pool
98
+ */
99
+ arn?: pulumi.Input<string>;
100
+ /**
101
+ * The device pool's description.
102
+ */
103
+ description?: pulumi.Input<string>;
104
+ /**
105
+ * The number of devices that Device Farm can add to your device pool.
106
+ */
107
+ maxDevices?: pulumi.Input<number>;
108
+ /**
109
+ * The name of the Device Pool
110
+ */
111
+ name?: pulumi.Input<string>;
112
+ /**
113
+ * The ARN of the project for the device pool.
114
+ */
115
+ projectArn?: pulumi.Input<string>;
116
+ /**
117
+ * The device pool's rules. See Rule.
118
+ */
119
+ rules?: pulumi.Input<pulumi.Input<inputs.devicefarm.DevicePoolRule>[]>;
120
+ /**
121
+ * A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
122
+ */
123
+ tags?: pulumi.Input<{
124
+ [key: string]: pulumi.Input<string>;
125
+ }>;
126
+ /**
127
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
128
+ */
129
+ tagsAll?: pulumi.Input<{
130
+ [key: string]: pulumi.Input<string>;
131
+ }>;
132
+ type?: pulumi.Input<string>;
133
+ }
134
+ /**
135
+ * The set of arguments for constructing a DevicePool resource.
136
+ */
137
+ export interface DevicePoolArgs {
138
+ /**
139
+ * The device pool's description.
140
+ */
141
+ description?: pulumi.Input<string>;
142
+ /**
143
+ * The number of devices that Device Farm can add to your device pool.
144
+ */
145
+ maxDevices?: pulumi.Input<number>;
146
+ /**
147
+ * The name of the Device Pool
148
+ */
149
+ name?: pulumi.Input<string>;
150
+ /**
151
+ * The ARN of the project for the device pool.
152
+ */
153
+ projectArn: pulumi.Input<string>;
154
+ /**
155
+ * The device pool's rules. See Rule.
156
+ */
157
+ rules: pulumi.Input<pulumi.Input<inputs.devicefarm.DevicePoolRule>[]>;
158
+ /**
159
+ * A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
160
+ */
161
+ tags?: pulumi.Input<{
162
+ [key: string]: pulumi.Input<string>;
163
+ }>;
164
+ /**
165
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
166
+ */
167
+ tagsAll?: pulumi.Input<{
168
+ [key: string]: pulumi.Input<string>;
169
+ }>;
170
+ }
@@ -0,0 +1,100 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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.DevicePool = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Provides a resource to manage AWS Device Farm Device Pools.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as aws from "@pulumi/aws";
16
+ *
17
+ * const example = new aws.devicefarm.DevicePool("example", {
18
+ * projectArn: aws_devicefarm_project.example.arn,
19
+ * rules: [{
20
+ * attribute: "OS_VERSION",
21
+ * operator: "EQUALS",
22
+ * value: "\"AVAILABLE\"",
23
+ * }],
24
+ * });
25
+ * ```
26
+ *
27
+ * ## Import
28
+ *
29
+ * DeviceFarm Device Pools can be imported by their arn
30
+ *
31
+ * ```sh
32
+ * $ pulumi import aws:devicefarm/devicePool:DevicePool example arn:aws:devicefarm:us-west-2:123456789012:devicepool:4fa784c7-ccb4-4dbf-ba4f-02198320daa1/4fa784c7-ccb4-4dbf-ba4f-02198320daa1
33
+ * ```
34
+ */
35
+ class DevicePool extends pulumi.CustomResource {
36
+ constructor(name, argsOrState, opts) {
37
+ let inputs = {};
38
+ opts = opts || {};
39
+ if (opts.id) {
40
+ const state = argsOrState;
41
+ inputs["arn"] = state ? state.arn : undefined;
42
+ inputs["description"] = state ? state.description : undefined;
43
+ inputs["maxDevices"] = state ? state.maxDevices : undefined;
44
+ inputs["name"] = state ? state.name : undefined;
45
+ inputs["projectArn"] = state ? state.projectArn : undefined;
46
+ inputs["rules"] = state ? state.rules : undefined;
47
+ inputs["tags"] = state ? state.tags : undefined;
48
+ inputs["tagsAll"] = state ? state.tagsAll : undefined;
49
+ inputs["type"] = state ? state.type : undefined;
50
+ }
51
+ else {
52
+ const args = argsOrState;
53
+ if ((!args || args.projectArn === undefined) && !opts.urn) {
54
+ throw new Error("Missing required property 'projectArn'");
55
+ }
56
+ if ((!args || args.rules === undefined) && !opts.urn) {
57
+ throw new Error("Missing required property 'rules'");
58
+ }
59
+ inputs["description"] = args ? args.description : undefined;
60
+ inputs["maxDevices"] = args ? args.maxDevices : undefined;
61
+ inputs["name"] = args ? args.name : undefined;
62
+ inputs["projectArn"] = args ? args.projectArn : undefined;
63
+ inputs["rules"] = args ? args.rules : undefined;
64
+ inputs["tags"] = args ? args.tags : undefined;
65
+ inputs["tagsAll"] = args ? args.tagsAll : undefined;
66
+ inputs["arn"] = undefined /*out*/;
67
+ inputs["type"] = undefined /*out*/;
68
+ }
69
+ if (!opts.version) {
70
+ opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
71
+ }
72
+ super(DevicePool.__pulumiType, name, inputs, opts);
73
+ }
74
+ /**
75
+ * Get an existing DevicePool resource's state with the given name, ID, and optional extra
76
+ * properties used to qualify the lookup.
77
+ *
78
+ * @param name The _unique_ name of the resulting resource.
79
+ * @param id The _unique_ provider ID of the resource to lookup.
80
+ * @param state Any extra arguments used during the lookup.
81
+ * @param opts Optional settings to control the behavior of the CustomResource.
82
+ */
83
+ static get(name, id, state, opts) {
84
+ return new DevicePool(name, state, Object.assign(Object.assign({}, opts), { id: id }));
85
+ }
86
+ /**
87
+ * Returns true if the given object is an instance of DevicePool. This is designed to work even
88
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
89
+ */
90
+ static isInstance(obj) {
91
+ if (obj === undefined || obj === null) {
92
+ return false;
93
+ }
94
+ return obj['__pulumiType'] === DevicePool.__pulumiType;
95
+ }
96
+ }
97
+ exports.DevicePool = DevicePool;
98
+ /** @internal */
99
+ DevicePool.__pulumiType = 'aws:devicefarm/devicePool:DevicePool';
100
+ //# sourceMappingURL=devicePool.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"devicePool.js","sourceRoot":"","sources":["../../devicefarm/devicePool.ts"],"names":[],"mappings":"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"}
@@ -1 +1,4 @@
1
+ export * from "./devicePool";
2
+ export * from "./networkProfile";
1
3
  export * from "./project";
4
+ export * from "./upload";
@@ -15,19 +15,34 @@ Object.defineProperty(exports, "__esModule", { value: true });
15
15
  const pulumi = require("@pulumi/pulumi");
16
16
  const utilities = require("../utilities");
17
17
  // Export members:
18
+ __exportStar(require("./devicePool"), exports);
19
+ __exportStar(require("./networkProfile"), exports);
18
20
  __exportStar(require("./project"), exports);
21
+ __exportStar(require("./upload"), exports);
19
22
  // Import resources to register:
23
+ const devicePool_1 = require("./devicePool");
24
+ const networkProfile_1 = require("./networkProfile");
20
25
  const project_1 = require("./project");
26
+ const upload_1 = require("./upload");
21
27
  const _module = {
22
28
  version: utilities.getVersion(),
23
29
  construct: (name, type, urn) => {
24
30
  switch (type) {
31
+ case "aws:devicefarm/devicePool:DevicePool":
32
+ return new devicePool_1.DevicePool(name, undefined, { urn });
33
+ case "aws:devicefarm/networkProfile:NetworkProfile":
34
+ return new networkProfile_1.NetworkProfile(name, undefined, { urn });
25
35
  case "aws:devicefarm/project:Project":
26
36
  return new project_1.Project(name, undefined, { urn });
37
+ case "aws:devicefarm/upload:Upload":
38
+ return new upload_1.Upload(name, undefined, { urn });
27
39
  default:
28
40
  throw new Error(`unknown resource type ${type}`);
29
41
  }
30
42
  },
31
43
  };
44
+ pulumi.runtime.registerResourceModule("aws", "devicefarm/devicePool", _module);
45
+ pulumi.runtime.registerResourceModule("aws", "devicefarm/networkProfile", _module);
32
46
  pulumi.runtime.registerResourceModule("aws", "devicefarm/project", _module);
47
+ pulumi.runtime.registerResourceModule("aws", "devicefarm/upload", _module);
33
48
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../devicefarm/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,kBAAkB;AAClB,4CAA0B;AAE1B,gCAAgC;AAChC,uCAAoC;AAEpC,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,gCAAgC;gBACjC,OAAO,IAAI,iBAAO,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACrD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,oBAAoB,EAAE,OAAO,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../devicefarm/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,kBAAkB;AAClB,+CAA6B;AAC7B,mDAAiC;AACjC,4CAA0B;AAC1B,2CAAyB;AAEzB,gCAAgC;AAChC,6CAA0C;AAC1C,qDAAkD;AAClD,uCAAoC;AACpC,qCAAkC;AAElC,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,sCAAsC;gBACvC,OAAO,IAAI,uBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD,KAAK,8CAA8C;gBAC/C,OAAO,IAAI,+BAAc,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC5D,KAAK,gCAAgC;gBACjC,OAAO,IAAI,iBAAO,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACrD,KAAK,8BAA8B;gBAC/B,OAAO,IAAI,eAAM,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACpD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,CAAA;AAC9E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,2BAA2B,EAAE,OAAO,CAAC,CAAA;AAClF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,oBAAoB,EAAE,OAAO,CAAC,CAAA;AAC3E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,mBAAmB,EAAE,OAAO,CAAC,CAAA"}
@@ -0,0 +1,247 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Provides a resource to manage AWS Device Farm Network Profiles.
4
+ * ∂
5
+ * > **NOTE:** AWS currently has limited regional support for Device Farm (e.g., `us-west-2`). See [AWS Device Farm endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/devicefarm.html) for information on supported regions.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as aws from "@pulumi/aws";
12
+ *
13
+ * const exampleProject = new aws.devicefarm.Project("exampleProject", {});
14
+ * const exampleNetworkProfile = new aws.devicefarm.NetworkProfile("exampleNetworkProfile", {projectArn: exampleProject.arn});
15
+ * ```
16
+ *
17
+ * ## Import
18
+ *
19
+ * DeviceFarm Network Profiles can be imported by their arn
20
+ *
21
+ * ```sh
22
+ * $ pulumi import aws:devicefarm/networkProfile:NetworkProfile example arn:aws:devicefarm:us-west-2:123456789012:network profile:4fa784c7-ccb4-4dbf-ba4f-02198320daa1
23
+ * ```
24
+ */
25
+ export declare class NetworkProfile extends pulumi.CustomResource {
26
+ /**
27
+ * Get an existing NetworkProfile resource's state with the given name, ID, and optional extra
28
+ * properties used to qualify the lookup.
29
+ *
30
+ * @param name The _unique_ name of the resulting resource.
31
+ * @param id The _unique_ provider ID of the resource to lookup.
32
+ * @param state Any extra arguments used during the lookup.
33
+ * @param opts Optional settings to control the behavior of the CustomResource.
34
+ */
35
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: NetworkProfileState, opts?: pulumi.CustomResourceOptions): NetworkProfile;
36
+ /**
37
+ * Returns true if the given object is an instance of NetworkProfile. This is designed to work even
38
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
39
+ */
40
+ static isInstance(obj: any): obj is NetworkProfile;
41
+ /**
42
+ * The Amazon Resource Name of this network profile.
43
+ */
44
+ readonly arn: pulumi.Output<string>;
45
+ /**
46
+ * The description of the network profile.
47
+ */
48
+ readonly description: pulumi.Output<string | undefined>;
49
+ /**
50
+ * The data throughput rate in bits per second, as an integer from `0` to `104857600`. Default value is `104857600`.
51
+ */
52
+ readonly downlinkBandwidthBits: pulumi.Output<number | undefined>;
53
+ /**
54
+ * Delay time for all packets to destination in milliseconds as an integer from `0` to `2000`.
55
+ */
56
+ readonly downlinkDelayMs: pulumi.Output<number | undefined>;
57
+ /**
58
+ * Time variation in the delay of received packets in milliseconds as an integer from `0` to `2000`.
59
+ */
60
+ readonly downlinkJitterMs: pulumi.Output<number | undefined>;
61
+ /**
62
+ * Proportion of received packets that fail to arrive from `0` to `100` percent.
63
+ */
64
+ readonly downlinkLossPercent: pulumi.Output<number | undefined>;
65
+ /**
66
+ * The name for the network profile.
67
+ */
68
+ readonly name: pulumi.Output<string>;
69
+ /**
70
+ * The ARN of the project for the network profile.
71
+ */
72
+ readonly projectArn: pulumi.Output<string>;
73
+ /**
74
+ * A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
75
+ */
76
+ readonly tags: pulumi.Output<{
77
+ [key: string]: string;
78
+ } | undefined>;
79
+ /**
80
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
81
+ */
82
+ readonly tagsAll: pulumi.Output<{
83
+ [key: string]: string;
84
+ }>;
85
+ /**
86
+ * The type of network profile to create. Valid values are listed are `PRIVATE` and `CURATED`.
87
+ */
88
+ readonly type: pulumi.Output<string | undefined>;
89
+ /**
90
+ * The data throughput rate in bits per second, as an integer from `0` to `104857600`. Default value is `104857600`.
91
+ */
92
+ readonly uplinkBandwidthBits: pulumi.Output<number | undefined>;
93
+ /**
94
+ * Delay time for all packets to destination in milliseconds as an integer from `0` to `2000`.
95
+ */
96
+ readonly uplinkDelayMs: pulumi.Output<number | undefined>;
97
+ /**
98
+ * Time variation in the delay of received packets in milliseconds as an integer from `0` to `2000`.
99
+ */
100
+ readonly uplinkJitterMs: pulumi.Output<number | undefined>;
101
+ /**
102
+ * Proportion of received packets that fail to arrive from `0` to `100` percent.
103
+ */
104
+ readonly uplinkLossPercent: pulumi.Output<number | undefined>;
105
+ /**
106
+ * Create a NetworkProfile resource with the given unique name, arguments, and options.
107
+ *
108
+ * @param name The _unique_ name of the resource.
109
+ * @param args The arguments to use to populate this resource's properties.
110
+ * @param opts A bag of options that control this resource's behavior.
111
+ */
112
+ constructor(name: string, args: NetworkProfileArgs, opts?: pulumi.CustomResourceOptions);
113
+ }
114
+ /**
115
+ * Input properties used for looking up and filtering NetworkProfile resources.
116
+ */
117
+ export interface NetworkProfileState {
118
+ /**
119
+ * The Amazon Resource Name of this network profile.
120
+ */
121
+ arn?: pulumi.Input<string>;
122
+ /**
123
+ * The description of the network profile.
124
+ */
125
+ description?: pulumi.Input<string>;
126
+ /**
127
+ * The data throughput rate in bits per second, as an integer from `0` to `104857600`. Default value is `104857600`.
128
+ */
129
+ downlinkBandwidthBits?: pulumi.Input<number>;
130
+ /**
131
+ * Delay time for all packets to destination in milliseconds as an integer from `0` to `2000`.
132
+ */
133
+ downlinkDelayMs?: pulumi.Input<number>;
134
+ /**
135
+ * Time variation in the delay of received packets in milliseconds as an integer from `0` to `2000`.
136
+ */
137
+ downlinkJitterMs?: pulumi.Input<number>;
138
+ /**
139
+ * Proportion of received packets that fail to arrive from `0` to `100` percent.
140
+ */
141
+ downlinkLossPercent?: pulumi.Input<number>;
142
+ /**
143
+ * The name for the network profile.
144
+ */
145
+ name?: pulumi.Input<string>;
146
+ /**
147
+ * The ARN of the project for the network profile.
148
+ */
149
+ projectArn?: pulumi.Input<string>;
150
+ /**
151
+ * A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
152
+ */
153
+ tags?: pulumi.Input<{
154
+ [key: string]: pulumi.Input<string>;
155
+ }>;
156
+ /**
157
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
158
+ */
159
+ tagsAll?: pulumi.Input<{
160
+ [key: string]: pulumi.Input<string>;
161
+ }>;
162
+ /**
163
+ * The type of network profile to create. Valid values are listed are `PRIVATE` and `CURATED`.
164
+ */
165
+ type?: pulumi.Input<string>;
166
+ /**
167
+ * The data throughput rate in bits per second, as an integer from `0` to `104857600`. Default value is `104857600`.
168
+ */
169
+ uplinkBandwidthBits?: pulumi.Input<number>;
170
+ /**
171
+ * Delay time for all packets to destination in milliseconds as an integer from `0` to `2000`.
172
+ */
173
+ uplinkDelayMs?: pulumi.Input<number>;
174
+ /**
175
+ * Time variation in the delay of received packets in milliseconds as an integer from `0` to `2000`.
176
+ */
177
+ uplinkJitterMs?: pulumi.Input<number>;
178
+ /**
179
+ * Proportion of received packets that fail to arrive from `0` to `100` percent.
180
+ */
181
+ uplinkLossPercent?: pulumi.Input<number>;
182
+ }
183
+ /**
184
+ * The set of arguments for constructing a NetworkProfile resource.
185
+ */
186
+ export interface NetworkProfileArgs {
187
+ /**
188
+ * The description of the network profile.
189
+ */
190
+ description?: pulumi.Input<string>;
191
+ /**
192
+ * The data throughput rate in bits per second, as an integer from `0` to `104857600`. Default value is `104857600`.
193
+ */
194
+ downlinkBandwidthBits?: pulumi.Input<number>;
195
+ /**
196
+ * Delay time for all packets to destination in milliseconds as an integer from `0` to `2000`.
197
+ */
198
+ downlinkDelayMs?: pulumi.Input<number>;
199
+ /**
200
+ * Time variation in the delay of received packets in milliseconds as an integer from `0` to `2000`.
201
+ */
202
+ downlinkJitterMs?: pulumi.Input<number>;
203
+ /**
204
+ * Proportion of received packets that fail to arrive from `0` to `100` percent.
205
+ */
206
+ downlinkLossPercent?: pulumi.Input<number>;
207
+ /**
208
+ * The name for the network profile.
209
+ */
210
+ name?: pulumi.Input<string>;
211
+ /**
212
+ * The ARN of the project for the network profile.
213
+ */
214
+ projectArn: pulumi.Input<string>;
215
+ /**
216
+ * A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
217
+ */
218
+ tags?: pulumi.Input<{
219
+ [key: string]: pulumi.Input<string>;
220
+ }>;
221
+ /**
222
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
223
+ */
224
+ tagsAll?: pulumi.Input<{
225
+ [key: string]: pulumi.Input<string>;
226
+ }>;
227
+ /**
228
+ * The type of network profile to create. Valid values are listed are `PRIVATE` and `CURATED`.
229
+ */
230
+ type?: pulumi.Input<string>;
231
+ /**
232
+ * The data throughput rate in bits per second, as an integer from `0` to `104857600`. Default value is `104857600`.
233
+ */
234
+ uplinkBandwidthBits?: pulumi.Input<number>;
235
+ /**
236
+ * Delay time for all packets to destination in milliseconds as an integer from `0` to `2000`.
237
+ */
238
+ uplinkDelayMs?: pulumi.Input<number>;
239
+ /**
240
+ * Time variation in the delay of received packets in milliseconds as an integer from `0` to `2000`.
241
+ */
242
+ uplinkJitterMs?: pulumi.Input<number>;
243
+ /**
244
+ * Proportion of received packets that fail to arrive from `0` to `100` percent.
245
+ */
246
+ uplinkLossPercent?: pulumi.Input<number>;
247
+ }