@pulumi/splunk 1.3.0-alpha.1707547754 → 1.3.0-alpha.1707893529

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.
@@ -21,7 +21,7 @@ import * as pulumi from "@pulumi/pulumi";
21
21
  * SAML groups can be imported using the id, e.g.
22
22
  *
23
23
  * ```sh
24
- * $ pulumi import splunk:index/adminSamlGroups:AdminSamlGroups saml-group mygroup
24
+ * $ pulumi import splunk:index/adminSamlGroups:AdminSamlGroups saml-group mygroup
25
25
  * ```
26
26
  */
27
27
  export declare class AdminSamlGroups extends pulumi.CustomResource {
@@ -27,7 +27,7 @@ const utilities = require("./utilities");
27
27
  * SAML groups can be imported using the id, e.g.
28
28
  *
29
29
  * ```sh
30
- * $ pulumi import splunk:index/adminSamlGroups:AdminSamlGroups saml-group mygroup
30
+ * $ pulumi import splunk:index/adminSamlGroups:AdminSamlGroups saml-group mygroup
31
31
  * ```
32
32
  */
33
33
  class AdminSamlGroups extends pulumi.CustomResource {
package/genericAcl.d.ts CHANGED
@@ -33,10 +33,10 @@ import * as outputs from "./types/output";
33
33
  *
34
34
  * ## Import
35
35
  *
36
- * Generic ACL resources can be imported by specifying their owner, app, and path with a colon-delimited string as the ID
36
+ * Generic ACL resources can be imported by specifying their owner, app, and path with a colon-delimited string as the ID:
37
37
  *
38
38
  * ```sh
39
- * $ pulumi import splunk:index/genericAcl:GenericAcl splunk_generic_acl <owner>:<app>:<path>
39
+ * $ pulumi import splunk:index/genericAcl:GenericAcl splunk_generic_acl <owner>:<app>:<path>
40
40
  * ```
41
41
  */
42
42
  export declare class GenericAcl extends pulumi.CustomResource {
package/genericAcl.js CHANGED
@@ -37,10 +37,10 @@ const utilities = require("./utilities");
37
37
  *
38
38
  * ## Import
39
39
  *
40
- * Generic ACL resources can be imported by specifying their owner, app, and path with a colon-delimited string as the ID
40
+ * Generic ACL resources can be imported by specifying their owner, app, and path with a colon-delimited string as the ID:
41
41
  *
42
42
  * ```sh
43
- * $ pulumi import splunk:index/genericAcl:GenericAcl splunk_generic_acl <owner>:<app>:<path>
43
+ * $ pulumi import splunk:index/genericAcl:GenericAcl splunk_generic_acl <owner>:<app>:<path>
44
44
  * ```
45
45
  */
46
46
  class GenericAcl extends pulumi.CustomResource {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/splunk",
3
- "version": "v1.3.0-alpha.1707547754+762f3f43",
3
+ "version": "v1.3.0-alpha.1707893529+edc57881",
4
4
  "description": "A Pulumi package for creating and managing splunk cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",