@pulumi/aws 7.9.0-alpha.1760704543 → 7.9.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 (140) hide show
  1. package/amp/index.d.ts +3 -0
  2. package/amp/index.js +6 -1
  3. package/amp/index.js.map +1 -1
  4. package/amp/resourcePolicy.d.ts +214 -0
  5. package/amp/resourcePolicy.js +182 -0
  6. package/amp/resourcePolicy.js.map +1 -0
  7. package/bedrock/agentcoreAgentRuntime.d.ts +356 -0
  8. package/bedrock/agentcoreAgentRuntime.js +198 -0
  9. package/bedrock/agentcoreAgentRuntime.js.map +1 -0
  10. package/bedrock/agentcoreAgentRuntimeEndpoint.d.ts +173 -0
  11. package/bedrock/agentcoreAgentRuntimeEndpoint.js +96 -0
  12. package/bedrock/agentcoreAgentRuntimeEndpoint.js.map +1 -0
  13. package/bedrock/agentcoreApiKeyCredentialProvider.d.ts +133 -0
  14. package/bedrock/agentcoreApiKeyCredentialProvider.js +84 -0
  15. package/bedrock/agentcoreApiKeyCredentialProvider.js.map +1 -0
  16. package/bedrock/agentcoreBrowser.d.ts +231 -0
  17. package/bedrock/agentcoreBrowser.js +135 -0
  18. package/bedrock/agentcoreBrowser.js.map +1 -0
  19. package/bedrock/agentcoreCodeInterpreter.d.ts +211 -0
  20. package/bedrock/agentcoreCodeInterpreter.js +125 -0
  21. package/bedrock/agentcoreCodeInterpreter.js.map +1 -0
  22. package/bedrock/agentcoreGateway.d.ts +317 -0
  23. package/bedrock/agentcoreGateway.js +178 -0
  24. package/bedrock/agentcoreGateway.js.map +1 -0
  25. package/bedrock/agentcoreGatewayTarget.d.ts +294 -0
  26. package/bedrock/agentcoreGatewayTarget.js +233 -0
  27. package/bedrock/agentcoreGatewayTarget.js.map +1 -0
  28. package/bedrock/index.d.ts +21 -0
  29. package/bedrock/index.js +36 -1
  30. package/bedrock/index.js.map +1 -1
  31. package/cloudwatch/metricAlarm.d.ts +39 -7
  32. package/cloudwatch/metricAlarm.js +36 -4
  33. package/cloudwatch/metricAlarm.js.map +1 -1
  34. package/codebuild/project.d.ts +15 -0
  35. package/codebuild/project.js +2 -0
  36. package/codebuild/project.js.map +1 -1
  37. package/datazone/environment.d.ts +10 -6
  38. package/datazone/environment.js +1 -3
  39. package/datazone/environment.js.map +1 -1
  40. package/dms/endpoint.d.ts +3 -3
  41. package/ec2/getVpnConnection.d.ts +173 -0
  42. package/ec2/getVpnConnection.js +92 -0
  43. package/ec2/getVpnConnection.js.map +1 -0
  44. package/ec2/index.d.ts +3 -0
  45. package/ec2/index.js +6 -3
  46. package/ec2/index.js.map +1 -1
  47. package/ec2/route.d.ts +0 -8
  48. package/ec2/route.js +0 -8
  49. package/ec2/route.js.map +1 -1
  50. package/ec2/routeTable.d.ts +6 -6
  51. package/ec2/routeTable.js +0 -6
  52. package/ec2/routeTable.js.map +1 -1
  53. package/ec2transitgateway/getDirectConnectGatewayAttachment.d.ts +4 -0
  54. package/ec2transitgateway/getDirectConnectGatewayAttachment.js +4 -0
  55. package/ec2transitgateway/getDirectConnectGatewayAttachment.js.map +1 -1
  56. package/ec2transitgateway/getVpcAttachment.d.ts +4 -0
  57. package/ec2transitgateway/getVpcAttachment.js +4 -0
  58. package/ec2transitgateway/getVpcAttachment.js.map +1 -1
  59. package/ec2transitgateway/routeTableAssociation.d.ts +57 -0
  60. package/ec2transitgateway/routeTableAssociation.js +57 -0
  61. package/ec2transitgateway/routeTableAssociation.js.map +1 -1
  62. package/ec2transitgateway/routeTablePropagation.d.ts +57 -0
  63. package/ec2transitgateway/routeTablePropagation.js +57 -0
  64. package/ec2transitgateway/routeTablePropagation.js.map +1 -1
  65. package/emrserverless/application.d.ts +12 -0
  66. package/emrserverless/application.js +2 -0
  67. package/emrserverless/application.js.map +1 -1
  68. package/index.d.ts +2 -1
  69. package/index.js +3 -1
  70. package/index.js.map +1 -1
  71. package/lakeformation/permissions.d.ts +14 -10
  72. package/lakeformation/permissions.js +14 -10
  73. package/lakeformation/permissions.js.map +1 -1
  74. package/odb/cloudAutonomousVmCluster.d.ts +6 -6
  75. package/odb/cloudAutonomousVmCluster.js +6 -6
  76. package/odb/cloudExadataInfrastructure.d.ts +2 -2
  77. package/odb/cloudVmCluster.d.ts +6 -6
  78. package/odb/cloudVmCluster.js +6 -6
  79. package/odb/getCloudAutonomousVmClusters.d.ts +68 -0
  80. package/odb/getCloudAutonomousVmClusters.js +56 -0
  81. package/odb/getCloudAutonomousVmClusters.js.map +1 -0
  82. package/odb/getCloudExadataInfrastructures.d.ts +68 -0
  83. package/odb/getCloudExadataInfrastructures.js +56 -0
  84. package/odb/getCloudExadataInfrastructures.js.map +1 -0
  85. package/odb/getCloudVmClusters.d.ts +68 -0
  86. package/odb/getCloudVmClusters.js +56 -0
  87. package/odb/getCloudVmClusters.js.map +1 -0
  88. package/odb/getDbSystemShapes.d.ts +1 -1
  89. package/odb/getNetworkPeeringConnection.d.ts +3 -3
  90. package/odb/getNetworkPeeringConnections.d.ts +77 -0
  91. package/odb/getNetworkPeeringConnections.js +58 -0
  92. package/odb/getNetworkPeeringConnections.js.map +1 -0
  93. package/odb/getNetworks.d.ts +64 -0
  94. package/odb/getNetworks.js +52 -0
  95. package/odb/getNetworks.js.map +1 -0
  96. package/odb/index.d.ts +15 -0
  97. package/odb/index.js +16 -1
  98. package/odb/index.js.map +1 -1
  99. package/package.json +2 -2
  100. package/quicksight/accountSubscription.d.ts +37 -1
  101. package/quicksight/accountSubscription.js +7 -1
  102. package/quicksight/accountSubscription.js.map +1 -1
  103. package/rds/getGlobalCluster.d.ts +123 -0
  104. package/rds/getGlobalCluster.js +56 -0
  105. package/rds/getGlobalCluster.js.map +1 -0
  106. package/rds/index.d.ts +3 -0
  107. package/rds/index.js +5 -2
  108. package/rds/index.js.map +1 -1
  109. package/servicediscovery/service.d.ts +4 -4
  110. package/servicediscovery/service.js +1 -1
  111. package/ssm/defaultPatchBaseline.d.ts +3 -0
  112. package/ssm/defaultPatchBaseline.js.map +1 -1
  113. package/ssmcontacts/contact.d.ts +9 -3
  114. package/ssmcontacts/contact.js +9 -3
  115. package/ssmcontacts/contact.js.map +1 -1
  116. package/transfer/hostKey.d.ts +151 -0
  117. package/transfer/hostKey.js +83 -0
  118. package/transfer/hostKey.js.map +1 -0
  119. package/transfer/index.d.ts +9 -0
  120. package/transfer/index.js +16 -1
  121. package/transfer/index.js.map +1 -1
  122. package/transfer/webApp.d.ts +239 -0
  123. package/transfer/webApp.js +157 -0
  124. package/transfer/webApp.js.map +1 -0
  125. package/transfer/webAppCustomization.d.ts +97 -0
  126. package/transfer/webAppCustomization.js +73 -0
  127. package/transfer/webAppCustomization.js.map +1 -0
  128. package/types/input.d.ts +997 -2
  129. package/types/input.js.map +1 -1
  130. package/types/output.d.ts +1342 -160
  131. package/types/output.js.map +1 -1
  132. package/vpclattice/resourceGateway.d.ts +12 -0
  133. package/vpclattice/resourceGateway.js +2 -0
  134. package/vpclattice/resourceGateway.js.map +1 -1
  135. package/vpn/getConnection.d.ts +175 -0
  136. package/vpn/getConnection.js +96 -0
  137. package/vpn/getConnection.js.map +1 -0
  138. package/vpn/index.d.ts +3 -0
  139. package/vpn/index.js +10 -0
  140. package/vpn/index.js.map +1 -0
@@ -0,0 +1,56 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getCloudAutonomousVmClustersOutput = exports.getCloudAutonomousVmClusters = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data source for managing cloud autonomous vm clusters in AWS for Oracle Database@AWS.
10
+ *
11
+ * You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ### Basic Usage
16
+ *
17
+ * ```typescript
18
+ * import * as pulumi from "@pulumi/pulumi";
19
+ * import * as aws from "@pulumi/aws";
20
+ *
21
+ * const example = aws.odb.getCloudAutonomousVmClusters({});
22
+ * ```
23
+ */
24
+ function getCloudAutonomousVmClusters(args, opts) {
25
+ args = args || {};
26
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
27
+ return pulumi.runtime.invoke("aws:odb/getCloudAutonomousVmClusters:getCloudAutonomousVmClusters", {
28
+ "region": args.region,
29
+ }, opts);
30
+ }
31
+ exports.getCloudAutonomousVmClusters = getCloudAutonomousVmClusters;
32
+ /**
33
+ * Data source for managing cloud autonomous vm clusters in AWS for Oracle Database@AWS.
34
+ *
35
+ * You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
36
+ *
37
+ * ## Example Usage
38
+ *
39
+ * ### Basic Usage
40
+ *
41
+ * ```typescript
42
+ * import * as pulumi from "@pulumi/pulumi";
43
+ * import * as aws from "@pulumi/aws";
44
+ *
45
+ * const example = aws.odb.getCloudAutonomousVmClusters({});
46
+ * ```
47
+ */
48
+ function getCloudAutonomousVmClustersOutput(args, opts) {
49
+ args = args || {};
50
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
51
+ return pulumi.runtime.invokeOutput("aws:odb/getCloudAutonomousVmClusters:getCloudAutonomousVmClusters", {
52
+ "region": args.region,
53
+ }, opts);
54
+ }
55
+ exports.getCloudAutonomousVmClustersOutput = getCloudAutonomousVmClustersOutput;
56
+ //# sourceMappingURL=getCloudAutonomousVmClusters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCloudAutonomousVmClusters.js","sourceRoot":"","sources":["../../odb/getCloudAutonomousVmClusters.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,4BAA4B,CAAC,IAAuC,EAAE,IAA2B;IAC7G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mEAAmE,EAAE;QAC9F,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oEAMC;AA0BD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,kCAAkC,CAAC,IAA6C,EAAE,IAAiC;IAC/H,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mEAAmE,EAAE;QACpG,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gFAMC"}
@@ -0,0 +1,68 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data source for exadata infrastructures in AWS for Oracle Database@AWS.
5
+ *
6
+ * You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
7
+ *
8
+ * ## Example Usage
9
+ *
10
+ * ### Basic Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as aws from "@pulumi/aws";
15
+ *
16
+ * const example = aws.odb.getCloudExadataInfrastructures({});
17
+ * ```
18
+ */
19
+ export declare function getCloudExadataInfrastructures(args?: GetCloudExadataInfrastructuresArgs, opts?: pulumi.InvokeOptions): Promise<GetCloudExadataInfrastructuresResult>;
20
+ /**
21
+ * A collection of arguments for invoking getCloudExadataInfrastructures.
22
+ */
23
+ export interface GetCloudExadataInfrastructuresArgs {
24
+ /**
25
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
26
+ */
27
+ region?: string;
28
+ }
29
+ /**
30
+ * A collection of values returned by getCloudExadataInfrastructures.
31
+ */
32
+ export interface GetCloudExadataInfrastructuresResult {
33
+ /**
34
+ * List of Cloud Exadata Infrastructures. Returns basic information about the Cloud Exadata Infrastructures.
35
+ */
36
+ readonly cloudExadataInfrastructures: outputs.odb.GetCloudExadataInfrastructuresCloudExadataInfrastructure[];
37
+ /**
38
+ * The provider-assigned unique ID for this managed resource.
39
+ */
40
+ readonly id: string;
41
+ readonly region: string;
42
+ }
43
+ /**
44
+ * Data source for exadata infrastructures in AWS for Oracle Database@AWS.
45
+ *
46
+ * You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
47
+ *
48
+ * ## Example Usage
49
+ *
50
+ * ### Basic Usage
51
+ *
52
+ * ```typescript
53
+ * import * as pulumi from "@pulumi/pulumi";
54
+ * import * as aws from "@pulumi/aws";
55
+ *
56
+ * const example = aws.odb.getCloudExadataInfrastructures({});
57
+ * ```
58
+ */
59
+ export declare function getCloudExadataInfrastructuresOutput(args?: GetCloudExadataInfrastructuresOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCloudExadataInfrastructuresResult>;
60
+ /**
61
+ * A collection of arguments for invoking getCloudExadataInfrastructures.
62
+ */
63
+ export interface GetCloudExadataInfrastructuresOutputArgs {
64
+ /**
65
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
66
+ */
67
+ region?: pulumi.Input<string>;
68
+ }
@@ -0,0 +1,56 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getCloudExadataInfrastructuresOutput = exports.getCloudExadataInfrastructures = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data source for exadata infrastructures in AWS for Oracle Database@AWS.
10
+ *
11
+ * You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ### Basic Usage
16
+ *
17
+ * ```typescript
18
+ * import * as pulumi from "@pulumi/pulumi";
19
+ * import * as aws from "@pulumi/aws";
20
+ *
21
+ * const example = aws.odb.getCloudExadataInfrastructures({});
22
+ * ```
23
+ */
24
+ function getCloudExadataInfrastructures(args, opts) {
25
+ args = args || {};
26
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
27
+ return pulumi.runtime.invoke("aws:odb/getCloudExadataInfrastructures:getCloudExadataInfrastructures", {
28
+ "region": args.region,
29
+ }, opts);
30
+ }
31
+ exports.getCloudExadataInfrastructures = getCloudExadataInfrastructures;
32
+ /**
33
+ * Data source for exadata infrastructures in AWS for Oracle Database@AWS.
34
+ *
35
+ * You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
36
+ *
37
+ * ## Example Usage
38
+ *
39
+ * ### Basic Usage
40
+ *
41
+ * ```typescript
42
+ * import * as pulumi from "@pulumi/pulumi";
43
+ * import * as aws from "@pulumi/aws";
44
+ *
45
+ * const example = aws.odb.getCloudExadataInfrastructures({});
46
+ * ```
47
+ */
48
+ function getCloudExadataInfrastructuresOutput(args, opts) {
49
+ args = args || {};
50
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
51
+ return pulumi.runtime.invokeOutput("aws:odb/getCloudExadataInfrastructures:getCloudExadataInfrastructures", {
52
+ "region": args.region,
53
+ }, opts);
54
+ }
55
+ exports.getCloudExadataInfrastructuresOutput = getCloudExadataInfrastructuresOutput;
56
+ //# sourceMappingURL=getCloudExadataInfrastructures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCloudExadataInfrastructures.js","sourceRoot":"","sources":["../../odb/getCloudExadataInfrastructures.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,8BAA8B,CAAC,IAAyC,EAAE,IAA2B;IACjH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uEAAuE,EAAE;QAClG,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wEAMC;AA0BD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,oCAAoC,CAAC,IAA+C,EAAE,IAAiC;IACnI,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,uEAAuE,EAAE;QACxG,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oFAMC"}
@@ -0,0 +1,68 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data source for retrieving all cloud vm clusters AWS for Oracle Database@AWS.
5
+ *
6
+ * You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
7
+ *
8
+ * ## Example Usage
9
+ *
10
+ * ### Basic Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as aws from "@pulumi/aws";
15
+ *
16
+ * const example = aws.odb.getCloudVmClusters({});
17
+ * ```
18
+ */
19
+ export declare function getCloudVmClusters(args?: GetCloudVmClustersArgs, opts?: pulumi.InvokeOptions): Promise<GetCloudVmClustersResult>;
20
+ /**
21
+ * A collection of arguments for invoking getCloudVmClusters.
22
+ */
23
+ export interface GetCloudVmClustersArgs {
24
+ /**
25
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
26
+ */
27
+ region?: string;
28
+ }
29
+ /**
30
+ * A collection of values returned by getCloudVmClusters.
31
+ */
32
+ export interface GetCloudVmClustersResult {
33
+ /**
34
+ * List of Cloud VM Clusters. It returns only basic information about the cloud VM clusters.
35
+ */
36
+ readonly cloudVmClusters: outputs.odb.GetCloudVmClustersCloudVmCluster[];
37
+ /**
38
+ * The provider-assigned unique ID for this managed resource.
39
+ */
40
+ readonly id: string;
41
+ readonly region: string;
42
+ }
43
+ /**
44
+ * Data source for retrieving all cloud vm clusters AWS for Oracle Database@AWS.
45
+ *
46
+ * You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
47
+ *
48
+ * ## Example Usage
49
+ *
50
+ * ### Basic Usage
51
+ *
52
+ * ```typescript
53
+ * import * as pulumi from "@pulumi/pulumi";
54
+ * import * as aws from "@pulumi/aws";
55
+ *
56
+ * const example = aws.odb.getCloudVmClusters({});
57
+ * ```
58
+ */
59
+ export declare function getCloudVmClustersOutput(args?: GetCloudVmClustersOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCloudVmClustersResult>;
60
+ /**
61
+ * A collection of arguments for invoking getCloudVmClusters.
62
+ */
63
+ export interface GetCloudVmClustersOutputArgs {
64
+ /**
65
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
66
+ */
67
+ region?: pulumi.Input<string>;
68
+ }
@@ -0,0 +1,56 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getCloudVmClustersOutput = exports.getCloudVmClusters = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data source for retrieving all cloud vm clusters AWS for Oracle Database@AWS.
10
+ *
11
+ * You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ### Basic Usage
16
+ *
17
+ * ```typescript
18
+ * import * as pulumi from "@pulumi/pulumi";
19
+ * import * as aws from "@pulumi/aws";
20
+ *
21
+ * const example = aws.odb.getCloudVmClusters({});
22
+ * ```
23
+ */
24
+ function getCloudVmClusters(args, opts) {
25
+ args = args || {};
26
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
27
+ return pulumi.runtime.invoke("aws:odb/getCloudVmClusters:getCloudVmClusters", {
28
+ "region": args.region,
29
+ }, opts);
30
+ }
31
+ exports.getCloudVmClusters = getCloudVmClusters;
32
+ /**
33
+ * Data source for retrieving all cloud vm clusters AWS for Oracle Database@AWS.
34
+ *
35
+ * You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
36
+ *
37
+ * ## Example Usage
38
+ *
39
+ * ### Basic Usage
40
+ *
41
+ * ```typescript
42
+ * import * as pulumi from "@pulumi/pulumi";
43
+ * import * as aws from "@pulumi/aws";
44
+ *
45
+ * const example = aws.odb.getCloudVmClusters({});
46
+ * ```
47
+ */
48
+ function getCloudVmClustersOutput(args, opts) {
49
+ args = args || {};
50
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
51
+ return pulumi.runtime.invokeOutput("aws:odb/getCloudVmClusters:getCloudVmClusters", {
52
+ "region": args.region,
53
+ }, opts);
54
+ }
55
+ exports.getCloudVmClustersOutput = getCloudVmClustersOutput;
56
+ //# sourceMappingURL=getCloudVmClusters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCloudVmClusters.js","sourceRoot":"","sources":["../../odb/getCloudVmClusters.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+CAA+C,EAAE;QAC1E,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gDAMC;AA0BD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAAiC;IAC3G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+CAA+C,EAAE;QAChF,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4DAMC"}
@@ -36,7 +36,7 @@ export interface GetDbSystemShapesArgs {
36
36
  export interface GetDbSystemShapesResult {
37
37
  readonly availabilityZoneId?: string;
38
38
  /**
39
- * IThe list of shapes and their properties. Information about a hardware system model (shape) that's available for an Exadata infrastructure. The shape determines resources, such as CPU cores, memory, and storage, to allocate to the Exadata infrastructure.
39
+ * The list of shapes and their properties. Information about a hardware system model (shape) that's available for an Exadata infrastructure. The shape determines resources, such as CPU cores, memory, and storage, to allocate to the Exadata infrastructure.
40
40
  */
41
41
  readonly dbSystemShapes: outputs.odb.GetDbSystemShapesDbSystemShape[];
42
42
  /**
@@ -23,7 +23,7 @@ export declare function getNetworkPeeringConnection(args: GetNetworkPeeringConne
23
23
  */
24
24
  export interface GetNetworkPeeringConnectionArgs {
25
25
  /**
26
- * The unique identifier of the Exadata infrastructure.
26
+ * The unique identifier of the ODB network peering connection.
27
27
  *
28
28
  * The following arguments are optional:
29
29
  */
@@ -38,7 +38,7 @@ export interface GetNetworkPeeringConnectionArgs {
38
38
  */
39
39
  export interface GetNetworkPeeringConnectionResult {
40
40
  /**
41
- * The Amazon Resource Name (ARN) for the Exadata infrastructure.
41
+ * The Amazon Resource Name (ARN) for the ODB network peering connection.
42
42
  */
43
43
  readonly arn: string;
44
44
  /**
@@ -106,7 +106,7 @@ export declare function getNetworkPeeringConnectionOutput(args: GetNetworkPeerin
106
106
  */
107
107
  export interface GetNetworkPeeringConnectionOutputArgs {
108
108
  /**
109
- * The unique identifier of the Exadata infrastructure.
109
+ * The unique identifier of the ODB network peering connection.
110
110
  *
111
111
  * The following arguments are optional:
112
112
  */
@@ -0,0 +1,77 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * Data source for retrieving all oracle database network peering resource in Oracle Database@AWS.
6
+ *
7
+ * You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
8
+ *
9
+ * ## Example Usage
10
+ *
11
+ * ### Basic Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as aws from "@pulumi/aws";
16
+ *
17
+ * const example = aws.odb.getNetworkPeeringConnections({});
18
+ * ```
19
+ */
20
+ export declare function getNetworkPeeringConnections(args?: GetNetworkPeeringConnectionsArgs, opts?: pulumi.InvokeOptions): Promise<GetNetworkPeeringConnectionsResult>;
21
+ /**
22
+ * A collection of arguments for invoking getNetworkPeeringConnections.
23
+ */
24
+ export interface GetNetworkPeeringConnectionsArgs {
25
+ /**
26
+ * The list of ODB peering connections. A summary of an ODB peering connection.
27
+ */
28
+ odbPeeringConnections?: inputs.odb.GetNetworkPeeringConnectionsOdbPeeringConnection[];
29
+ /**
30
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
31
+ */
32
+ region?: string;
33
+ }
34
+ /**
35
+ * A collection of values returned by getNetworkPeeringConnections.
36
+ */
37
+ export interface GetNetworkPeeringConnectionsResult {
38
+ /**
39
+ * The provider-assigned unique ID for this managed resource.
40
+ */
41
+ readonly id: string;
42
+ /**
43
+ * The list of ODB peering connections. A summary of an ODB peering connection.
44
+ */
45
+ readonly odbPeeringConnections?: outputs.odb.GetNetworkPeeringConnectionsOdbPeeringConnection[];
46
+ readonly region: string;
47
+ }
48
+ /**
49
+ * Data source for retrieving all oracle database network peering resource in Oracle Database@AWS.
50
+ *
51
+ * You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
52
+ *
53
+ * ## Example Usage
54
+ *
55
+ * ### Basic Usage
56
+ *
57
+ * ```typescript
58
+ * import * as pulumi from "@pulumi/pulumi";
59
+ * import * as aws from "@pulumi/aws";
60
+ *
61
+ * const example = aws.odb.getNetworkPeeringConnections({});
62
+ * ```
63
+ */
64
+ export declare function getNetworkPeeringConnectionsOutput(args?: GetNetworkPeeringConnectionsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetNetworkPeeringConnectionsResult>;
65
+ /**
66
+ * A collection of arguments for invoking getNetworkPeeringConnections.
67
+ */
68
+ export interface GetNetworkPeeringConnectionsOutputArgs {
69
+ /**
70
+ * The list of ODB peering connections. A summary of an ODB peering connection.
71
+ */
72
+ odbPeeringConnections?: pulumi.Input<pulumi.Input<inputs.odb.GetNetworkPeeringConnectionsOdbPeeringConnectionArgs>[]>;
73
+ /**
74
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
75
+ */
76
+ region?: pulumi.Input<string>;
77
+ }
@@ -0,0 +1,58 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getNetworkPeeringConnectionsOutput = exports.getNetworkPeeringConnections = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data source for retrieving all oracle database network peering resource in Oracle Database@AWS.
10
+ *
11
+ * You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ### Basic Usage
16
+ *
17
+ * ```typescript
18
+ * import * as pulumi from "@pulumi/pulumi";
19
+ * import * as aws from "@pulumi/aws";
20
+ *
21
+ * const example = aws.odb.getNetworkPeeringConnections({});
22
+ * ```
23
+ */
24
+ function getNetworkPeeringConnections(args, opts) {
25
+ args = args || {};
26
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
27
+ return pulumi.runtime.invoke("aws:odb/getNetworkPeeringConnections:getNetworkPeeringConnections", {
28
+ "odbPeeringConnections": args.odbPeeringConnections,
29
+ "region": args.region,
30
+ }, opts);
31
+ }
32
+ exports.getNetworkPeeringConnections = getNetworkPeeringConnections;
33
+ /**
34
+ * Data source for retrieving all oracle database network peering resource in Oracle Database@AWS.
35
+ *
36
+ * You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
37
+ *
38
+ * ## Example Usage
39
+ *
40
+ * ### Basic Usage
41
+ *
42
+ * ```typescript
43
+ * import * as pulumi from "@pulumi/pulumi";
44
+ * import * as aws from "@pulumi/aws";
45
+ *
46
+ * const example = aws.odb.getNetworkPeeringConnections({});
47
+ * ```
48
+ */
49
+ function getNetworkPeeringConnectionsOutput(args, opts) {
50
+ args = args || {};
51
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
52
+ return pulumi.runtime.invokeOutput("aws:odb/getNetworkPeeringConnections:getNetworkPeeringConnections", {
53
+ "odbPeeringConnections": args.odbPeeringConnections,
54
+ "region": args.region,
55
+ }, opts);
56
+ }
57
+ exports.getNetworkPeeringConnectionsOutput = getNetworkPeeringConnectionsOutput;
58
+ //# sourceMappingURL=getNetworkPeeringConnections.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getNetworkPeeringConnections.js","sourceRoot":"","sources":["../../odb/getNetworkPeeringConnections.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,4BAA4B,CAAC,IAAuC,EAAE,IAA2B;IAC7G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mEAAmE,EAAE;QAC9F,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oEAOC;AA8BD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,kCAAkC,CAAC,IAA6C,EAAE,IAAiC;IAC/H,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mEAAmE,EAAE;QACpG,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gFAOC"}
@@ -0,0 +1,64 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data source for to retrieve networks from AWS for Oracle Database@AWS.
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ### Basic Usage
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as aws from "@pulumi/aws";
13
+ *
14
+ * const example = aws.odb.getNetworks({});
15
+ * ```
16
+ */
17
+ export declare function getNetworks(args?: GetNetworksArgs, opts?: pulumi.InvokeOptions): Promise<GetNetworksResult>;
18
+ /**
19
+ * A collection of arguments for invoking getNetworks.
20
+ */
21
+ export interface GetNetworksArgs {
22
+ /**
23
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
24
+ */
25
+ region?: string;
26
+ }
27
+ /**
28
+ * A collection of values returned by getNetworks.
29
+ */
30
+ export interface GetNetworksResult {
31
+ /**
32
+ * The provider-assigned unique ID for this managed resource.
33
+ */
34
+ readonly id: string;
35
+ /**
36
+ * List of odb networks returns basic information about odb networks.
37
+ */
38
+ readonly odbNetworks: outputs.odb.GetNetworksOdbNetwork[];
39
+ readonly region: string;
40
+ }
41
+ /**
42
+ * Data source for to retrieve networks from AWS for Oracle Database@AWS.
43
+ *
44
+ * ## Example Usage
45
+ *
46
+ * ### Basic Usage
47
+ *
48
+ * ```typescript
49
+ * import * as pulumi from "@pulumi/pulumi";
50
+ * import * as aws from "@pulumi/aws";
51
+ *
52
+ * const example = aws.odb.getNetworks({});
53
+ * ```
54
+ */
55
+ export declare function getNetworksOutput(args?: GetNetworksOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetNetworksResult>;
56
+ /**
57
+ * A collection of arguments for invoking getNetworks.
58
+ */
59
+ export interface GetNetworksOutputArgs {
60
+ /**
61
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
62
+ */
63
+ region?: pulumi.Input<string>;
64
+ }
@@ -0,0 +1,52 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getNetworksOutput = exports.getNetworks = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data source for to retrieve networks from AWS for Oracle Database@AWS.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ### Basic Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as aws from "@pulumi/aws";
18
+ *
19
+ * const example = aws.odb.getNetworks({});
20
+ * ```
21
+ */
22
+ function getNetworks(args, opts) {
23
+ args = args || {};
24
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
25
+ return pulumi.runtime.invoke("aws:odb/getNetworks:getNetworks", {
26
+ "region": args.region,
27
+ }, opts);
28
+ }
29
+ exports.getNetworks = getNetworks;
30
+ /**
31
+ * Data source for to retrieve networks from AWS for Oracle Database@AWS.
32
+ *
33
+ * ## Example Usage
34
+ *
35
+ * ### Basic Usage
36
+ *
37
+ * ```typescript
38
+ * import * as pulumi from "@pulumi/pulumi";
39
+ * import * as aws from "@pulumi/aws";
40
+ *
41
+ * const example = aws.odb.getNetworks({});
42
+ * ```
43
+ */
44
+ function getNetworksOutput(args, opts) {
45
+ args = args || {};
46
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
47
+ return pulumi.runtime.invokeOutput("aws:odb/getNetworks:getNetworks", {
48
+ "region": args.region,
49
+ }, opts);
50
+ }
51
+ exports.getNetworksOutput = getNetworksOutput;
52
+ //# sourceMappingURL=getNetworks.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getNetworks.js","sourceRoot":"","sources":["../../odb/getNetworks.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iCAAiC,EAAE;QAC5D,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kCAMC;AA0BD;;;;;;;;;;;;;GAaG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAAiC;IAC7F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iCAAiC,EAAE;QAClE,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8CAMC"}
package/odb/index.d.ts CHANGED
@@ -10,12 +10,21 @@ export declare const CloudVmCluster: typeof import("./cloudVmCluster").CloudVmCl
10
10
  export { GetCloudAutonomousVmClusterArgs, GetCloudAutonomousVmClusterResult, GetCloudAutonomousVmClusterOutputArgs } from "./getCloudAutonomousVmCluster";
11
11
  export declare const getCloudAutonomousVmCluster: typeof import("./getCloudAutonomousVmCluster").getCloudAutonomousVmCluster;
12
12
  export declare const getCloudAutonomousVmClusterOutput: typeof import("./getCloudAutonomousVmCluster").getCloudAutonomousVmClusterOutput;
13
+ export { GetCloudAutonomousVmClustersArgs, GetCloudAutonomousVmClustersResult, GetCloudAutonomousVmClustersOutputArgs } from "./getCloudAutonomousVmClusters";
14
+ export declare const getCloudAutonomousVmClusters: typeof import("./getCloudAutonomousVmClusters").getCloudAutonomousVmClusters;
15
+ export declare const getCloudAutonomousVmClustersOutput: typeof import("./getCloudAutonomousVmClusters").getCloudAutonomousVmClustersOutput;
13
16
  export { GetCloudExadataInfrastructureArgs, GetCloudExadataInfrastructureResult, GetCloudExadataInfrastructureOutputArgs } from "./getCloudExadataInfrastructure";
14
17
  export declare const getCloudExadataInfrastructure: typeof import("./getCloudExadataInfrastructure").getCloudExadataInfrastructure;
15
18
  export declare const getCloudExadataInfrastructureOutput: typeof import("./getCloudExadataInfrastructure").getCloudExadataInfrastructureOutput;
19
+ export { GetCloudExadataInfrastructuresArgs, GetCloudExadataInfrastructuresResult, GetCloudExadataInfrastructuresOutputArgs } from "./getCloudExadataInfrastructures";
20
+ export declare const getCloudExadataInfrastructures: typeof import("./getCloudExadataInfrastructures").getCloudExadataInfrastructures;
21
+ export declare const getCloudExadataInfrastructuresOutput: typeof import("./getCloudExadataInfrastructures").getCloudExadataInfrastructuresOutput;
16
22
  export { GetCloudVmClusterArgs, GetCloudVmClusterResult, GetCloudVmClusterOutputArgs } from "./getCloudVmCluster";
17
23
  export declare const getCloudVmCluster: typeof import("./getCloudVmCluster").getCloudVmCluster;
18
24
  export declare const getCloudVmClusterOutput: typeof import("./getCloudVmCluster").getCloudVmClusterOutput;
25
+ export { GetCloudVmClustersArgs, GetCloudVmClustersResult, GetCloudVmClustersOutputArgs } from "./getCloudVmClusters";
26
+ export declare const getCloudVmClusters: typeof import("./getCloudVmClusters").getCloudVmClusters;
27
+ export declare const getCloudVmClustersOutput: typeof import("./getCloudVmClusters").getCloudVmClustersOutput;
19
28
  export { GetDbNodeArgs, GetDbNodeResult, GetDbNodeOutputArgs } from "./getDbNode";
20
29
  export declare const getDbNode: typeof import("./getDbNode").getDbNode;
21
30
  export declare const getDbNodeOutput: typeof import("./getDbNode").getDbNodeOutput;
@@ -40,6 +49,12 @@ export declare const getNetworkOutput: typeof import("./getNetwork").getNetworkO
40
49
  export { GetNetworkPeeringConnectionArgs, GetNetworkPeeringConnectionResult, GetNetworkPeeringConnectionOutputArgs } from "./getNetworkPeeringConnection";
41
50
  export declare const getNetworkPeeringConnection: typeof import("./getNetworkPeeringConnection").getNetworkPeeringConnection;
42
51
  export declare const getNetworkPeeringConnectionOutput: typeof import("./getNetworkPeeringConnection").getNetworkPeeringConnectionOutput;
52
+ export { GetNetworkPeeringConnectionsArgs, GetNetworkPeeringConnectionsResult, GetNetworkPeeringConnectionsOutputArgs } from "./getNetworkPeeringConnections";
53
+ export declare const getNetworkPeeringConnections: typeof import("./getNetworkPeeringConnections").getNetworkPeeringConnections;
54
+ export declare const getNetworkPeeringConnectionsOutput: typeof import("./getNetworkPeeringConnections").getNetworkPeeringConnectionsOutput;
55
+ export { GetNetworksArgs, GetNetworksResult, GetNetworksOutputArgs } from "./getNetworks";
56
+ export declare const getNetworks: typeof import("./getNetworks").getNetworks;
57
+ export declare const getNetworksOutput: typeof import("./getNetworks").getNetworksOutput;
43
58
  export { NetworkArgs, NetworkState } from "./network";
44
59
  export type Network = import("./network").Network;
45
60
  export declare const Network: typeof import("./network").Network;