@pulumi/aiven 4.4.0 → 4.5.1
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.
- package/account.d.ts +13 -31
- package/account.js +4 -6
- package/account.js.map +1 -1
- package/accountAuthentication.d.ts +31 -53
- package/accountAuthentication.js +5 -7
- package/accountAuthentication.js.map +1 -1
- package/accountTeam.d.ts +12 -22
- package/accountTeam.js +2 -4
- package/accountTeam.js.map +1 -1
- package/accountTeamMember.d.ts +16 -39
- package/accountTeamMember.js +4 -6
- package/accountTeamMember.js.map +1 -1
- package/accountTeamProject.d.ts +12 -17
- package/accountTeamProject.js +0 -2
- package/accountTeamProject.js.map +1 -1
- package/awsPrivatelink.d.ts +13 -27
- package/awsPrivatelink.js +0 -2
- package/awsPrivatelink.js.map +1 -1
- package/azurePrivatelink.d.ts +120 -0
- package/azurePrivatelink.js +86 -0
- package/azurePrivatelink.js.map +1 -0
- package/azurePrivatelinkConnectionApproval.d.ts +91 -0
- package/azurePrivatelinkConnectionApproval.js +66 -0
- package/azurePrivatelinkConnectionApproval.js.map +1 -0
- package/billingGroup.d.ts +0 -2
- package/billingGroup.js +0 -2
- package/billingGroup.js.map +1 -1
- package/cassandra.d.ts +101 -135
- package/cassandra.js +14 -4
- package/cassandra.js.map +1 -1
- package/clickhouse.d.ts +304 -0
- package/clickhouse.js +122 -0
- package/clickhouse.js.map +1 -0
- package/clickhouseDatabase.d.ts +105 -0
- package/clickhouseDatabase.js +76 -0
- package/clickhouseDatabase.js.map +1 -0
- package/clickhouseGrant.d.ts +169 -0
- package/clickhouseGrant.js +125 -0
- package/clickhouseGrant.js.map +1 -0
- package/clickhouseRole.d.ts +75 -0
- package/clickhouseRole.js +65 -0
- package/clickhouseRole.js.map +1 -0
- package/clickhouseUser.d.ts +112 -0
- package/clickhouseUser.js +84 -0
- package/clickhouseUser.js.map +1 -0
- package/connectionPool.d.ts +23 -53
- package/connectionPool.js +0 -4
- package/connectionPool.js.map +1 -1
- package/database.d.ts +18 -23
- package/database.js +0 -2
- package/database.js.map +1 -1
- package/elasticSearch.d.ts +97 -134
- package/elasticSearch.js +14 -4
- package/elasticSearch.js.map +1 -1
- package/elasticSearchAcl.d.ts +14 -26
- package/elasticSearchAcl.js +2 -5
- package/elasticSearchAcl.js.map +1 -1
- package/elasticSearchAclConfig.d.ts +12 -23
- package/elasticSearchAclConfig.js +0 -2
- package/elasticSearchAclConfig.js.map +1 -1
- package/elasticSearchAclRule.d.ts +15 -20
- package/elasticSearchAclRule.js +0 -2
- package/elasticSearchAclRule.js.map +1 -1
- package/flink.d.ts +311 -0
- package/flink.js +125 -0
- package/flink.js.map +1 -0
- package/flinkJob.d.ts +136 -0
- package/flinkJob.js +100 -0
- package/flinkJob.js.map +1 -0
- package/flinkJobTable.d.ts +224 -0
- package/flinkJobTable.js +114 -0
- package/flinkJobTable.js.map +1 -0
- package/getAccount.d.ts +10 -49
- package/getAccount.js +0 -7
- package/getAccount.js.map +1 -1
- package/getAccountAuthentication.d.ts +21 -103
- package/getAccountAuthentication.js +0 -12
- package/getAccountAuthentication.js.map +1 -1
- package/getAccountTeam.d.ts +13 -33
- package/getAccountTeam.js +0 -5
- package/getAccountTeam.js.map +1 -1
- package/getAccountTeamMember.d.ts +18 -43
- package/getAccountTeamMember.js +0 -5
- package/getAccountTeamMember.js.map +1 -1
- package/getAccountTeamProject.d.ts +17 -21
- package/getAccountTeamProject.js +0 -3
- package/getAccountTeamProject.js.map +1 -1
- package/getAwsPrivatelink.d.ts +14 -42
- package/getAwsPrivatelink.js +0 -5
- package/getAwsPrivatelink.js.map +1 -1
- package/getAzurePrivatelink.d.ts +81 -0
- package/getAzurePrivatelink.js +38 -0
- package/getAzurePrivatelink.js.map +1 -0
- package/getBillingGroup.d.ts +96 -0
- package/getBillingGroup.js +36 -0
- package/getBillingGroup.js.map +1 -0
- package/getCassanda.d.ts +118 -44
- package/getCassanda.js +15 -17
- package/getCassanda.js.map +1 -1
- package/getCassandra.d.ts +62 -223
- package/getCassandra.js +1 -20
- package/getCassandra.js.map +1 -1
- package/getClickhouse.d.ts +154 -0
- package/getClickhouse.js +38 -0
- package/getClickhouse.js.map +1 -0
- package/getClickhouseDatabase.d.ts +75 -0
- package/getClickhouseDatabase.js +40 -0
- package/getClickhouseDatabase.js.map +1 -0
- package/getClickhouseUser.d.ts +86 -0
- package/getClickhouseUser.js +40 -0
- package/getClickhouseUser.js.map +1 -0
- package/getConnectionPool.d.ts +26 -74
- package/getConnectionPool.js +0 -7
- package/getConnectionPool.js.map +1 -1
- package/getDatabase.d.ts +22 -29
- package/getDatabase.js +0 -5
- package/getDatabase.js.map +1 -1
- package/getElasticSearch.d.ts +61 -222
- package/getElasticSearch.js +0 -19
- package/getElasticSearch.js.map +1 -1
- package/getElasticSearchAcl.d.ts +22 -36
- package/getElasticSearchAcl.js +1 -7
- package/getElasticSearchAcl.js.map +1 -1
- package/getElasticSearchAclConfig.d.ts +41 -6
- package/getElasticSearchAclConfig.js +15 -2
- package/getElasticSearchAclConfig.js.map +1 -1
- package/getElasticSearchAclRule.d.ts +56 -2
- package/getElasticSearchAclRule.js +17 -1
- package/getElasticSearchAclRule.js.map +1 -1
- package/getFlink.d.ts +154 -0
- package/getFlink.js +38 -0
- package/getFlink.js.map +1 -0
- package/getGrafana.d.ts +61 -222
- package/getGrafana.js +0 -19
- package/getGrafana.js.map +1 -1
- package/getInfluxDb.d.ts +61 -222
- package/getInfluxDb.js +0 -19
- package/getInfluxDb.js.map +1 -1
- package/getKafka.d.ts +65 -221
- package/getKafka.js +0 -20
- package/getKafka.js.map +1 -1
- package/getKafkaAcl.d.ts +31 -21
- package/getKafkaAcl.js +2 -5
- package/getKafkaAcl.js.map +1 -1
- package/getKafkaConnect.d.ts +61 -222
- package/getKafkaConnect.js +0 -19
- package/getKafkaConnect.js.map +1 -1
- package/getKafkaConnector.d.ts +31 -73
- package/getKafkaConnector.js +0 -15
- package/getKafkaConnector.js.map +1 -1
- package/getKafkaMirrorMaker.d.ts +61 -222
- package/getKafkaMirrorMaker.js +0 -19
- package/getKafkaMirrorMaker.js.map +1 -1
- package/getKafkaSchema.d.ts +23 -37
- package/getKafkaSchema.js +1 -7
- package/getKafkaSchema.js.map +1 -1
- package/getKafkaSchemaConfiguration.d.ts +29 -41
- package/getKafkaSchemaConfiguration.js +4 -10
- package/getKafkaSchemaConfiguration.js.map +1 -1
- package/getKafkaTopic.d.ts +34 -95
- package/getKafkaTopic.js +0 -18
- package/getKafkaTopic.js.map +1 -1
- package/getM3Aggregator.d.ts +62 -223
- package/getM3Aggregator.js +1 -20
- package/getM3Aggregator.js.map +1 -1
- package/getM3Db.d.ts +61 -222
- package/getM3Db.js +0 -19
- package/getM3Db.js.map +1 -1
- package/getMirrorMakerReplicationFlow.d.ts +45 -52
- package/getMirrorMakerReplicationFlow.js +1 -11
- package/getMirrorMakerReplicationFlow.js.map +1 -1
- package/getMySql.d.ts +61 -222
- package/getMySql.js +0 -19
- package/getMySql.js.map +1 -1
- package/getOpenSearch.d.ts +61 -216
- package/getOpenSearch.js +0 -19
- package/getOpenSearch.js.map +1 -1
- package/getOpenSearchAclConfig.d.ts +41 -6
- package/getOpenSearchAclConfig.js +15 -2
- package/getOpenSearchAclConfig.js.map +1 -1
- package/getOpenSearchAclRule.d.ts +62 -0
- package/getOpenSearchAclRule.js +17 -0
- package/getOpenSearchAclRule.js.map +1 -1
- package/getPg.d.ts +61 -222
- package/getPg.js +0 -19
- package/getPg.js.map +1 -1
- package/getProject.d.ts +49 -166
- package/getProject.js +0 -20
- package/getProject.js.map +1 -1
- package/getProjectUser.d.ts +13 -34
- package/getProjectUser.js +0 -4
- package/getProjectUser.js.map +1 -1
- package/getProjectVpc.d.ts +13 -30
- package/getProjectVpc.js +0 -4
- package/getProjectVpc.js.map +1 -1
- package/getRedis.d.ts +60 -221
- package/getRedis.js +0 -19
- package/getRedis.js.map +1 -1
- package/getService.d.ts +203 -105
- package/getService.js +3 -37
- package/getService.js.map +1 -1
- package/getServiceComponent.d.ts +38 -90
- package/getServiceComponent.js +1 -22
- package/getServiceComponent.js.map +1 -1
- package/getServiceIntegration.d.ts +67 -95
- package/getServiceIntegration.js +1 -41
- package/getServiceIntegration.js.map +1 -1
- package/getServiceIntegrationEndpoint.d.ts +61 -63
- package/getServiceIntegrationEndpoint.js +1 -17
- package/getServiceIntegrationEndpoint.js.map +1 -1
- package/getServiceUser.d.ts +37 -78
- package/getServiceUser.js +0 -13
- package/getServiceUser.js.map +1 -1
- package/getTransitGatewayVpcAttachment.d.ts +29 -40
- package/getTransitGatewayVpcAttachment.js +1 -9
- package/getTransitGatewayVpcAttachment.js.map +1 -1
- package/getVpcPeeringConnection.d.ts +27 -92
- package/getVpcPeeringConnection.js +1 -11
- package/getVpcPeeringConnection.js.map +1 -1
- package/grafana.d.ts +97 -134
- package/grafana.js +14 -4
- package/grafana.js.map +1 -1
- package/index.d.ts +17 -0
- package/index.js +61 -0
- package/index.js.map +1 -1
- package/influxDb.d.ts +97 -131
- package/influxDb.js +14 -4
- package/influxDb.js.map +1 -1
- package/kafka.d.ts +110 -128
- package/kafka.js +14 -2
- package/kafka.js.map +1 -1
- package/kafkaAcl.d.ts +15 -29
- package/kafkaAcl.js +0 -2
- package/kafkaAcl.js.map +1 -1
- package/kafkaConnect.d.ts +97 -134
- package/kafkaConnect.js +14 -4
- package/kafkaConnect.js.map +1 -1
- package/kafkaConnector.d.ts +34 -44
- package/kafkaConnector.js +8 -16
- package/kafkaConnector.js.map +1 -1
- package/kafkaMirrorMaker.d.ts +97 -131
- package/kafkaMirrorMaker.js +14 -4
- package/kafkaMirrorMaker.js.map +1 -1
- package/kafkaSchema.d.ts +45 -31
- package/kafkaSchema.js +28 -2
- package/kafkaSchema.js.map +1 -1
- package/kafkaSchemaConfiguration.d.ts +11 -31
- package/kafkaSchemaConfiguration.js +0 -5
- package/kafkaSchemaConfiguration.js.map +1 -1
- package/kafkaTopic.d.ts +58 -48
- package/kafkaTopic.js +28 -0
- package/kafkaTopic.js.map +1 -1
- package/m3aggregator.d.ts +97 -131
- package/m3aggregator.js +14 -4
- package/m3aggregator.js.map +1 -1
- package/m3db.d.ts +97 -131
- package/m3db.js +14 -4
- package/m3db.js.map +1 -1
- package/mirrorMakerReplicationFlow.d.ts +34 -40
- package/mirrorMakerReplicationFlow.js +1 -4
- package/mirrorMakerReplicationFlow.js.map +1 -1
- package/mySql.d.ts +104 -150
- package/mySql.js +14 -4
- package/mySql.js.map +1 -1
- package/openSearch.d.ts +101 -132
- package/openSearch.js +14 -4
- package/openSearch.js.map +1 -1
- package/openSearchAclConfig.d.ts +31 -29
- package/openSearchAclConfig.js +19 -8
- package/openSearchAclConfig.js.map +1 -1
- package/openSearchAclRule.d.ts +30 -35
- package/openSearchAclRule.js +15 -17
- package/openSearchAclRule.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/pg.d.ts +101 -126
- package/pg.js +15 -0
- package/pg.js.map +1 -1
- package/project.d.ts +60 -121
- package/project.js +3 -5
- package/project.js.map +1 -1
- package/projectUser.d.ts +11 -19
- package/projectUser.js +0 -2
- package/projectUser.js.map +1 -1
- package/projectVpc.d.ts +11 -18
- package/projectVpc.js +0 -2
- package/projectVpc.js.map +1 -1
- package/redis.d.ts +99 -136
- package/redis.js +13 -3
- package/redis.js.map +1 -1
- package/service.d.ts +184 -121
- package/service.js +44 -21
- package/service.js.map +1 -1
- package/serviceIntegration.d.ts +18 -185
- package/serviceIntegration.js +4 -40
- package/serviceIntegration.js.map +1 -1
- package/serviceIntegrationEndpoint.d.ts +9 -49
- package/serviceIntegrationEndpoint.js +0 -34
- package/serviceIntegrationEndpoint.js.map +1 -1
- package/serviceUser.d.ts +45 -40
- package/serviceUser.js +2 -4
- package/serviceUser.js.map +1 -1
- package/staticIp.d.ts +95 -0
- package/staticIp.js +68 -0
- package/staticIp.js.map +1 -0
- package/transitGatewayVpcAttachment.d.ts +16 -19
- package/transitGatewayVpcAttachment.js +1 -4
- package/transitGatewayVpcAttachment.js.map +1 -1
- package/types/input.d.ts +1440 -9809
- package/types/output.d.ts +1744 -3691
- package/vpcPeeringConnection.d.ts +27 -58
- package/vpcPeeringConnection.js +0 -22
- package/vpcPeeringConnection.js.map +1 -1
package/getProject.d.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* ## # Project Data Source
|
|
4
|
-
*
|
|
5
3
|
* The Project data source provides information about the existing Aiven Project.
|
|
6
4
|
*
|
|
7
5
|
* ## Example Usage
|
|
@@ -21,125 +19,68 @@ export declare function getProject(args: GetProjectArgs, opts?: pulumi.InvokeOpt
|
|
|
21
19
|
*/
|
|
22
20
|
export interface GetProjectArgs {
|
|
23
21
|
/**
|
|
24
|
-
*
|
|
25
|
-
* using account ID.
|
|
22
|
+
* Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
|
|
26
23
|
*/
|
|
27
|
-
|
|
24
|
+
project: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* A collection of values returned by getProject.
|
|
28
|
+
*/
|
|
29
|
+
export interface GetProjectResult {
|
|
28
30
|
/**
|
|
29
|
-
*
|
|
30
|
-
* the project. This could be your free trial or other promotional credits.
|
|
31
|
+
* An optional property to link a project to already an existing account by using account ID. To set up proper dependencies please refer to this variable as a reference.
|
|
31
32
|
*/
|
|
32
|
-
|
|
33
|
-
billingAddress?: string;
|
|
34
|
-
billingCurrency?: string;
|
|
35
|
-
billingEmails?: string[];
|
|
36
|
-
billingExtraText?: string;
|
|
37
|
-
billingGroup?: string;
|
|
33
|
+
readonly accountId: string;
|
|
38
34
|
/**
|
|
39
|
-
* is
|
|
40
|
-
* project. This is required for configuring clients that connect to certain services like
|
|
41
|
-
* Kafka. This value cannot be set, only read.
|
|
35
|
+
* If accountId is set, grant account owner team admin access to the new project. The default value is `true`.
|
|
42
36
|
*/
|
|
43
|
-
|
|
37
|
+
readonly addAccountOwnersAdminAccess: boolean;
|
|
44
38
|
/**
|
|
45
|
-
*
|
|
46
|
-
* UUID is not shown in the UI it is typically easier to use the last 4 digits to identify
|
|
47
|
-
* the card. This can be omitted if `copyFromProject` is used to copy billing info from
|
|
48
|
-
* another project.
|
|
39
|
+
* The amount of platform credits available to the project. This could be your free trial or other promotional credits.
|
|
49
40
|
*/
|
|
50
|
-
|
|
41
|
+
readonly availableCredits: string;
|
|
51
42
|
/**
|
|
52
|
-
*
|
|
53
|
-
* some other project attributes like technical contacts from. This is mostly relevant when
|
|
54
|
-
* an existing project has billing type set to invoice and that needs to be copied over to a
|
|
55
|
-
* new project. (Setting billing is otherwise not allowed over the API.) This only has
|
|
56
|
-
* effect when the project is created.
|
|
43
|
+
* **DEPRECATED Please use aiven*billing*group resource to set this value.** Billing name and address of the project.
|
|
57
44
|
*/
|
|
58
|
-
|
|
59
|
-
country?: string;
|
|
60
|
-
countryCode?: string;
|
|
45
|
+
readonly billingAddress: string;
|
|
61
46
|
/**
|
|
62
|
-
*
|
|
63
|
-
* hosted. This can be changed freely after the project is created. This will not affect existing
|
|
64
|
-
* services.
|
|
47
|
+
* **DEPRECATED Please use aiven*billing*group resource to set this value.** Billing currency.
|
|
65
48
|
*/
|
|
66
|
-
|
|
49
|
+
readonly billingCurrency: string;
|
|
67
50
|
/**
|
|
68
|
-
*
|
|
69
|
-
* project in the current billing period.
|
|
51
|
+
* **DEPRECATED Please use aiven*billing*group resource to set this value.** Billing contact emails of the project.
|
|
70
52
|
*/
|
|
71
|
-
|
|
53
|
+
readonly billingEmails: string[];
|
|
72
54
|
/**
|
|
73
|
-
*
|
|
74
|
-
* this project, e.g. "card".
|
|
55
|
+
* **DEPRECATED Please use aiven*billing*group resource to set this value.** Extra text to be included in all project invoices, e.g. purchase order or cost center number.
|
|
75
56
|
*/
|
|
76
|
-
|
|
57
|
+
readonly billingExtraText: string;
|
|
77
58
|
/**
|
|
78
|
-
*
|
|
79
|
-
* Aiven customers) and cannot be changed later without destroying and re-creating the
|
|
80
|
-
* project, including all sub-resources.
|
|
59
|
+
* The id of the billing group that is linked to this project. To set up proper dependencies please refer to this variable as a reference.
|
|
81
60
|
*/
|
|
82
|
-
|
|
61
|
+
readonly billingGroup: string;
|
|
83
62
|
/**
|
|
84
|
-
*
|
|
85
|
-
* upcoming maintenance updates or warnings about service instability. It is a good practice to keep
|
|
86
|
-
* this up-to-date to be aware of any potential issues with your project.
|
|
63
|
+
* The CA certificate of the project. This is required for configuring clients that connect to certain services like Kafka.
|
|
87
64
|
*/
|
|
88
|
-
|
|
89
|
-
useSourceProjectBillingGroup?: boolean;
|
|
90
|
-
vatId?: string;
|
|
91
|
-
}
|
|
92
|
-
/**
|
|
93
|
-
* A collection of values returned by getProject.
|
|
94
|
-
*/
|
|
95
|
-
export interface GetProjectResult {
|
|
96
|
-
/**
|
|
97
|
-
* is an optional property to link a project to already an existing account by
|
|
98
|
-
* using account ID.
|
|
99
|
-
*/
|
|
100
|
-
readonly accountId?: string;
|
|
101
|
-
/**
|
|
102
|
-
* is a computed property returning the amount of platform credits available to
|
|
103
|
-
* the project. This could be your free trial or other promotional credits.
|
|
104
|
-
*/
|
|
105
|
-
readonly availableCredits: string;
|
|
106
|
-
readonly billingAddress?: string;
|
|
107
|
-
readonly billingCurrency?: string;
|
|
108
|
-
readonly billingEmails?: string[];
|
|
109
|
-
readonly billingExtraText?: string;
|
|
110
|
-
readonly billingGroup?: string;
|
|
65
|
+
readonly caCert: string;
|
|
111
66
|
/**
|
|
112
|
-
* is
|
|
113
|
-
* project. This is required for configuring clients that connect to certain services like
|
|
114
|
-
* Kafka. This value cannot be set, only read.
|
|
67
|
+
* **DEPRECATED Please use aiven*billing*group resource to set this value.** Either the full card UUID or the last 4 digits of the card. As the full UUID is not shown in the UI it is typically easier to use the last 4 digits to identify the card. This can be omitted if `copyFromProject` is used to copy billing info from another project.
|
|
115
68
|
*/
|
|
116
|
-
readonly
|
|
69
|
+
readonly cardId: string;
|
|
117
70
|
/**
|
|
118
|
-
* is
|
|
119
|
-
* UUID is not shown in the UI it is typically easier to use the last 4 digits to identify
|
|
120
|
-
* the card. This can be omitted if `copyFromProject` is used to copy billing info from
|
|
121
|
-
* another project.
|
|
71
|
+
* is the name of another project used to copy billing information and some other project attributes like technical contacts from. This is mostly relevant when an existing project has billing type set to invoice and that needs to be copied over to a new project. (Setting billing is otherwise not allowed over the API.) This only has effect when the project is created. To set up proper dependencies please refer to this variable as a reference.
|
|
122
72
|
*/
|
|
123
|
-
readonly
|
|
73
|
+
readonly copyFromProject: string;
|
|
124
74
|
/**
|
|
125
|
-
*
|
|
126
|
-
* some other project attributes like technical contacts from. This is mostly relevant when
|
|
127
|
-
* an existing project has billing type set to invoice and that needs to be copied over to a
|
|
128
|
-
* new project. (Setting billing is otherwise not allowed over the API.) This only has
|
|
129
|
-
* effect when the project is created.
|
|
75
|
+
* **DEPRECATED Please use aiven*billing*group resource to set this value.** Billing country code of the project.
|
|
130
76
|
*/
|
|
131
|
-
readonly
|
|
132
|
-
readonly country: string;
|
|
133
|
-
readonly countryCode?: string;
|
|
77
|
+
readonly countryCode: string;
|
|
134
78
|
/**
|
|
135
|
-
*
|
|
136
|
-
* hosted. This can be changed freely after the project is created. This will not affect existing
|
|
137
|
-
* services.
|
|
79
|
+
* Defines the default cloud provider and region where services are hosted. This can be changed freely after the project is created. This will not affect existing services.
|
|
138
80
|
*/
|
|
139
|
-
readonly defaultCloud
|
|
81
|
+
readonly defaultCloud: string;
|
|
140
82
|
/**
|
|
141
|
-
*
|
|
142
|
-
* project in the current billing period.
|
|
83
|
+
* The current accumulated bill for this project in the current billing period.
|
|
143
84
|
*/
|
|
144
85
|
readonly estimatedBalance: string;
|
|
145
86
|
/**
|
|
@@ -147,19 +88,25 @@ export interface GetProjectResult {
|
|
|
147
88
|
*/
|
|
148
89
|
readonly id: string;
|
|
149
90
|
/**
|
|
150
|
-
*
|
|
151
|
-
* this project, e.g. "card".
|
|
91
|
+
* The method of invoicing used for payments for this project, e.g. `card`.
|
|
152
92
|
*/
|
|
153
93
|
readonly paymentMethod: string;
|
|
94
|
+
/**
|
|
95
|
+
* Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
|
|
96
|
+
*/
|
|
154
97
|
readonly project: string;
|
|
155
98
|
/**
|
|
156
|
-
*
|
|
157
|
-
* upcoming maintenance updates or warnings about service instability. It is a good practice to keep
|
|
158
|
-
* this up-to-date to be aware of any potential issues with your project.
|
|
99
|
+
* Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability. It is good practice to keep this up-to-date to be aware of any potential issues with your project.
|
|
159
100
|
*/
|
|
160
|
-
readonly technicalEmails
|
|
161
|
-
|
|
162
|
-
|
|
101
|
+
readonly technicalEmails: string[];
|
|
102
|
+
/**
|
|
103
|
+
* Use the same billing group that is used in source project.
|
|
104
|
+
*/
|
|
105
|
+
readonly useSourceProjectBillingGroup: boolean;
|
|
106
|
+
/**
|
|
107
|
+
* **DEPRECATED Please use aiven*billing*group resource to set this value.** EU VAT Identification Number.
|
|
108
|
+
*/
|
|
109
|
+
readonly vatId: string;
|
|
163
110
|
}
|
|
164
111
|
export declare function getProjectOutput(args: GetProjectOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectResult>;
|
|
165
112
|
/**
|
|
@@ -167,71 +114,7 @@ export declare function getProjectOutput(args: GetProjectOutputArgs, opts?: pulu
|
|
|
167
114
|
*/
|
|
168
115
|
export interface GetProjectOutputArgs {
|
|
169
116
|
/**
|
|
170
|
-
*
|
|
171
|
-
* using account ID.
|
|
172
|
-
*/
|
|
173
|
-
accountId?: pulumi.Input<string>;
|
|
174
|
-
/**
|
|
175
|
-
* is a computed property returning the amount of platform credits available to
|
|
176
|
-
* the project. This could be your free trial or other promotional credits.
|
|
177
|
-
*/
|
|
178
|
-
availableCredits?: pulumi.Input<string>;
|
|
179
|
-
billingAddress?: pulumi.Input<string>;
|
|
180
|
-
billingCurrency?: pulumi.Input<string>;
|
|
181
|
-
billingEmails?: pulumi.Input<pulumi.Input<string>[]>;
|
|
182
|
-
billingExtraText?: pulumi.Input<string>;
|
|
183
|
-
billingGroup?: pulumi.Input<string>;
|
|
184
|
-
/**
|
|
185
|
-
* is a computed property that can be used to read the CA certificate of the
|
|
186
|
-
* project. This is required for configuring clients that connect to certain services like
|
|
187
|
-
* Kafka. This value cannot be set, only read.
|
|
188
|
-
*/
|
|
189
|
-
caCert?: pulumi.Input<string>;
|
|
190
|
-
/**
|
|
191
|
-
* is either the full card UUID or the last 4 digits of the card. As the full
|
|
192
|
-
* UUID is not shown in the UI it is typically easier to use the last 4 digits to identify
|
|
193
|
-
* the card. This can be omitted if `copyFromProject` is used to copy billing info from
|
|
194
|
-
* another project.
|
|
195
|
-
*/
|
|
196
|
-
cardId?: pulumi.Input<string>;
|
|
197
|
-
/**
|
|
198
|
-
* is the name of another project used to copy billing information and
|
|
199
|
-
* some other project attributes like technical contacts from. This is mostly relevant when
|
|
200
|
-
* an existing project has billing type set to invoice and that needs to be copied over to a
|
|
201
|
-
* new project. (Setting billing is otherwise not allowed over the API.) This only has
|
|
202
|
-
* effect when the project is created.
|
|
203
|
-
*/
|
|
204
|
-
copyFromProject?: pulumi.Input<string>;
|
|
205
|
-
country?: pulumi.Input<string>;
|
|
206
|
-
countryCode?: pulumi.Input<string>;
|
|
207
|
-
/**
|
|
208
|
-
* defines the default cloud provider and region where services are
|
|
209
|
-
* hosted. This can be changed freely after the project is created. This will not affect existing
|
|
210
|
-
* services.
|
|
211
|
-
*/
|
|
212
|
-
defaultCloud?: pulumi.Input<string>;
|
|
213
|
-
/**
|
|
214
|
-
* is a computed property returning the current accumulated bill for this
|
|
215
|
-
* project in the current billing period.
|
|
216
|
-
*/
|
|
217
|
-
estimatedBalance?: pulumi.Input<string>;
|
|
218
|
-
/**
|
|
219
|
-
* is a computed property returning the method of invoicing used for payments for
|
|
220
|
-
* this project, e.g. "card".
|
|
221
|
-
*/
|
|
222
|
-
paymentMethod?: pulumi.Input<string>;
|
|
223
|
-
/**
|
|
224
|
-
* defines the name of the project. Name must be globally unique (between all
|
|
225
|
-
* Aiven customers) and cannot be changed later without destroying and re-creating the
|
|
226
|
-
* project, including all sub-resources.
|
|
117
|
+
* Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
|
|
227
118
|
*/
|
|
228
119
|
project: pulumi.Input<string>;
|
|
229
|
-
/**
|
|
230
|
-
* defines the email addresses that will receive alerts about
|
|
231
|
-
* upcoming maintenance updates or warnings about service instability. It is a good practice to keep
|
|
232
|
-
* this up-to-date to be aware of any potential issues with your project.
|
|
233
|
-
*/
|
|
234
|
-
technicalEmails?: pulumi.Input<pulumi.Input<string>[]>;
|
|
235
|
-
useSourceProjectBillingGroup?: pulumi.Input<boolean>;
|
|
236
|
-
vatId?: pulumi.Input<string>;
|
|
237
120
|
}
|
package/getProject.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.getProjectOutput = exports.getProject = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Project Data Source
|
|
10
|
-
*
|
|
11
9
|
* The Project data source provides information about the existing Aiven Project.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
@@ -27,25 +25,7 @@ function getProject(args, opts) {
|
|
|
27
25
|
}
|
|
28
26
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
29
27
|
return pulumi.runtime.invoke("aiven:index/getProject:getProject", {
|
|
30
|
-
"accountId": args.accountId,
|
|
31
|
-
"availableCredits": args.availableCredits,
|
|
32
|
-
"billingAddress": args.billingAddress,
|
|
33
|
-
"billingCurrency": args.billingCurrency,
|
|
34
|
-
"billingEmails": args.billingEmails,
|
|
35
|
-
"billingExtraText": args.billingExtraText,
|
|
36
|
-
"billingGroup": args.billingGroup,
|
|
37
|
-
"caCert": args.caCert,
|
|
38
|
-
"cardId": args.cardId,
|
|
39
|
-
"copyFromProject": args.copyFromProject,
|
|
40
|
-
"country": args.country,
|
|
41
|
-
"countryCode": args.countryCode,
|
|
42
|
-
"defaultCloud": args.defaultCloud,
|
|
43
|
-
"estimatedBalance": args.estimatedBalance,
|
|
44
|
-
"paymentMethod": args.paymentMethod,
|
|
45
28
|
"project": args.project,
|
|
46
|
-
"technicalEmails": args.technicalEmails,
|
|
47
|
-
"useSourceProjectBillingGroup": args.useSourceProjectBillingGroup,
|
|
48
|
-
"vatId": args.vatId,
|
|
49
29
|
}, opts);
|
|
50
30
|
}
|
|
51
31
|
exports.getProject = getProject;
|
package/getProject.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getProject.js","sourceRoot":"","sources":["../getProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getProject.js","sourceRoot":"","sources":["../getProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gCASC;AAkGD,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9D,CAAC;AAFD,4CAEC"}
|
package/getProjectUser.d.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* ## # Project User Data Source
|
|
4
|
-
*
|
|
5
3
|
* The Project User data source provides information about the existing Aiven Project User.
|
|
6
4
|
*
|
|
7
5
|
* ## Example Usage
|
|
@@ -22,22 +20,11 @@ export declare function getProjectUser(args: GetProjectUserArgs, opts?: pulumi.I
|
|
|
22
20
|
*/
|
|
23
21
|
export interface GetProjectUserArgs {
|
|
24
22
|
/**
|
|
25
|
-
*
|
|
26
|
-
* the project; adding user to a project sends an invitation to the target user and the
|
|
27
|
-
* actual membership is only created once the user accepts the invitation. This property
|
|
28
|
-
* cannot be set, only read.
|
|
29
|
-
*/
|
|
30
|
-
accepted?: boolean;
|
|
31
|
-
/**
|
|
32
|
-
* identifies the email address of the user.
|
|
23
|
+
* Email address of the user. This property cannot be changed, doing so forces recreation of the resource.
|
|
33
24
|
*/
|
|
34
25
|
email: string;
|
|
35
26
|
/**
|
|
36
|
-
*
|
|
37
|
-
*/
|
|
38
|
-
memberType?: string;
|
|
39
|
-
/**
|
|
40
|
-
* defines the project the user is a member of.
|
|
27
|
+
* Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
41
28
|
*/
|
|
42
29
|
project: string;
|
|
43
30
|
}
|
|
@@ -46,21 +33,24 @@ export interface GetProjectUserArgs {
|
|
|
46
33
|
*/
|
|
47
34
|
export interface GetProjectUserResult {
|
|
48
35
|
/**
|
|
49
|
-
*
|
|
50
|
-
* the project; adding user to a project sends an invitation to the target user and the
|
|
51
|
-
* actual membership is only created once the user accepts the invitation. This property
|
|
52
|
-
* cannot be set, only read.
|
|
36
|
+
* Whether the user has accepted the request to join the project; adding user to a project sends an invitation to the target user and the actual membership is only created once the user accepts the invitation.
|
|
53
37
|
*/
|
|
54
38
|
readonly accepted: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* Email address of the user. This property cannot be changed, doing so forces recreation of the resource.
|
|
41
|
+
*/
|
|
55
42
|
readonly email: string;
|
|
56
43
|
/**
|
|
57
44
|
* The provider-assigned unique ID for this managed resource.
|
|
58
45
|
*/
|
|
59
46
|
readonly id: string;
|
|
60
47
|
/**
|
|
61
|
-
*
|
|
48
|
+
* Project membership type. The possible values are `admin`, `developer` and `operator`.
|
|
49
|
+
*/
|
|
50
|
+
readonly memberType: string;
|
|
51
|
+
/**
|
|
52
|
+
* Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
62
53
|
*/
|
|
63
|
-
readonly memberType?: string;
|
|
64
54
|
readonly project: string;
|
|
65
55
|
}
|
|
66
56
|
export declare function getProjectUserOutput(args: GetProjectUserOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectUserResult>;
|
|
@@ -69,22 +59,11 @@ export declare function getProjectUserOutput(args: GetProjectUserOutputArgs, opt
|
|
|
69
59
|
*/
|
|
70
60
|
export interface GetProjectUserOutputArgs {
|
|
71
61
|
/**
|
|
72
|
-
*
|
|
73
|
-
* the project; adding user to a project sends an invitation to the target user and the
|
|
74
|
-
* actual membership is only created once the user accepts the invitation. This property
|
|
75
|
-
* cannot be set, only read.
|
|
76
|
-
*/
|
|
77
|
-
accepted?: pulumi.Input<boolean>;
|
|
78
|
-
/**
|
|
79
|
-
* identifies the email address of the user.
|
|
62
|
+
* Email address of the user. This property cannot be changed, doing so forces recreation of the resource.
|
|
80
63
|
*/
|
|
81
64
|
email: pulumi.Input<string>;
|
|
82
65
|
/**
|
|
83
|
-
*
|
|
84
|
-
*/
|
|
85
|
-
memberType?: pulumi.Input<string>;
|
|
86
|
-
/**
|
|
87
|
-
* defines the project the user is a member of.
|
|
66
|
+
* Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
88
67
|
*/
|
|
89
68
|
project: pulumi.Input<string>;
|
|
90
69
|
}
|
package/getProjectUser.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.getProjectUserOutput = exports.getProjectUser = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Project User Data Source
|
|
10
|
-
*
|
|
11
9
|
* The Project User data source provides information about the existing Aiven Project User.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
@@ -28,9 +26,7 @@ function getProjectUser(args, opts) {
|
|
|
28
26
|
}
|
|
29
27
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
30
28
|
return pulumi.runtime.invoke("aiven:index/getProjectUser:getProjectUser", {
|
|
31
|
-
"accepted": args.accepted,
|
|
32
29
|
"email": args.email,
|
|
33
|
-
"memberType": args.memberType,
|
|
34
30
|
"project": args.project,
|
|
35
31
|
}, opts);
|
|
36
32
|
}
|
package/getProjectUser.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getProjectUser.js","sourceRoot":"","sources":["../getProjectUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getProjectUser.js","sourceRoot":"","sources":["../getProjectUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,wCAUC;AA0CD,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,oDAEC"}
|
package/getProjectVpc.d.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* ## # Project VPC Data Source
|
|
4
|
-
*
|
|
5
3
|
* The Project VPC data source provides information about the existing Aiven Project VPC.
|
|
6
4
|
*
|
|
7
5
|
* ## Example Usage
|
|
@@ -22,41 +20,36 @@ export declare function getProjectVpc(args: GetProjectVpcArgs, opts?: pulumi.Inv
|
|
|
22
20
|
*/
|
|
23
21
|
export interface GetProjectVpcArgs {
|
|
24
22
|
/**
|
|
25
|
-
*
|
|
26
|
-
* in. See the Service resource for additional information.
|
|
23
|
+
* Defines where the cloud provider and region where the service is hosted in. See the Service resource for additional information. This property cannot be changed, doing so forces recreation of the resource.
|
|
27
24
|
*/
|
|
28
25
|
cloudName: string;
|
|
29
26
|
/**
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
|
-
networkCidr?: string;
|
|
33
|
-
/**
|
|
34
|
-
* defines the project the VPC belongs to.
|
|
27
|
+
* Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
35
28
|
*/
|
|
36
29
|
project: string;
|
|
37
|
-
/**
|
|
38
|
-
* ia a computed property that tells the current state of the VPC. This property cannot be
|
|
39
|
-
* set, only read.
|
|
40
|
-
*/
|
|
41
|
-
state?: string;
|
|
42
30
|
}
|
|
43
31
|
/**
|
|
44
32
|
* A collection of values returned by getProjectVpc.
|
|
45
33
|
*/
|
|
46
34
|
export interface GetProjectVpcResult {
|
|
35
|
+
/**
|
|
36
|
+
* Defines where the cloud provider and region where the service is hosted in. See the Service resource for additional information. This property cannot be changed, doing so forces recreation of the resource.
|
|
37
|
+
*/
|
|
47
38
|
readonly cloudName: string;
|
|
48
39
|
/**
|
|
49
40
|
* The provider-assigned unique ID for this managed resource.
|
|
50
41
|
*/
|
|
51
42
|
readonly id: string;
|
|
52
43
|
/**
|
|
53
|
-
*
|
|
44
|
+
* Network address range used by the VPC like 192.168.0.0/24
|
|
45
|
+
*/
|
|
46
|
+
readonly networkCidr: string;
|
|
47
|
+
/**
|
|
48
|
+
* Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
54
49
|
*/
|
|
55
|
-
readonly networkCidr?: string;
|
|
56
50
|
readonly project: string;
|
|
57
51
|
/**
|
|
58
|
-
*
|
|
59
|
-
* set, only read.
|
|
52
|
+
* State of the VPC. The possible values are `APPROVED`, `ACTIVE`, `DELETING` and `DELETED`.
|
|
60
53
|
*/
|
|
61
54
|
readonly state: string;
|
|
62
55
|
}
|
|
@@ -66,21 +59,11 @@ export declare function getProjectVpcOutput(args: GetProjectVpcOutputArgs, opts?
|
|
|
66
59
|
*/
|
|
67
60
|
export interface GetProjectVpcOutputArgs {
|
|
68
61
|
/**
|
|
69
|
-
*
|
|
70
|
-
* in. See the Service resource for additional information.
|
|
62
|
+
* Defines where the cloud provider and region where the service is hosted in. See the Service resource for additional information. This property cannot be changed, doing so forces recreation of the resource.
|
|
71
63
|
*/
|
|
72
64
|
cloudName: pulumi.Input<string>;
|
|
73
65
|
/**
|
|
74
|
-
*
|
|
75
|
-
*/
|
|
76
|
-
networkCidr?: pulumi.Input<string>;
|
|
77
|
-
/**
|
|
78
|
-
* defines the project the VPC belongs to.
|
|
66
|
+
* Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
79
67
|
*/
|
|
80
68
|
project: pulumi.Input<string>;
|
|
81
|
-
/**
|
|
82
|
-
* ia a computed property that tells the current state of the VPC. This property cannot be
|
|
83
|
-
* set, only read.
|
|
84
|
-
*/
|
|
85
|
-
state?: pulumi.Input<string>;
|
|
86
69
|
}
|
package/getProjectVpc.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.getProjectVpcOutput = exports.getProjectVpc = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Project VPC Data Source
|
|
10
|
-
*
|
|
11
9
|
* The Project VPC data source provides information about the existing Aiven Project VPC.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
@@ -29,9 +27,7 @@ function getProjectVpc(args, opts) {
|
|
|
29
27
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
30
28
|
return pulumi.runtime.invoke("aiven:index/getProjectVpc:getProjectVpc", {
|
|
31
29
|
"cloudName": args.cloudName,
|
|
32
|
-
"networkCidr": args.networkCidr,
|
|
33
30
|
"project": args.project,
|
|
34
|
-
"state": args.state,
|
|
35
31
|
}, opts);
|
|
36
32
|
}
|
|
37
33
|
exports.getProjectVpc = getProjectVpc;
|
package/getProjectVpc.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getProjectVpc.js","sourceRoot":"","sources":["../getProjectVpc.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getProjectVpc.js","sourceRoot":"","sources":["../getProjectVpc.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,sCAUC;AA0CD,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjE,CAAC;AAFD,kDAEC"}
|