@pulumi/cloudamqp 3.17.4 → 3.17.5

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 (85) hide show
  1. package/alarm.d.ts +55 -1
  2. package/alarm.js +55 -1
  3. package/alarm.js.map +1 -1
  4. package/customDomain.d.ts +3 -0
  5. package/customDomain.js +3 -0
  6. package/customDomain.js.map +1 -1
  7. package/extraDiskSize.d.ts +9 -0
  8. package/extraDiskSize.js +9 -0
  9. package/extraDiskSize.js.map +1 -1
  10. package/getAccount.d.ts +6 -0
  11. package/getAccount.js +6 -0
  12. package/getAccount.js.map +1 -1
  13. package/getAccountVpcs.d.ts +6 -0
  14. package/getAccountVpcs.js +6 -0
  15. package/getAccountVpcs.js.map +1 -1
  16. package/getAlarm.d.ts +6 -0
  17. package/getAlarm.js +6 -0
  18. package/getAlarm.js.map +1 -1
  19. package/getCredentials.d.ts +6 -0
  20. package/getCredentials.js +6 -0
  21. package/getCredentials.js.map +1 -1
  22. package/getInstance.d.ts +0 -42
  23. package/getInstance.js +0 -42
  24. package/getInstance.js.map +1 -1
  25. package/getNodes.d.ts +6 -0
  26. package/getNodes.js +6 -0
  27. package/getNodes.js.map +1 -1
  28. package/getNotification.d.ts +6 -0
  29. package/getNotification.js +6 -0
  30. package/getNotification.js.map +1 -1
  31. package/getPlugins.d.ts +6 -0
  32. package/getPlugins.js +6 -0
  33. package/getPlugins.js.map +1 -1
  34. package/getPluginsCommunity.d.ts +6 -0
  35. package/getPluginsCommunity.js +6 -0
  36. package/getPluginsCommunity.js.map +1 -1
  37. package/getUpgradableVersions.d.ts +6 -0
  38. package/getUpgradableVersions.js +6 -0
  39. package/getUpgradableVersions.js.map +1 -1
  40. package/getVpcGcpInfo.d.ts +10 -0
  41. package/getVpcGcpInfo.js +10 -0
  42. package/getVpcGcpInfo.js.map +1 -1
  43. package/getVpcInfo.d.ts +10 -0
  44. package/getVpcInfo.js +10 -0
  45. package/getVpcInfo.js.map +1 -1
  46. package/instance.d.ts +18 -1
  47. package/instance.js +18 -1
  48. package/instance.js.map +1 -1
  49. package/integrationAwsEventbridge.d.ts +3 -0
  50. package/integrationAwsEventbridge.js +3 -0
  51. package/integrationAwsEventbridge.js.map +1 -1
  52. package/integrationLog.d.ts +223 -18
  53. package/integrationLog.js +223 -18
  54. package/integrationLog.js.map +1 -1
  55. package/integrationMetric.d.ts +6 -6
  56. package/nodeActions.d.ts +7 -0
  57. package/nodeActions.js +7 -0
  58. package/nodeActions.js.map +1 -1
  59. package/notification.d.ts +17 -2
  60. package/notification.js +17 -2
  61. package/notification.js.map +1 -1
  62. package/package.json +1 -1
  63. package/pluginCommunity.d.ts +1 -1
  64. package/pluginCommunity.js +1 -1
  65. package/privatelinkAws.d.ts +11 -1
  66. package/privatelinkAws.js +11 -1
  67. package/privatelinkAws.js.map +1 -1
  68. package/privatelinkAzure.d.ts +11 -1
  69. package/privatelinkAzure.js +11 -1
  70. package/privatelinkAzure.js.map +1 -1
  71. package/upgradeRabbitmq.d.ts +6 -0
  72. package/upgradeRabbitmq.js +6 -0
  73. package/upgradeRabbitmq.js.map +1 -1
  74. package/vpc.d.ts +4 -2
  75. package/vpc.js +4 -2
  76. package/vpc.js.map +1 -1
  77. package/vpcConnect.d.ts +15 -1
  78. package/vpcConnect.js +15 -1
  79. package/vpcConnect.js.map +1 -1
  80. package/vpcGcpPeering.d.ts +47 -0
  81. package/vpcGcpPeering.js +47 -0
  82. package/vpcGcpPeering.js.map +1 -1
  83. package/webhook.d.ts +3 -0
  84. package/webhook.js +3 -0
  85. package/webhook.js.map +1 -1
package/getInstance.d.ts CHANGED
@@ -1,27 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
3
  * Use this data source to retrieve information about an already created CloudAMQP instance. In order to retrieve the correct information, the CoudAMQP instance identifier is needed.
4
- *
5
- * ## Attributes reference
6
- *
7
- * All attributes reference are computed
8
- *
9
- * * `id` - The identifier for this resource.
10
- * * `name` - The name of the CloudAMQP instance.
11
- * * `plan` - The subscription plan for the CloudAMQP instance.
12
- * * `region` - The cloud platform and region that host the CloudAMQP instance, `{platform}::{region}`.
13
- * * `vpcId` - ID of the VPC configured for the CloudAMQP instance.
14
- * * `vpcSubnet` - Dedicated VPC subnet configured for the CloudAMQP instance.
15
- * * `nodes` - Number of nodes in the cluster of the CloudAMQP instance.
16
- * * `rmqVersion` - The version of installed Rabbit MQ.
17
- * * `url` - (Sensitive) The AMQP URL (uses the internal hostname if the instance was created with VPC), used by clients to connect for pub/sub.
18
- * * `apikey` - (Sensitive) The API key to secondary API handing alarms, integration etc.
19
- * * `tags` - Tags the CloudAMQP instance with categories.
20
- * * `host` - The external hostname for the CloudAMQP instance.
21
- * * `hostInternal` - The internal hostname for the CloudAMQP instance.
22
- * * `vhost` - The virtual host configured in Rabbit MQ.
23
- * * `dedicated` - Information if the CloudAMQP instance is shared or dedicated.
24
- * * `backend` - Information if the CloudAMQP instance runs either RabbitMQ or LavinMQ.
25
4
  */
26
5
  export declare function getInstance(args: GetInstanceArgs, opts?: pulumi.InvokeOptions): Promise<GetInstanceResult>;
27
6
  /**
@@ -62,27 +41,6 @@ export interface GetInstanceResult {
62
41
  }
63
42
  /**
64
43
  * Use this data source to retrieve information about an already created CloudAMQP instance. In order to retrieve the correct information, the CoudAMQP instance identifier is needed.
65
- *
66
- * ## Attributes reference
67
- *
68
- * All attributes reference are computed
69
- *
70
- * * `id` - The identifier for this resource.
71
- * * `name` - The name of the CloudAMQP instance.
72
- * * `plan` - The subscription plan for the CloudAMQP instance.
73
- * * `region` - The cloud platform and region that host the CloudAMQP instance, `{platform}::{region}`.
74
- * * `vpcId` - ID of the VPC configured for the CloudAMQP instance.
75
- * * `vpcSubnet` - Dedicated VPC subnet configured for the CloudAMQP instance.
76
- * * `nodes` - Number of nodes in the cluster of the CloudAMQP instance.
77
- * * `rmqVersion` - The version of installed Rabbit MQ.
78
- * * `url` - (Sensitive) The AMQP URL (uses the internal hostname if the instance was created with VPC), used by clients to connect for pub/sub.
79
- * * `apikey` - (Sensitive) The API key to secondary API handing alarms, integration etc.
80
- * * `tags` - Tags the CloudAMQP instance with categories.
81
- * * `host` - The external hostname for the CloudAMQP instance.
82
- * * `hostInternal` - The internal hostname for the CloudAMQP instance.
83
- * * `vhost` - The virtual host configured in Rabbit MQ.
84
- * * `dedicated` - Information if the CloudAMQP instance is shared or dedicated.
85
- * * `backend` - Information if the CloudAMQP instance runs either RabbitMQ or LavinMQ.
86
44
  */
87
45
  export declare function getInstanceOutput(args: GetInstanceOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetInstanceResult>;
88
46
  /**
package/getInstance.js CHANGED
@@ -7,27 +7,6 @@ const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
9
  * Use this data source to retrieve information about an already created CloudAMQP instance. In order to retrieve the correct information, the CoudAMQP instance identifier is needed.
10
- *
11
- * ## Attributes reference
12
- *
13
- * All attributes reference are computed
14
- *
15
- * * `id` - The identifier for this resource.
16
- * * `name` - The name of the CloudAMQP instance.
17
- * * `plan` - The subscription plan for the CloudAMQP instance.
18
- * * `region` - The cloud platform and region that host the CloudAMQP instance, `{platform}::{region}`.
19
- * * `vpcId` - ID of the VPC configured for the CloudAMQP instance.
20
- * * `vpcSubnet` - Dedicated VPC subnet configured for the CloudAMQP instance.
21
- * * `nodes` - Number of nodes in the cluster of the CloudAMQP instance.
22
- * * `rmqVersion` - The version of installed Rabbit MQ.
23
- * * `url` - (Sensitive) The AMQP URL (uses the internal hostname if the instance was created with VPC), used by clients to connect for pub/sub.
24
- * * `apikey` - (Sensitive) The API key to secondary API handing alarms, integration etc.
25
- * * `tags` - Tags the CloudAMQP instance with categories.
26
- * * `host` - The external hostname for the CloudAMQP instance.
27
- * * `hostInternal` - The internal hostname for the CloudAMQP instance.
28
- * * `vhost` - The virtual host configured in Rabbit MQ.
29
- * * `dedicated` - Information if the CloudAMQP instance is shared or dedicated.
30
- * * `backend` - Information if the CloudAMQP instance runs either RabbitMQ or LavinMQ.
31
10
  */
32
11
  function getInstance(args, opts) {
33
12
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -38,27 +17,6 @@ function getInstance(args, opts) {
38
17
  exports.getInstance = getInstance;
39
18
  /**
40
19
  * Use this data source to retrieve information about an already created CloudAMQP instance. In order to retrieve the correct information, the CoudAMQP instance identifier is needed.
41
- *
42
- * ## Attributes reference
43
- *
44
- * All attributes reference are computed
45
- *
46
- * * `id` - The identifier for this resource.
47
- * * `name` - The name of the CloudAMQP instance.
48
- * * `plan` - The subscription plan for the CloudAMQP instance.
49
- * * `region` - The cloud platform and region that host the CloudAMQP instance, `{platform}::{region}`.
50
- * * `vpcId` - ID of the VPC configured for the CloudAMQP instance.
51
- * * `vpcSubnet` - Dedicated VPC subnet configured for the CloudAMQP instance.
52
- * * `nodes` - Number of nodes in the cluster of the CloudAMQP instance.
53
- * * `rmqVersion` - The version of installed Rabbit MQ.
54
- * * `url` - (Sensitive) The AMQP URL (uses the internal hostname if the instance was created with VPC), used by clients to connect for pub/sub.
55
- * * `apikey` - (Sensitive) The API key to secondary API handing alarms, integration etc.
56
- * * `tags` - Tags the CloudAMQP instance with categories.
57
- * * `host` - The external hostname for the CloudAMQP instance.
58
- * * `hostInternal` - The internal hostname for the CloudAMQP instance.
59
- * * `vhost` - The virtual host configured in Rabbit MQ.
60
- * * `dedicated` - Information if the CloudAMQP instance is shared or dedicated.
61
- * * `backend` - Information if the CloudAMQP instance runs either RabbitMQ or LavinMQ.
62
20
  */
63
21
  function getInstanceOutput(args, opts) {
64
22
  return pulumi.output(args).apply((a) => getInstance(a, opts));
@@ -1 +1 @@
1
- {"version":3,"file":"getInstance.js","sourceRoot":"","sources":["../getInstance.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAE1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kCAMC;AAuCD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
1
+ {"version":3,"file":"getInstance.js","sourceRoot":"","sources":["../getInstance.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAE1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kCAMC;AAuCD;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
package/getNodes.d.ts CHANGED
@@ -5,6 +5,7 @@ import * as outputs from "./types/output";
5
5
  *
6
6
  * ## Example Usage
7
7
  *
8
+ * <!--Start PulumiCodeChooser -->
8
9
  * ```typescript
9
10
  * import * as pulumi from "@pulumi/pulumi";
10
11
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -13,6 +14,8 @@ import * as outputs from "./types/output";
13
14
  * instanceId: cloudamqp_instance.instance.id,
14
15
  * });
15
16
  * ```
17
+ * <!--End PulumiCodeChooser -->
18
+ *
16
19
  * ## Attributes reference
17
20
  *
18
21
  * All attributes reference are computed
@@ -66,6 +69,7 @@ export interface GetNodesResult {
66
69
  *
67
70
  * ## Example Usage
68
71
  *
72
+ * <!--Start PulumiCodeChooser -->
69
73
  * ```typescript
70
74
  * import * as pulumi from "@pulumi/pulumi";
71
75
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -74,6 +78,8 @@ export interface GetNodesResult {
74
78
  * instanceId: cloudamqp_instance.instance.id,
75
79
  * });
76
80
  * ```
81
+ * <!--End PulumiCodeChooser -->
82
+ *
77
83
  * ## Attributes reference
78
84
  *
79
85
  * All attributes reference are computed
package/getNodes.js CHANGED
@@ -10,6 +10,7 @@ const utilities = require("./utilities");
10
10
  *
11
11
  * ## Example Usage
12
12
  *
13
+ * <!--Start PulumiCodeChooser -->
13
14
  * ```typescript
14
15
  * import * as pulumi from "@pulumi/pulumi";
15
16
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -18,6 +19,8 @@ const utilities = require("./utilities");
18
19
  * instanceId: cloudamqp_instance.instance.id,
19
20
  * });
20
21
  * ```
22
+ * <!--End PulumiCodeChooser -->
23
+ *
21
24
  * ## Attributes reference
22
25
  *
23
26
  * All attributes reference are computed
@@ -57,6 +60,7 @@ exports.getNodes = getNodes;
57
60
  *
58
61
  * ## Example Usage
59
62
  *
63
+ * <!--Start PulumiCodeChooser -->
60
64
  * ```typescript
61
65
  * import * as pulumi from "@pulumi/pulumi";
62
66
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -65,6 +69,8 @@ exports.getNodes = getNodes;
65
69
  * instanceId: cloudamqp_instance.instance.id,
66
70
  * });
67
71
  * ```
72
+ * <!--End PulumiCodeChooser -->
73
+ *
68
74
  * ## Attributes reference
69
75
  *
70
76
  * All attributes reference are computed
package/getNodes.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getNodes.js","sourceRoot":"","sources":["../getNodes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IAEpE,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,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4BAMC;AAuBD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,wCAEC"}
1
+ {"version":3,"file":"getNodes.js","sourceRoot":"","sources":["../getNodes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IAEpE,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,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4BAMC;AAuBD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,wCAEC"}
@@ -4,6 +4,7 @@ import * as pulumi from "@pulumi/pulumi";
4
4
  *
5
5
  * ## Example Usage
6
6
  *
7
+ * <!--Start PulumiCodeChooser -->
7
8
  * ```typescript
8
9
  * import * as pulumi from "@pulumi/pulumi";
9
10
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -13,6 +14,8 @@ import * as pulumi from "@pulumi/pulumi";
13
14
  * name: "default",
14
15
  * });
15
16
  * ```
17
+ * <!--End PulumiCodeChooser -->
18
+ *
16
19
  * ## Attributes reference
17
20
  *
18
21
  * All attributes reference are computed
@@ -69,6 +72,7 @@ export interface GetNotificationResult {
69
72
  *
70
73
  * ## Example Usage
71
74
  *
75
+ * <!--Start PulumiCodeChooser -->
72
76
  * ```typescript
73
77
  * import * as pulumi from "@pulumi/pulumi";
74
78
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -78,6 +82,8 @@ export interface GetNotificationResult {
78
82
  * name: "default",
79
83
  * });
80
84
  * ```
85
+ * <!--End PulumiCodeChooser -->
86
+ *
81
87
  * ## Attributes reference
82
88
  *
83
89
  * All attributes reference are computed
@@ -10,6 +10,7 @@ const utilities = require("./utilities");
10
10
  *
11
11
  * ## Example Usage
12
12
  *
13
+ * <!--Start PulumiCodeChooser -->
13
14
  * ```typescript
14
15
  * import * as pulumi from "@pulumi/pulumi";
15
16
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -19,6 +20,8 @@ const utilities = require("./utilities");
19
20
  * name: "default",
20
21
  * });
21
22
  * ```
23
+ * <!--End PulumiCodeChooser -->
24
+ *
22
25
  * ## Attributes reference
23
26
  *
24
27
  * All attributes reference are computed
@@ -47,6 +50,7 @@ exports.getNotification = getNotification;
47
50
  *
48
51
  * ## Example Usage
49
52
  *
53
+ * <!--Start PulumiCodeChooser -->
50
54
  * ```typescript
51
55
  * import * as pulumi from "@pulumi/pulumi";
52
56
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -56,6 +60,8 @@ exports.getNotification = getNotification;
56
60
  * name: "default",
57
61
  * });
58
62
  * ```
63
+ * <!--End PulumiCodeChooser -->
64
+ *
59
65
  * ## Attributes reference
60
66
  *
61
67
  * All attributes reference are computed
@@ -1 +1 @@
1
- {"version":3,"file":"getNotification.js","sourceRoot":"","sources":["../getNotification.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAElF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iDAAiD,EAAE;QAC5E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,0CASC;AAoCD;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
1
+ {"version":3,"file":"getNotification.js","sourceRoot":"","sources":["../getNotification.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAElF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iDAAiD,EAAE;QAC5E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,0CASC;AAoCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
package/getPlugins.d.ts CHANGED
@@ -5,6 +5,7 @@ import * as outputs from "./types/output";
5
5
  *
6
6
  * ## Example Usage
7
7
  *
8
+ * <!--Start PulumiCodeChooser -->
8
9
  * ```typescript
9
10
  * import * as pulumi from "@pulumi/pulumi";
10
11
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -13,6 +14,8 @@ import * as outputs from "./types/output";
13
14
  * instanceId: cloudamqp_instance.instance.id,
14
15
  * });
15
16
  * ```
17
+ * <!--End PulumiCodeChooser -->
18
+ *
16
19
  * ## Attributes reference
17
20
  *
18
21
  * All attributes reference are computed
@@ -63,6 +66,7 @@ export interface GetPluginsResult {
63
66
  *
64
67
  * ## Example Usage
65
68
  *
69
+ * <!--Start PulumiCodeChooser -->
66
70
  * ```typescript
67
71
  * import * as pulumi from "@pulumi/pulumi";
68
72
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -71,6 +75,8 @@ export interface GetPluginsResult {
71
75
  * instanceId: cloudamqp_instance.instance.id,
72
76
  * });
73
77
  * ```
78
+ * <!--End PulumiCodeChooser -->
79
+ *
74
80
  * ## Attributes reference
75
81
  *
76
82
  * All attributes reference are computed
package/getPlugins.js CHANGED
@@ -10,6 +10,7 @@ const utilities = require("./utilities");
10
10
  *
11
11
  * ## Example Usage
12
12
  *
13
+ * <!--Start PulumiCodeChooser -->
13
14
  * ```typescript
14
15
  * import * as pulumi from "@pulumi/pulumi";
15
16
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -18,6 +19,8 @@ const utilities = require("./utilities");
18
19
  * instanceId: cloudamqp_instance.instance.id,
19
20
  * });
20
21
  * ```
22
+ * <!--End PulumiCodeChooser -->
23
+ *
21
24
  * ## Attributes reference
22
25
  *
23
26
  * All attributes reference are computed
@@ -54,6 +57,7 @@ exports.getPlugins = getPlugins;
54
57
  *
55
58
  * ## Example Usage
56
59
  *
60
+ * <!--Start PulumiCodeChooser -->
57
61
  * ```typescript
58
62
  * import * as pulumi from "@pulumi/pulumi";
59
63
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -62,6 +66,8 @@ exports.getPlugins = getPlugins;
62
66
  * instanceId: cloudamqp_instance.instance.id,
63
67
  * });
64
68
  * ```
69
+ * <!--End PulumiCodeChooser -->
70
+ *
65
71
  * ## Attributes reference
66
72
  *
67
73
  * All attributes reference are computed
package/getPlugins.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getPlugins.js","sourceRoot":"","sources":["../getPlugins.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IAExE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uCAAuC,EAAE;QAClE,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gCAMC;AAuBD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,4CAEC"}
1
+ {"version":3,"file":"getPlugins.js","sourceRoot":"","sources":["../getPlugins.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IAExE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uCAAuC,EAAE;QAClE,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gCAMC;AAuBD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,4CAEC"}
@@ -5,6 +5,7 @@ import * as outputs from "./types/output";
5
5
  *
6
6
  * ## Example Usage
7
7
  *
8
+ * <!--Start PulumiCodeChooser -->
8
9
  * ```typescript
9
10
  * import * as pulumi from "@pulumi/pulumi";
10
11
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -13,6 +14,8 @@ import * as outputs from "./types/output";
13
14
  * instanceId: cloudamqp_instance.instance.id,
14
15
  * });
15
16
  * ```
17
+ * <!--End PulumiCodeChooser -->
18
+ *
16
19
  * ## Attributes reference
17
20
  *
18
21
  * All attributes reference are computed
@@ -62,6 +65,7 @@ export interface GetPluginsCommunityResult {
62
65
  *
63
66
  * ## Example Usage
64
67
  *
68
+ * <!--Start PulumiCodeChooser -->
65
69
  * ```typescript
66
70
  * import * as pulumi from "@pulumi/pulumi";
67
71
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -70,6 +74,8 @@ export interface GetPluginsCommunityResult {
70
74
  * instanceId: cloudamqp_instance.instance.id,
71
75
  * });
72
76
  * ```
77
+ * <!--End PulumiCodeChooser -->
78
+ *
73
79
  * ## Attributes reference
74
80
  *
75
81
  * All attributes reference are computed
@@ -10,6 +10,7 @@ const utilities = require("./utilities");
10
10
  *
11
11
  * ## Example Usage
12
12
  *
13
+ * <!--Start PulumiCodeChooser -->
13
14
  * ```typescript
14
15
  * import * as pulumi from "@pulumi/pulumi";
15
16
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -18,6 +19,8 @@ const utilities = require("./utilities");
18
19
  * instanceId: cloudamqp_instance.instance.id,
19
20
  * });
20
21
  * ```
22
+ * <!--End PulumiCodeChooser -->
23
+ *
21
24
  * ## Attributes reference
22
25
  *
23
26
  * All attributes reference are computed
@@ -53,6 +56,7 @@ exports.getPluginsCommunity = getPluginsCommunity;
53
56
  *
54
57
  * ## Example Usage
55
58
  *
59
+ * <!--Start PulumiCodeChooser -->
56
60
  * ```typescript
57
61
  * import * as pulumi from "@pulumi/pulumi";
58
62
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -61,6 +65,8 @@ exports.getPluginsCommunity = getPluginsCommunity;
61
65
  * instanceId: cloudamqp_instance.instance.id,
62
66
  * });
63
67
  * ```
68
+ * <!--End PulumiCodeChooser -->
69
+ *
64
70
  * ## Attributes reference
65
71
  *
66
72
  * All attributes reference are computed
@@ -1 +1 @@
1
- {"version":3,"file":"getPluginsCommunity.js","sourceRoot":"","sources":["../getPluginsCommunity.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAE1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC;AAuBD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,mBAAmB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9E,CAAC;AAFD,8DAEC"}
1
+ {"version":3,"file":"getPluginsCommunity.js","sourceRoot":"","sources":["../getPluginsCommunity.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAE1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC;AAuBD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,mBAAmB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9E,CAAC;AAFD,8DAEC"}
@@ -4,6 +4,7 @@ import * as pulumi from "@pulumi/pulumi";
4
4
  *
5
5
  * ## Example Usage
6
6
  *
7
+ * <!--Start PulumiCodeChooser -->
7
8
  * ```typescript
8
9
  * import * as pulumi from "@pulumi/pulumi";
9
10
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -12,6 +13,8 @@ import * as pulumi from "@pulumi/pulumi";
12
13
  * instanceId: cloudamqp_instance.instance.id,
13
14
  * });
14
15
  * ```
16
+ * <!--End PulumiCodeChooser -->
17
+ *
15
18
  * ## Attributes reference
16
19
  *
17
20
  * All attributes reference are computed
@@ -50,6 +53,7 @@ export interface GetUpgradableVersionsResult {
50
53
  *
51
54
  * ## Example Usage
52
55
  *
56
+ * <!--Start PulumiCodeChooser -->
53
57
  * ```typescript
54
58
  * import * as pulumi from "@pulumi/pulumi";
55
59
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -58,6 +62,8 @@ export interface GetUpgradableVersionsResult {
58
62
  * instanceId: cloudamqp_instance.instance.id,
59
63
  * });
60
64
  * ```
65
+ * <!--End PulumiCodeChooser -->
66
+ *
61
67
  * ## Attributes reference
62
68
  *
63
69
  * All attributes reference are computed
@@ -10,6 +10,7 @@ const utilities = require("./utilities");
10
10
  *
11
11
  * ## Example Usage
12
12
  *
13
+ * <!--Start PulumiCodeChooser -->
13
14
  * ```typescript
14
15
  * import * as pulumi from "@pulumi/pulumi";
15
16
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -18,6 +19,8 @@ const utilities = require("./utilities");
18
19
  * instanceId: cloudamqp_instance.instance.id,
19
20
  * });
20
21
  * ```
22
+ * <!--End PulumiCodeChooser -->
23
+ *
21
24
  * ## Attributes reference
22
25
  *
23
26
  * All attributes reference are computed
@@ -41,6 +44,7 @@ exports.getUpgradableVersions = getUpgradableVersions;
41
44
  *
42
45
  * ## Example Usage
43
46
  *
47
+ * <!--Start PulumiCodeChooser -->
44
48
  * ```typescript
45
49
  * import * as pulumi from "@pulumi/pulumi";
46
50
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -49,6 +53,8 @@ exports.getUpgradableVersions = getUpgradableVersions;
49
53
  * instanceId: cloudamqp_instance.instance.id,
50
54
  * });
51
55
  * ```
56
+ * <!--End PulumiCodeChooser -->
57
+ *
52
58
  * ## Attributes reference
53
59
  *
54
60
  * All attributes reference are computed
@@ -1 +1 @@
1
- {"version":3,"file":"getUpgradableVersions.js","sourceRoot":"","sources":["../getUpgradableVersions.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAE9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6DAA6D,EAAE;QACxF,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sDAMC;AAwBD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChF,CAAC;AAFD,kEAEC"}
1
+ {"version":3,"file":"getUpgradableVersions.js","sourceRoot":"","sources":["../getUpgradableVersions.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAE9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6DAA6D,EAAE;QACxF,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sDAMC;AAwBD;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChF,CAAC;AAFD,kEAEC"}
@@ -11,6 +11,7 @@ import * as pulumi from "@pulumi/pulumi";
11
11
  * </b>
12
12
  * </summary>
13
13
  *
14
+ * <!--Start PulumiCodeChooser -->
14
15
  * ```typescript
15
16
  * import * as pulumi from "@pulumi/pulumi";
16
17
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -19,6 +20,7 @@ import * as pulumi from "@pulumi/pulumi";
19
20
  * instanceId: cloudamqp_instance.instance.id,
20
21
  * });
21
22
  * ```
23
+ * <!--End PulumiCodeChooser -->
22
24
  *
23
25
  * </details>
24
26
  *
@@ -29,6 +31,7 @@ import * as pulumi from "@pulumi/pulumi";
29
31
  * </b>
30
32
  * </summary>
31
33
  *
34
+ * <!--Start PulumiCodeChooser -->
32
35
  * ```typescript
33
36
  * import * as pulumi from "@pulumi/pulumi";
34
37
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -37,8 +40,10 @@ import * as pulumi from "@pulumi/pulumi";
37
40
  * vpcId: cloudamqp_vpc.vpc.id,
38
41
  * });
39
42
  * ```
43
+ * <!--End PulumiCodeChooser -->
40
44
  *
41
45
  * </details>
46
+ *
42
47
  * ## Attributes reference
43
48
  *
44
49
  * All attributes reference are computed
@@ -110,6 +115,7 @@ export interface GetVpcGcpInfoResult {
110
115
  * </b>
111
116
  * </summary>
112
117
  *
118
+ * <!--Start PulumiCodeChooser -->
113
119
  * ```typescript
114
120
  * import * as pulumi from "@pulumi/pulumi";
115
121
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -118,6 +124,7 @@ export interface GetVpcGcpInfoResult {
118
124
  * instanceId: cloudamqp_instance.instance.id,
119
125
  * });
120
126
  * ```
127
+ * <!--End PulumiCodeChooser -->
121
128
  *
122
129
  * </details>
123
130
  *
@@ -128,6 +135,7 @@ export interface GetVpcGcpInfoResult {
128
135
  * </b>
129
136
  * </summary>
130
137
  *
138
+ * <!--Start PulumiCodeChooser -->
131
139
  * ```typescript
132
140
  * import * as pulumi from "@pulumi/pulumi";
133
141
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -136,8 +144,10 @@ export interface GetVpcGcpInfoResult {
136
144
  * vpcId: cloudamqp_vpc.vpc.id,
137
145
  * });
138
146
  * ```
147
+ * <!--End PulumiCodeChooser -->
139
148
  *
140
149
  * </details>
150
+ *
141
151
  * ## Attributes reference
142
152
  *
143
153
  * All attributes reference are computed
package/getVpcGcpInfo.js CHANGED
@@ -17,6 +17,7 @@ const utilities = require("./utilities");
17
17
  * </b>
18
18
  * </summary>
19
19
  *
20
+ * <!--Start PulumiCodeChooser -->
20
21
  * ```typescript
21
22
  * import * as pulumi from "@pulumi/pulumi";
22
23
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -25,6 +26,7 @@ const utilities = require("./utilities");
25
26
  * instanceId: cloudamqp_instance.instance.id,
26
27
  * });
27
28
  * ```
29
+ * <!--End PulumiCodeChooser -->
28
30
  *
29
31
  * </details>
30
32
  *
@@ -35,6 +37,7 @@ const utilities = require("./utilities");
35
37
  * </b>
36
38
  * </summary>
37
39
  *
40
+ * <!--Start PulumiCodeChooser -->
38
41
  * ```typescript
39
42
  * import * as pulumi from "@pulumi/pulumi";
40
43
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -43,8 +46,10 @@ const utilities = require("./utilities");
43
46
  * vpcId: cloudamqp_vpc.vpc.id,
44
47
  * });
45
48
  * ```
49
+ * <!--End PulumiCodeChooser -->
46
50
  *
47
51
  * </details>
52
+ *
48
53
  * ## Attributes reference
49
54
  *
50
55
  * All attributes reference are computed
@@ -85,6 +90,7 @@ exports.getVpcGcpInfo = getVpcGcpInfo;
85
90
  * </b>
86
91
  * </summary>
87
92
  *
93
+ * <!--Start PulumiCodeChooser -->
88
94
  * ```typescript
89
95
  * import * as pulumi from "@pulumi/pulumi";
90
96
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -93,6 +99,7 @@ exports.getVpcGcpInfo = getVpcGcpInfo;
93
99
  * instanceId: cloudamqp_instance.instance.id,
94
100
  * });
95
101
  * ```
102
+ * <!--End PulumiCodeChooser -->
96
103
  *
97
104
  * </details>
98
105
  *
@@ -103,6 +110,7 @@ exports.getVpcGcpInfo = getVpcGcpInfo;
103
110
  * </b>
104
111
  * </summary>
105
112
  *
113
+ * <!--Start PulumiCodeChooser -->
106
114
  * ```typescript
107
115
  * import * as pulumi from "@pulumi/pulumi";
108
116
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -111,8 +119,10 @@ exports.getVpcGcpInfo = getVpcGcpInfo;
111
119
  * vpcId: cloudamqp_vpc.vpc.id,
112
120
  * });
113
121
  * ```
122
+ * <!--End PulumiCodeChooser -->
114
123
  *
115
124
  * </details>
125
+ *
116
126
  * ## Attributes reference
117
127
  *
118
128
  * All attributes reference are computed
@@ -1 +1 @@
1
- {"version":3,"file":"getVpcGcpInfo.js","sourceRoot":"","sources":["../getVpcGcpInfo.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwDG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE;QACxE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,sCAUC;AA4CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwDG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,kDAEC"}
1
+ {"version":3,"file":"getVpcGcpInfo.js","sourceRoot":"","sources":["../getVpcGcpInfo.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6DG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE;QACxE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,sCAUC;AA4CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6DG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,kDAEC"}