@volcengine/pulumi 0.0.31 → 0.0.33
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/cen/bandwidthPackage.d.ts +15 -3
- package/cen/bandwidthPackage.js +2 -0
- package/cen/bandwidthPackage.js.map +1 -1
- package/cen/getGrantInstances.d.ts +106 -0
- package/cen/getGrantInstances.js +53 -0
- package/cen/getGrantInstances.js.map +1 -0
- package/cen/getInterRegionBandwidths.d.ts +12 -0
- package/cen/getInterRegionBandwidths.js +1 -0
- package/cen/getInterRegionBandwidths.js.map +1 -1
- package/cen/grantInstances.d.ts +108 -0
- package/cen/grantInstances.js +56 -0
- package/cen/grantInstances.js.map +1 -0
- package/cen/index.d.ts +6 -0
- package/cen/index.js +7 -1
- package/cen/index.js.map +1 -1
- package/cen/interRegionBandwidths.d.ts +12 -0
- package/cen/interRegionBandwidths.js +1 -0
- package/cen/interRegionBandwidths.js.map +1 -1
- package/cen/serviceRouteEntry.d.ts +2 -2
- package/cen/serviceRouteEntry.js +2 -2
- package/cr/getNamespaces.d.ts +9 -0
- package/cr/getNamespaces.js +1 -0
- package/cr/getNamespaces.js.map +1 -1
- package/cr/getRegistries.d.ts +9 -0
- package/cr/getRegistries.js +1 -0
- package/cr/getRegistries.js.map +1 -1
- package/cr/namespace.d.ts +12 -0
- package/cr/namespace.js +2 -0
- package/cr/namespace.js.map +1 -1
- package/cr/namespaces.d.ts +9 -0
- package/cr/namespaces.js +1 -0
- package/cr/namespaces.js.map +1 -1
- package/cr/registries.d.ts +9 -0
- package/cr/registries.js +1 -0
- package/cr/registries.js.map +1 -1
- package/cr/registry.d.ts +35 -3
- package/cr/registry.js +6 -2
- package/cr/registry.js.map +1 -1
- package/dns/backup.d.ts +10 -1
- package/dns/backup.js +10 -1
- package/dns/backup.js.map +1 -1
- package/dns/zone.d.ts +1 -1
- package/dns/zone.js +1 -1
- package/ebs/getMaxExtraPerformances.d.ts +104 -0
- package/ebs/getMaxExtraPerformances.js +52 -0
- package/ebs/getMaxExtraPerformances.js.map +1 -0
- package/ebs/index.d.ts +6 -0
- package/ebs/index.js +7 -1
- package/ebs/index.js.map +1 -1
- package/ebs/maxExtraPerformances.d.ts +106 -0
- package/ebs/maxExtraPerformances.js +55 -0
- package/ebs/maxExtraPerformances.js.map +1 -0
- package/ebs/volume.d.ts +22 -14
- package/ebs/volume.js +7 -2
- package/ebs/volume.js.map +1 -1
- package/escloud_v2/escloudInstanceV2.d.ts +19 -3
- package/escloud_v2/escloudInstanceV2.js +19 -3
- package/escloud_v2/escloudInstanceV2.js.map +1 -1
- package/escloud_v2/escloudNodeAvailableSpecs.d.ts +73 -0
- package/escloud_v2/escloudNodeAvailableSpecs.js +46 -0
- package/escloud_v2/escloudNodeAvailableSpecs.js.map +1 -0
- package/escloud_v2/escloudZonesV2.d.ts +64 -0
- package/escloud_v2/escloudZonesV2.js +45 -0
- package/escloud_v2/escloudZonesV2.js.map +1 -0
- package/escloud_v2/getEscloudNodeAvailableSpecs.d.ts +71 -0
- package/escloud_v2/getEscloudNodeAvailableSpecs.js +43 -0
- package/escloud_v2/getEscloudNodeAvailableSpecs.js.map +1 -0
- package/escloud_v2/getEscloudZonesV2.d.ts +62 -0
- package/escloud_v2/getEscloudZonesV2.js +42 -0
- package/escloud_v2/getEscloudZonesV2.js.map +1 -0
- package/escloud_v2/index.d.ts +12 -0
- package/escloud_v2/index.js +13 -1
- package/escloud_v2/index.js.map +1 -1
- package/index.d.ts +4 -1
- package/index.js +8 -1
- package/index.js.map +1 -1
- package/kafka/allowList.d.ts +98 -0
- package/kafka/allowList.js +85 -0
- package/kafka/allowList.js.map +1 -0
- package/kafka/allowListAssociate.d.ts +90 -0
- package/kafka/allowListAssociate.js +87 -0
- package/kafka/allowListAssociate.js.map +1 -0
- package/kafka/allowLists.d.ts +91 -0
- package/kafka/allowLists.js +52 -0
- package/kafka/allowLists.js.map +1 -0
- package/kafka/getAllowLists.d.ts +89 -0
- package/kafka/getAllowLists.js +49 -0
- package/kafka/getAllowLists.js.map +1 -0
- package/kafka/index.d.ts +12 -0
- package/kafka/index.js +17 -1
- package/kafka/index.js.map +1 -1
- package/kafka/instance.d.ts +37 -0
- package/kafka/instance.js +37 -0
- package/kafka/instance.js.map +1 -1
- package/kms/getKeyrings.d.ts +154 -0
- package/kms/getKeyrings.js +69 -0
- package/kms/getKeyrings.js.map +1 -0
- package/kms/getKeys.d.ts +263 -0
- package/kms/getKeys.js +106 -0
- package/kms/getKeys.js.map +1 -0
- package/kms/getSecrets.d.ts +202 -0
- package/kms/getSecrets.js +73 -0
- package/kms/getSecrets.js.map +1 -0
- package/kms/index.d.ts +36 -0
- package/kms/index.js +65 -0
- package/kms/index.js.map +1 -0
- package/kms/key.d.ts +282 -0
- package/kms/key.js +127 -0
- package/kms/key.js.map +1 -0
- package/kms/keyArchive.d.ts +119 -0
- package/kms/keyArchive.js +94 -0
- package/kms/keyArchive.js.map +1 -0
- package/kms/keyEnable.d.ts +105 -0
- package/kms/keyEnable.js +80 -0
- package/kms/keyEnable.js.map +1 -0
- package/kms/keyRotation.d.ts +105 -0
- package/kms/keyRotation.js +80 -0
- package/kms/keyRotation.js.map +1 -0
- package/kms/keyring.d.ts +139 -0
- package/kms/keyring.js +89 -0
- package/kms/keyring.js.map +1 -0
- package/kms/keyrings.d.ts +156 -0
- package/kms/keyrings.js +72 -0
- package/kms/keyrings.js.map +1 -0
- package/kms/keys.d.ts +265 -0
- package/kms/keys.js +109 -0
- package/kms/keys.js.map +1 -0
- package/kms/secret.d.ts +264 -0
- package/kms/secret.js +122 -0
- package/kms/secret.js.map +1 -0
- package/kms/secrets.d.ts +204 -0
- package/kms/secrets.js +76 -0
- package/kms/secrets.js.map +1 -0
- package/mongodb/getInstanceParameterLogs.d.ts +1 -1
- package/mongodb/instance.d.ts +66 -11
- package/mongodb/instance.js +40 -11
- package/mongodb/instance.js.map +1 -1
- package/mongodb/instanceParameter.d.ts +1 -1
- package/mongodb/instanceParameter.js +1 -1
- package/mongodb/instanceParameterLogs.d.ts +1 -1
- package/nas/autoSnapshotPolicies.d.ts +115 -0
- package/nas/autoSnapshotPolicies.js +66 -0
- package/nas/autoSnapshotPolicies.js.map +1 -0
- package/nas/autoSnapshotPolicy.d.ts +132 -0
- package/nas/autoSnapshotPolicy.js +94 -0
- package/nas/autoSnapshotPolicy.js.map +1 -0
- package/nas/autoSnapshotPolicyApply.d.ts +101 -0
- package/nas/autoSnapshotPolicyApply.js +98 -0
- package/nas/autoSnapshotPolicyApply.js.map +1 -0
- package/nas/getAutoSnapshotPolicies.d.ts +113 -0
- package/nas/getAutoSnapshotPolicies.js +63 -0
- package/nas/getAutoSnapshotPolicies.js.map +1 -0
- package/nas/index.d.ts +12 -0
- package/nas/index.js +17 -1
- package/nas/index.js.map +1 -1
- package/package.json +1 -1
- package/private_zone/getPrivateZones.d.ts +31 -0
- package/private_zone/getPrivateZones.js +3 -0
- package/private_zone/getPrivateZones.js.map +1 -1
- package/private_zone/getRecords.d.ts +19 -4
- package/private_zone/getRecords.js +1 -0
- package/private_zone/getRecords.js.map +1 -1
- package/private_zone/getResolverEndpoints.d.ts +22 -0
- package/private_zone/getResolverEndpoints.js +2 -0
- package/private_zone/getResolverEndpoints.js.map +1 -1
- package/private_zone/getResolverRules.d.ts +22 -0
- package/private_zone/getResolverRules.js +2 -0
- package/private_zone/getResolverRules.js.map +1 -1
- package/private_zone/privateZone.d.ts +44 -0
- package/private_zone/privateZone.js +11 -0
- package/private_zone/privateZone.js.map +1 -1
- package/private_zone/privateZones.d.ts +31 -0
- package/private_zone/privateZones.js +3 -0
- package/private_zone/privateZones.js.map +1 -1
- package/private_zone/record.d.ts +24 -0
- package/private_zone/record.js +4 -0
- package/private_zone/record.js.map +1 -1
- package/private_zone/records.d.ts +19 -4
- package/private_zone/records.js +1 -0
- package/private_zone/records.js.map +1 -1
- package/private_zone/resolverEndpoint.d.ts +45 -2
- package/private_zone/resolverEndpoint.js +11 -4
- package/private_zone/resolverEndpoint.js.map +1 -1
- package/private_zone/resolverEndpoints.d.ts +22 -0
- package/private_zone/resolverEndpoints.js +2 -0
- package/private_zone/resolverEndpoints.js.map +1 -1
- package/private_zone/resolverRule.d.ts +62 -3
- package/private_zone/resolverRule.js +13 -0
- package/private_zone/resolverRule.js.map +1 -1
- package/private_zone/resolverRules.d.ts +22 -0
- package/private_zone/resolverRules.js +2 -0
- package/private_zone/resolverRules.js.map +1 -1
- package/private_zone/userVpcAuthorization.d.ts +24 -0
- package/private_zone/userVpcAuthorization.js +4 -0
- package/private_zone/userVpcAuthorization.js.map +1 -1
- package/rabbitmq/getRegions.d.ts +62 -0
- package/rabbitmq/getRegions.js +42 -0
- package/rabbitmq/getRegions.js.map +1 -0
- package/rabbitmq/getZones.d.ts +62 -0
- package/rabbitmq/getZones.js +42 -0
- package/rabbitmq/getZones.js.map +1 -0
- package/rabbitmq/index.d.ts +12 -0
- package/rabbitmq/index.js +13 -1
- package/rabbitmq/index.js.map +1 -1
- package/rabbitmq/regions.d.ts +64 -0
- package/rabbitmq/regions.js +45 -0
- package/rabbitmq/regions.js.map +1 -0
- package/rabbitmq/zones.d.ts +64 -0
- package/rabbitmq/zones.js +45 -0
- package/rabbitmq/zones.js.map +1 -0
- package/rds_mysql/account.d.ts +53 -3
- package/rds_mysql/account.js +20 -0
- package/rds_mysql/account.js.map +1 -1
- package/rds_mysql/accountTableColumnInfos.d.ts +139 -0
- package/rds_mysql/accountTableColumnInfos.js +57 -0
- package/rds_mysql/accountTableColumnInfos.js.map +1 -0
- package/rds_mysql/backupPolicy.d.ts +30 -1
- package/rds_mysql/backupPolicy.js +12 -1
- package/rds_mysql/backupPolicy.js.map +1 -1
- package/rds_mysql/backups.d.ts +2 -16
- package/rds_mysql/backups.js +2 -16
- package/rds_mysql/backups.js.map +1 -1
- package/rds_mysql/database.d.ts +13 -0
- package/rds_mysql/database.js +3 -0
- package/rds_mysql/database.js.map +1 -1
- package/rds_mysql/endpoint.d.ts +32 -34
- package/rds_mysql/endpoint.js +10 -19
- package/rds_mysql/endpoint.js.map +1 -1
- package/rds_mysql/getAccountTableColumnInfos.d.ts +137 -0
- package/rds_mysql/getAccountTableColumnInfos.js +54 -0
- package/rds_mysql/getAccountTableColumnInfos.js.map +1 -0
- package/rds_mysql/getBackups.d.ts +2 -16
- package/rds_mysql/getBackups.js +2 -16
- package/rds_mysql/getBackups.js.map +1 -1
- package/rds_mysql/getInstances.d.ts +75 -0
- package/rds_mysql/getInstances.js +7 -0
- package/rds_mysql/getInstances.js.map +1 -1
- package/rds_mysql/getPlannedEvents.d.ts +132 -0
- package/rds_mysql/getPlannedEvents.js +52 -0
- package/rds_mysql/getPlannedEvents.js.map +1 -0
- package/rds_mysql/getTasks.d.ts +175 -0
- package/rds_mysql/getTasks.js +60 -0
- package/rds_mysql/getTasks.js.map +1 -0
- package/rds_mysql/index.d.ts +18 -0
- package/rds_mysql/index.js +20 -2
- package/rds_mysql/index.js.map +1 -1
- package/rds_mysql/instance.d.ts +209 -20
- package/rds_mysql/instance.js +82 -11
- package/rds_mysql/instance.js.map +1 -1
- package/rds_mysql/instanceReadonlyNode.d.ts +8 -0
- package/rds_mysql/instanceReadonlyNode.js +2 -0
- package/rds_mysql/instanceReadonlyNode.js.map +1 -1
- package/rds_mysql/instances.d.ts +75 -0
- package/rds_mysql/instances.js +7 -0
- package/rds_mysql/instances.js.map +1 -1
- package/rds_mysql/plannedEvents.d.ts +134 -0
- package/rds_mysql/plannedEvents.js +55 -0
- package/rds_mysql/plannedEvents.js.map +1 -0
- package/rds_mysql/tasks.d.ts +177 -0
- package/rds_mysql/tasks.js +63 -0
- package/rds_mysql/tasks.js.map +1 -0
- package/rds_postgresql/instance.d.ts +54 -3
- package/rds_postgresql/instance.js +54 -3
- package/rds_postgresql/instance.js.map +1 -1
- package/redis/allowList.d.ts +24 -0
- package/redis/allowList.js +6 -0
- package/redis/allowList.js.map +1 -1
- package/redis/allowLists.d.ts +39 -0
- package/redis/allowLists.js +4 -0
- package/redis/allowLists.js.map +1 -1
- package/redis/backup.d.ts +46 -7
- package/redis/backup.js +14 -3
- package/redis/backup.js.map +1 -1
- package/redis/backupRestore.d.ts +14 -2
- package/redis/backupRestore.js +2 -3
- package/redis/backupRestore.js.map +1 -1
- package/redis/backups.d.ts +47 -5
- package/redis/backups.js +5 -0
- package/redis/backups.js.map +1 -1
- package/redis/bigKeys.d.ts +181 -0
- package/redis/bigKeys.js +110 -0
- package/redis/bigKeys.js.map +1 -0
- package/redis/getAllowLists.d.ts +39 -0
- package/redis/getAllowLists.js +4 -0
- package/redis/getAllowLists.js.map +1 -1
- package/redis/getBackups.d.ts +47 -5
- package/redis/getBackups.js +5 -0
- package/redis/getBackups.js.map +1 -1
- package/redis/getBigKeys.d.ts +179 -0
- package/redis/getBigKeys.js +107 -0
- package/redis/getBigKeys.js.map +1 -0
- package/redis/getInstanceSpecs.d.ts +76 -0
- package/redis/getInstanceSpecs.js +29 -0
- package/redis/getInstanceSpecs.js.map +1 -0
- package/redis/getInstances.d.ts +3 -0
- package/redis/getInstances.js.map +1 -1
- package/redis/getParameterGroups.d.ts +79 -0
- package/redis/getParameterGroups.js +29 -0
- package/redis/getParameterGroups.js.map +1 -0
- package/redis/getPlannedEvents.d.ts +161 -0
- package/redis/getPlannedEvents.js +106 -0
- package/redis/getPlannedEvents.js.map +1 -0
- package/redis/index.d.ts +27 -0
- package/redis/index.js +31 -1
- package/redis/index.js.map +1 -1
- package/redis/instance.d.ts +93 -2
- package/redis/instance.js +22 -1
- package/redis/instance.js.map +1 -1
- package/redis/instanceSpecs.d.ts +78 -0
- package/redis/instanceSpecs.js +32 -0
- package/redis/instanceSpecs.js.map +1 -0
- package/redis/instances.d.ts +3 -0
- package/redis/instances.js.map +1 -1
- package/redis/parameterGroup.d.ts +118 -0
- package/redis/parameterGroup.js +93 -0
- package/redis/parameterGroup.js.map +1 -0
- package/redis/parameterGroups.d.ts +81 -0
- package/redis/parameterGroups.js +32 -0
- package/redis/parameterGroups.js.map +1 -0
- package/redis/plannedEvents.d.ts +163 -0
- package/redis/plannedEvents.js +109 -0
- package/redis/plannedEvents.js.map +1 -0
- package/tls/consumerGroup.d.ts +121 -0
- package/tls/consumerGroup.js +97 -0
- package/tls/consumerGroup.js.map +1 -0
- package/tls/consumerGroups.d.ts +139 -0
- package/tls/consumerGroups.js +52 -0
- package/tls/consumerGroups.js.map +1 -0
- package/tls/etlTask.d.ts +196 -0
- package/tls/etlTask.js +123 -0
- package/tls/etlTask.js.map +1 -0
- package/tls/etlTasks.d.ts +160 -0
- package/tls/etlTasks.js +54 -0
- package/tls/etlTasks.js.map +1 -0
- package/tls/getConsumerGroups.d.ts +137 -0
- package/tls/getConsumerGroups.js +49 -0
- package/tls/getConsumerGroups.js.map +1 -0
- package/tls/getEtlTasks.d.ts +158 -0
- package/tls/getEtlTasks.js +51 -0
- package/tls/getEtlTasks.js.map +1 -0
- package/tls/getImportTasks.d.ts +173 -0
- package/tls/getImportTasks.js +52 -0
- package/tls/getImportTasks.js.map +1 -0
- package/tls/getScheduleSqlTasks.d.ts +155 -0
- package/tls/getScheduleSqlTasks.js +51 -0
- package/tls/getScheduleSqlTasks.js.map +1 -0
- package/tls/getShippers.d.ts +164 -0
- package/tls/getShippers.js +51 -0
- package/tls/getShippers.js.map +1 -0
- package/tls/importTask.d.ts +175 -0
- package/tls/importTask.js +110 -0
- package/tls/importTask.js.map +1 -0
- package/tls/importTasks.d.ts +175 -0
- package/tls/importTasks.js +55 -0
- package/tls/importTasks.js.map +1 -0
- package/tls/index.d.ts +45 -0
- package/tls/index.js +57 -2
- package/tls/index.js.map +1 -1
- package/tls/scheduleSqlTask.d.ts +219 -0
- package/tls/scheduleSqlTask.js +135 -0
- package/tls/scheduleSqlTask.js.map +1 -0
- package/tls/scheduleSqlTasks.d.ts +157 -0
- package/tls/scheduleSqlTasks.js +54 -0
- package/tls/scheduleSqlTasks.js.map +1 -0
- package/tls/shipper.d.ts +191 -0
- package/tls/shipper.js +119 -0
- package/tls/shipper.js.map +1 -0
- package/tls/shippers.d.ts +166 -0
- package/tls/shippers.js +54 -0
- package/tls/shippers.js.map +1 -0
- package/types/input.d.ts +1107 -31
- package/types/output.d.ts +9274 -2000
- package/vefaas/function.d.ts +346 -0
- package/vefaas/function.js +126 -0
- package/vefaas/function.js.map +1 -0
- package/vefaas/functions.d.ts +73 -0
- package/vefaas/functions.js +46 -0
- package/vefaas/functions.js.map +1 -0
- package/vefaas/getFunctions.d.ts +71 -0
- package/vefaas/getFunctions.js +43 -0
- package/vefaas/getFunctions.js.map +1 -0
- package/vefaas/getKafkaTriggers.d.ts +87 -0
- package/vefaas/getKafkaTriggers.js +47 -0
- package/vefaas/getKafkaTriggers.js.map +1 -0
- package/vefaas/getReleases.d.ts +106 -0
- package/vefaas/getReleases.js +49 -0
- package/vefaas/getReleases.js.map +1 -0
- package/vefaas/getTimers.d.ts +87 -0
- package/vefaas/getTimers.js +47 -0
- package/vefaas/getTimers.js.map +1 -0
- package/vefaas/index.d.ts +36 -0
- package/vefaas/index.js +61 -0
- package/vefaas/index.js.map +1 -0
- package/vefaas/kafkaTrigger.d.ts +232 -0
- package/vefaas/kafkaTrigger.js +119 -0
- package/vefaas/kafkaTrigger.js.map +1 -0
- package/vefaas/kafkaTriggers.d.ts +89 -0
- package/vefaas/kafkaTriggers.js +50 -0
- package/vefaas/kafkaTriggers.js.map +1 -0
- package/vefaas/release.d.ts +211 -0
- package/vefaas/release.js +108 -0
- package/vefaas/release.js.map +1 -0
- package/vefaas/releases.d.ts +108 -0
- package/vefaas/releases.js +52 -0
- package/vefaas/releases.js.map +1 -0
- package/vefaas/timer.d.ts +170 -0
- package/vefaas/timer.js +95 -0
- package/vefaas/timer.js.map +1 -0
- package/vefaas/timers.d.ts +89 -0
- package/vefaas/timers.js +50 -0
- package/vefaas/timers.js.map +1 -0
- package/vke/getPermissions.d.ts +137 -0
- package/vke/getPermissions.js +55 -0
- package/vke/getPermissions.js.map +1 -0
- package/vke/index.d.ts +9 -0
- package/vke/index.js +12 -1
- package/vke/index.js.map +1 -1
- package/vke/permission.d.ts +269 -0
- package/vke/permission.js +165 -0
- package/vke/permission.js.map +1 -0
- package/vke/permissions.d.ts +139 -0
- package/vke/permissions.js +58 -0
- package/vke/permissions.js.map +1 -0
- package/vmp/alertingRule.d.ts +300 -0
- package/vmp/alertingRule.js +220 -0
- package/vmp/alertingRule.js.map +1 -0
- package/vmp/alertingRules.d.ts +386 -0
- package/vmp/alertingRules.js +291 -0
- package/vmp/alertingRules.js.map +1 -0
- package/vmp/alerts.d.ts +119 -0
- package/vmp/alerts.js +54 -0
- package/vmp/alerts.js.map +1 -0
- package/vmp/contact.d.ts +181 -0
- package/vmp/contact.js +102 -0
- package/vmp/contact.js.map +1 -0
- package/vmp/contactGroup.d.ts +124 -0
- package/vmp/contactGroup.js +109 -0
- package/vmp/contactGroup.js.map +1 -0
- package/vmp/contactGroups.d.ts +167 -0
- package/vmp/contactGroups.js +129 -0
- package/vmp/contactGroups.js.map +1 -0
- package/vmp/contacts.d.ts +137 -0
- package/vmp/contacts.js +88 -0
- package/vmp/contacts.js.map +1 -0
- package/vmp/getAlertingRules.d.ts +384 -0
- package/vmp/getAlertingRules.js +288 -0
- package/vmp/getAlertingRules.js.map +1 -0
- package/vmp/getAlerts.d.ts +117 -0
- package/vmp/getAlerts.js +51 -0
- package/vmp/getAlerts.js.map +1 -0
- package/vmp/getContactGroups.d.ts +165 -0
- package/vmp/getContactGroups.js +126 -0
- package/vmp/getContactGroups.js.map +1 -0
- package/vmp/getContacts.d.ts +135 -0
- package/vmp/getContacts.js +85 -0
- package/vmp/getContacts.js.map +1 -0
- package/vmp/getInstanceTypes.d.ts +75 -0
- package/vmp/getInstanceTypes.js +47 -0
- package/vmp/getInstanceTypes.js.map +1 -0
- package/vmp/getNotifyGroupPolicies.d.ts +141 -0
- package/vmp/getNotifyGroupPolicies.js +102 -0
- package/vmp/getNotifyGroupPolicies.js.map +1 -0
- package/vmp/getNotifyPolicies.d.ts +221 -0
- package/vmp/getNotifyPolicies.js +160 -0
- package/vmp/getNotifyPolicies.js.map +1 -0
- package/vmp/getNotifyTemplates.d.ts +134 -0
- package/vmp/getNotifyTemplates.js +76 -0
- package/vmp/getNotifyTemplates.js.map +1 -0
- package/vmp/getRuleFiles.d.ts +152 -0
- package/vmp/getRuleFiles.js +93 -0
- package/vmp/getRuleFiles.js.map +1 -0
- package/vmp/getRules.d.ts +131 -0
- package/vmp/getRules.js +53 -0
- package/vmp/getRules.js.map +1 -0
- package/vmp/getWorkspaces.d.ts +146 -0
- package/vmp/getWorkspaces.js +68 -0
- package/vmp/getWorkspaces.js.map +1 -0
- package/vmp/index.d.ts +90 -0
- package/vmp/index.js +124 -0
- package/vmp/index.js.map +1 -0
- package/vmp/instanceTypes.d.ts +77 -0
- package/vmp/instanceTypes.js +50 -0
- package/vmp/instanceTypes.js.map +1 -0
- package/vmp/notifyGroupPolicies.d.ts +143 -0
- package/vmp/notifyGroupPolicies.js +105 -0
- package/vmp/notifyGroupPolicies.js.map +1 -0
- package/vmp/notifyGroupPolicy.d.ts +118 -0
- package/vmp/notifyGroupPolicy.js +100 -0
- package/vmp/notifyGroupPolicy.js.map +1 -0
- package/vmp/notifyPolicies.d.ts +223 -0
- package/vmp/notifyPolicies.js +163 -0
- package/vmp/notifyPolicies.js.map +1 -0
- package/vmp/notifyPolicy.d.ts +158 -0
- package/vmp/notifyPolicy.js +130 -0
- package/vmp/notifyPolicy.js.map +1 -0
- package/vmp/notifyTemplate.d.ts +144 -0
- package/vmp/notifyTemplate.js +100 -0
- package/vmp/notifyTemplate.js.map +1 -0
- package/vmp/notifyTemplates.d.ts +136 -0
- package/vmp/notifyTemplates.js +79 -0
- package/vmp/notifyTemplates.js.map +1 -0
- package/vmp/ruleFile.d.ts +163 -0
- package/vmp/ruleFile.js +110 -0
- package/vmp/ruleFile.js.map +1 -0
- package/vmp/ruleFiles.d.ts +154 -0
- package/vmp/ruleFiles.js +96 -0
- package/vmp/ruleFiles.js.map +1 -0
- package/vmp/rules.d.ts +133 -0
- package/vmp/rules.js +56 -0
- package/vmp/rules.js.map +1 -0
- package/vmp/workspace.d.ts +212 -0
- package/vmp/workspace.js +110 -0
- package/vmp/workspace.js.map +1 -0
- package/vmp/workspaces.d.ts +148 -0
- package/vmp/workspaces.js +71 -0
- package/vmp/workspaces.js.map +1 -0
- package/vpc/routeEntry.d.ts +30 -9
- package/vpc/routeEntry.js +27 -6
- package/vpc/routeEntry.js.map +1 -1
|
@@ -0,0 +1,211 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides a resource to manage vefaas release
|
|
4
|
+
* ## Example Usage
|
|
5
|
+
*
|
|
6
|
+
* ```typescript
|
|
7
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
8
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
9
|
+
*
|
|
10
|
+
* const foo = new volcengine.vefaas.Release("foo", {
|
|
11
|
+
* functionId: "9p5emxxxx",
|
|
12
|
+
* revisionNumber: 0,
|
|
13
|
+
* targetTrafficWeight: 30,
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*
|
|
17
|
+
* ## Import
|
|
18
|
+
*
|
|
19
|
+
* VefaasRelease can be imported using the id, e.g.
|
|
20
|
+
*
|
|
21
|
+
* ```sh
|
|
22
|
+
* $ pulumi import volcengine:vefaas/release:Release default FunctionId:ReleaseRecordId
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
export declare class Release extends pulumi.CustomResource {
|
|
26
|
+
/**
|
|
27
|
+
* Get an existing Release resource's state with the given name, ID, and optional extra
|
|
28
|
+
* properties used to qualify the lookup.
|
|
29
|
+
*
|
|
30
|
+
* @param name The _unique_ name of the resulting resource.
|
|
31
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
32
|
+
* @param state Any extra arguments used during the lookup.
|
|
33
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
34
|
+
*/
|
|
35
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ReleaseState, opts?: pulumi.CustomResourceOptions): Release;
|
|
36
|
+
/**
|
|
37
|
+
* Returns true if the given object is an instance of Release. This is designed to work even
|
|
38
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
39
|
+
*/
|
|
40
|
+
static isInstance(obj: any): obj is Release;
|
|
41
|
+
/**
|
|
42
|
+
* The current percentage of current published traffic.
|
|
43
|
+
*/
|
|
44
|
+
readonly currentTrafficWeight: pulumi.Output<number>;
|
|
45
|
+
/**
|
|
46
|
+
* The description of released this time.
|
|
47
|
+
*/
|
|
48
|
+
readonly description: pulumi.Output<string | undefined>;
|
|
49
|
+
/**
|
|
50
|
+
* Error code when the release fails.
|
|
51
|
+
*/
|
|
52
|
+
readonly errorCode: pulumi.Output<string>;
|
|
53
|
+
/**
|
|
54
|
+
* Download link for the failed instance log.
|
|
55
|
+
*/
|
|
56
|
+
readonly failedInstanceLogs: pulumi.Output<string>;
|
|
57
|
+
/**
|
|
58
|
+
* The ID of Function.
|
|
59
|
+
*/
|
|
60
|
+
readonly functionId: pulumi.Output<string>;
|
|
61
|
+
/**
|
|
62
|
+
* Upper limit of the number of function instances.
|
|
63
|
+
*/
|
|
64
|
+
readonly maxInstance: pulumi.Output<number | undefined>;
|
|
65
|
+
/**
|
|
66
|
+
* The version number of the newly released version.
|
|
67
|
+
*/
|
|
68
|
+
readonly newRevisionNumber: pulumi.Output<number>;
|
|
69
|
+
/**
|
|
70
|
+
* The version number of the old version.
|
|
71
|
+
*/
|
|
72
|
+
readonly oldRevisionNumber: pulumi.Output<number>;
|
|
73
|
+
/**
|
|
74
|
+
* The ID of Release record.
|
|
75
|
+
*/
|
|
76
|
+
readonly releaseRecordId: pulumi.Output<string>;
|
|
77
|
+
/**
|
|
78
|
+
* When the RevisionNumber to be released is 0, the Latest code (Latest) will be released and a new version will be created. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
79
|
+
*/
|
|
80
|
+
readonly revisionNumber: pulumi.Output<number>;
|
|
81
|
+
/**
|
|
82
|
+
* Percentage of grayscale step size.
|
|
83
|
+
*/
|
|
84
|
+
readonly rollingStep: pulumi.Output<string | undefined>;
|
|
85
|
+
/**
|
|
86
|
+
* The current version number that is stably running online.
|
|
87
|
+
*/
|
|
88
|
+
readonly stableRevisionNumber: pulumi.Output<number>;
|
|
89
|
+
/**
|
|
90
|
+
* The current release start time.
|
|
91
|
+
*/
|
|
92
|
+
readonly startTime: pulumi.Output<string>;
|
|
93
|
+
/**
|
|
94
|
+
* The status of function release.
|
|
95
|
+
*/
|
|
96
|
+
readonly status: pulumi.Output<string>;
|
|
97
|
+
/**
|
|
98
|
+
* Detailed information of the function release status.
|
|
99
|
+
*/
|
|
100
|
+
readonly statusMessage: pulumi.Output<string>;
|
|
101
|
+
/**
|
|
102
|
+
* Target percentage of published traffic.
|
|
103
|
+
*/
|
|
104
|
+
readonly targetTrafficWeight: pulumi.Output<number>;
|
|
105
|
+
/**
|
|
106
|
+
* Create a Release resource with the given unique name, arguments, and options.
|
|
107
|
+
*
|
|
108
|
+
* @param name The _unique_ name of the resource.
|
|
109
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
110
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
111
|
+
*/
|
|
112
|
+
constructor(name: string, args: ReleaseArgs, opts?: pulumi.CustomResourceOptions);
|
|
113
|
+
}
|
|
114
|
+
/**
|
|
115
|
+
* Input properties used for looking up and filtering Release resources.
|
|
116
|
+
*/
|
|
117
|
+
export interface ReleaseState {
|
|
118
|
+
/**
|
|
119
|
+
* The current percentage of current published traffic.
|
|
120
|
+
*/
|
|
121
|
+
currentTrafficWeight?: pulumi.Input<number>;
|
|
122
|
+
/**
|
|
123
|
+
* The description of released this time.
|
|
124
|
+
*/
|
|
125
|
+
description?: pulumi.Input<string>;
|
|
126
|
+
/**
|
|
127
|
+
* Error code when the release fails.
|
|
128
|
+
*/
|
|
129
|
+
errorCode?: pulumi.Input<string>;
|
|
130
|
+
/**
|
|
131
|
+
* Download link for the failed instance log.
|
|
132
|
+
*/
|
|
133
|
+
failedInstanceLogs?: pulumi.Input<string>;
|
|
134
|
+
/**
|
|
135
|
+
* The ID of Function.
|
|
136
|
+
*/
|
|
137
|
+
functionId?: pulumi.Input<string>;
|
|
138
|
+
/**
|
|
139
|
+
* Upper limit of the number of function instances.
|
|
140
|
+
*/
|
|
141
|
+
maxInstance?: pulumi.Input<number>;
|
|
142
|
+
/**
|
|
143
|
+
* The version number of the newly released version.
|
|
144
|
+
*/
|
|
145
|
+
newRevisionNumber?: pulumi.Input<number>;
|
|
146
|
+
/**
|
|
147
|
+
* The version number of the old version.
|
|
148
|
+
*/
|
|
149
|
+
oldRevisionNumber?: pulumi.Input<number>;
|
|
150
|
+
/**
|
|
151
|
+
* The ID of Release record.
|
|
152
|
+
*/
|
|
153
|
+
releaseRecordId?: pulumi.Input<string>;
|
|
154
|
+
/**
|
|
155
|
+
* When the RevisionNumber to be released is 0, the Latest code (Latest) will be released and a new version will be created. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
156
|
+
*/
|
|
157
|
+
revisionNumber?: pulumi.Input<number>;
|
|
158
|
+
/**
|
|
159
|
+
* Percentage of grayscale step size.
|
|
160
|
+
*/
|
|
161
|
+
rollingStep?: pulumi.Input<string>;
|
|
162
|
+
/**
|
|
163
|
+
* The current version number that is stably running online.
|
|
164
|
+
*/
|
|
165
|
+
stableRevisionNumber?: pulumi.Input<number>;
|
|
166
|
+
/**
|
|
167
|
+
* The current release start time.
|
|
168
|
+
*/
|
|
169
|
+
startTime?: pulumi.Input<string>;
|
|
170
|
+
/**
|
|
171
|
+
* The status of function release.
|
|
172
|
+
*/
|
|
173
|
+
status?: pulumi.Input<string>;
|
|
174
|
+
/**
|
|
175
|
+
* Detailed information of the function release status.
|
|
176
|
+
*/
|
|
177
|
+
statusMessage?: pulumi.Input<string>;
|
|
178
|
+
/**
|
|
179
|
+
* Target percentage of published traffic.
|
|
180
|
+
*/
|
|
181
|
+
targetTrafficWeight?: pulumi.Input<number>;
|
|
182
|
+
}
|
|
183
|
+
/**
|
|
184
|
+
* The set of arguments for constructing a Release resource.
|
|
185
|
+
*/
|
|
186
|
+
export interface ReleaseArgs {
|
|
187
|
+
/**
|
|
188
|
+
* The description of released this time.
|
|
189
|
+
*/
|
|
190
|
+
description?: pulumi.Input<string>;
|
|
191
|
+
/**
|
|
192
|
+
* The ID of Function.
|
|
193
|
+
*/
|
|
194
|
+
functionId: pulumi.Input<string>;
|
|
195
|
+
/**
|
|
196
|
+
* Upper limit of the number of function instances.
|
|
197
|
+
*/
|
|
198
|
+
maxInstance?: pulumi.Input<number>;
|
|
199
|
+
/**
|
|
200
|
+
* When the RevisionNumber to be released is 0, the Latest code (Latest) will be released and a new version will be created. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
201
|
+
*/
|
|
202
|
+
revisionNumber: pulumi.Input<number>;
|
|
203
|
+
/**
|
|
204
|
+
* Percentage of grayscale step size.
|
|
205
|
+
*/
|
|
206
|
+
rollingStep?: pulumi.Input<string>;
|
|
207
|
+
/**
|
|
208
|
+
* Target percentage of published traffic.
|
|
209
|
+
*/
|
|
210
|
+
targetTrafficWeight?: pulumi.Input<number>;
|
|
211
|
+
}
|
|
@@ -0,0 +1,108 @@
|
|
|
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.Release = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a resource to manage vefaas release
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
15
|
+
*
|
|
16
|
+
* const foo = new volcengine.vefaas.Release("foo", {
|
|
17
|
+
* functionId: "9p5emxxxx",
|
|
18
|
+
* revisionNumber: 0,
|
|
19
|
+
* targetTrafficWeight: 30,
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* ## Import
|
|
24
|
+
*
|
|
25
|
+
* VefaasRelease can be imported using the id, e.g.
|
|
26
|
+
*
|
|
27
|
+
* ```sh
|
|
28
|
+
* $ pulumi import volcengine:vefaas/release:Release default FunctionId:ReleaseRecordId
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
class Release extends pulumi.CustomResource {
|
|
32
|
+
/**
|
|
33
|
+
* Get an existing Release resource's state with the given name, ID, and optional extra
|
|
34
|
+
* properties used to qualify the lookup.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resulting resource.
|
|
37
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
38
|
+
* @param state Any extra arguments used during the lookup.
|
|
39
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
40
|
+
*/
|
|
41
|
+
static get(name, id, state, opts) {
|
|
42
|
+
return new Release(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Returns true if the given object is an instance of Release. This is designed to work even
|
|
46
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
47
|
+
*/
|
|
48
|
+
static isInstance(obj) {
|
|
49
|
+
if (obj === undefined || obj === null) {
|
|
50
|
+
return false;
|
|
51
|
+
}
|
|
52
|
+
return obj['__pulumiType'] === Release.__pulumiType;
|
|
53
|
+
}
|
|
54
|
+
constructor(name, argsOrState, opts) {
|
|
55
|
+
let resourceInputs = {};
|
|
56
|
+
opts = opts || {};
|
|
57
|
+
if (opts.id) {
|
|
58
|
+
const state = argsOrState;
|
|
59
|
+
resourceInputs["currentTrafficWeight"] = state ? state.currentTrafficWeight : undefined;
|
|
60
|
+
resourceInputs["description"] = state ? state.description : undefined;
|
|
61
|
+
resourceInputs["errorCode"] = state ? state.errorCode : undefined;
|
|
62
|
+
resourceInputs["failedInstanceLogs"] = state ? state.failedInstanceLogs : undefined;
|
|
63
|
+
resourceInputs["functionId"] = state ? state.functionId : undefined;
|
|
64
|
+
resourceInputs["maxInstance"] = state ? state.maxInstance : undefined;
|
|
65
|
+
resourceInputs["newRevisionNumber"] = state ? state.newRevisionNumber : undefined;
|
|
66
|
+
resourceInputs["oldRevisionNumber"] = state ? state.oldRevisionNumber : undefined;
|
|
67
|
+
resourceInputs["releaseRecordId"] = state ? state.releaseRecordId : undefined;
|
|
68
|
+
resourceInputs["revisionNumber"] = state ? state.revisionNumber : undefined;
|
|
69
|
+
resourceInputs["rollingStep"] = state ? state.rollingStep : undefined;
|
|
70
|
+
resourceInputs["stableRevisionNumber"] = state ? state.stableRevisionNumber : undefined;
|
|
71
|
+
resourceInputs["startTime"] = state ? state.startTime : undefined;
|
|
72
|
+
resourceInputs["status"] = state ? state.status : undefined;
|
|
73
|
+
resourceInputs["statusMessage"] = state ? state.statusMessage : undefined;
|
|
74
|
+
resourceInputs["targetTrafficWeight"] = state ? state.targetTrafficWeight : undefined;
|
|
75
|
+
}
|
|
76
|
+
else {
|
|
77
|
+
const args = argsOrState;
|
|
78
|
+
if ((!args || args.functionId === undefined) && !opts.urn) {
|
|
79
|
+
throw new Error("Missing required property 'functionId'");
|
|
80
|
+
}
|
|
81
|
+
if ((!args || args.revisionNumber === undefined) && !opts.urn) {
|
|
82
|
+
throw new Error("Missing required property 'revisionNumber'");
|
|
83
|
+
}
|
|
84
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
85
|
+
resourceInputs["functionId"] = args ? args.functionId : undefined;
|
|
86
|
+
resourceInputs["maxInstance"] = args ? args.maxInstance : undefined;
|
|
87
|
+
resourceInputs["revisionNumber"] = args ? args.revisionNumber : undefined;
|
|
88
|
+
resourceInputs["rollingStep"] = args ? args.rollingStep : undefined;
|
|
89
|
+
resourceInputs["targetTrafficWeight"] = args ? args.targetTrafficWeight : undefined;
|
|
90
|
+
resourceInputs["currentTrafficWeight"] = undefined /*out*/;
|
|
91
|
+
resourceInputs["errorCode"] = undefined /*out*/;
|
|
92
|
+
resourceInputs["failedInstanceLogs"] = undefined /*out*/;
|
|
93
|
+
resourceInputs["newRevisionNumber"] = undefined /*out*/;
|
|
94
|
+
resourceInputs["oldRevisionNumber"] = undefined /*out*/;
|
|
95
|
+
resourceInputs["releaseRecordId"] = undefined /*out*/;
|
|
96
|
+
resourceInputs["stableRevisionNumber"] = undefined /*out*/;
|
|
97
|
+
resourceInputs["startTime"] = undefined /*out*/;
|
|
98
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
99
|
+
resourceInputs["statusMessage"] = undefined /*out*/;
|
|
100
|
+
}
|
|
101
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
102
|
+
super(Release.__pulumiType, name, resourceInputs, opts);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
exports.Release = Release;
|
|
106
|
+
/** @internal */
|
|
107
|
+
Release.__pulumiType = 'volcengine:vefaas/release:Release';
|
|
108
|
+
//# sourceMappingURL=release.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"release.js","sourceRoot":"","sources":["../../vefaas/release.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Use this data source to query detailed information of vefaas releases
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
11
|
+
*
|
|
12
|
+
* const foo = volcengine.vefaas.getReleases({
|
|
13
|
+
* functionId: "g79asxxx",
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
/** @deprecated volcengine.vefaas.Releases has been deprecated in favor of volcengine.vefaas.getReleases */
|
|
18
|
+
export declare function releases(args: ReleasesArgs, opts?: pulumi.InvokeOptions): Promise<ReleasesResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking Releases.
|
|
21
|
+
*/
|
|
22
|
+
export interface ReleasesArgs {
|
|
23
|
+
/**
|
|
24
|
+
* Query the filtering conditions.
|
|
25
|
+
*/
|
|
26
|
+
filters?: inputs.vefaas.ReleasesFilter[];
|
|
27
|
+
/**
|
|
28
|
+
* The ID of Function.
|
|
29
|
+
*/
|
|
30
|
+
functionId: string;
|
|
31
|
+
/**
|
|
32
|
+
* A Name Regex of Resource.
|
|
33
|
+
*/
|
|
34
|
+
nameRegex?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Query the sorting parameters.
|
|
37
|
+
*/
|
|
38
|
+
orderBies?: inputs.vefaas.ReleasesOrderBy[];
|
|
39
|
+
/**
|
|
40
|
+
* File name where to save data source results.
|
|
41
|
+
*/
|
|
42
|
+
outputFile?: string;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* A collection of values returned by Releases.
|
|
46
|
+
*/
|
|
47
|
+
export interface ReleasesResult {
|
|
48
|
+
readonly filters?: outputs.vefaas.ReleasesFilter[];
|
|
49
|
+
/**
|
|
50
|
+
* The ID of Function.
|
|
51
|
+
*/
|
|
52
|
+
readonly functionId: string;
|
|
53
|
+
/**
|
|
54
|
+
* The provider-assigned unique ID for this managed resource.
|
|
55
|
+
*/
|
|
56
|
+
readonly id: string;
|
|
57
|
+
/**
|
|
58
|
+
* The list of function publication records.
|
|
59
|
+
*/
|
|
60
|
+
readonly items: outputs.vefaas.ReleasesItem[];
|
|
61
|
+
readonly nameRegex?: string;
|
|
62
|
+
readonly orderBies?: outputs.vefaas.ReleasesOrderBy[];
|
|
63
|
+
readonly outputFile?: string;
|
|
64
|
+
/**
|
|
65
|
+
* The total count of query.
|
|
66
|
+
*/
|
|
67
|
+
readonly totalCount: number;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Use this data source to query detailed information of vefaas releases
|
|
71
|
+
* ## Example Usage
|
|
72
|
+
*
|
|
73
|
+
* ```typescript
|
|
74
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
75
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
76
|
+
*
|
|
77
|
+
* const foo = volcengine.vefaas.getReleases({
|
|
78
|
+
* functionId: "g79asxxx",
|
|
79
|
+
* });
|
|
80
|
+
* ```
|
|
81
|
+
*/
|
|
82
|
+
/** @deprecated volcengine.vefaas.Releases has been deprecated in favor of volcengine.vefaas.getReleases */
|
|
83
|
+
export declare function releasesOutput(args: ReleasesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<ReleasesResult>;
|
|
84
|
+
/**
|
|
85
|
+
* A collection of arguments for invoking Releases.
|
|
86
|
+
*/
|
|
87
|
+
export interface ReleasesOutputArgs {
|
|
88
|
+
/**
|
|
89
|
+
* Query the filtering conditions.
|
|
90
|
+
*/
|
|
91
|
+
filters?: pulumi.Input<pulumi.Input<inputs.vefaas.ReleasesFilterArgs>[]>;
|
|
92
|
+
/**
|
|
93
|
+
* The ID of Function.
|
|
94
|
+
*/
|
|
95
|
+
functionId: pulumi.Input<string>;
|
|
96
|
+
/**
|
|
97
|
+
* A Name Regex of Resource.
|
|
98
|
+
*/
|
|
99
|
+
nameRegex?: pulumi.Input<string>;
|
|
100
|
+
/**
|
|
101
|
+
* Query the sorting parameters.
|
|
102
|
+
*/
|
|
103
|
+
orderBies?: pulumi.Input<pulumi.Input<inputs.vefaas.ReleasesOrderByArgs>[]>;
|
|
104
|
+
/**
|
|
105
|
+
* File name where to save data source results.
|
|
106
|
+
*/
|
|
107
|
+
outputFile?: pulumi.Input<string>;
|
|
108
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
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.releasesOutput = exports.releases = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of vefaas releases
|
|
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.vefaas.getReleases({
|
|
17
|
+
* functionId: "g79asxxx",
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
/** @deprecated volcengine.vefaas.Releases has been deprecated in favor of volcengine.vefaas.getReleases */
|
|
22
|
+
function releases(args, opts) {
|
|
23
|
+
pulumi.log.warn("releases is deprecated: volcengine.vefaas.Releases has been deprecated in favor of volcengine.vefaas.getReleases");
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
+
return pulumi.runtime.invoke("volcengine:vefaas/releases:Releases", {
|
|
26
|
+
"filters": args.filters,
|
|
27
|
+
"functionId": args.functionId,
|
|
28
|
+
"nameRegex": args.nameRegex,
|
|
29
|
+
"orderBies": args.orderBies,
|
|
30
|
+
"outputFile": args.outputFile,
|
|
31
|
+
}, opts);
|
|
32
|
+
}
|
|
33
|
+
exports.releases = releases;
|
|
34
|
+
/**
|
|
35
|
+
* Use this data source to query detailed information of vefaas releases
|
|
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.vefaas.getReleases({
|
|
43
|
+
* functionId: "g79asxxx",
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
/** @deprecated volcengine.vefaas.Releases has been deprecated in favor of volcengine.vefaas.getReleases */
|
|
48
|
+
function releasesOutput(args, opts) {
|
|
49
|
+
return pulumi.output(args).apply((a) => releases(a, opts));
|
|
50
|
+
}
|
|
51
|
+
exports.releasesOutput = releasesOutput;
|
|
52
|
+
//# sourceMappingURL=releases.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"releases.js","sourceRoot":"","sources":["../../vefaas/releases.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,2GAA2G;AAC3G,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,kHAAkH,CAAC,CAAA;IAEnI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4BAWC;AAqDD;;;;;;;;;;;;GAYG;AACH,2GAA2G;AAC3G,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,wCAEC"}
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides a resource to manage vefaas timer
|
|
4
|
+
* ## Example Usage
|
|
5
|
+
*
|
|
6
|
+
* ```typescript
|
|
7
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
8
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
9
|
+
*
|
|
10
|
+
* const foo = new volcengine.vefaas.Timer("foo", {
|
|
11
|
+
* crontab: "*/10 * * * *",
|
|
12
|
+
* functionId: "35ybaxxx",
|
|
13
|
+
* });
|
|
14
|
+
* ```
|
|
15
|
+
*
|
|
16
|
+
* ## Import
|
|
17
|
+
*
|
|
18
|
+
* VefaasTimer can be imported using the id, e.g.
|
|
19
|
+
*
|
|
20
|
+
* ```sh
|
|
21
|
+
* $ pulumi import volcengine:vefaas/timer:Timer default FunctionId:Id
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare class Timer extends pulumi.CustomResource {
|
|
25
|
+
/**
|
|
26
|
+
* Get an existing Timer resource's state with the given name, ID, and optional extra
|
|
27
|
+
* properties used to qualify the lookup.
|
|
28
|
+
*
|
|
29
|
+
* @param name The _unique_ name of the resulting resource.
|
|
30
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
31
|
+
* @param state Any extra arguments used during the lookup.
|
|
32
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
33
|
+
*/
|
|
34
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: TimerState, opts?: pulumi.CustomResourceOptions): Timer;
|
|
35
|
+
/**
|
|
36
|
+
* Returns true if the given object is an instance of Timer. This is designed to work even
|
|
37
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
38
|
+
*/
|
|
39
|
+
static isInstance(obj: any): obj is Timer;
|
|
40
|
+
/**
|
|
41
|
+
* The creation time of the Timer trigger.
|
|
42
|
+
*/
|
|
43
|
+
readonly creationTime: pulumi.Output<string>;
|
|
44
|
+
/**
|
|
45
|
+
* Set the timing trigger time of the Timer trigger.
|
|
46
|
+
*/
|
|
47
|
+
readonly crontab: pulumi.Output<string>;
|
|
48
|
+
/**
|
|
49
|
+
* The description of the Timer trigger.
|
|
50
|
+
*/
|
|
51
|
+
readonly description: pulumi.Output<string>;
|
|
52
|
+
/**
|
|
53
|
+
* Whether the Timer trigger allows concurrency.
|
|
54
|
+
*/
|
|
55
|
+
readonly enableConcurrency: pulumi.Output<boolean>;
|
|
56
|
+
/**
|
|
57
|
+
* Whether the Timer trigger is enabled.
|
|
58
|
+
*/
|
|
59
|
+
readonly enabled: pulumi.Output<boolean>;
|
|
60
|
+
/**
|
|
61
|
+
* The ID of Function.
|
|
62
|
+
*/
|
|
63
|
+
readonly functionId: pulumi.Output<string>;
|
|
64
|
+
/**
|
|
65
|
+
* The last update time of the Timer trigger.
|
|
66
|
+
*/
|
|
67
|
+
readonly lastUpdateTime: pulumi.Output<string>;
|
|
68
|
+
/**
|
|
69
|
+
* The name of the Timer trigger.
|
|
70
|
+
*/
|
|
71
|
+
readonly name: pulumi.Output<string>;
|
|
72
|
+
/**
|
|
73
|
+
* The Timer trigger sends the content payload of the request.
|
|
74
|
+
*/
|
|
75
|
+
readonly payload: pulumi.Output<string>;
|
|
76
|
+
/**
|
|
77
|
+
* The retry count of the Timer trigger.
|
|
78
|
+
*/
|
|
79
|
+
readonly retries: pulumi.Output<number>;
|
|
80
|
+
/**
|
|
81
|
+
* Create a Timer resource with the given unique name, arguments, and options.
|
|
82
|
+
*
|
|
83
|
+
* @param name The _unique_ name of the resource.
|
|
84
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
85
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
86
|
+
*/
|
|
87
|
+
constructor(name: string, args: TimerArgs, opts?: pulumi.CustomResourceOptions);
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* Input properties used for looking up and filtering Timer resources.
|
|
91
|
+
*/
|
|
92
|
+
export interface TimerState {
|
|
93
|
+
/**
|
|
94
|
+
* The creation time of the Timer trigger.
|
|
95
|
+
*/
|
|
96
|
+
creationTime?: pulumi.Input<string>;
|
|
97
|
+
/**
|
|
98
|
+
* Set the timing trigger time of the Timer trigger.
|
|
99
|
+
*/
|
|
100
|
+
crontab?: pulumi.Input<string>;
|
|
101
|
+
/**
|
|
102
|
+
* The description of the Timer trigger.
|
|
103
|
+
*/
|
|
104
|
+
description?: pulumi.Input<string>;
|
|
105
|
+
/**
|
|
106
|
+
* Whether the Timer trigger allows concurrency.
|
|
107
|
+
*/
|
|
108
|
+
enableConcurrency?: pulumi.Input<boolean>;
|
|
109
|
+
/**
|
|
110
|
+
* Whether the Timer trigger is enabled.
|
|
111
|
+
*/
|
|
112
|
+
enabled?: pulumi.Input<boolean>;
|
|
113
|
+
/**
|
|
114
|
+
* The ID of Function.
|
|
115
|
+
*/
|
|
116
|
+
functionId?: pulumi.Input<string>;
|
|
117
|
+
/**
|
|
118
|
+
* The last update time of the Timer trigger.
|
|
119
|
+
*/
|
|
120
|
+
lastUpdateTime?: pulumi.Input<string>;
|
|
121
|
+
/**
|
|
122
|
+
* The name of the Timer trigger.
|
|
123
|
+
*/
|
|
124
|
+
name?: pulumi.Input<string>;
|
|
125
|
+
/**
|
|
126
|
+
* The Timer trigger sends the content payload of the request.
|
|
127
|
+
*/
|
|
128
|
+
payload?: pulumi.Input<string>;
|
|
129
|
+
/**
|
|
130
|
+
* The retry count of the Timer trigger.
|
|
131
|
+
*/
|
|
132
|
+
retries?: pulumi.Input<number>;
|
|
133
|
+
}
|
|
134
|
+
/**
|
|
135
|
+
* The set of arguments for constructing a Timer resource.
|
|
136
|
+
*/
|
|
137
|
+
export interface TimerArgs {
|
|
138
|
+
/**
|
|
139
|
+
* Set the timing trigger time of the Timer trigger.
|
|
140
|
+
*/
|
|
141
|
+
crontab: pulumi.Input<string>;
|
|
142
|
+
/**
|
|
143
|
+
* The description of the Timer trigger.
|
|
144
|
+
*/
|
|
145
|
+
description?: pulumi.Input<string>;
|
|
146
|
+
/**
|
|
147
|
+
* Whether the Timer trigger allows concurrency.
|
|
148
|
+
*/
|
|
149
|
+
enableConcurrency?: pulumi.Input<boolean>;
|
|
150
|
+
/**
|
|
151
|
+
* Whether the Timer trigger is enabled.
|
|
152
|
+
*/
|
|
153
|
+
enabled?: pulumi.Input<boolean>;
|
|
154
|
+
/**
|
|
155
|
+
* The ID of Function.
|
|
156
|
+
*/
|
|
157
|
+
functionId: pulumi.Input<string>;
|
|
158
|
+
/**
|
|
159
|
+
* The name of the Timer trigger.
|
|
160
|
+
*/
|
|
161
|
+
name?: pulumi.Input<string>;
|
|
162
|
+
/**
|
|
163
|
+
* The Timer trigger sends the content payload of the request.
|
|
164
|
+
*/
|
|
165
|
+
payload?: pulumi.Input<string>;
|
|
166
|
+
/**
|
|
167
|
+
* The retry count of the Timer trigger.
|
|
168
|
+
*/
|
|
169
|
+
retries?: pulumi.Input<number>;
|
|
170
|
+
}
|