@pulumi/aws 5.4.0 → 5.5.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 (249) hide show
  1. package/acm/certificate.d.ts +33 -6
  2. package/acm/certificate.js +17 -0
  3. package/acm/certificate.js.map +1 -1
  4. package/acm/getCertificate.d.ts +8 -0
  5. package/acm/getCertificate.js.map +1 -1
  6. package/appconfig/eventIntegration.d.ts +158 -0
  7. package/appconfig/eventIntegration.js +96 -0
  8. package/appconfig/eventIntegration.js.map +1 -0
  9. package/appconfig/index.d.ts +1 -0
  10. package/appconfig/index.js +5 -0
  11. package/appconfig/index.js.map +1 -1
  12. package/appflow/connectorProfile.d.ts +133 -0
  13. package/appflow/connectorProfile.js +89 -0
  14. package/appflow/connectorProfile.js.map +1 -0
  15. package/appflow/flow.d.ts +279 -0
  16. package/appflow/flow.js +193 -0
  17. package/appflow/flow.js.map +1 -0
  18. package/appflow/index.d.ts +2 -0
  19. package/appflow/index.js +42 -0
  20. package/appflow/index.js.map +1 -0
  21. package/apprunner/service.d.ts +2 -1
  22. package/apprunner/service.js +2 -1
  23. package/apprunner/service.js.map +1 -1
  24. package/athena/dataCatalog.d.ts +210 -0
  25. package/athena/dataCatalog.js +146 -0
  26. package/athena/dataCatalog.js.map +1 -0
  27. package/athena/index.d.ts +1 -0
  28. package/athena/index.js +5 -0
  29. package/athena/index.js.map +1 -1
  30. package/autoscaling/getGroup.d.ts +4 -0
  31. package/autoscaling/getGroup.js.map +1 -1
  32. package/cloudfront/getOriginAccessIdentities.d.ts +71 -0
  33. package/cloudfront/getOriginAccessIdentities.js +51 -0
  34. package/cloudfront/getOriginAccessIdentities.js.map +1 -0
  35. package/cloudfront/index.d.ts +1 -0
  36. package/cloudfront/index.js +1 -0
  37. package/cloudfront/index.js.map +1 -1
  38. package/cloudtrail/trail.d.ts +1 -1
  39. package/cloudtrail/trail.js +1 -1
  40. package/cloudwatch/dashboard.d.ts +1 -1
  41. package/cloudwatch/dashboard.js +1 -1
  42. package/codebuild/reportGroup.d.ts +4 -3
  43. package/codebuild/reportGroup.js +4 -3
  44. package/codebuild/reportGroup.js.map +1 -1
  45. package/codestarconnections/getConnection.d.ts +23 -4
  46. package/codestarconnections/getConnection.js +13 -0
  47. package/codestarconnections/getConnection.js.map +1 -1
  48. package/config/vars.d.ts +1 -0
  49. package/config/vars.js +6 -0
  50. package/config/vars.js.map +1 -1
  51. package/connect/getRoutingProfile.d.ts +117 -0
  52. package/connect/getRoutingProfile.js +54 -0
  53. package/connect/getRoutingProfile.js.map +1 -0
  54. package/connect/getSecurityProfile.d.ts +112 -0
  55. package/connect/getSecurityProfile.js +54 -0
  56. package/connect/getSecurityProfile.js.map +1 -0
  57. package/connect/getUserHierarchyStructure.d.ts +50 -0
  58. package/connect/getUserHierarchyStructure.js +36 -0
  59. package/connect/getUserHierarchyStructure.js.map +1 -0
  60. package/connect/index.d.ts +4 -0
  61. package/connect/index.js +8 -0
  62. package/connect/index.js.map +1 -1
  63. package/connect/userHierarchyGroup.d.ts +193 -0
  64. package/connect/userHierarchyGroup.js +117 -0
  65. package/connect/userHierarchyGroup.js.map +1 -0
  66. package/costexplorer/costCategory.d.ts +175 -0
  67. package/costexplorer/costCategory.js +123 -0
  68. package/costexplorer/costCategory.js.map +1 -0
  69. package/costexplorer/getCostCategory.d.ts +67 -0
  70. package/costexplorer/getCostCategory.js +36 -0
  71. package/costexplorer/getCostCategory.js.map +1 -0
  72. package/costexplorer/getTags.d.ts +89 -0
  73. package/costexplorer/getTags.js +43 -0
  74. package/costexplorer/getTags.js.map +1 -0
  75. package/costexplorer/index.d.ts +3 -0
  76. package/costexplorer/index.js +39 -0
  77. package/costexplorer/index.js.map +1 -0
  78. package/dlm/lifecyclePolicy.d.ts +4 -4
  79. package/dlm/lifecyclePolicy.js +4 -4
  80. package/docdb/eventSubscription.d.ts +195 -0
  81. package/docdb/eventSubscription.js +113 -0
  82. package/docdb/eventSubscription.js.map +1 -0
  83. package/docdb/index.d.ts +1 -0
  84. package/docdb/index.js +5 -0
  85. package/docdb/index.js.map +1 -1
  86. package/ebs/volume.d.ts +3 -3
  87. package/ec2/ami.d.ts +12 -0
  88. package/ec2/ami.js +2 -0
  89. package/ec2/ami.js.map +1 -1
  90. package/ec2/amiCopy.d.ts +12 -0
  91. package/ec2/amiCopy.js +2 -0
  92. package/ec2/amiCopy.js.map +1 -1
  93. package/ec2/amiFromInstance.d.ts +12 -0
  94. package/ec2/amiFromInstance.js +2 -0
  95. package/ec2/amiFromInstance.js.map +1 -1
  96. package/ec2/getAmi.d.ts +4 -0
  97. package/ec2/getAmi.js.map +1 -1
  98. package/ec2/getInstance.d.ts +5 -1
  99. package/ec2/getInstance.js.map +1 -1
  100. package/ec2/getLaunchTemplate.d.ts +2 -0
  101. package/ec2/getLaunchTemplate.js.map +1 -1
  102. package/ec2/instance.d.ts +12 -0
  103. package/ec2/instance.js +2 -0
  104. package/ec2/instance.js.map +1 -1
  105. package/ec2/launchTemplate.d.ts +27 -3
  106. package/ec2/launchTemplate.js +4 -0
  107. package/ec2/launchTemplate.js.map +1 -1
  108. package/ec2/securityGroup.d.ts +0 -84
  109. package/ec2/securityGroup.js +0 -84
  110. package/ec2/securityGroup.js.map +1 -1
  111. package/ec2/spotFleetRequest.d.ts +18 -0
  112. package/ec2/spotFleetRequest.js +2 -0
  113. package/ec2/spotFleetRequest.js.map +1 -1
  114. package/ec2/spotInstanceRequest.d.ts +12 -0
  115. package/ec2/spotInstanceRequest.js +2 -0
  116. package/ec2/spotInstanceRequest.js.map +1 -1
  117. package/ec2/vpcIpam.d.ts +1 -1
  118. package/ec2/vpcIpam.js +1 -1
  119. package/elasticache/cluster.d.ts +17 -8
  120. package/elasticache/cluster.js.map +1 -1
  121. package/elasticache/replicationGroup.d.ts +17 -5
  122. package/elasticache/replicationGroup.js.map +1 -1
  123. package/emr/cluster.d.ts +12 -12
  124. package/emr/cluster.js +2 -2
  125. package/emr/cluster.js.map +1 -1
  126. package/emrcontainers/getVirtualCluster.d.ts +86 -0
  127. package/emrcontainers/getVirtualCluster.js +39 -0
  128. package/emrcontainers/getVirtualCluster.js.map +1 -0
  129. package/emrcontainers/index.d.ts +2 -0
  130. package/emrcontainers/index.js +38 -0
  131. package/emrcontainers/index.js.map +1 -0
  132. package/emrcontainers/virtualCluster.d.ts +134 -0
  133. package/emrcontainers/virtualCluster.js +89 -0
  134. package/emrcontainers/virtualCluster.js.map +1 -0
  135. package/getAmi.d.ts +4 -0
  136. package/getAmi.js.map +1 -1
  137. package/globalaccelerator/accelerator.d.ts +1 -1
  138. package/globalaccelerator/accelerator.js +1 -1
  139. package/grafana/getWorkspace.d.ts +18 -0
  140. package/grafana/getWorkspace.js +1 -0
  141. package/grafana/getWorkspace.js.map +1 -1
  142. package/grafana/workspace.d.ts +39 -3
  143. package/grafana/workspace.js +4 -0
  144. package/grafana/workspace.js.map +1 -1
  145. package/iam/getInstanceProfiles.d.ts +59 -0
  146. package/iam/getInstanceProfiles.js +38 -0
  147. package/iam/getInstanceProfiles.js.map +1 -0
  148. package/iam/index.d.ts +1 -0
  149. package/iam/index.js +1 -0
  150. package/iam/index.js.map +1 -1
  151. package/index.d.ts +5 -1
  152. package/index.js +12 -4
  153. package/index.js.map +1 -1
  154. package/iot/index.d.ts +1 -0
  155. package/iot/index.js +5 -0
  156. package/iot/index.js.map +1 -1
  157. package/iot/topicRule.d.ts +12 -3
  158. package/iot/topicRule.js +6 -0
  159. package/iot/topicRule.js.map +1 -1
  160. package/iot/topicRuleDestination.d.ts +78 -0
  161. package/iot/topicRuleDestination.js +65 -0
  162. package/iot/topicRuleDestination.js.map +1 -0
  163. package/kinesis/firehoseDeliveryStream.d.ts +46 -0
  164. package/kinesis/firehoseDeliveryStream.js +46 -0
  165. package/kinesis/firehoseDeliveryStream.js.map +1 -1
  166. package/kms/key.d.ts +3 -3
  167. package/lambda/permission.d.ts +13 -1
  168. package/lambda/permission.js +2 -0
  169. package/lambda/permission.js.map +1 -1
  170. package/location/getMap.d.ts +84 -0
  171. package/location/getMap.js +37 -0
  172. package/location/getMap.js.map +1 -0
  173. package/location/index.d.ts +2 -0
  174. package/location/index.js +38 -0
  175. package/location/index.js.map +1 -0
  176. package/location/map.d.ts +140 -0
  177. package/location/map.js +94 -0
  178. package/location/map.js.map +1 -0
  179. package/mq/getInstanceTypeOfferings.d.ts +89 -0
  180. package/mq/getInstanceTypeOfferings.js +51 -0
  181. package/mq/getInstanceTypeOfferings.js.map +1 -0
  182. package/mq/index.d.ts +1 -0
  183. package/mq/index.js +1 -0
  184. package/mq/index.js.map +1 -1
  185. package/msk/cluster.d.ts +27 -3
  186. package/msk/cluster.js +6 -0
  187. package/msk/cluster.js.map +1 -1
  188. package/msk/getCluster.d.ts +12 -0
  189. package/msk/getCluster.js.map +1 -1
  190. package/package.json +2 -2
  191. package/package.json.dev +2 -2
  192. package/provider.d.ts +1 -0
  193. package/provider.js +1 -0
  194. package/provider.js.map +1 -1
  195. package/rds/cluster.d.ts +12 -0
  196. package/rds/cluster.js +2 -0
  197. package/rds/cluster.js.map +1 -1
  198. package/route53/hostedZoneDnsSec.d.ts +13 -4
  199. package/route53/hostedZoneDnsSec.js +13 -4
  200. package/route53/hostedZoneDnsSec.js.map +1 -1
  201. package/sagemaker/app.d.ts +2 -2
  202. package/sagemaker/app.js +2 -2
  203. package/sagemaker/appImageConfig.d.ts +2 -2
  204. package/sagemaker/appImageConfig.js +2 -2
  205. package/sagemaker/codeRepository.d.ts +2 -2
  206. package/sagemaker/codeRepository.js +2 -2
  207. package/sagemaker/device.d.ts +2 -2
  208. package/sagemaker/device.js +2 -2
  209. package/sagemaker/deviceFleet.d.ts +2 -2
  210. package/sagemaker/deviceFleet.js +2 -2
  211. package/sagemaker/domain.d.ts +2 -2
  212. package/sagemaker/domain.js +2 -2
  213. package/sagemaker/flowDefinition.d.ts +2 -2
  214. package/sagemaker/flowDefinition.js +2 -2
  215. package/sagemaker/humanTaskUI.d.ts +2 -2
  216. package/sagemaker/humanTaskUI.js +2 -2
  217. package/sagemaker/image.d.ts +2 -2
  218. package/sagemaker/image.js +2 -2
  219. package/sagemaker/imageVersion.d.ts +2 -2
  220. package/sagemaker/imageVersion.js +2 -2
  221. package/sagemaker/modelPackageGroup.d.ts +2 -2
  222. package/sagemaker/modelPackageGroup.js +2 -2
  223. package/sagemaker/modelPackageGroupPolicy.d.ts +2 -2
  224. package/sagemaker/modelPackageGroupPolicy.js +2 -2
  225. package/sagemaker/notebookInstance.d.ts +2 -2
  226. package/sagemaker/notebookInstance.js +2 -2
  227. package/sagemaker/project.d.ts +3 -3
  228. package/sagemaker/project.js +3 -3
  229. package/sagemaker/studioLifecycleConfig.d.ts +2 -2
  230. package/sagemaker/studioLifecycleConfig.js +2 -2
  231. package/sagemaker/userProfile.d.ts +2 -2
  232. package/sagemaker/userProfile.js +2 -2
  233. package/sagemaker/workforce.d.ts +2 -2
  234. package/sagemaker/workforce.js +2 -2
  235. package/sagemaker/workteam.d.ts +2 -2
  236. package/sagemaker/workteam.js +2 -2
  237. package/secretsmanager/getSecrets.d.ts +57 -0
  238. package/secretsmanager/getSecrets.js +40 -0
  239. package/secretsmanager/getSecrets.js.map +1 -0
  240. package/secretsmanager/index.d.ts +1 -0
  241. package/secretsmanager/index.js +1 -0
  242. package/secretsmanager/index.js.map +1 -1
  243. package/ssm/getPatchBaseline.d.ts +34 -1
  244. package/ssm/getPatchBaseline.js.map +1 -1
  245. package/types/input.d.ts +7702 -4520
  246. package/types/output.d.ts +8512 -5004
  247. package/xray/encryptionConfig.d.ts +4 -3
  248. package/xray/encryptionConfig.js +4 -3
  249. package/xray/encryptionConfig.js.map +1 -1
@@ -174,6 +174,10 @@ export declare class Permission extends pulumi.CustomResource {
174
174
  * Name of the Lambda function whose resource policy you are updating
175
175
  */
176
176
  readonly function: pulumi.Output<string>;
177
+ /**
178
+ * Lambda Function URLs [authentication type](https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html). Valid values are: `AWS_IAM` or `NONE`.
179
+ */
180
+ readonly functionUrlAuthType: pulumi.Output<string | undefined>;
177
181
  /**
178
182
  * The principal who is getting this permission e.g., `s3.amazonaws.com`, an AWS account ID, or any valid AWS service principal such as `events.amazonaws.com` or `sns.amazonaws.com`.
179
183
  */
@@ -205,7 +209,7 @@ export declare class Permission extends pulumi.CustomResource {
205
209
  /**
206
210
  * A statement identifier prefix. This provider will generate a unique suffix. Conflicts with `statementId`.
207
211
  */
208
- readonly statementIdPrefix: pulumi.Output<string | undefined>;
212
+ readonly statementIdPrefix: pulumi.Output<string>;
209
213
  /**
210
214
  * Create a Permission resource with the given unique name, arguments, and options.
211
215
  *
@@ -231,6 +235,10 @@ export interface PermissionState {
231
235
  * Name of the Lambda function whose resource policy you are updating
232
236
  */
233
237
  function?: pulumi.Input<string | Function>;
238
+ /**
239
+ * Lambda Function URLs [authentication type](https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html). Valid values are: `AWS_IAM` or `NONE`.
240
+ */
241
+ functionUrlAuthType?: pulumi.Input<string>;
234
242
  /**
235
243
  * The principal who is getting this permission e.g., `s3.amazonaws.com`, an AWS account ID, or any valid AWS service principal such as `events.amazonaws.com` or `sns.amazonaws.com`.
236
244
  */
@@ -280,6 +288,10 @@ export interface PermissionArgs {
280
288
  * Name of the Lambda function whose resource policy you are updating
281
289
  */
282
290
  function: pulumi.Input<string | Function>;
291
+ /**
292
+ * Lambda Function URLs [authentication type](https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html). Valid values are: `AWS_IAM` or `NONE`.
293
+ */
294
+ functionUrlAuthType?: pulumi.Input<string>;
283
295
  /**
284
296
  * The principal who is getting this permission e.g., `s3.amazonaws.com`, an AWS account ID, or any valid AWS service principal such as `events.amazonaws.com` or `sns.amazonaws.com`.
285
297
  */
@@ -160,6 +160,7 @@ class Permission extends pulumi.CustomResource {
160
160
  resourceInputs["action"] = state ? state.action : undefined;
161
161
  resourceInputs["eventSourceToken"] = state ? state.eventSourceToken : undefined;
162
162
  resourceInputs["function"] = state ? state.function : undefined;
163
+ resourceInputs["functionUrlAuthType"] = state ? state.functionUrlAuthType : undefined;
163
164
  resourceInputs["principal"] = state ? state.principal : undefined;
164
165
  resourceInputs["principalOrgId"] = state ? state.principalOrgId : undefined;
165
166
  resourceInputs["qualifier"] = state ? state.qualifier : undefined;
@@ -182,6 +183,7 @@ class Permission extends pulumi.CustomResource {
182
183
  resourceInputs["action"] = args ? args.action : undefined;
183
184
  resourceInputs["eventSourceToken"] = args ? args.eventSourceToken : undefined;
184
185
  resourceInputs["function"] = args ? args.function : undefined;
186
+ resourceInputs["functionUrlAuthType"] = args ? args.functionUrlAuthType : undefined;
185
187
  resourceInputs["principal"] = args ? args.principal : undefined;
186
188
  resourceInputs["principalOrgId"] = args ? args.principalOrgId : undefined;
187
189
  resourceInputs["qualifier"] = args ? args.qualifier : undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"permission.js","sourceRoot":"","sources":["../../lambda/permission.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"permission.js","sourceRoot":"","sources":["../../lambda/permission.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,84 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { output as outputs } from "../types";
3
+ /**
4
+ * Retrieve information about a Location Service Map.
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 = pulumi.output(aws.location.getMap({
13
+ * mapName: "example",
14
+ * }));
15
+ * ```
16
+ */
17
+ export declare function getMap(args: GetMapArgs, opts?: pulumi.InvokeOptions): Promise<GetMapResult>;
18
+ /**
19
+ * A collection of arguments for invoking getMap.
20
+ */
21
+ export interface GetMapArgs {
22
+ /**
23
+ * The name of the map resource.
24
+ */
25
+ mapName: string;
26
+ /**
27
+ * Key-value map of resource tags for the map.
28
+ */
29
+ tags?: {
30
+ [key: string]: string;
31
+ };
32
+ }
33
+ /**
34
+ * A collection of values returned by getMap.
35
+ */
36
+ export interface GetMapResult {
37
+ /**
38
+ * List of configurations that specify the map tile style selected from a partner data provider.
39
+ */
40
+ readonly configurations: outputs.location.GetMapConfiguration[];
41
+ /**
42
+ * The timestamp for when the map resource was created in ISO 8601 format.
43
+ */
44
+ readonly createTime: string;
45
+ /**
46
+ * The optional description for the map resource.
47
+ */
48
+ readonly description: string;
49
+ /**
50
+ * The provider-assigned unique ID for this managed resource.
51
+ */
52
+ readonly id: string;
53
+ /**
54
+ * The Amazon Resource Name (ARN) for the map resource.
55
+ */
56
+ readonly mapArn: string;
57
+ readonly mapName: string;
58
+ /**
59
+ * Key-value map of resource tags for the map.
60
+ */
61
+ readonly tags: {
62
+ [key: string]: string;
63
+ };
64
+ /**
65
+ * The timestamp for when the map resource was last updated in ISO 8601.
66
+ */
67
+ readonly updateTime: string;
68
+ }
69
+ export declare function getMapOutput(args: GetMapOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetMapResult>;
70
+ /**
71
+ * A collection of arguments for invoking getMap.
72
+ */
73
+ export interface GetMapOutputArgs {
74
+ /**
75
+ * The name of the map resource.
76
+ */
77
+ mapName: pulumi.Input<string>;
78
+ /**
79
+ * Key-value map of resource tags for the map.
80
+ */
81
+ tags?: pulumi.Input<{
82
+ [key: string]: pulumi.Input<string>;
83
+ }>;
84
+ }
@@ -0,0 +1,37 @@
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.getMapOutput = exports.getMap = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Retrieve information about a Location Service Map.
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 = pulumi.output(aws.location.getMap({
18
+ * mapName: "example",
19
+ * }));
20
+ * ```
21
+ */
22
+ function getMap(args, opts) {
23
+ if (!opts) {
24
+ opts = {};
25
+ }
26
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
27
+ return pulumi.runtime.invoke("aws:location/getMap:getMap", {
28
+ "mapName": args.mapName,
29
+ "tags": args.tags,
30
+ }, opts);
31
+ }
32
+ exports.getMap = getMap;
33
+ function getMapOutput(args, opts) {
34
+ return pulumi.output(args).apply(a => getMap(a, opts));
35
+ }
36
+ exports.getMapOutput = getMapOutput;
37
+ //# sourceMappingURL=getMap.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getMap.js","sourceRoot":"","sources":["../../location/getMap.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,MAAM,CAAC,IAAgB,EAAE,IAA2B;IAChE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4BAA4B,EAAE;QACvD,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,wBAUC;AAmDD,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1D,CAAC;AAFD,oCAEC"}
@@ -0,0 +1,2 @@
1
+ export * from "./getMap";
2
+ export * from "./map";
@@ -0,0 +1,38 @@
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
+ 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
+ const pulumi = require("@pulumi/pulumi");
20
+ const utilities = require("../utilities");
21
+ // Export members:
22
+ __exportStar(require("./getMap"), exports);
23
+ __exportStar(require("./map"), exports);
24
+ // Import resources to register:
25
+ const map_1 = require("./map");
26
+ const _module = {
27
+ version: utilities.getVersion(),
28
+ construct: (name, type, urn) => {
29
+ switch (type) {
30
+ case "aws:location/map:Map":
31
+ return new map_1.Map(name, undefined, { urn });
32
+ default:
33
+ throw new Error(`unknown resource type ${type}`);
34
+ }
35
+ },
36
+ };
37
+ pulumi.runtime.registerResourceModule("aws", "location/map", _module);
38
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../location/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,kBAAkB;AAClB,2CAAyB;AACzB,wCAAsB;AAEtB,gCAAgC;AAChC,+BAA4B;AAE5B,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,sBAAsB;gBACvB,OAAO,IAAI,SAAG,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACjD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,cAAc,EAAE,OAAO,CAAC,CAAA"}
@@ -0,0 +1,140 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs } from "../types";
3
+ /**
4
+ * Provides a Location Service Map.
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.location.Map("example", {
13
+ * configuration: {
14
+ * style: "VectorHereBerlin",
15
+ * },
16
+ * mapName: "example",
17
+ * });
18
+ * ```
19
+ *
20
+ * ## Import
21
+ *
22
+ * `aws_location_map` resources can be imported using the map name, e.g.
23
+ *
24
+ * ```sh
25
+ * $ pulumi import aws:location/map:Map example example
26
+ * ```
27
+ */
28
+ export declare class Map extends pulumi.CustomResource {
29
+ /**
30
+ * Get an existing Map resource's state with the given name, ID, and optional extra
31
+ * properties used to qualify the lookup.
32
+ *
33
+ * @param name The _unique_ name of the resulting resource.
34
+ * @param id The _unique_ provider ID of the resource to lookup.
35
+ * @param state Any extra arguments used during the lookup.
36
+ * @param opts Optional settings to control the behavior of the CustomResource.
37
+ */
38
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: MapState, opts?: pulumi.CustomResourceOptions): Map;
39
+ /**
40
+ * Returns true if the given object is an instance of Map. This is designed to work even
41
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
42
+ */
43
+ static isInstance(obj: any): obj is Map;
44
+ /**
45
+ * Configuration block with the map style selected from an available data provider. Detailed below.
46
+ */
47
+ readonly configuration: pulumi.Output<outputs.location.MapConfiguration>;
48
+ /**
49
+ * The timestamp for when the map resource was created in ISO 8601 format.
50
+ */
51
+ readonly createTime: pulumi.Output<string>;
52
+ /**
53
+ * An optional description for the map resource.
54
+ */
55
+ readonly description: pulumi.Output<string | undefined>;
56
+ /**
57
+ * The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all AWS.
58
+ */
59
+ readonly mapArn: pulumi.Output<string>;
60
+ /**
61
+ * The name for the map resource.
62
+ */
63
+ readonly mapName: pulumi.Output<string>;
64
+ readonly tags: pulumi.Output<{
65
+ [key: string]: string;
66
+ } | undefined>;
67
+ readonly tagsAll: pulumi.Output<{
68
+ [key: string]: string;
69
+ }>;
70
+ /**
71
+ * The timestamp for when the map resource was last updated in ISO 8601.
72
+ */
73
+ readonly updateTime: pulumi.Output<string>;
74
+ /**
75
+ * Create a Map resource with the given unique name, arguments, and options.
76
+ *
77
+ * @param name The _unique_ name of the resource.
78
+ * @param args The arguments to use to populate this resource's properties.
79
+ * @param opts A bag of options that control this resource's behavior.
80
+ */
81
+ constructor(name: string, args: MapArgs, opts?: pulumi.CustomResourceOptions);
82
+ }
83
+ /**
84
+ * Input properties used for looking up and filtering Map resources.
85
+ */
86
+ export interface MapState {
87
+ /**
88
+ * Configuration block with the map style selected from an available data provider. Detailed below.
89
+ */
90
+ configuration?: pulumi.Input<inputs.location.MapConfiguration>;
91
+ /**
92
+ * The timestamp for when the map resource was created in ISO 8601 format.
93
+ */
94
+ createTime?: pulumi.Input<string>;
95
+ /**
96
+ * An optional description for the map resource.
97
+ */
98
+ description?: pulumi.Input<string>;
99
+ /**
100
+ * The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all AWS.
101
+ */
102
+ mapArn?: pulumi.Input<string>;
103
+ /**
104
+ * The name for the map resource.
105
+ */
106
+ mapName?: pulumi.Input<string>;
107
+ tags?: pulumi.Input<{
108
+ [key: string]: pulumi.Input<string>;
109
+ }>;
110
+ tagsAll?: pulumi.Input<{
111
+ [key: string]: pulumi.Input<string>;
112
+ }>;
113
+ /**
114
+ * The timestamp for when the map resource was last updated in ISO 8601.
115
+ */
116
+ updateTime?: pulumi.Input<string>;
117
+ }
118
+ /**
119
+ * The set of arguments for constructing a Map resource.
120
+ */
121
+ export interface MapArgs {
122
+ /**
123
+ * Configuration block with the map style selected from an available data provider. Detailed below.
124
+ */
125
+ configuration: pulumi.Input<inputs.location.MapConfiguration>;
126
+ /**
127
+ * An optional description for the map resource.
128
+ */
129
+ description?: pulumi.Input<string>;
130
+ /**
131
+ * The name for the map resource.
132
+ */
133
+ mapName: pulumi.Input<string>;
134
+ tags?: pulumi.Input<{
135
+ [key: string]: pulumi.Input<string>;
136
+ }>;
137
+ tagsAll?: pulumi.Input<{
138
+ [key: string]: pulumi.Input<string>;
139
+ }>;
140
+ }
@@ -0,0 +1,94 @@
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.Map = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Provides a Location Service Map.
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.location.Map("example", {
18
+ * configuration: {
19
+ * style: "VectorHereBerlin",
20
+ * },
21
+ * mapName: "example",
22
+ * });
23
+ * ```
24
+ *
25
+ * ## Import
26
+ *
27
+ * `aws_location_map` resources can be imported using the map name, e.g.
28
+ *
29
+ * ```sh
30
+ * $ pulumi import aws:location/map:Map example example
31
+ * ```
32
+ */
33
+ class Map extends pulumi.CustomResource {
34
+ constructor(name, argsOrState, opts) {
35
+ let resourceInputs = {};
36
+ opts = opts || {};
37
+ if (opts.id) {
38
+ const state = argsOrState;
39
+ resourceInputs["configuration"] = state ? state.configuration : undefined;
40
+ resourceInputs["createTime"] = state ? state.createTime : undefined;
41
+ resourceInputs["description"] = state ? state.description : undefined;
42
+ resourceInputs["mapArn"] = state ? state.mapArn : undefined;
43
+ resourceInputs["mapName"] = state ? state.mapName : undefined;
44
+ resourceInputs["tags"] = state ? state.tags : undefined;
45
+ resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
46
+ resourceInputs["updateTime"] = state ? state.updateTime : undefined;
47
+ }
48
+ else {
49
+ const args = argsOrState;
50
+ if ((!args || args.configuration === undefined) && !opts.urn) {
51
+ throw new Error("Missing required property 'configuration'");
52
+ }
53
+ if ((!args || args.mapName === undefined) && !opts.urn) {
54
+ throw new Error("Missing required property 'mapName'");
55
+ }
56
+ resourceInputs["configuration"] = args ? args.configuration : undefined;
57
+ resourceInputs["description"] = args ? args.description : undefined;
58
+ resourceInputs["mapName"] = args ? args.mapName : undefined;
59
+ resourceInputs["tags"] = args ? args.tags : undefined;
60
+ resourceInputs["tagsAll"] = args ? args.tagsAll : undefined;
61
+ resourceInputs["createTime"] = undefined /*out*/;
62
+ resourceInputs["mapArn"] = undefined /*out*/;
63
+ resourceInputs["updateTime"] = undefined /*out*/;
64
+ }
65
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
66
+ super(Map.__pulumiType, name, resourceInputs, opts);
67
+ }
68
+ /**
69
+ * Get an existing Map resource's state with the given name, ID, and optional extra
70
+ * properties used to qualify the lookup.
71
+ *
72
+ * @param name The _unique_ name of the resulting resource.
73
+ * @param id The _unique_ provider ID of the resource to lookup.
74
+ * @param state Any extra arguments used during the lookup.
75
+ * @param opts Optional settings to control the behavior of the CustomResource.
76
+ */
77
+ static get(name, id, state, opts) {
78
+ return new Map(name, state, Object.assign(Object.assign({}, opts), { id: id }));
79
+ }
80
+ /**
81
+ * Returns true if the given object is an instance of Map. This is designed to work even
82
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
83
+ */
84
+ static isInstance(obj) {
85
+ if (obj === undefined || obj === null) {
86
+ return false;
87
+ }
88
+ return obj['__pulumiType'] === Map.__pulumiType;
89
+ }
90
+ }
91
+ exports.Map = Map;
92
+ /** @internal */
93
+ Map.__pulumiType = 'aws:location/map:Map';
94
+ //# sourceMappingURL=map.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"map.js","sourceRoot":"","sources":["../../location/map.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,89 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { output as outputs } from "../types";
3
+ /**
4
+ * Provides information about a MQ Broker Instance Offerings.
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as aws from "@pulumi/aws";
11
+ *
12
+ * const empty = pulumi.output(aws.mq.getInstanceTypeOfferings());
13
+ * const engine = pulumi.output(aws.mq.getInstanceTypeOfferings({
14
+ * engineType: "ACTIVEMQ",
15
+ * }));
16
+ * const storage = pulumi.output(aws.mq.getInstanceTypeOfferings({
17
+ * storageType: "EBS",
18
+ * }));
19
+ * const instance = pulumi.output(aws.mq.getInstanceTypeOfferings({
20
+ * hostInstanceType: "mq.m5.large",
21
+ * }));
22
+ * const all = pulumi.output(aws.mq.getInstanceTypeOfferings({
23
+ * engineType: "ACTIVEMQ",
24
+ * hostInstanceType: "mq.m5.large",
25
+ * storageType: "EBS",
26
+ * }));
27
+ * ```
28
+ */
29
+ export declare function getInstanceTypeOfferings(args?: GetInstanceTypeOfferingsArgs, opts?: pulumi.InvokeOptions): Promise<GetInstanceTypeOfferingsResult>;
30
+ /**
31
+ * A collection of arguments for invoking getInstanceTypeOfferings.
32
+ */
33
+ export interface GetInstanceTypeOfferingsArgs {
34
+ /**
35
+ * Filter response by engine type.
36
+ */
37
+ engineType?: string;
38
+ /**
39
+ * Filter response by host instance type.
40
+ */
41
+ hostInstanceType?: string;
42
+ /**
43
+ * Filter response by storage type.
44
+ */
45
+ storageType?: string;
46
+ }
47
+ /**
48
+ * A collection of values returned by getInstanceTypeOfferings.
49
+ */
50
+ export interface GetInstanceTypeOfferingsResult {
51
+ /**
52
+ * Option for host instance type. See Broker Instance Options below.
53
+ */
54
+ readonly brokerInstanceOptions: outputs.mq.GetInstanceTypeOfferingsBrokerInstanceOption[];
55
+ /**
56
+ * The broker's engine type.
57
+ */
58
+ readonly engineType?: string;
59
+ /**
60
+ * The broker's instance type.
61
+ */
62
+ readonly hostInstanceType?: string;
63
+ /**
64
+ * The provider-assigned unique ID for this managed resource.
65
+ */
66
+ readonly id: string;
67
+ /**
68
+ * The broker's storage type.
69
+ */
70
+ readonly storageType?: string;
71
+ }
72
+ export declare function getInstanceTypeOfferingsOutput(args?: GetInstanceTypeOfferingsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetInstanceTypeOfferingsResult>;
73
+ /**
74
+ * A collection of arguments for invoking getInstanceTypeOfferings.
75
+ */
76
+ export interface GetInstanceTypeOfferingsOutputArgs {
77
+ /**
78
+ * Filter response by engine type.
79
+ */
80
+ engineType?: pulumi.Input<string>;
81
+ /**
82
+ * Filter response by host instance type.
83
+ */
84
+ hostInstanceType?: pulumi.Input<string>;
85
+ /**
86
+ * Filter response by storage type.
87
+ */
88
+ storageType?: pulumi.Input<string>;
89
+ }
@@ -0,0 +1,51 @@
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.getInstanceTypeOfferingsOutput = exports.getInstanceTypeOfferings = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Provides information about a MQ Broker Instance Offerings.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as aws from "@pulumi/aws";
16
+ *
17
+ * const empty = pulumi.output(aws.mq.getInstanceTypeOfferings());
18
+ * const engine = pulumi.output(aws.mq.getInstanceTypeOfferings({
19
+ * engineType: "ACTIVEMQ",
20
+ * }));
21
+ * const storage = pulumi.output(aws.mq.getInstanceTypeOfferings({
22
+ * storageType: "EBS",
23
+ * }));
24
+ * const instance = pulumi.output(aws.mq.getInstanceTypeOfferings({
25
+ * hostInstanceType: "mq.m5.large",
26
+ * }));
27
+ * const all = pulumi.output(aws.mq.getInstanceTypeOfferings({
28
+ * engineType: "ACTIVEMQ",
29
+ * hostInstanceType: "mq.m5.large",
30
+ * storageType: "EBS",
31
+ * }));
32
+ * ```
33
+ */
34
+ function getInstanceTypeOfferings(args, opts) {
35
+ args = args || {};
36
+ if (!opts) {
37
+ opts = {};
38
+ }
39
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
40
+ return pulumi.runtime.invoke("aws:mq/getInstanceTypeOfferings:getInstanceTypeOfferings", {
41
+ "engineType": args.engineType,
42
+ "hostInstanceType": args.hostInstanceType,
43
+ "storageType": args.storageType,
44
+ }, opts);
45
+ }
46
+ exports.getInstanceTypeOfferings = getInstanceTypeOfferings;
47
+ function getInstanceTypeOfferingsOutput(args, opts) {
48
+ return pulumi.output(args).apply(a => getInstanceTypeOfferings(a, opts));
49
+ }
50
+ exports.getInstanceTypeOfferingsOutput = getInstanceTypeOfferingsOutput;
51
+ //# sourceMappingURL=getInstanceTypeOfferings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getInstanceTypeOfferings.js","sourceRoot":"","sources":["../../mq/getInstanceTypeOfferings.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAA2B;IACrG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,4DAYC;AA8CD,SAAgB,8BAA8B,CAAC,IAAyC,EAAE,IAA2B;IACjH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,wBAAwB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5E,CAAC;AAFD,wEAEC"}
package/mq/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  export * from "./broker";
2
2
  export * from "./configuration";
3
3
  export * from "./getBroker";
4
+ export * from "./getInstanceTypeOfferings";
package/mq/index.js CHANGED
@@ -22,6 +22,7 @@ const utilities = require("../utilities");
22
22
  __exportStar(require("./broker"), exports);
23
23
  __exportStar(require("./configuration"), exports);
24
24
  __exportStar(require("./getBroker"), exports);
25
+ __exportStar(require("./getInstanceTypeOfferings"), exports);
25
26
  // Import resources to register:
26
27
  const broker_1 = require("./broker");
27
28
  const configuration_1 = require("./configuration");
package/mq/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../mq/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,kBAAkB;AAClB,2CAAyB;AACzB,kDAAgC;AAChC,8CAA4B;AAE5B,gCAAgC;AAChC,qCAAkC;AAClC,mDAAgD;AAEhD,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,sBAAsB;gBACvB,OAAO,IAAI,eAAM,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACpD,KAAK,oCAAoC;gBACrC,OAAO,IAAI,6BAAa,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC3D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,WAAW,EAAE,OAAO,CAAC,CAAA;AAClE,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,kBAAkB,EAAE,OAAO,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../mq/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,kBAAkB;AAClB,2CAAyB;AACzB,kDAAgC;AAChC,8CAA4B;AAC5B,6DAA2C;AAE3C,gCAAgC;AAChC,qCAAkC;AAClC,mDAAgD;AAEhD,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,sBAAsB;gBACvB,OAAO,IAAI,eAAM,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACpD,KAAK,oCAAoC;gBACrC,OAAO,IAAI,6BAAa,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC3D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,WAAW,EAAE,OAAO,CAAC,CAAA;AAClE,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,kBAAkB,EAAE,OAAO,CAAC,CAAA"}