@pulumi/oci 4.16.0-alpha.1781639686 → 4.16.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 (134) hide show
  1. package/apm/apmDomain.d.ts +16 -3
  2. package/apm/apmDomain.d.ts.map +1 -1
  3. package/apm/apmDomain.js +3 -0
  4. package/apm/apmDomain.js.map +1 -1
  5. package/apm/getApmDomain.d.ts +6 -2
  6. package/apm/getApmDomain.d.ts.map +1 -1
  7. package/apm/getApmDomain.js.map +1 -1
  8. package/apm/getDataKeys.d.ts +2 -2
  9. package/apmconfig/dataFile.d.ts +231 -0
  10. package/apmconfig/dataFile.d.ts.map +1 -0
  11. package/apmconfig/dataFile.js +121 -0
  12. package/apmconfig/dataFile.js.map +1 -0
  13. package/apmconfig/getDataFile.d.ts +104 -0
  14. package/apmconfig/getDataFile.d.ts.map +1 -0
  15. package/apmconfig/getDataFile.js +87 -0
  16. package/apmconfig/getDataFile.js.map +1 -0
  17. package/apmconfig/getDataFiles.d.ts +131 -0
  18. package/apmconfig/getDataFiles.d.ts.map +1 -0
  19. package/apmconfig/getDataFiles.js +99 -0
  20. package/apmconfig/getDataFiles.js.map +1 -0
  21. package/apmconfig/index.d.ts +9 -0
  22. package/apmconfig/index.d.ts.map +1 -1
  23. package/apmconfig/index.js +12 -1
  24. package/apmconfig/index.js.map +1 -1
  25. package/bigdataservice/bdsInstanceReplaceNodeAction.d.ts +1 -1
  26. package/bigdataservice/bdsInstanceReplaceNodeAction.js +1 -1
  27. package/cloudmigrations/getMigration.d.ts +6 -0
  28. package/cloudmigrations/getMigration.d.ts.map +1 -1
  29. package/cloudmigrations/getMigration.js.map +1 -1
  30. package/cloudmigrations/migration.d.ts +22 -3
  31. package/cloudmigrations/migration.d.ts.map +1 -1
  32. package/cloudmigrations/migration.js +3 -0
  33. package/cloudmigrations/migration.js.map +1 -1
  34. package/containerengine/nodePool.d.ts +2 -0
  35. package/containerengine/nodePool.d.ts.map +1 -1
  36. package/containerengine/nodePool.js +2 -0
  37. package/containerengine/nodePool.js.map +1 -1
  38. package/desktops/desktopPool.d.ts +24 -89
  39. package/desktops/desktopPool.d.ts.map +1 -1
  40. package/desktops/desktopPool.js +2 -83
  41. package/desktops/desktopPool.js.map +1 -1
  42. package/desktops/getDesktopPool.d.ts +6 -0
  43. package/desktops/getDesktopPool.d.ts.map +1 -1
  44. package/desktops/getDesktopPool.js.map +1 -1
  45. package/objectstorage/getPrivateEndpoint.d.ts +3 -0
  46. package/objectstorage/getPrivateEndpoint.d.ts.map +1 -1
  47. package/objectstorage/getPrivateEndpoint.js.map +1 -1
  48. package/objectstorage/privateEndpoint.d.ts +9 -0
  49. package/objectstorage/privateEndpoint.d.ts.map +1 -1
  50. package/objectstorage/privateEndpoint.js +2 -0
  51. package/objectstorage/privateEndpoint.js.map +1 -1
  52. package/opensearch/cluster.d.ts +60 -0
  53. package/opensearch/cluster.d.ts.map +1 -1
  54. package/opensearch/cluster.js +10 -0
  55. package/opensearch/cluster.js.map +1 -1
  56. package/opensearch/getOpensearchCluster.d.ts +20 -0
  57. package/opensearch/getOpensearchCluster.d.ts.map +1 -1
  58. package/opensearch/getOpensearchCluster.js.map +1 -1
  59. package/operatoraccesscontrol/getAccessRequests.d.ts +9 -0
  60. package/operatoraccesscontrol/getAccessRequests.d.ts.map +1 -1
  61. package/operatoraccesscontrol/getAccessRequests.js +2 -0
  62. package/operatoraccesscontrol/getAccessRequests.js.map +1 -1
  63. package/operatoraccesscontrol/getControl.d.ts +4 -0
  64. package/operatoraccesscontrol/getControl.d.ts.map +1 -1
  65. package/operatoraccesscontrol/getControl.js.map +1 -1
  66. package/operatoraccesscontrol/operatorControl.d.ts +12 -0
  67. package/operatoraccesscontrol/operatorControl.d.ts.map +1 -1
  68. package/operatoraccesscontrol/operatorControl.js +2 -0
  69. package/operatoraccesscontrol/operatorControl.js.map +1 -1
  70. package/package.json +2 -2
  71. package/psql/dbSystem.d.ts +81 -92
  72. package/psql/dbSystem.d.ts.map +1 -1
  73. package/psql/dbSystem.js +11 -78
  74. package/psql/dbSystem.js.map +1 -1
  75. package/psql/getDbSystem.d.ts +20 -0
  76. package/psql/getDbSystem.d.ts.map +1 -1
  77. package/psql/getDbSystem.js.map +1 -1
  78. package/psql/getDbSystemReplicas.d.ts +73 -0
  79. package/psql/getDbSystemReplicas.d.ts.map +1 -0
  80. package/psql/getDbSystemReplicas.js +79 -0
  81. package/psql/getDbSystemReplicas.js.map +1 -0
  82. package/psql/getDbSystems.d.ts +14 -0
  83. package/psql/getDbSystems.d.ts.map +1 -1
  84. package/psql/getDbSystems.js +4 -0
  85. package/psql/getDbSystems.js.map +1 -1
  86. package/psql/getInsightCapabilities.d.ts +70 -0
  87. package/psql/getInsightCapabilities.d.ts.map +1 -0
  88. package/psql/getInsightCapabilities.js +85 -0
  89. package/psql/getInsightCapabilities.js.map +1 -0
  90. package/psql/index.d.ts +6 -0
  91. package/psql/index.d.ts.map +1 -1
  92. package/psql/index.js +7 -1
  93. package/psql/index.js.map +1 -1
  94. package/tenantmanagercontrolplane/getDomain.d.ts +4 -0
  95. package/tenantmanagercontrolplane/getDomain.d.ts.map +1 -1
  96. package/tenantmanagercontrolplane/getDomain.js.map +1 -1
  97. package/tenantmanagercontrolplane/getDomainGovernance.d.ts +4 -0
  98. package/tenantmanagercontrolplane/getDomainGovernance.d.ts.map +1 -1
  99. package/tenantmanagercontrolplane/getDomainGovernance.js.map +1 -1
  100. package/tenantmanagercontrolplane/getDomainGovernances.d.ts +3 -0
  101. package/tenantmanagercontrolplane/getDomainGovernances.d.ts.map +1 -1
  102. package/tenantmanagercontrolplane/getDomainGovernances.js.map +1 -1
  103. package/tenantmanagercontrolplane/getDomains.d.ts +3 -0
  104. package/tenantmanagercontrolplane/getDomains.d.ts.map +1 -1
  105. package/tenantmanagercontrolplane/getDomains.js.map +1 -1
  106. package/tenantmanagercontrolplane/getLink.d.ts +4 -0
  107. package/tenantmanagercontrolplane/getLink.d.ts.map +1 -1
  108. package/tenantmanagercontrolplane/getLink.js.map +1 -1
  109. package/tenantmanagercontrolplane/getLinkFeatures.d.ts +73 -0
  110. package/tenantmanagercontrolplane/getLinkFeatures.d.ts.map +1 -0
  111. package/tenantmanagercontrolplane/getLinkFeatures.js +79 -0
  112. package/tenantmanagercontrolplane/getLinkFeatures.js.map +1 -0
  113. package/tenantmanagercontrolplane/getLinkTenancyName.d.ts +100 -0
  114. package/tenantmanagercontrolplane/getLinkTenancyName.d.ts.map +1 -0
  115. package/tenantmanagercontrolplane/getLinkTenancyName.js +77 -0
  116. package/tenantmanagercontrolplane/getLinkTenancyName.js.map +1 -0
  117. package/tenantmanagercontrolplane/getLinks.d.ts +14 -0
  118. package/tenantmanagercontrolplane/getLinks.d.ts.map +1 -1
  119. package/tenantmanagercontrolplane/getLinks.js +4 -0
  120. package/tenantmanagercontrolplane/getLinks.js.map +1 -1
  121. package/tenantmanagercontrolplane/getRecipientInvitation.d.ts +4 -0
  122. package/tenantmanagercontrolplane/getRecipientInvitation.d.ts.map +1 -1
  123. package/tenantmanagercontrolplane/getRecipientInvitation.js.map +1 -1
  124. package/tenantmanagercontrolplane/getSenderInvitation.d.ts +5 -0
  125. package/tenantmanagercontrolplane/getSenderInvitation.d.ts.map +1 -1
  126. package/tenantmanagercontrolplane/getSenderInvitation.js.map +1 -1
  127. package/tenantmanagercontrolplane/index.d.ts +6 -0
  128. package/tenantmanagercontrolplane/index.d.ts.map +1 -1
  129. package/tenantmanagercontrolplane/index.js +8 -1
  130. package/tenantmanagercontrolplane/index.js.map +1 -1
  131. package/types/input.d.ts +171 -7
  132. package/types/input.d.ts.map +1 -1
  133. package/types/output.d.ts +658 -13
  134. package/types/output.d.ts.map +1 -1
@@ -24,6 +24,7 @@ import * as pulumi from "@pulumi/pulumi";
24
24
  * "bar-key": "value",
25
25
  * },
26
26
  * isFreeTier: apmDomainIsFreeTier === "true",
27
+ * logGroupId: testLogGroup.id,
27
28
  * });
28
29
  * ```
29
30
  *
@@ -81,12 +82,16 @@ export declare class ApmDomain extends pulumi.CustomResource {
81
82
  }>;
82
83
  /**
83
84
  * Indicates whether this is an "Always Free" resource. The default value is false.
85
+ */
86
+ readonly isFreeTier: pulumi.Output<boolean>;
87
+ /**
88
+ * (Updatable) The OCID of the Log Analytics log group to which the data uploaded to this APM domain will be mapped to.
84
89
  *
85
90
  *
86
91
  * ** IMPORTANT **
87
92
  * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
88
93
  */
89
- readonly isFreeTier: pulumi.Output<boolean>;
94
+ readonly logGroupId: pulumi.Output<string>;
90
95
  /**
91
96
  * The current lifecycle state of the APM domain.
92
97
  */
@@ -142,12 +147,16 @@ export interface ApmDomainState {
142
147
  } | undefined>;
143
148
  /**
144
149
  * Indicates whether this is an "Always Free" resource. The default value is false.
150
+ */
151
+ isFreeTier?: pulumi.Input<boolean | undefined>;
152
+ /**
153
+ * (Updatable) The OCID of the Log Analytics log group to which the data uploaded to this APM domain will be mapped to.
145
154
  *
146
155
  *
147
156
  * ** IMPORTANT **
148
157
  * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
149
158
  */
150
- isFreeTier?: pulumi.Input<boolean | undefined>;
159
+ logGroupId?: pulumi.Input<string | undefined>;
151
160
  /**
152
161
  * The current lifecycle state of the APM domain.
153
162
  */
@@ -191,11 +200,15 @@ export interface ApmDomainArgs {
191
200
  } | undefined>;
192
201
  /**
193
202
  * Indicates whether this is an "Always Free" resource. The default value is false.
203
+ */
204
+ isFreeTier?: pulumi.Input<boolean | undefined>;
205
+ /**
206
+ * (Updatable) The OCID of the Log Analytics log group to which the data uploaded to this APM domain will be mapped to.
194
207
  *
195
208
  *
196
209
  * ** IMPORTANT **
197
210
  * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
198
211
  */
199
- isFreeTier?: pulumi.Input<boolean | undefined>;
212
+ logGroupId?: pulumi.Input<string | undefined>;
200
213
  }
201
214
  //# sourceMappingURL=apmDomain.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"apmDomain.d.ts","sourceRoot":"","sources":["../../apm/apmDomain.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"apmDomain.d.ts","sourceRoot":"","sources":["../../apm/apmDomain.ts"],"names":[],"mappings":"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"}
package/apm/apmDomain.js CHANGED
@@ -53,6 +53,7 @@ const utilities = __importStar(require("../utilities"));
53
53
  * "bar-key": "value",
54
54
  * },
55
55
  * isFreeTier: apmDomainIsFreeTier === "true",
56
+ * logGroupId: testLogGroup.id,
56
57
  * });
57
58
  * ```
58
59
  *
@@ -101,6 +102,7 @@ class ApmDomain extends pulumi.CustomResource {
101
102
  resourceInputs["displayName"] = state?.displayName;
102
103
  resourceInputs["freeformTags"] = state?.freeformTags;
103
104
  resourceInputs["isFreeTier"] = state?.isFreeTier;
105
+ resourceInputs["logGroupId"] = state?.logGroupId;
104
106
  resourceInputs["state"] = state?.state;
105
107
  resourceInputs["timeCreated"] = state?.timeCreated;
106
108
  resourceInputs["timeUpdated"] = state?.timeUpdated;
@@ -119,6 +121,7 @@ class ApmDomain extends pulumi.CustomResource {
119
121
  resourceInputs["displayName"] = args?.displayName;
120
122
  resourceInputs["freeformTags"] = args?.freeformTags;
121
123
  resourceInputs["isFreeTier"] = args?.isFreeTier;
124
+ resourceInputs["logGroupId"] = args?.logGroupId;
122
125
  resourceInputs["dataUploadEndpoint"] = undefined /*out*/;
123
126
  resourceInputs["state"] = undefined /*out*/;
124
127
  resourceInputs["timeCreated"] = undefined /*out*/;
@@ -1 +1 @@
1
- {"version":3,"file":"apmDomain.js","sourceRoot":"","sources":["../../apm/apmDomain.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"apmDomain.js","sourceRoot":"","sources":["../../apm/apmDomain.ts"],"names":[],"mappings":"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"}
@@ -21,7 +21,7 @@ export declare function getApmDomain(args: GetApmDomainArgs, opts?: pulumi.Invok
21
21
  */
22
22
  export interface GetApmDomainArgs {
23
23
  /**
24
- * The OCID of the APM domain
24
+ * The OCID of the APM domain.
25
25
  */
26
26
  apmDomainId: string;
27
27
  }
@@ -66,6 +66,10 @@ export interface GetApmDomainResult {
66
66
  * Indicates if this is an Always Free resource.
67
67
  */
68
68
  readonly isFreeTier: boolean;
69
+ /**
70
+ * The OCID of the Log Analytics log group to which the data uploaded to this APM domain will be mapped to.
71
+ */
72
+ readonly logGroupId: string;
69
73
  /**
70
74
  * The current lifecycle state of the APM domain.
71
75
  */
@@ -101,7 +105,7 @@ export declare function getApmDomainOutput(args: GetApmDomainOutputArgs, opts?:
101
105
  */
102
106
  export interface GetApmDomainOutputArgs {
103
107
  /**
104
- * The OCID of the APM domain
108
+ * The OCID of the APM domain.
105
109
  */
106
110
  apmDomainId: pulumi.Input<string>;
107
111
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getApmDomain.d.ts","sourceRoot":"","sources":["../../apm/getApmDomain.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,YAAY,CAAC,IAAI,EAAE,gBAAgB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,kBAAkB,CAAC,CAK7G;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;CACvB;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IAC/B,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,aAAa,EAAE,MAAM,CAAC;IAC/B;;OAEG;IACH,QAAQ,CAAC,kBAAkB,EAAE,MAAM,CAAC;IACpC;;OAEG;IACH,QAAQ,CAAC,WAAW,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAC,CAAC;IAC9C;;OAEG;IACH,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,YAAY,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAC,CAAC;IAC/C;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;CAChC;AACD;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,sBAAsB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,kBAAkB,CAAC,CAKrI;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACnC;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CACrC"}
1
+ {"version":3,"file":"getApmDomain.d.ts","sourceRoot":"","sources":["../../apm/getApmDomain.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,YAAY,CAAC,IAAI,EAAE,gBAAgB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,kBAAkB,CAAC,CAK7G;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;CACvB;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IAC/B,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,aAAa,EAAE,MAAM,CAAC;IAC/B;;OAEG;IACH,QAAQ,CAAC,kBAAkB,EAAE,MAAM,CAAC;IACpC;;OAEG;IACH,QAAQ,CAAC,WAAW,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAC,CAAC;IAC9C;;OAEG;IACH,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,YAAY,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAC,CAAC;IAC/C;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;CAChC;AACD;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,sBAAsB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,kBAAkB,CAAC,CAKrI;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACnC;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CACrC"}
@@ -1 +1 @@
1
- {"version":3,"file":"getApmDomain.js","sourceRoot":"","sources":["../../apm/getApmDomain.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,wDAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oCAKC;AA8DD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mCAAmC,EAAE;QACpE,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC"}
1
+ {"version":3,"file":"getApmDomain.js","sourceRoot":"","sources":["../../apm/getApmDomain.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,wDAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oCAKC;AAkED;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mCAAmC,EAAE;QACpE,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC"}
@@ -25,7 +25,7 @@ export declare function getDataKeys(args: GetDataKeysArgs, opts?: pulumi.InvokeO
25
25
  */
26
26
  export interface GetDataKeysArgs {
27
27
  /**
28
- * The OCID of the APM domain
28
+ * The OCID of the APM domain.
29
29
  */
30
30
  apmDomainId: string;
31
31
  /**
@@ -74,7 +74,7 @@ export declare function getDataKeysOutput(args: GetDataKeysOutputArgs, opts?: pu
74
74
  */
75
75
  export interface GetDataKeysOutputArgs {
76
76
  /**
77
- * The OCID of the APM domain
77
+ * The OCID of the APM domain.
78
78
  */
79
79
  apmDomainId: pulumi.Input<string>;
80
80
  /**
@@ -0,0 +1,231 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * This resource provides the Data File resource in Oracle Cloud Infrastructure Apm Config service.
4
+ * Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/apm-config/latest/DataFile
5
+ *
6
+ * Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/apm/apm_config
7
+ *
8
+ * Creates a new data file or replaces an existing one with the same name and type.
9
+ *
10
+ * ## Import
11
+ *
12
+ * DataFiles can be imported using the `id`, e.g.
13
+ *
14
+ * ```sh
15
+ * $ pulumi import oci:ApmConfig/dataFile:DataFile test_data_file "dataFiles/{dataFileName}/apmDomainId/{apmDomainId}/apmType/{apmType}"
16
+ * ```
17
+ */
18
+ export declare class DataFile extends pulumi.CustomResource {
19
+ /**
20
+ * Get an existing DataFile resource's state with the given name, ID, and optional extra
21
+ * properties used to qualify the lookup.
22
+ *
23
+ * @param name The _unique_ name of the resulting resource.
24
+ * @param id The _unique_ provider ID of the resource to lookup.
25
+ * @param state Any extra arguments used during the lookup.
26
+ * @param opts Optional settings to control the behavior of the CustomResource.
27
+ */
28
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: DataFileState, opts?: pulumi.CustomResourceOptions): DataFile;
29
+ /**
30
+ * Returns true if the given object is an instance of DataFile. This is designed to work even
31
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
32
+ */
33
+ static isInstance(obj: any): obj is DataFile;
34
+ /**
35
+ * (Updatable) The APM Domain ID the request is intended for.
36
+ */
37
+ readonly apmDomainId: pulumi.Output<string>;
38
+ /**
39
+ * (Updatable) The type of the data file.
40
+ */
41
+ readonly apmType: pulumi.Output<string>;
42
+ /**
43
+ * The object to upload to the object store. Cannot be defined if `source` is defined. Either one should be defined.
44
+ */
45
+ readonly content: pulumi.Output<string | undefined>;
46
+ /**
47
+ * (Updatable) Optional parameter that provides presentation information for how the content should be displayed or handled by the recipient.
48
+ *
49
+ * For example, to prompt a file download with a custom filename: `attachment; filename="example.txt"`
50
+ */
51
+ readonly contentDisposition: pulumi.Output<string | undefined>;
52
+ /**
53
+ * (Updatable) Optional parameter indicating the content encodings applied to the request body (e.g., gzip, deflate). This value can be used by recipients to determine how to decode the content.
54
+ */
55
+ readonly contentEncoding: pulumi.Output<string | undefined>;
56
+ /**
57
+ * (Updatable) Optional parameter that indicates the natural language of the content. This value can be used by clients or intermediaries to select or display content based on language preferences.
58
+ */
59
+ readonly contentLanguage: pulumi.Output<string | undefined>;
60
+ readonly contentLength: pulumi.Output<number>;
61
+ /**
62
+ * (Updatable) Optional base64-encoded MD5 hash of the request body. If provided, the server will perform a data integrity check by computing the MD5 of the received content and comparing it to the supplied value.
63
+ *
64
+ * If the values do not match, the request will be rejected with an HTTP 400 error and a message such as:
65
+ *
66
+ * "The computed MD5 of the request body (ACTUAL_MD5) does not match the Content-MD5 header (HEADER_MD5)"
67
+ */
68
+ readonly contentMd5: pulumi.Output<string>;
69
+ /**
70
+ * (Updatable) Optional parameter specifying the media type (MIME type) of the request or response body. If not specified, the default is `application/octet-stream`.
71
+ *
72
+ * This value can be used by recipients to determine how to interpret or render the content.
73
+ */
74
+ readonly contentType: pulumi.Output<string>;
75
+ /**
76
+ * The name of the data file.
77
+ */
78
+ readonly dataFileName: pulumi.Output<string>;
79
+ /**
80
+ * (Updatable) Optional user-defined metadata key and value.
81
+ *
82
+ *
83
+ * ** IMPORTANT **
84
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
85
+ */
86
+ readonly metadata: pulumi.Output<{
87
+ [key: string]: string;
88
+ } | undefined>;
89
+ /**
90
+ * An absolute path to a file on the local system. Cannot be defined if `content` is defined. Either one should be defined.
91
+ */
92
+ readonly source: pulumi.Output<string | undefined>;
93
+ readonly timeLastModified: pulumi.Output<string>;
94
+ /**
95
+ * Create a DataFile resource with the given unique name, arguments, and options.
96
+ *
97
+ * @param name The _unique_ name of the resource.
98
+ * @param args The arguments to use to populate this resource's properties.
99
+ * @param opts A bag of options that control this resource's behavior.
100
+ */
101
+ constructor(name: string, args: DataFileArgs, opts?: pulumi.CustomResourceOptions);
102
+ }
103
+ /**
104
+ * Input properties used for looking up and filtering DataFile resources.
105
+ */
106
+ export interface DataFileState {
107
+ /**
108
+ * (Updatable) The APM Domain ID the request is intended for.
109
+ */
110
+ apmDomainId?: pulumi.Input<string | undefined>;
111
+ /**
112
+ * (Updatable) The type of the data file.
113
+ */
114
+ apmType?: pulumi.Input<string | undefined>;
115
+ /**
116
+ * The object to upload to the object store. Cannot be defined if `source` is defined. Either one should be defined.
117
+ */
118
+ content?: pulumi.Input<string | undefined>;
119
+ /**
120
+ * (Updatable) Optional parameter that provides presentation information for how the content should be displayed or handled by the recipient.
121
+ *
122
+ * For example, to prompt a file download with a custom filename: `attachment; filename="example.txt"`
123
+ */
124
+ contentDisposition?: pulumi.Input<string | undefined>;
125
+ /**
126
+ * (Updatable) Optional parameter indicating the content encodings applied to the request body (e.g., gzip, deflate). This value can be used by recipients to determine how to decode the content.
127
+ */
128
+ contentEncoding?: pulumi.Input<string | undefined>;
129
+ /**
130
+ * (Updatable) Optional parameter that indicates the natural language of the content. This value can be used by clients or intermediaries to select or display content based on language preferences.
131
+ */
132
+ contentLanguage?: pulumi.Input<string | undefined>;
133
+ contentLength?: pulumi.Input<number | undefined>;
134
+ /**
135
+ * (Updatable) Optional base64-encoded MD5 hash of the request body. If provided, the server will perform a data integrity check by computing the MD5 of the received content and comparing it to the supplied value.
136
+ *
137
+ * If the values do not match, the request will be rejected with an HTTP 400 error and a message such as:
138
+ *
139
+ * "The computed MD5 of the request body (ACTUAL_MD5) does not match the Content-MD5 header (HEADER_MD5)"
140
+ */
141
+ contentMd5?: pulumi.Input<string | undefined>;
142
+ /**
143
+ * (Updatable) Optional parameter specifying the media type (MIME type) of the request or response body. If not specified, the default is `application/octet-stream`.
144
+ *
145
+ * This value can be used by recipients to determine how to interpret or render the content.
146
+ */
147
+ contentType?: pulumi.Input<string | undefined>;
148
+ /**
149
+ * The name of the data file.
150
+ */
151
+ dataFileName?: pulumi.Input<string | undefined>;
152
+ /**
153
+ * (Updatable) Optional user-defined metadata key and value.
154
+ *
155
+ *
156
+ * ** IMPORTANT **
157
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
158
+ */
159
+ metadata?: pulumi.Input<{
160
+ [key: string]: pulumi.Input<string>;
161
+ } | undefined>;
162
+ /**
163
+ * An absolute path to a file on the local system. Cannot be defined if `content` is defined. Either one should be defined.
164
+ */
165
+ source?: pulumi.Input<string | undefined>;
166
+ timeLastModified?: pulumi.Input<string | undefined>;
167
+ }
168
+ /**
169
+ * The set of arguments for constructing a DataFile resource.
170
+ */
171
+ export interface DataFileArgs {
172
+ /**
173
+ * (Updatable) The APM Domain ID the request is intended for.
174
+ */
175
+ apmDomainId: pulumi.Input<string>;
176
+ /**
177
+ * (Updatable) The type of the data file.
178
+ */
179
+ apmType: pulumi.Input<string>;
180
+ /**
181
+ * The object to upload to the object store. Cannot be defined if `source` is defined. Either one should be defined.
182
+ */
183
+ content?: pulumi.Input<string | undefined>;
184
+ /**
185
+ * (Updatable) Optional parameter that provides presentation information for how the content should be displayed or handled by the recipient.
186
+ *
187
+ * For example, to prompt a file download with a custom filename: `attachment; filename="example.txt"`
188
+ */
189
+ contentDisposition?: pulumi.Input<string | undefined>;
190
+ /**
191
+ * (Updatable) Optional parameter indicating the content encodings applied to the request body (e.g., gzip, deflate). This value can be used by recipients to determine how to decode the content.
192
+ */
193
+ contentEncoding?: pulumi.Input<string | undefined>;
194
+ /**
195
+ * (Updatable) Optional parameter that indicates the natural language of the content. This value can be used by clients or intermediaries to select or display content based on language preferences.
196
+ */
197
+ contentLanguage?: pulumi.Input<string | undefined>;
198
+ /**
199
+ * (Updatable) Optional base64-encoded MD5 hash of the request body. If provided, the server will perform a data integrity check by computing the MD5 of the received content and comparing it to the supplied value.
200
+ *
201
+ * If the values do not match, the request will be rejected with an HTTP 400 error and a message such as:
202
+ *
203
+ * "The computed MD5 of the request body (ACTUAL_MD5) does not match the Content-MD5 header (HEADER_MD5)"
204
+ */
205
+ contentMd5?: pulumi.Input<string | undefined>;
206
+ /**
207
+ * (Updatable) Optional parameter specifying the media type (MIME type) of the request or response body. If not specified, the default is `application/octet-stream`.
208
+ *
209
+ * This value can be used by recipients to determine how to interpret or render the content.
210
+ */
211
+ contentType?: pulumi.Input<string | undefined>;
212
+ /**
213
+ * The name of the data file.
214
+ */
215
+ dataFileName: pulumi.Input<string>;
216
+ /**
217
+ * (Updatable) Optional user-defined metadata key and value.
218
+ *
219
+ *
220
+ * ** IMPORTANT **
221
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
222
+ */
223
+ metadata?: pulumi.Input<{
224
+ [key: string]: pulumi.Input<string>;
225
+ } | undefined>;
226
+ /**
227
+ * An absolute path to a file on the local system. Cannot be defined if `content` is defined. Either one should be defined.
228
+ */
229
+ source?: pulumi.Input<string | undefined>;
230
+ }
231
+ //# sourceMappingURL=dataFile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dataFile.d.ts","sourceRoot":"","sources":["../../apmconfig/dataFile.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,121 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
+ if (k2 === undefined) k2 = k;
6
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
11
+ }) : (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ o[k2] = m[k];
14
+ }));
15
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
16
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
17
+ }) : function(o, v) {
18
+ o["default"] = v;
19
+ });
20
+ var __importStar = (this && this.__importStar) || function (mod) {
21
+ if (mod && mod.__esModule) return mod;
22
+ var result = {};
23
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
24
+ __setModuleDefault(result, mod);
25
+ return result;
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ exports.DataFile = void 0;
29
+ const pulumi = __importStar(require("@pulumi/pulumi"));
30
+ const utilities = __importStar(require("../utilities"));
31
+ /**
32
+ * This resource provides the Data File resource in Oracle Cloud Infrastructure Apm Config service.
33
+ * Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/apm-config/latest/DataFile
34
+ *
35
+ * Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/apm/apm_config
36
+ *
37
+ * Creates a new data file or replaces an existing one with the same name and type.
38
+ *
39
+ * ## Import
40
+ *
41
+ * DataFiles can be imported using the `id`, e.g.
42
+ *
43
+ * ```sh
44
+ * $ pulumi import oci:ApmConfig/dataFile:DataFile test_data_file "dataFiles/{dataFileName}/apmDomainId/{apmDomainId}/apmType/{apmType}"
45
+ * ```
46
+ */
47
+ class DataFile extends pulumi.CustomResource {
48
+ /**
49
+ * Get an existing DataFile resource's state with the given name, ID, and optional extra
50
+ * properties used to qualify the lookup.
51
+ *
52
+ * @param name The _unique_ name of the resulting resource.
53
+ * @param id The _unique_ provider ID of the resource to lookup.
54
+ * @param state Any extra arguments used during the lookup.
55
+ * @param opts Optional settings to control the behavior of the CustomResource.
56
+ */
57
+ static get(name, id, state, opts) {
58
+ return new DataFile(name, state, { ...opts, id: id });
59
+ }
60
+ /** @internal */
61
+ static __pulumiType = 'oci:ApmConfig/dataFile:DataFile';
62
+ /**
63
+ * Returns true if the given object is an instance of DataFile. This is designed to work even
64
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
65
+ */
66
+ static isInstance(obj) {
67
+ if (obj === undefined || obj === null) {
68
+ return false;
69
+ }
70
+ return obj['__pulumiType'] === DataFile.__pulumiType;
71
+ }
72
+ constructor(name, argsOrState, opts) {
73
+ let resourceInputs = {};
74
+ opts = opts || {};
75
+ if (opts.id) {
76
+ const state = argsOrState;
77
+ resourceInputs["apmDomainId"] = state?.apmDomainId;
78
+ resourceInputs["apmType"] = state?.apmType;
79
+ resourceInputs["content"] = state?.content;
80
+ resourceInputs["contentDisposition"] = state?.contentDisposition;
81
+ resourceInputs["contentEncoding"] = state?.contentEncoding;
82
+ resourceInputs["contentLanguage"] = state?.contentLanguage;
83
+ resourceInputs["contentLength"] = state?.contentLength;
84
+ resourceInputs["contentMd5"] = state?.contentMd5;
85
+ resourceInputs["contentType"] = state?.contentType;
86
+ resourceInputs["dataFileName"] = state?.dataFileName;
87
+ resourceInputs["metadata"] = state?.metadata;
88
+ resourceInputs["source"] = state?.source;
89
+ resourceInputs["timeLastModified"] = state?.timeLastModified;
90
+ }
91
+ else {
92
+ const args = argsOrState;
93
+ if (args?.apmDomainId === undefined && !opts.urn) {
94
+ throw new Error("Missing required property 'apmDomainId'");
95
+ }
96
+ if (args?.apmType === undefined && !opts.urn) {
97
+ throw new Error("Missing required property 'apmType'");
98
+ }
99
+ if (args?.dataFileName === undefined && !opts.urn) {
100
+ throw new Error("Missing required property 'dataFileName'");
101
+ }
102
+ resourceInputs["apmDomainId"] = args?.apmDomainId;
103
+ resourceInputs["apmType"] = args?.apmType;
104
+ resourceInputs["content"] = args?.content;
105
+ resourceInputs["contentDisposition"] = args?.contentDisposition;
106
+ resourceInputs["contentEncoding"] = args?.contentEncoding;
107
+ resourceInputs["contentLanguage"] = args?.contentLanguage;
108
+ resourceInputs["contentMd5"] = args?.contentMd5;
109
+ resourceInputs["contentType"] = args?.contentType;
110
+ resourceInputs["dataFileName"] = args?.dataFileName;
111
+ resourceInputs["metadata"] = args?.metadata;
112
+ resourceInputs["source"] = args?.source;
113
+ resourceInputs["contentLength"] = undefined /*out*/;
114
+ resourceInputs["timeLastModified"] = undefined /*out*/;
115
+ }
116
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
117
+ super(DataFile.__pulumiType, name, resourceInputs, opts);
118
+ }
119
+ }
120
+ exports.DataFile = DataFile;
121
+ //# sourceMappingURL=dataFile.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dataFile.js","sourceRoot":"","sources":["../../apmconfig/dataFile.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,104 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * This data source provides details about a specific Data File resource in Oracle Cloud Infrastructure Apm Config service.
4
+ *
5
+ * Retrieves the Data file with the specified name and type.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as oci from "@pulumi/oci";
12
+ *
13
+ * const testDataFile = oci.apmconfig.getDataFile({
14
+ * apmDomainId: testApmDomain.id,
15
+ * apmType: dataFileApmType,
16
+ * dataFileName: testDataFileOciApmConfigDataFile.name,
17
+ * });
18
+ * ```
19
+ */
20
+ export declare function getDataFile(args: GetDataFileArgs, opts?: pulumi.InvokeOptions): Promise<GetDataFileResult>;
21
+ /**
22
+ * A collection of arguments for invoking getDataFile.
23
+ */
24
+ export interface GetDataFileArgs {
25
+ /**
26
+ * The APM Domain ID the request is intended for.
27
+ */
28
+ apmDomainId: string;
29
+ /**
30
+ * The type of the data file.
31
+ */
32
+ apmType: string;
33
+ /**
34
+ * Encodes the downloaded content in base64.
35
+ */
36
+ base64EncodeContent?: boolean;
37
+ /**
38
+ * The name of the data file.
39
+ */
40
+ dataFileName: string;
41
+ }
42
+ /**
43
+ * A collection of values returned by getDataFile.
44
+ */
45
+ export interface GetDataFileResult {
46
+ readonly apmDomainId: string;
47
+ readonly apmType: string;
48
+ readonly base64EncodeContent?: boolean;
49
+ readonly content: string;
50
+ readonly contentDisposition: string;
51
+ readonly contentEncoding: string;
52
+ readonly contentLanguage: string;
53
+ readonly contentLength: number;
54
+ readonly contentMd5: string;
55
+ readonly contentType: string;
56
+ readonly dataFileName: string;
57
+ readonly id: string;
58
+ readonly metadata: {
59
+ [key: string]: string;
60
+ };
61
+ readonly source: string;
62
+ readonly timeLastModified: string;
63
+ }
64
+ /**
65
+ * This data source provides details about a specific Data File resource in Oracle Cloud Infrastructure Apm Config service.
66
+ *
67
+ * Retrieves the Data file with the specified name and type.
68
+ *
69
+ * ## Example Usage
70
+ *
71
+ * ```typescript
72
+ * import * as pulumi from "@pulumi/pulumi";
73
+ * import * as oci from "@pulumi/oci";
74
+ *
75
+ * const testDataFile = oci.apmconfig.getDataFile({
76
+ * apmDomainId: testApmDomain.id,
77
+ * apmType: dataFileApmType,
78
+ * dataFileName: testDataFileOciApmConfigDataFile.name,
79
+ * });
80
+ * ```
81
+ */
82
+ export declare function getDataFileOutput(args: GetDataFileOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDataFileResult>;
83
+ /**
84
+ * A collection of arguments for invoking getDataFile.
85
+ */
86
+ export interface GetDataFileOutputArgs {
87
+ /**
88
+ * The APM Domain ID the request is intended for.
89
+ */
90
+ apmDomainId: pulumi.Input<string>;
91
+ /**
92
+ * The type of the data file.
93
+ */
94
+ apmType: pulumi.Input<string>;
95
+ /**
96
+ * Encodes the downloaded content in base64.
97
+ */
98
+ base64EncodeContent?: pulumi.Input<boolean | undefined>;
99
+ /**
100
+ * The name of the data file.
101
+ */
102
+ dataFileName: pulumi.Input<string>;
103
+ }
104
+ //# sourceMappingURL=getDataFile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDataFile.d.ts","sourceRoot":"","sources":["../../apmconfig/getDataFile.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,WAAW,CAAC,IAAI,EAAE,eAAe,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAQ1G;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC5B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;CACxB;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAC9B,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,mBAAmB,CAAC,EAAE,OAAO,CAAC;IACvC,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,kBAAkB,EAAE,MAAM,CAAC;IACpC,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAC;IACjC,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAC;IACjC,QAAQ,CAAC,aAAa,EAAE,MAAM,CAAC;IAC/B,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,QAAQ,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAC,CAAC;IAC3C,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,gBAAgB,EAAE,MAAM,CAAC;CACrC;AACD;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,qBAAqB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAQlI;AAED;;GAEG;AACH,MAAM,WAAW,qBAAqB;IAClC;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAClC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IACxD;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CACtC"}