@volcengine/pulumi 0.0.23 → 0.0.25
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/autoscaling/scalingConfiguration.d.ts +1 -1
- package/bandwidth_package/attachment.d.ts +71 -10
- package/bandwidth_package/attachment.js +71 -10
- package/bandwidth_package/attachment.js.map +1 -1
- package/bandwidth_package/bandwidthPackage.d.ts +4 -4
- package/bandwidth_package/bandwidthPackage.js +4 -4
- package/bandwidth_package/bandwidthPackages.d.ts +38 -4
- package/bandwidth_package/bandwidthPackages.js +38 -4
- package/bandwidth_package/bandwidthPackages.js.map +1 -1
- package/cdn/cdnCertificate.d.ts +110 -0
- package/cdn/cdnCertificate.js +93 -0
- package/cdn/cdnCertificate.js.map +1 -0
- package/cdn/cdnDomain.d.ts +199 -0
- package/cdn/cdnDomain.js +141 -0
- package/cdn/cdnDomain.js.map +1 -0
- package/cdn/certificates.d.ts +113 -0
- package/cdn/certificates.js +62 -0
- package/cdn/certificates.js.map +1 -0
- package/cdn/configs.d.ts +178 -0
- package/cdn/configs.js +146 -0
- package/cdn/configs.js.map +1 -0
- package/cdn/domains.d.ts +274 -0
- package/cdn/domains.js +155 -0
- package/cdn/domains.js.map +1 -0
- package/cdn/index.d.ts +21 -0
- package/cdn/index.js +44 -0
- package/cdn/index.js.map +1 -0
- package/cdn/sharedConfig.d.ts +194 -0
- package/cdn/sharedConfig.js +129 -0
- package/cdn/sharedConfig.js.map +1 -0
- package/cdn/sharedConfigs.d.ts +115 -0
- package/cdn/sharedConfigs.js +54 -0
- package/cdn/sharedConfigs.js.map +1 -0
- package/cen/attachInstance.d.ts +15 -8
- package/cen/attachInstance.js +15 -8
- package/cen/attachInstance.js.map +1 -1
- package/cen/attachInstances.d.ts +44 -4
- package/cen/attachInstances.js +44 -4
- package/cen/attachInstances.js.map +1 -1
- package/cen/bandwidthPackage.d.ts +12 -11
- package/cen/bandwidthPackage.js +8 -4
- package/cen/bandwidthPackage.js.map +1 -1
- package/cen/bandwidthPackageAssociate.d.ts +27 -3
- package/cen/bandwidthPackageAssociate.js +27 -3
- package/cen/bandwidthPackageAssociate.js.map +1 -1
- package/cen/bandwidthPackages.d.ts +42 -6
- package/cen/bandwidthPackages.js +42 -6
- package/cen/bandwidthPackages.js.map +1 -1
- package/cen/cen.d.ts +7 -3
- package/cen/cen.js +6 -2
- package/cen/cen.js.map +1 -1
- package/cen/cens.d.ts +30 -4
- package/cen/cens.js +30 -4
- package/cen/cens.js.map +1 -1
- package/cen/interRegionBandwidth.d.ts +35 -5
- package/cen/interRegionBandwidth.js +35 -5
- package/cen/interRegionBandwidth.js.map +1 -1
- package/cen/interRegionBandwidths.d.ts +78 -4
- package/cen/interRegionBandwidths.js +78 -4
- package/cen/interRegionBandwidths.js.map +1 -1
- package/cen/routeEntries.d.ts +0 -20
- package/cen/routeEntries.js +0 -20
- package/cen/routeEntries.js.map +1 -1
- package/cen/routeEntry.d.ts +0 -21
- package/cen/routeEntry.js +0 -21
- package/cen/routeEntry.js.map +1 -1
- package/cen/serviceRouteEntries.d.ts +98 -4
- package/cen/serviceRouteEntries.js +98 -4
- package/cen/serviceRouteEntries.js.map +1 -1
- package/cen/serviceRouteEntry.d.ts +31 -46
- package/cen/serviceRouteEntry.js +31 -46
- package/cen/serviceRouteEntry.js.map +1 -1
- package/cloud_identity/group.d.ts +126 -0
- package/cloud_identity/group.js +89 -0
- package/cloud_identity/group.js.map +1 -0
- package/cloud_identity/groups.d.ts +133 -0
- package/cloud_identity/groups.js +72 -0
- package/cloud_identity/groups.js.map +1 -0
- package/cloud_identity/index.d.ts +39 -0
- package/cloud_identity/index.js +70 -0
- package/cloud_identity/index.js.map +1 -0
- package/cloud_identity/permissionSet.d.ts +136 -0
- package/cloud_identity/permissionSet.js +95 -0
- package/cloud_identity/permissionSet.js.map +1 -0
- package/cloud_identity/permissionSetAssignment.d.ts +135 -0
- package/cloud_identity/permissionSetAssignment.js +118 -0
- package/cloud_identity/permissionSetAssignment.js.map +1 -0
- package/cloud_identity/permissionSetAssignments.d.ts +191 -0
- package/cloud_identity/permissionSetAssignments.js +119 -0
- package/cloud_identity/permissionSetAssignments.js.map +1 -0
- package/cloud_identity/permissionSetProvisioning.d.ts +133 -0
- package/cloud_identity/permissionSetProvisioning.js +120 -0
- package/cloud_identity/permissionSetProvisioning.js.map +1 -0
- package/cloud_identity/permissionSetProvisionings.d.ts +99 -0
- package/cloud_identity/permissionSetProvisionings.js +49 -0
- package/cloud_identity/permissionSetProvisionings.js.map +1 -0
- package/cloud_identity/permissionSets.d.ts +132 -0
- package/cloud_identity/permissionSets.js +96 -0
- package/cloud_identity/permissionSets.js.map +1 -0
- package/cloud_identity/user.d.ts +137 -0
- package/cloud_identity/user.js +91 -0
- package/cloud_identity/user.js.map +1 -0
- package/cloud_identity/userAttachment.d.ts +95 -0
- package/cloud_identity/userAttachment.js +92 -0
- package/cloud_identity/userAttachment.js.map +1 -0
- package/cloud_identity/userProvisioning.d.ts +171 -0
- package/cloud_identity/userProvisioning.js +98 -0
- package/cloud_identity/userProvisioning.js.map +1 -0
- package/cloud_identity/userProvisionings.d.ts +75 -0
- package/cloud_identity/userProvisionings.js +47 -0
- package/cloud_identity/userProvisionings.js.map +1 -0
- package/cloud_identity/users.d.ts +144 -0
- package/cloud_identity/users.js +75 -0
- package/cloud_identity/users.js.map +1 -0
- package/cloud_monitor/contact.d.ts +94 -0
- package/cloud_monitor/contact.js +78 -0
- package/cloud_monitor/contact.js.map +1 -0
- package/cloud_monitor/contactGroup.d.ts +97 -0
- package/cloud_monitor/contactGroup.js +78 -0
- package/cloud_monitor/contactGroup.js.map +1 -0
- package/cloud_monitor/contactGroups.d.ts +78 -0
- package/cloud_monitor/contactGroups.js +47 -0
- package/cloud_monitor/contactGroups.js.map +1 -0
- package/cloud_monitor/contacts.d.ts +81 -0
- package/cloud_monitor/contacts.js +52 -0
- package/cloud_monitor/contacts.js.map +1 -0
- package/cloud_monitor/eventRule.d.ts +250 -0
- package/cloud_monitor/eventRule.js +147 -0
- package/cloud_monitor/eventRule.js.map +1 -0
- package/cloud_monitor/eventRules.d.ts +90 -0
- package/cloud_monitor/eventRules.js +48 -0
- package/cloud_monitor/eventRules.js.map +1 -0
- package/cloud_monitor/index.d.ts +24 -0
- package/cloud_monitor/index.js +49 -0
- package/cloud_monitor/index.js.map +1 -0
- package/cloud_monitor/rule.d.ts +361 -0
- package/cloud_monitor/rule.js +201 -0
- package/cloud_monitor/rule.js.map +1 -0
- package/cloud_monitor/rules.d.ts +144 -0
- package/cloud_monitor/rules.js +53 -0
- package/cloud_monitor/rules.js.map +1 -0
- package/config/vars.d.ts +6 -0
- package/config/vars.js +6 -0
- package/config/vars.js.map +1 -1
- package/ebs/volume.d.ts +22 -0
- package/ebs/volume.js +10 -0
- package/ebs/volume.js.map +1 -1
- package/ebs/volumes.d.ts +13 -0
- package/ebs/volumes.js +1 -0
- package/ebs/volumes.js.map +1 -1
- package/ecs/instance.d.ts +15 -0
- package/ecs/instance.js +2 -0
- package/ecs/instance.js.map +1 -1
- package/ecs/state.d.ts +7 -4
- package/ecs/state.js.map +1 -1
- package/eip/address.d.ts +3 -3
- package/financial_relation/financialRelation.d.ts +111 -0
- package/financial_relation/financialRelation.js +73 -0
- package/financial_relation/financialRelation.js.map +1 -0
- package/financial_relation/financialRelations.d.ts +103 -0
- package/financial_relation/financialRelations.js +53 -0
- package/financial_relation/financialRelations.js.map +1 -0
- package/financial_relation/index.d.ts +6 -0
- package/financial_relation/index.js +25 -0
- package/financial_relation/index.js.map +1 -0
- package/iam/accessKeys.d.ts +83 -0
- package/iam/accessKeys.js +44 -0
- package/iam/accessKeys.js.map +1 -0
- package/iam/index.d.ts +9 -0
- package/iam/index.js +12 -1
- package/iam/index.js.map +1 -1
- package/iam/samlProvider.d.ts +144 -0
- package/iam/samlProvider.js +96 -0
- package/iam/samlProvider.js.map +1 -0
- package/iam/samlProviders.d.ts +62 -0
- package/iam/samlProviders.js +42 -0
- package/iam/samlProviders.js.map +1 -0
- package/index.d.ts +9 -1
- package/index.js +17 -1
- package/index.js.map +1 -1
- package/kafka/consumedPartitions.d.ts +235 -0
- package/kafka/consumedPartitions.js +190 -0
- package/kafka/consumedPartitions.js.map +1 -0
- package/kafka/consumedTopics.d.ts +238 -0
- package/kafka/consumedTopics.js +190 -0
- package/kafka/consumedTopics.js.map +1 -0
- package/kafka/group.d.ts +142 -0
- package/kafka/group.js +123 -0
- package/kafka/group.js.map +1 -0
- package/kafka/groups.d.ts +184 -0
- package/kafka/groups.js +136 -0
- package/kafka/groups.js.map +1 -0
- package/kafka/index.d.ts +42 -0
- package/kafka/index.js +69 -0
- package/kafka/index.js.map +1 -0
- package/kafka/instance.d.ts +322 -0
- package/kafka/instance.js +171 -0
- package/kafka/instance.js.map +1 -0
- package/kafka/instances.d.ts +205 -0
- package/kafka/instances.js +129 -0
- package/kafka/instances.js.map +1 -0
- package/kafka/publicAddress.d.ts +152 -0
- package/kafka/publicAddress.js +131 -0
- package/kafka/publicAddress.js.map +1 -0
- package/kafka/regions.d.ts +62 -0
- package/kafka/regions.js +42 -0
- package/kafka/regions.js.map +1 -0
- package/kafka/saslUser.d.ts +173 -0
- package/kafka/saslUser.js +135 -0
- package/kafka/saslUser.js.map +1 -0
- package/kafka/saslUsers.d.ts +183 -0
- package/kafka/saslUsers.js +143 -0
- package/kafka/saslUsers.js.map +1 -0
- package/kafka/topic.d.ts +216 -0
- package/kafka/topic.js +154 -0
- package/kafka/topic.js.map +1 -0
- package/kafka/topicPartitions.d.ts +240 -0
- package/kafka/topicPartitions.js +187 -0
- package/kafka/topicPartitions.js.map +1 -0
- package/kafka/topics.d.ts +260 -0
- package/kafka/topics.js +179 -0
- package/kafka/topics.js.map +1 -0
- package/kafka/zones.d.ts +75 -0
- package/kafka/zones.js +46 -0
- package/kafka/zones.js.map +1 -0
- package/nat/gateway.d.ts +4 -4
- package/nat/snatEntries.d.ts +4 -4
- package/nat/snatEntries.js +4 -4
- package/nat/snatEntry.d.ts +1 -1
- package/nat/snatEntry.js +1 -1
- package/organization/account.d.ts +183 -0
- package/organization/account.js +108 -0
- package/organization/account.js.map +1 -0
- package/organization/accounts.d.ts +105 -0
- package/organization/accounts.js +50 -0
- package/organization/accounts.js.map +1 -0
- package/organization/index.d.ts +30 -0
- package/organization/index.js +59 -0
- package/organization/index.js.map +1 -0
- package/organization/organization.d.ts +151 -0
- package/organization/organization.js +90 -0
- package/organization/organization.js.map +1 -0
- package/organization/organizations.d.ts +71 -0
- package/organization/organizations.js +43 -0
- package/organization/organizations.js.map +1 -0
- package/organization/serviceControlPolicies.d.ts +89 -0
- package/organization/serviceControlPolicies.js +50 -0
- package/organization/serviceControlPolicies.js.map +1 -0
- package/organization/serviceControlPolicy.d.ts +123 -0
- package/organization/serviceControlPolicy.js +92 -0
- package/organization/serviceControlPolicy.js.map +1 -0
- package/organization/serviceControlPolicyAttachment.d.ts +105 -0
- package/organization/serviceControlPolicyAttachment.js +95 -0
- package/organization/serviceControlPolicyAttachment.js.map +1 -0
- package/organization/serviceControlPolicyEnabler.d.ts +55 -0
- package/organization/serviceControlPolicyEnabler.js +66 -0
- package/organization/serviceControlPolicyEnabler.js.map +1 -0
- package/organization/unit.d.ts +129 -0
- package/organization/unit.js +89 -0
- package/organization/unit.js.map +1 -0
- package/organization/units.d.ts +62 -0
- package/organization/units.js +42 -0
- package/organization/units.js.map +1 -0
- package/package.json +2 -2
- package/privatelink/securityGroup.d.ts +60 -6
- package/privatelink/securityGroup.js +54 -3
- package/privatelink/securityGroup.js.map +1 -1
- package/privatelink/vpcEndpoint.d.ts +51 -12
- package/privatelink/vpcEndpoint.js +45 -9
- package/privatelink/vpcEndpoint.js.map +1 -1
- package/privatelink/vpcEndpointConnection.d.ts +60 -3
- package/privatelink/vpcEndpointConnection.js +60 -3
- package/privatelink/vpcEndpointConnection.js.map +1 -1
- package/privatelink/vpcEndpointConnections.d.ts +120 -6
- package/privatelink/vpcEndpointConnections.js +120 -6
- package/privatelink/vpcEndpointConnections.js.map +1 -1
- package/privatelink/vpcEndpointService.d.ts +33 -4
- package/privatelink/vpcEndpointService.js +33 -4
- package/privatelink/vpcEndpointService.js.map +1 -1
- package/privatelink/vpcEndpointServicePermission.d.ts +39 -6
- package/privatelink/vpcEndpointServicePermission.js +39 -6
- package/privatelink/vpcEndpointServicePermission.js.map +1 -1
- package/privatelink/vpcEndpointServicePermissions.d.ts +88 -4
- package/privatelink/vpcEndpointServicePermissions.js +88 -4
- package/privatelink/vpcEndpointServicePermissions.js.map +1 -1
- package/privatelink/vpcEndpointServiceResource.d.ts +55 -9
- package/privatelink/vpcEndpointServiceResource.js +55 -9
- package/privatelink/vpcEndpointServiceResource.js.map +1 -1
- package/privatelink/vpcEndpointServices.d.ts +84 -10
- package/privatelink/vpcEndpointServices.js +84 -10
- package/privatelink/vpcEndpointServices.js.map +1 -1
- package/privatelink/vpcEndpointZone.d.ts +50 -3
- package/privatelink/vpcEndpointZone.js +50 -3
- package/privatelink/vpcEndpointZone.js.map +1 -1
- package/privatelink/vpcEndpointZones.d.ts +108 -4
- package/privatelink/vpcEndpointZones.js +108 -4
- package/privatelink/vpcEndpointZones.js.map +1 -1
- package/privatelink/vpcEndpoints.d.ts +104 -4
- package/privatelink/vpcEndpoints.js +104 -4
- package/privatelink/vpcEndpoints.js.map +1 -1
- package/provider.d.ts +6 -0
- package/provider.js +1 -0
- package/provider.js.map +1 -1
- package/rds_mssql/backup.d.ts +101 -0
- package/rds_mssql/backup.js +77 -0
- package/rds_mssql/backup.js.map +1 -0
- package/rds_mssql/backups.d.ts +123 -0
- package/rds_mssql/backups.js +50 -0
- package/rds_mssql/backups.js.map +1 -0
- package/rds_mssql/index.d.ts +18 -0
- package/rds_mssql/index.js +39 -0
- package/rds_mssql/index.js.map +1 -0
- package/rds_mssql/instance.d.ts +256 -0
- package/rds_mssql/instance.js +149 -0
- package/rds_mssql/instance.js.map +1 -0
- package/rds_mssql/instances.d.ts +190 -0
- package/rds_mssql/instances.js +57 -0
- package/rds_mssql/instances.js.map +1 -0
- package/rds_mssql/regions.d.ts +62 -0
- package/rds_mssql/regions.js +42 -0
- package/rds_mssql/regions.js.map +1 -0
- package/rds_mssql/zones.d.ts +71 -0
- package/rds_mssql/zones.js +43 -0
- package/rds_mssql/zones.js.map +1 -0
- package/rds_postgresql/account.d.ts +141 -0
- package/rds_postgresql/account.js +104 -0
- package/rds_postgresql/account.js.map +1 -0
- package/rds_postgresql/accounts.d.ts +87 -0
- package/rds_postgresql/accounts.js +47 -0
- package/rds_postgresql/accounts.js.map +1 -0
- package/rds_postgresql/database.d.ts +140 -0
- package/rds_postgresql/database.js +91 -0
- package/rds_postgresql/database.js.map +1 -0
- package/rds_postgresql/databases.d.ts +89 -0
- package/rds_postgresql/databases.js +49 -0
- package/rds_postgresql/databases.js.map +1 -0
- package/rds_postgresql/index.d.ts +27 -0
- package/rds_postgresql/index.js +54 -0
- package/rds_postgresql/index.js.map +1 -0
- package/rds_postgresql/instance.d.ts +371 -0
- package/rds_postgresql/instance.js +180 -0
- package/rds_postgresql/instance.js.map +1 -0
- package/rds_postgresql/instanceReadonlyNode.d.ts +142 -0
- package/rds_postgresql/instanceReadonlyNode.js +126 -0
- package/rds_postgresql/instanceReadonlyNode.js.map +1 -0
- package/rds_postgresql/instances.d.ts +258 -0
- package/rds_postgresql/instances.js +134 -0
- package/rds_postgresql/instances.js.map +1 -0
- package/rds_postgresql/schema.d.ts +167 -0
- package/rds_postgresql/schema.js +150 -0
- package/rds_postgresql/schema.js.map +1 -0
- package/rds_postgresql/schemas.d.ts +219 -0
- package/rds_postgresql/schemas.js +179 -0
- package/rds_postgresql/schemas.js.map +1 -0
- package/redis/instance.d.ts +3 -3
- package/tls/index_.d.ts +3 -2
- package/tls/index_.js +3 -2
- package/tls/index_.js.map +1 -1
- package/tos/bucket.d.ts +30 -1
- package/tos/bucket.js +10 -1
- package/tos/bucket.js.map +1 -1
- package/tos/bucketObject.d.ts +29 -9
- package/tos/bucketObject.js +9 -6
- package/tos/bucketObject.js.map +1 -1
- package/tos/bucketPolicy.d.ts +2 -2
- package/tos/bucketPolicy.js +2 -2
- package/transit_router/bandwidthPackage.d.ts +29 -0
- package/transit_router/bandwidthPackage.js +9 -0
- package/transit_router/bandwidthPackage.js.map +1 -1
- package/transit_router/bandwidthPackages.d.ts +25 -0
- package/transit_router/bandwidthPackages.js +2 -0
- package/transit_router/bandwidthPackages.js.map +1 -1
- package/transit_router/directConnectGatewayAttachment.d.ts +35 -5
- package/transit_router/directConnectGatewayAttachment.js +23 -5
- package/transit_router/directConnectGatewayAttachment.js.map +1 -1
- package/transit_router/directConnectGatewayAttachments.d.ts +13 -0
- package/transit_router/directConnectGatewayAttachments.js +1 -0
- package/transit_router/directConnectGatewayAttachments.js.map +1 -1
- package/transit_router/grantRule.d.ts +8 -4
- package/transit_router/grantRule.js +8 -4
- package/transit_router/grantRule.js.map +1 -1
- package/transit_router/peerAttachment.d.ts +37 -6
- package/transit_router/peerAttachment.js +25 -6
- package/transit_router/peerAttachment.js.map +1 -1
- package/transit_router/peerAttachments.d.ts +13 -0
- package/transit_router/peerAttachments.js +1 -0
- package/transit_router/peerAttachments.js.map +1 -1
- package/transit_router/routeEntry.d.ts +72 -5
- package/transit_router/routeEntry.js +72 -5
- package/transit_router/routeEntry.js.map +1 -1
- package/transit_router/routeTable.d.ts +26 -4
- package/transit_router/routeTable.js +14 -4
- package/transit_router/routeTable.js.map +1 -1
- package/transit_router/routeTableAssociation.d.ts +69 -3
- package/transit_router/routeTableAssociation.js +69 -3
- package/transit_router/routeTableAssociation.js.map +1 -1
- package/transit_router/routeTablePropagation.d.ts +46 -3
- package/transit_router/routeTablePropagation.js +46 -3
- package/transit_router/routeTablePropagation.js.map +1 -1
- package/transit_router/routeTables.d.ts +39 -6
- package/transit_router/routeTables.js +27 -6
- package/transit_router/routeTables.js.map +1 -1
- package/transit_router/sharedTransitRouterState.d.ts +6 -2
- package/transit_router/sharedTransitRouterState.js +6 -2
- package/transit_router/sharedTransitRouterState.js.map +1 -1
- package/transit_router/transitRouter.d.ts +42 -0
- package/transit_router/transitRouter.js +12 -0
- package/transit_router/transitRouter.js.map +1 -1
- package/transit_router/transitRouters.d.ts +41 -6
- package/transit_router/transitRouters.js +18 -6
- package/transit_router/transitRouters.js.map +1 -1
- package/transit_router/vpcAttachment.d.ts +60 -8
- package/transit_router/vpcAttachment.js +40 -8
- package/transit_router/vpcAttachment.js.map +1 -1
- package/transit_router/vpcAttachments.d.ts +13 -0
- package/transit_router/vpcAttachments.js +1 -0
- package/transit_router/vpcAttachments.js.map +1 -1
- package/transit_router/vpnAttachment.d.ts +77 -5
- package/transit_router/vpnAttachment.js +65 -5
- package/transit_router/vpnAttachment.js.map +1 -1
- package/transit_router/vpnAttachments.d.ts +13 -0
- package/transit_router/vpnAttachments.js +1 -0
- package/transit_router/vpnAttachments.js.map +1 -1
- package/types/input.d.ts +998 -36
- package/types/output.d.ts +6098 -2670
- package/vke/cluster.d.ts +3 -14
- package/vke/cluster.js +0 -11
- package/vke/cluster.js.map +1 -1
- package/vke/clusters.d.ts +0 -22
- package/vke/clusters.js +0 -22
- package/vke/clusters.js.map +1 -1
- package/vke/kubeconfigs.d.ts +9 -0
- package/vke/kubeconfigs.js +1 -0
- package/vke/kubeconfigs.js.map +1 -1
- package/vpc/subnet.d.ts +14 -0
- package/vpc/subnet.js +2 -0
- package/vpc/subnet.js.map +1 -1
- package/vpc/subnets.d.ts +13 -0
- package/vpc/subnets.js +1 -0
- package/vpc/subnets.js.map +1 -1
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides a resource to manage financial relation
|
|
4
|
+
*
|
|
5
|
+
* ## Import
|
|
6
|
+
*
|
|
7
|
+
* FinancialRelation can be imported using the sub_account_id:relation:relation_id, e.g.
|
|
8
|
+
*
|
|
9
|
+
* ```sh
|
|
10
|
+
* $ pulumi import volcengine:financial_relation/financialRelation:FinancialRelation default resource_id
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class FinancialRelation extends pulumi.CustomResource {
|
|
14
|
+
/**
|
|
15
|
+
* Get an existing FinancialRelation resource's state with the given name, ID, and optional extra
|
|
16
|
+
* properties used to qualify the lookup.
|
|
17
|
+
*
|
|
18
|
+
* @param name The _unique_ name of the resulting resource.
|
|
19
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
20
|
+
* @param state Any extra arguments used during the lookup.
|
|
21
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
22
|
+
*/
|
|
23
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: FinancialRelationState, opts?: pulumi.CustomResourceOptions): FinancialRelation;
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if the given object is an instance of FinancialRelation. This is designed to work even
|
|
26
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
|
+
*/
|
|
28
|
+
static isInstance(obj: any): obj is FinancialRelation;
|
|
29
|
+
/**
|
|
30
|
+
* The display name of the sub account.
|
|
31
|
+
*/
|
|
32
|
+
readonly accountAlias: pulumi.Output<string>;
|
|
33
|
+
/**
|
|
34
|
+
* The authorization list of financial management. This field is valid and required when the relation is 4. Valid value range is `1-5`.
|
|
35
|
+
*/
|
|
36
|
+
readonly authLists: pulumi.Output<number[]>;
|
|
37
|
+
/**
|
|
38
|
+
* The relation of the financial. Valid values: `1`, `4`. `1` means financial custody, `4` means financial management.
|
|
39
|
+
*/
|
|
40
|
+
readonly relation: pulumi.Output<number>;
|
|
41
|
+
/**
|
|
42
|
+
* The id of the financial relation.
|
|
43
|
+
*/
|
|
44
|
+
readonly relationId: pulumi.Output<string>;
|
|
45
|
+
/**
|
|
46
|
+
* The status of the financial relation.
|
|
47
|
+
*/
|
|
48
|
+
readonly status: pulumi.Output<number>;
|
|
49
|
+
/**
|
|
50
|
+
* The sub account id.
|
|
51
|
+
*/
|
|
52
|
+
readonly subAccountId: pulumi.Output<number>;
|
|
53
|
+
/**
|
|
54
|
+
* Create a FinancialRelation resource with the given unique name, arguments, and options.
|
|
55
|
+
*
|
|
56
|
+
* @param name The _unique_ name of the resource.
|
|
57
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
58
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
59
|
+
*/
|
|
60
|
+
constructor(name: string, args: FinancialRelationArgs, opts?: pulumi.CustomResourceOptions);
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Input properties used for looking up and filtering FinancialRelation resources.
|
|
64
|
+
*/
|
|
65
|
+
export interface FinancialRelationState {
|
|
66
|
+
/**
|
|
67
|
+
* The display name of the sub account.
|
|
68
|
+
*/
|
|
69
|
+
accountAlias?: pulumi.Input<string>;
|
|
70
|
+
/**
|
|
71
|
+
* The authorization list of financial management. This field is valid and required when the relation is 4. Valid value range is `1-5`.
|
|
72
|
+
*/
|
|
73
|
+
authLists?: pulumi.Input<pulumi.Input<number>[]>;
|
|
74
|
+
/**
|
|
75
|
+
* The relation of the financial. Valid values: `1`, `4`. `1` means financial custody, `4` means financial management.
|
|
76
|
+
*/
|
|
77
|
+
relation?: pulumi.Input<number>;
|
|
78
|
+
/**
|
|
79
|
+
* The id of the financial relation.
|
|
80
|
+
*/
|
|
81
|
+
relationId?: pulumi.Input<string>;
|
|
82
|
+
/**
|
|
83
|
+
* The status of the financial relation.
|
|
84
|
+
*/
|
|
85
|
+
status?: pulumi.Input<number>;
|
|
86
|
+
/**
|
|
87
|
+
* The sub account id.
|
|
88
|
+
*/
|
|
89
|
+
subAccountId?: pulumi.Input<number>;
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* The set of arguments for constructing a FinancialRelation resource.
|
|
93
|
+
*/
|
|
94
|
+
export interface FinancialRelationArgs {
|
|
95
|
+
/**
|
|
96
|
+
* The display name of the sub account.
|
|
97
|
+
*/
|
|
98
|
+
accountAlias?: pulumi.Input<string>;
|
|
99
|
+
/**
|
|
100
|
+
* The authorization list of financial management. This field is valid and required when the relation is 4. Valid value range is `1-5`.
|
|
101
|
+
*/
|
|
102
|
+
authLists?: pulumi.Input<pulumi.Input<number>[]>;
|
|
103
|
+
/**
|
|
104
|
+
* The relation of the financial. Valid values: `1`, `4`. `1` means financial custody, `4` means financial management.
|
|
105
|
+
*/
|
|
106
|
+
relation?: pulumi.Input<number>;
|
|
107
|
+
/**
|
|
108
|
+
* The sub account id.
|
|
109
|
+
*/
|
|
110
|
+
subAccountId: pulumi.Input<number>;
|
|
111
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.FinancialRelation = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a resource to manage financial relation
|
|
10
|
+
*
|
|
11
|
+
* ## Import
|
|
12
|
+
*
|
|
13
|
+
* FinancialRelation can be imported using the sub_account_id:relation:relation_id, e.g.
|
|
14
|
+
*
|
|
15
|
+
* ```sh
|
|
16
|
+
* $ pulumi import volcengine:financial_relation/financialRelation:FinancialRelation default resource_id
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
class FinancialRelation extends pulumi.CustomResource {
|
|
20
|
+
/**
|
|
21
|
+
* Get an existing FinancialRelation resource's state with the given name, ID, and optional extra
|
|
22
|
+
* properties used to qualify the lookup.
|
|
23
|
+
*
|
|
24
|
+
* @param name The _unique_ name of the resulting resource.
|
|
25
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
26
|
+
* @param state Any extra arguments used during the lookup.
|
|
27
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
28
|
+
*/
|
|
29
|
+
static get(name, id, state, opts) {
|
|
30
|
+
return new FinancialRelation(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Returns true if the given object is an instance of FinancialRelation. This is designed to work even
|
|
34
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
35
|
+
*/
|
|
36
|
+
static isInstance(obj) {
|
|
37
|
+
if (obj === undefined || obj === null) {
|
|
38
|
+
return false;
|
|
39
|
+
}
|
|
40
|
+
return obj['__pulumiType'] === FinancialRelation.__pulumiType;
|
|
41
|
+
}
|
|
42
|
+
constructor(name, argsOrState, opts) {
|
|
43
|
+
let resourceInputs = {};
|
|
44
|
+
opts = opts || {};
|
|
45
|
+
if (opts.id) {
|
|
46
|
+
const state = argsOrState;
|
|
47
|
+
resourceInputs["accountAlias"] = state ? state.accountAlias : undefined;
|
|
48
|
+
resourceInputs["authLists"] = state ? state.authLists : undefined;
|
|
49
|
+
resourceInputs["relation"] = state ? state.relation : undefined;
|
|
50
|
+
resourceInputs["relationId"] = state ? state.relationId : undefined;
|
|
51
|
+
resourceInputs["status"] = state ? state.status : undefined;
|
|
52
|
+
resourceInputs["subAccountId"] = state ? state.subAccountId : undefined;
|
|
53
|
+
}
|
|
54
|
+
else {
|
|
55
|
+
const args = argsOrState;
|
|
56
|
+
if ((!args || args.subAccountId === undefined) && !opts.urn) {
|
|
57
|
+
throw new Error("Missing required property 'subAccountId'");
|
|
58
|
+
}
|
|
59
|
+
resourceInputs["accountAlias"] = args ? args.accountAlias : undefined;
|
|
60
|
+
resourceInputs["authLists"] = args ? args.authLists : undefined;
|
|
61
|
+
resourceInputs["relation"] = args ? args.relation : undefined;
|
|
62
|
+
resourceInputs["subAccountId"] = args ? args.subAccountId : undefined;
|
|
63
|
+
resourceInputs["relationId"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
65
|
+
}
|
|
66
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
67
|
+
super(FinancialRelation.__pulumiType, name, resourceInputs, opts);
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
exports.FinancialRelation = FinancialRelation;
|
|
71
|
+
/** @internal */
|
|
72
|
+
FinancialRelation.__pulumiType = 'volcengine:financial_relation/financialRelation:FinancialRelation';
|
|
73
|
+
//# sourceMappingURL=financialRelation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"financialRelation.js","sourceRoot":"","sources":["../../financial_relation/financialRelation.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of financial relations
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const foo = volcengine.financial_relation.FinancialRelations({
|
|
12
|
+
* accountIds: ["210026****"],
|
|
13
|
+
* relations: ["1"],
|
|
14
|
+
* statuses: ["200"],
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function financialRelations(args?: FinancialRelationsArgs, opts?: pulumi.InvokeOptions): Promise<FinancialRelationsResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking FinancialRelations.
|
|
21
|
+
*/
|
|
22
|
+
export interface FinancialRelationsArgs {
|
|
23
|
+
/**
|
|
24
|
+
* A list of sub account IDs.
|
|
25
|
+
*/
|
|
26
|
+
accountIds?: string[];
|
|
27
|
+
/**
|
|
28
|
+
* File name where to save data source results.
|
|
29
|
+
*/
|
|
30
|
+
outputFile?: string;
|
|
31
|
+
/**
|
|
32
|
+
* A list of relation. Valid values: `1`, `4`.
|
|
33
|
+
*/
|
|
34
|
+
relations?: string[];
|
|
35
|
+
/**
|
|
36
|
+
* A list of status. Valid values: `100`, `200`, `250`, `300`, `400`, `500`.
|
|
37
|
+
*/
|
|
38
|
+
statuses?: string[];
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* A collection of values returned by FinancialRelations.
|
|
42
|
+
*/
|
|
43
|
+
export interface FinancialRelationsResult {
|
|
44
|
+
readonly accountIds?: string[];
|
|
45
|
+
/**
|
|
46
|
+
* The collection of query.
|
|
47
|
+
*/
|
|
48
|
+
readonly financialRelations: outputs.financial_relation.FinancialRelationsFinancialRelation[];
|
|
49
|
+
/**
|
|
50
|
+
* The provider-assigned unique ID for this managed resource.
|
|
51
|
+
*/
|
|
52
|
+
readonly id: string;
|
|
53
|
+
readonly outputFile?: string;
|
|
54
|
+
/**
|
|
55
|
+
* The relation of the financial.
|
|
56
|
+
*/
|
|
57
|
+
readonly relations?: string[];
|
|
58
|
+
/**
|
|
59
|
+
* The status of the financial relation.
|
|
60
|
+
*/
|
|
61
|
+
readonly statuses?: string[];
|
|
62
|
+
/**
|
|
63
|
+
* The total count of query.
|
|
64
|
+
*/
|
|
65
|
+
readonly totalCount: number;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Use this data source to query detailed information of financial relations
|
|
69
|
+
* ## Example Usage
|
|
70
|
+
*
|
|
71
|
+
* ```typescript
|
|
72
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
73
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
74
|
+
*
|
|
75
|
+
* const foo = volcengine.financial_relation.FinancialRelations({
|
|
76
|
+
* accountIds: ["210026****"],
|
|
77
|
+
* relations: ["1"],
|
|
78
|
+
* statuses: ["200"],
|
|
79
|
+
* });
|
|
80
|
+
* ```
|
|
81
|
+
*/
|
|
82
|
+
export declare function financialRelationsOutput(args?: FinancialRelationsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<FinancialRelationsResult>;
|
|
83
|
+
/**
|
|
84
|
+
* A collection of arguments for invoking FinancialRelations.
|
|
85
|
+
*/
|
|
86
|
+
export interface FinancialRelationsOutputArgs {
|
|
87
|
+
/**
|
|
88
|
+
* A list of sub account IDs.
|
|
89
|
+
*/
|
|
90
|
+
accountIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
91
|
+
/**
|
|
92
|
+
* File name where to save data source results.
|
|
93
|
+
*/
|
|
94
|
+
outputFile?: pulumi.Input<string>;
|
|
95
|
+
/**
|
|
96
|
+
* A list of relation. Valid values: `1`, `4`.
|
|
97
|
+
*/
|
|
98
|
+
relations?: pulumi.Input<pulumi.Input<string>[]>;
|
|
99
|
+
/**
|
|
100
|
+
* A list of status. Valid values: `100`, `200`, `250`, `300`, `400`, `500`.
|
|
101
|
+
*/
|
|
102
|
+
statuses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
103
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.financialRelationsOutput = exports.financialRelations = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of financial relations
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const foo = volcengine.financial_relation.FinancialRelations({
|
|
17
|
+
* accountIds: ["210026****"],
|
|
18
|
+
* relations: ["1"],
|
|
19
|
+
* statuses: ["200"],
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
function financialRelations(args, opts) {
|
|
24
|
+
args = args || {};
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("volcengine:financial_relation/financialRelations:FinancialRelations", {
|
|
27
|
+
"accountIds": args.accountIds,
|
|
28
|
+
"outputFile": args.outputFile,
|
|
29
|
+
"relations": args.relations,
|
|
30
|
+
"statuses": args.statuses,
|
|
31
|
+
}, opts);
|
|
32
|
+
}
|
|
33
|
+
exports.financialRelations = financialRelations;
|
|
34
|
+
/**
|
|
35
|
+
* Use this data source to query detailed information of financial relations
|
|
36
|
+
* ## Example Usage
|
|
37
|
+
*
|
|
38
|
+
* ```typescript
|
|
39
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
41
|
+
*
|
|
42
|
+
* const foo = volcengine.financial_relation.FinancialRelations({
|
|
43
|
+
* accountIds: ["210026****"],
|
|
44
|
+
* relations: ["1"],
|
|
45
|
+
* statuses: ["200"],
|
|
46
|
+
* });
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
function financialRelationsOutput(args, opts) {
|
|
50
|
+
return pulumi.output(args).apply((a) => financialRelations(a, opts));
|
|
51
|
+
}
|
|
52
|
+
exports.financialRelationsOutput = financialRelationsOutput;
|
|
53
|
+
//# sourceMappingURL=financialRelations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"financialRelations.js","sourceRoot":"","sources":["../../financial_relation/financialRelations.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,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,qEAAqE,EAAE;QAChG,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,gDAUC;AAmDD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAA2B;IACrG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7E,CAAC;AAFD,4DAEC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { FinancialRelationArgs, FinancialRelationState } from "./financialRelation";
|
|
2
|
+
export type FinancialRelation = import("./financialRelation").FinancialRelation;
|
|
3
|
+
export declare const FinancialRelation: typeof import("./financialRelation").FinancialRelation;
|
|
4
|
+
export { FinancialRelationsArgs, FinancialRelationsResult, FinancialRelationsOutputArgs } from "./financialRelations";
|
|
5
|
+
export declare const financialRelations: typeof import("./financialRelations").financialRelations;
|
|
6
|
+
export declare const financialRelationsOutput: typeof import("./financialRelations").financialRelationsOutput;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.financialRelationsOutput = exports.financialRelations = exports.FinancialRelation = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
exports.FinancialRelation = null;
|
|
9
|
+
utilities.lazyLoad(exports, ["FinancialRelation"], () => require("./financialRelation"));
|
|
10
|
+
exports.financialRelations = null;
|
|
11
|
+
exports.financialRelationsOutput = null;
|
|
12
|
+
utilities.lazyLoad(exports, ["financialRelations", "financialRelationsOutput"], () => require("./financialRelations"));
|
|
13
|
+
const _module = {
|
|
14
|
+
version: utilities.getVersion(),
|
|
15
|
+
construct: (name, type, urn) => {
|
|
16
|
+
switch (type) {
|
|
17
|
+
case "volcengine:financial_relation/financialRelation:FinancialRelation":
|
|
18
|
+
return new exports.FinancialRelation(name, undefined, { urn });
|
|
19
|
+
default:
|
|
20
|
+
throw new Error(`unknown resource type ${type}`);
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
};
|
|
24
|
+
pulumi.runtime.registerResourceModule("volcengine", "financial_relation/financialRelation", _module);
|
|
25
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../financial_relation/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,iBAAiB,GAA2D,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAG5E,QAAA,kBAAkB,GAA6D,IAAW,CAAC;AAC3F,QAAA,wBAAwB,GAAmE,IAAW,CAAC;AACpH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,oBAAoB,EAAC,0BAA0B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAGtH,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,mEAAmE;gBACpE,OAAO,IAAI,yBAAiB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC/D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,sCAAsC,EAAE,OAAO,CAAC,CAAA"}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of iam access keys
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const foo = volcengine.iam.AccessKeys({});
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare function accessKeys(args?: AccessKeysArgs, opts?: pulumi.InvokeOptions): Promise<AccessKeysResult>;
|
|
15
|
+
/**
|
|
16
|
+
* A collection of arguments for invoking AccessKeys.
|
|
17
|
+
*/
|
|
18
|
+
export interface AccessKeysArgs {
|
|
19
|
+
/**
|
|
20
|
+
* A Name Regex of IAM.
|
|
21
|
+
*/
|
|
22
|
+
nameRegex?: string;
|
|
23
|
+
/**
|
|
24
|
+
* File name where to save data source results.
|
|
25
|
+
*/
|
|
26
|
+
outputFile?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The user names.
|
|
29
|
+
*/
|
|
30
|
+
userName?: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* A collection of values returned by AccessKeys.
|
|
34
|
+
*/
|
|
35
|
+
export interface AccessKeysResult {
|
|
36
|
+
/**
|
|
37
|
+
* The collection of access keys.
|
|
38
|
+
*/
|
|
39
|
+
readonly accessKeyMetadatas: outputs.iam.AccessKeysAccessKeyMetadata[];
|
|
40
|
+
/**
|
|
41
|
+
* The provider-assigned unique ID for this managed resource.
|
|
42
|
+
*/
|
|
43
|
+
readonly id: string;
|
|
44
|
+
readonly nameRegex?: string;
|
|
45
|
+
readonly outputFile?: string;
|
|
46
|
+
/**
|
|
47
|
+
* The total count of user query.
|
|
48
|
+
*/
|
|
49
|
+
readonly totalCount: number;
|
|
50
|
+
/**
|
|
51
|
+
* The user name.
|
|
52
|
+
*/
|
|
53
|
+
readonly userName?: string;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Use this data source to query detailed information of iam access keys
|
|
57
|
+
* ## Example Usage
|
|
58
|
+
*
|
|
59
|
+
* ```typescript
|
|
60
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
61
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
62
|
+
*
|
|
63
|
+
* const foo = volcengine.iam.AccessKeys({});
|
|
64
|
+
* ```
|
|
65
|
+
*/
|
|
66
|
+
export declare function accessKeysOutput(args?: AccessKeysOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<AccessKeysResult>;
|
|
67
|
+
/**
|
|
68
|
+
* A collection of arguments for invoking AccessKeys.
|
|
69
|
+
*/
|
|
70
|
+
export interface AccessKeysOutputArgs {
|
|
71
|
+
/**
|
|
72
|
+
* A Name Regex of IAM.
|
|
73
|
+
*/
|
|
74
|
+
nameRegex?: pulumi.Input<string>;
|
|
75
|
+
/**
|
|
76
|
+
* File name where to save data source results.
|
|
77
|
+
*/
|
|
78
|
+
outputFile?: pulumi.Input<string>;
|
|
79
|
+
/**
|
|
80
|
+
* The user names.
|
|
81
|
+
*/
|
|
82
|
+
userName?: pulumi.Input<string>;
|
|
83
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.accessKeysOutput = exports.accessKeys = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of iam access keys
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const foo = volcengine.iam.AccessKeys({});
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
function accessKeys(args, opts) {
|
|
20
|
+
args = args || {};
|
|
21
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
22
|
+
return pulumi.runtime.invoke("volcengine:iam/accessKeys:AccessKeys", {
|
|
23
|
+
"nameRegex": args.nameRegex,
|
|
24
|
+
"outputFile": args.outputFile,
|
|
25
|
+
"userName": args.userName,
|
|
26
|
+
}, opts);
|
|
27
|
+
}
|
|
28
|
+
exports.accessKeys = accessKeys;
|
|
29
|
+
/**
|
|
30
|
+
* Use this data source to query detailed information of iam access keys
|
|
31
|
+
* ## Example Usage
|
|
32
|
+
*
|
|
33
|
+
* ```typescript
|
|
34
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
35
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
36
|
+
*
|
|
37
|
+
* const foo = volcengine.iam.AccessKeys({});
|
|
38
|
+
* ```
|
|
39
|
+
*/
|
|
40
|
+
function accessKeysOutput(args, opts) {
|
|
41
|
+
return pulumi.output(args).apply((a) => accessKeys(a, opts));
|
|
42
|
+
}
|
|
43
|
+
exports.accessKeysOutput = accessKeysOutput;
|
|
44
|
+
//# sourceMappingURL=accessKeys.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accessKeys.js","sourceRoot":"","sources":["../../iam/accessKeys.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,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,sCAAsC,EAAE;QACjE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gCASC;AA2CD;;;;;;;;;;GAUG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,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"}
|
package/iam/index.d.ts
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
export { AccessKeyArgs, AccessKeyState } from "./accessKey";
|
|
2
2
|
export type AccessKey = import("./accessKey").AccessKey;
|
|
3
3
|
export declare const AccessKey: typeof import("./accessKey").AccessKey;
|
|
4
|
+
export { AccessKeysArgs, AccessKeysResult, AccessKeysOutputArgs } from "./accessKeys";
|
|
5
|
+
export declare const accessKeys: typeof import("./accessKeys").accessKeys;
|
|
6
|
+
export declare const accessKeysOutput: typeof import("./accessKeys").accessKeysOutput;
|
|
4
7
|
export { LoginProfileArgs, LoginProfileState } from "./loginProfile";
|
|
5
8
|
export type LoginProfile = import("./loginProfile").LoginProfile;
|
|
6
9
|
export declare const LoginProfile: typeof import("./loginProfile").LoginProfile;
|
|
@@ -19,6 +22,12 @@ export declare const RolePolicyAttachment: typeof import("./rolePolicyAttachment
|
|
|
19
22
|
export { RolesArgs, RolesResult, RolesOutputArgs } from "./roles";
|
|
20
23
|
export declare const roles: typeof import("./roles").roles;
|
|
21
24
|
export declare const rolesOutput: typeof import("./roles").rolesOutput;
|
|
25
|
+
export { SamlProviderArgs, SamlProviderState } from "./samlProvider";
|
|
26
|
+
export type SamlProvider = import("./samlProvider").SamlProvider;
|
|
27
|
+
export declare const SamlProvider: typeof import("./samlProvider").SamlProvider;
|
|
28
|
+
export { SamlProvidersArgs, SamlProvidersResult, SamlProvidersOutputArgs } from "./samlProviders";
|
|
29
|
+
export declare const samlProviders: typeof import("./samlProviders").samlProviders;
|
|
30
|
+
export declare const samlProvidersOutput: typeof import("./samlProviders").samlProvidersOutput;
|
|
22
31
|
export { UserArgs, UserState } from "./user";
|
|
23
32
|
export type User = import("./user").User;
|
|
24
33
|
export declare const User: typeof import("./user").User;
|
package/iam/index.js
CHANGED
|
@@ -2,11 +2,14 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.usersOutput = exports.users = exports.UserPolicyAttachment = exports.userGroupsOutput = exports.userGroups = exports.userGroupPolicyAttachmentsOutput = exports.userGroupPolicyAttachments = exports.UserGroupPolicyAttachment = exports.UserGroupAttachment = exports.UserGroup = exports.User = exports.rolesOutput = exports.roles = exports.RolePolicyAttachment = exports.Role = exports.Policy = exports.policiesOutput = exports.policies = exports.LoginProfile = exports.AccessKey = void 0;
|
|
5
|
+
exports.usersOutput = exports.users = exports.UserPolicyAttachment = exports.userGroupsOutput = exports.userGroups = exports.userGroupPolicyAttachmentsOutput = exports.userGroupPolicyAttachments = exports.UserGroupPolicyAttachment = exports.UserGroupAttachment = exports.UserGroup = exports.User = exports.samlProvidersOutput = exports.samlProviders = exports.SamlProvider = exports.rolesOutput = exports.roles = exports.RolePolicyAttachment = exports.Role = exports.Policy = exports.policiesOutput = exports.policies = exports.LoginProfile = exports.accessKeysOutput = exports.accessKeys = exports.AccessKey = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.AccessKey = null;
|
|
9
9
|
utilities.lazyLoad(exports, ["AccessKey"], () => require("./accessKey"));
|
|
10
|
+
exports.accessKeys = null;
|
|
11
|
+
exports.accessKeysOutput = null;
|
|
12
|
+
utilities.lazyLoad(exports, ["accessKeys", "accessKeysOutput"], () => require("./accessKeys"));
|
|
10
13
|
exports.LoginProfile = null;
|
|
11
14
|
utilities.lazyLoad(exports, ["LoginProfile"], () => require("./loginProfile"));
|
|
12
15
|
exports.policies = null;
|
|
@@ -21,6 +24,11 @@ utilities.lazyLoad(exports, ["RolePolicyAttachment"], () => require("./rolePolic
|
|
|
21
24
|
exports.roles = null;
|
|
22
25
|
exports.rolesOutput = null;
|
|
23
26
|
utilities.lazyLoad(exports, ["roles", "rolesOutput"], () => require("./roles"));
|
|
27
|
+
exports.SamlProvider = null;
|
|
28
|
+
utilities.lazyLoad(exports, ["SamlProvider"], () => require("./samlProvider"));
|
|
29
|
+
exports.samlProviders = null;
|
|
30
|
+
exports.samlProvidersOutput = null;
|
|
31
|
+
utilities.lazyLoad(exports, ["samlProviders", "samlProvidersOutput"], () => require("./samlProviders"));
|
|
24
32
|
exports.User = null;
|
|
25
33
|
utilities.lazyLoad(exports, ["User"], () => require("./user"));
|
|
26
34
|
exports.UserGroup = null;
|
|
@@ -54,6 +62,8 @@ const _module = {
|
|
|
54
62
|
return new exports.Role(name, undefined, { urn });
|
|
55
63
|
case "volcengine:iam/rolePolicyAttachment:RolePolicyAttachment":
|
|
56
64
|
return new exports.RolePolicyAttachment(name, undefined, { urn });
|
|
65
|
+
case "volcengine:iam/samlProvider:SamlProvider":
|
|
66
|
+
return new exports.SamlProvider(name, undefined, { urn });
|
|
57
67
|
case "volcengine:iam/user:User":
|
|
58
68
|
return new exports.User(name, undefined, { urn });
|
|
59
69
|
case "volcengine:iam/userGroup:UserGroup":
|
|
@@ -74,6 +84,7 @@ pulumi.runtime.registerResourceModule("volcengine", "iam/loginProfile", _module)
|
|
|
74
84
|
pulumi.runtime.registerResourceModule("volcengine", "iam/policy", _module);
|
|
75
85
|
pulumi.runtime.registerResourceModule("volcengine", "iam/role", _module);
|
|
76
86
|
pulumi.runtime.registerResourceModule("volcengine", "iam/rolePolicyAttachment", _module);
|
|
87
|
+
pulumi.runtime.registerResourceModule("volcengine", "iam/samlProvider", _module);
|
|
77
88
|
pulumi.runtime.registerResourceModule("volcengine", "iam/user", _module);
|
|
78
89
|
pulumi.runtime.registerResourceModule("volcengine", "iam/userGroup", _module);
|
|
79
90
|
pulumi.runtime.registerResourceModule("volcengine", "iam/userGroupAttachment", _module);
|
package/iam/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../iam/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,SAAS,GAA2C,IAAW,CAAC;AAC7E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../iam/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,SAAS,GAA2C,IAAW,CAAC;AAC7E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;AAG5D,QAAA,UAAU,GAA6C,IAAW,CAAC;AACnE,QAAA,gBAAgB,GAAmD,IAAW,CAAC;AAC5F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,EAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;AAIjF,QAAA,YAAY,GAAiD,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAGlE,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC7D,QAAA,cAAc,GAA+C,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,EAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAI3E,QAAA,MAAM,GAAqC,IAAW,CAAC;AACpE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC;AAItD,QAAA,IAAI,GAAiC,IAAW,CAAC;AAC9D,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC;AAIlD,QAAA,oBAAoB,GAAiE,IAAW,CAAC;AAC9G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAGlF,QAAA,KAAK,GAAmC,IAAW,CAAC;AACpD,QAAA,WAAW,GAAyC,IAAW,CAAC;AAC7E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,OAAO,EAAC,aAAa,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC;AAIlE,QAAA,YAAY,GAAiD,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAGlE,QAAA,aAAa,GAAmD,IAAW,CAAC;AAC5E,QAAA,mBAAmB,GAAyD,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,EAAC,qBAAqB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAI1F,QAAA,IAAI,GAAiC,IAAW,CAAC;AAC9D,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC;AAIlD,QAAA,SAAS,GAA2C,IAAW,CAAC;AAC7E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;AAI5D,QAAA,mBAAmB,GAA+D,IAAW,CAAC;AAC3G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qBAAqB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,CAAC;AAIhF,QAAA,yBAAyB,GAA2E,IAAW,CAAC;AAC7H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,2BAA2B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,6BAA6B,CAAC,CAAC,CAAC;AAG5F,QAAA,0BAA0B,GAA6E,IAAW,CAAC;AACnH,QAAA,gCAAgC,GAAmF,IAAW,CAAC;AAC5I,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,4BAA4B,EAAC,kCAAkC,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,8BAA8B,CAAC,CAAC,CAAC;AAGjI,QAAA,UAAU,GAA6C,IAAW,CAAC;AACnE,QAAA,gBAAgB,GAAmD,IAAW,CAAC;AAC5F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,EAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;AAIjF,QAAA,oBAAoB,GAAiE,IAAW,CAAC;AAC9G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAGlF,QAAA,KAAK,GAAmC,IAAW,CAAC;AACpD,QAAA,WAAW,GAAyC,IAAW,CAAC;AAC7E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,OAAO,EAAC,aAAa,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC;AAG/E,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,oCAAoC;gBACrC,OAAO,IAAI,iBAAS,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACvD,KAAK,0CAA0C;gBAC3C,OAAO,IAAI,oBAAY,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC1D,KAAK,8BAA8B;gBAC/B,OAAO,IAAI,cAAM,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACpD,KAAK,0BAA0B;gBAC3B,OAAO,IAAI,YAAI,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClD,KAAK,0DAA0D;gBAC3D,OAAO,IAAI,4BAAoB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClE,KAAK,0CAA0C;gBAC3C,OAAO,IAAI,oBAAY,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC1D,KAAK,0BAA0B;gBAC3B,OAAO,IAAI,YAAI,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClD,KAAK,oCAAoC;gBACrC,OAAO,IAAI,iBAAS,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACvD,KAAK,wDAAwD;gBACzD,OAAO,IAAI,2BAAmB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACjE,KAAK,oEAAoE;gBACrE,OAAO,IAAI,iCAAyB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACvE,KAAK,0DAA0D;gBAC3D,OAAO,IAAI,4BAAoB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClE;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,eAAe,EAAE,OAAO,CAAC,CAAA;AAC7E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,kBAAkB,EAAE,OAAO,CAAC,CAAA;AAChF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,YAAY,EAAE,OAAO,CAAC,CAAA;AAC1E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,UAAU,EAAE,OAAO,CAAC,CAAA;AACxE,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,0BAA0B,EAAE,OAAO,CAAC,CAAA;AACxF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,kBAAkB,EAAE,OAAO,CAAC,CAAA;AAChF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,UAAU,EAAE,OAAO,CAAC,CAAA;AACxE,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,eAAe,EAAE,OAAO,CAAC,CAAA;AAC7E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,yBAAyB,EAAE,OAAO,CAAC,CAAA;AACvF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,+BAA+B,EAAE,OAAO,CAAC,CAAA;AAC7F,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,0BAA0B,EAAE,OAAO,CAAC,CAAA"}
|